Build:
  1. 0
2026-03-26 15:23.47: New job: build current_web.0.7.4, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29606/head (4e07f997e5a403e3e284236003dd2dff6b1992f9)
                              on opensuse-16.0-ocaml-4.14/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29606/head" && git reset --hard 4e07f997
git fetch origin master
git merge --no-edit 46f289cd3749314bbebddeede62fc05f9858f680
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:48d322166269ce210e2f4064b31b2dcd07913382dd53c961887a06821b80d1e3
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn current_web.0.7.4 0.7.4
RUN opam reinstall current_web.0.7.4; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"opensuse-16.0\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'current_web.0.7.4' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2026-03-26 15:23.47: Using cache hint "ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:48d322166269ce210e2f4064b31b2dcd07913382dd53c961887a06821b80d1e3-current_web.0.7.4-4e07f997e5a403e3e284236003dd2dff6b1992f9"
2026-03-26 15:23.47: Using OBuilder spec:
((from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:48d322166269ce210e2f4064b31b2dcd07913382dd53c961887a06821b80d1e3)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
 (run (network host)
      (shell "opam init --reinit --config .opamrc-sandbox -ni"))
 (run (shell "opam option solver=builtin-0install && opam config report"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMPRECISETRACKING 1)
 (env CI true)
 (env OPAM_REPO_CI true)
 (run (shell "rm -rf opam-repository/"))
 (copy (src .) (dst opam-repository/))
 (run (shell "opam repository set-url --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn current_web.0.7.4 0.7.4"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall current_web.0.7.4;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"opensuse-16.0\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'current_web.0.7.4' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-03-26 15:23.47: Waiting for resource in pool OCluster
2026-03-26 15:32.22: Waiting for worker…
2026-03-26 15:35.29: Got resource from pool OCluster
Building on clete.caelum.ci.dev
All commits already cached
Updating files:  91% (16921/18552)
Updating files:  92% (17068/18552)
Updating files:  93% (17254/18552)
Updating files:  94% (17439/18552)
Updating files:  95% (17625/18552)
Updating files:  96% (17810/18552)
Updating files:  97% (17996/18552)
Updating files:  98% (18181/18552)
Updating files:  99% (18367/18552)
Updating files: 100% (18552/18552)
Updating files: 100% (18552/18552), done.
HEAD is now at 46f289cd37 Merge pull request #29563 from NathanReb/release-ppxlib-0.38.0
Updating 46f289cd37..4e07f997e5
Fast-forward
 packages/current/current.0.7.4/opam                |  94 ++++++++++++++++++
 packages/current_docker/current_docker.0.7.4/opam  |  83 ++++++++++++++++
 .../current_examples/current_examples.0.7.4/opam   |  98 +++++++++++++++++++
 packages/current_git/current_git.0.7.4/opam        |  88 +++++++++++++++++
 packages/current_github/current_github.0.7.4/opam  |  97 +++++++++++++++++++
 packages/current_gitlab/current_gitlab.0.7.4/opam  |  59 ++++++++++++
 packages/current_rpc/current_rpc.0.7.4/opam        |  84 +++++++++++++++++
 packages/current_slack/current_slack.0.7.4/opam    |  77 +++++++++++++++
 packages/current_ssh/current_ssh.0.7.4/opam        |  43 +++++++++
 packages/current_web/current_web.0.7.4/opam        | 105 +++++++++++++++++++++
 10 files changed, 828 insertions(+)
 create mode 100644 packages/current/current.0.7.4/opam
 create mode 100644 packages/current_docker/current_docker.0.7.4/opam
 create mode 100644 packages/current_examples/current_examples.0.7.4/opam
 create mode 100644 packages/current_git/current_git.0.7.4/opam
 create mode 100644 packages/current_github/current_github.0.7.4/opam
 create mode 100644 packages/current_gitlab/current_gitlab.0.7.4/opam
 create mode 100644 packages/current_rpc/current_rpc.0.7.4/opam
 create mode 100644 packages/current_slack/current_slack.0.7.4/opam
 create mode 100644 packages/current_ssh/current_ssh.0.7.4/opam
 create mode 100644 packages/current_web/current_web.0.7.4/opam

(from ocaml/opam:opensuse-16.0-ocaml-4.14@sha256:48d322166269ce210e2f4064b31b2dcd07913382dd53c961887a06821b80d1e3)
2026-03-26 15:36.17 ---> saved as "fbfb63538acc5b68860c96756370d8c1982007d8bb244ea63a2197ef9c0a6f52"

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-26 15:36.17 ---> saved as "b30cf8bd0962ae1ed8e7d340d046321e9b83c04bc0218290ed6f38a7a1bdf84c"

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=255 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-26 15:36.47 ---> saved as "561f4df4efe360b3f40c7062b6909b3971b9bc45bebab76b0295c43ba78e8e07"

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.0
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=opensuse-leap os-version=16.0
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2026-03-26 15:36.48 ---> saved as "e5532827813c9bde597050a6789b20cc763f89d717147e75b6d18b379fea81e6"

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2026-03-26 15:36.57 ---> saved as "12504326bdd9e310c321fa025fe556c29a98eaae987fbda5f22d1777c9cb1d58"

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-26 15:37.07 ---> saved as "a2a88faec40a9b8a2fb2fa6a061d3c11a47ca5257bcda5789c2e56d49f37ba2f"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-26 15:37.33 ---> saved as "631bfac67c6b7ecb86783a557fa6b7c37f1dae8d60c08a9413ebc28370e1d570"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'repo-openh264 (16.0)' is up to date.
- Retrieving repository 'repo-oss (16.0)' metadata [..
- Looking for gpg keys in repository repo-oss (16.0).
-   gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key
- ..
- 
- Note: Received 1 new package signing key from repository "repo-oss (16.0)":
- 
-   Those additional keys are usually used to sign packages shipped by the repository. In order to
-   validate those packages upon download and installation the new keys will be imported into the rpm
-   database.
- 
-   New:
-   Key Fingerprint:  F044 C2C5 07A1 262B 538A AADD 8A49 EB03 25DB 7AE0
-   Key Name:         openSUSE:Backports OBS Project <openSUSE:Backports@build.opensuse.org>
-   Key Algorithm:    RSA 4096
-   Key Created:      Wed May 10 14:46:12 2023
-   Key Expires:      Sun May  9 14:46:12 2027
-   Rpm Name:         gpg-pubkey-25db7ae0-645bae34
- 
-   The repository metadata introducing the new keys have been signed and validated by the trusted
-   key:
- 
-   Repository:       repo-oss (16.0)
-   Key Fingerprint:  AD48 5664 E901 B867 051A B15F 35A2 F86E 29B7 00A4
-   Key Name:         openSUSE Project Signing Key <opensuse@opensuse.org>
-   Key Algorithm:    RSA 4096
-   Key Created:      Mon Jun 20 14:03:14 2022
-   Key Expires:      Fri Jun 19 14:03:14 2026 (expires in 84 days)
-   Rpm Name:         gpg-pubkey-29b700a4-62b07e22
- 
- .
- .
- .......
- ..........
- ..........
- ..........
- done]
- Building repository 'repo-oss (16.0)' cache [..
- ..done]
- All repositories have been refreshed.
2026-03-26 15:37.55 ---> saved as "8ecd53c79e49a3bf26950f6da61a5f2963ebfac6bad141f45e1644144d3c8c31"

/home/opam: (run (shell "opam pin add -k version -yn current_web.0.7.4 0.7.4"))
current_web is now pinned to version 0.7.4
2026-03-26 15:37.56 ---> saved as "b2550f381084e8dca302f8a717c06363420eae5919a544147c9a71a88a2dc649"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall current_web.0.7.4;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"opensuse-16.0\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'current_web.0.7.4' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
current_web.0.7.4 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 102 packages
  - install angstrom              0.16.1         [required by multipart_form-lwt]
  - install ansi                  0.7.0          [required by current_web]
  - install asetmap               0.8.1          [required by prometheus-app]
  - install asn1-combinators      0.2.6          [required by x509]
  - install astring               0.8.5          [required by current_web]
  - install base                  v0.16.4        [required by ppx_sexp_conv]
  - install base-bytes            base           [required by csv]
  - install base64                3.5.2          [required by current_web]
  - install bigstringaf           0.10.0         [required by multipart_form-lwt]
  - install bos                   0.2.1          [required by current_web]
  - install bstr                  0.0.4          [required by prettym]
  - install ca-certs              0.2.3          [required by conduit-lwt-unix]
  - install cmdliner              2.1.0          [required by current_web]
  - install cohttp                6.2.1          [required by cohttp-lwt-unix]
  - install cohttp-lwt            6.2.1          [required by prometheus-app, cohttp-lwt-unix, session-cohttp-lwt]
  - install cohttp-lwt-unix       6.2.1          [required by current_web]
  - install conduit               8.0.0          [required by conduit-lwt]
  - install conduit-lwt           8.0.0          [required by cohttp-lwt-unix]
  - install conduit-lwt-unix      8.0.0          [required by current_web]
  - install conf-gmp              5              [required by zarith, conf-gmp-powm-sec]
  - install conf-gmp-powm-sec     4              [required by mirage-crypto-pk]
  - install conf-graphviz         0.1            [required by current_web]
  - install conf-libev            4-13           [required by current]
  - install conf-pkg-config       4              [required by conf-sqlite3]
  - install conf-sqlite3          1              [required by sqlite3]
  - install cppo                  1.8.0          [required by ppx_deriving]
  - install crunch                4.0.0          [required by current_web]
  - install csexp                 1.5.2          [required by dune-configurator]
  - install cstruct               6.2.0          [required by current_web]
  - install csv                   2.4            [required by current_web]
  - install current               0.7.4          [required by current_web]
  - install current_incr          0.6.1          [required by current]
  - install current_web           0.7.4 (pinned)
  - install domain-name           0.5.0          [required by ipaddr]
  - install dune                  3.22.0         [required by current_web]
  - install dune-compiledb        0.6.0          [required by sqlite3]
  - install dune-configurator     3.22.0         [required by sqlite3]
  - install duration              0.2.1          [required by current, mirage-crypto-rng-lwt]
  - install eqaf                  0.9            [required by mirage-crypto]
  - install ezjsonm               1.3.0          [required by dune-compiledb]
  - install fmt                   0.11.0         [required by current_web]
  - install fpath                 0.7.3          [required by current_web]
  - install gmap                  0.3.0          [required by x509]
  - install hex                   1.5.0          [required by ezjsonm]
  - install http                  6.2.1          [required by cohttp-lwt-unix]
  - install ipaddr                5.6.2          [required by cohttp-lwt, cohttp, conduit-lwt-unix]
  - install ipaddr-sexp           5.6.2          [required by conduit-lwt-unix]
  - install jsonm                 1.0.2          [required by ezjsonm]
  - install ke                    0.6            [required by multipart_form-lwt]
  - install logs                  0.10.0         [required by current_web]
  - install lwt                   6.1.1          [required by current_web]
  - install lwt-dllist            1.1.0          [required by current]
  - install macaddr               5.6.2          [required by ipaddr]
  - install magic-mime            1.3.1          [required by cohttp-lwt-unix]
  - install mirage-crypto         0.11.3         [required by current_web]
  - install mirage-crypto-ec      0.11.3         [required by x509]
  - install mirage-crypto-pk      0.11.3         [required by x509]
  - install mirage-crypto-rng     0.11.3         [required by current_web]
  - install mirage-crypto-rng-lwt 0.11.3         [required by current_web]
  - install mtime                 2.1.0          [required by mirage-crypto-rng-lwt]
  - install multipart_form        0.8.0          [required by multipart_form-lwt]
  - install multipart_form-lwt    0.8.0          [required by current_web]
  - install num                   1.6            [required by sexplib]
  - install ocaml-compiler-libs   v0.12.4        [required by ppxlib]
  - install ocaml-syntax-shims    1.0.0          [required by angstrom]
  - install ocamlbuild            0.16.1         [required by bos]
  - install ocamlfind             1.9.8          [required by bos]
  - install ocplib-endian         1.2            [required by lwt]
  - install parsexp               v0.16.0        [required by sexplib]
  - install pbkdf                 1.2.0          [required by x509]
  - install pecu                  0.7            [required by multipart_form]
  - install ppx_derivers          1.2.1          [required by ppx_deriving]
  - install ppx_deriving          6.0.3          [required by current_web]
  - install ppx_deriving_yojson   3.9.1          [required by current_web]
  - install ppx_sexp_conv         v0.16.0        [required by current_web]
  - install ppxlib                0.35.0         [required by ppx_deriving_yojson]
  - install prettym               0.0.4          [required by multipart_form]
  - install prometheus            1.3            [required by current_web]
  - install prometheus-app        1.3            [required by current_web]
  - install ptime                 1.2.0          [required by crunch]
  - install re                    1.14.0         [required by current_web]
  - install result                1.5            [required by current_web]
  - install routes                2.0.0          [required by current_web]
  - install rresult               0.7.0          [required by bos]
  - install seq                   base           [required by tyxml]
  - install session               0.5.0          [required by current_web]
  - install session-cohttp        0.5.0          [required by session-cohttp-lwt]
  - install session-cohttp-lwt    0.5.0          [required by current_web]
  - install sexplib               v0.16.0        [required by current_web]
  - install sexplib0              v0.16.0        [required by cohttp-lwt, cohttp, conduit-lwt]
  - install sqlite3               5.4.0          [required by current_web]
  - install stdlib-shims          0.3.0          [required by ppxlib]
  - install stringext             1.6.0          [required by cohttp]
  - install topkg                 1.1.1          [required by bos]
  - install tyxml                 4.6.0          [required by current_web]
  - install unstrctrd             0.4            [required by multipart_form]
  - install uri                   4.4.0          [required by current_web]
  - install uri-sexp              4.4.0          [required by cohttp]
  - install uutf                  1.0.4          [required by tyxml, multipart_form]
  - install x509                  0.16.5         [required by ca-certs]
  - install yojson                3.0.0          [required by current_web]
  - install zarith                1.14           [required by asn1-combinators, mirage-crypto-pk]

The following system packages will first need to be installed:
    gmp-devel graphviz libev-devel sqlite3-devel

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run zypper to install them (may need root/sudo access)
  2. Display the recommended zypper command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/sudo "zypper" "--non-interactive" "install" "gmp-devel" "graphviz" "libev-devel" "sqlite3-devel"
- Refreshing service 'openSUSE'.
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 15 NEW packages are going to be installed:
-   bitstream-vera-fonts gmp-devel graphviz graphviz-plugins-core libcdt5 libcgraph6 libev-devel libev4 libgmpxx4 libgts-0_7-5 libgvc6 libgvpr2 libpathplan4 libxdot4 sqlite3-devel
- 
- 15 new packages to install.
- 
- Package download size:     3.3 MiB
- 
- Package install size change:
-               |       7.9 MiB  required by packages that will be installed
-      7.9 MiB  |  -      0 B    released by packages that will be removed
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Preloading Packages [.
- Preloading: libgts-0_7-5-0.7.6_p20121130-160000.3.2.x86_64.rpm [Error: "Could not resolve host: opensuse.mirrors.proxad.net", trying next mirror.]
- .
- 
- Preloading: libgts-0_7-5-0.7.6_p20121130-160000.3.2.x86_64.rpm [done]
- .
- Preloading: libev4-4.33-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libgmpxx4-6.3.0-160000.2.2.x86_64.rpm [done]
- .
- Preloading: libpathplan4-12.2.1-160000.1.1.x86_64.rpm [done]
- .
- Preloading: libcgraph6-12.2.1-160000.1.1.x86_64.rpm [done]
- .
- Preloading: libev-devel-4.33-160000.2.2.x86_64.rpm [done]
- .
- Preloading: bitstream-vera-fonts-1.10-160000.2.2.noarch.rpm [done]
- .
- Preloading: gmp-devel-6.3.0-160000.2.2.x86_64.rpm [done]
- ..
- Preloading: libxdot4-12.2.1-160000.1.1.x86_64.rpm [done]
- .
- Preloading: libgvc6-12.2.1-160000.1.1.x86_64.rpm [done]
- .
- Preloading: sqlite3-devel-3.50.4-160000.1.2.x86_64.rpm [done]
- .
- Preloading: graphviz-plugins-core-12.2.1-160000.1.1.x86_64.rpm [done]
- ..
- Preloading: graphviz-12.2.1-160000.1.1.x86_64.rpm [done]
- .
- Preloading: libgvpr2-12.2.1-160000.1.1.x86_64.rpm [done]
- .
- 
- Preloading: libcdt5-12.2.1-160000.1.1.x86_64.rpm [Error: "The requested URL returned error: 404", trying next mirror.]
- ..
- Preloading: libcdt5-12.2.1-160000.1.1.x86_64.rpm [done]
- .done]
- Retrieving: bitstream-vera-fonts-1.10-160000.2.2.noarch (repo-oss (16.0)) (1/15), 244.9 KiB    
- Retrieving: libcdt5-12.2.1-160000.1.1.x86_64 (repo-oss (16.0)) (2/15),  76.6 KiB    
- Retrieving: libev4-4.33-160000.2.2.x86_64 (repo-oss (16.0)) (3/15),  50.0 KiB    
- Retrieving: libgmpxx4-6.3.0-160000.2.2.x86_64 (repo-oss (16.0)) (4/15),  32.3 KiB    
- Retrieving: libgts-0_7-5-0.7.6_p20121130-160000.3.2.x86_64 (repo-oss (16.0)) (5/15), 157.8 KiB    
- Retrieving: libpathplan4-12.2.1-160000.1.1.x86_64 (repo-oss (16.0)) (6/15),  81.6 KiB    
- Retrieving: libxdot4-12.2.1-160000.1.1.x86_64 (repo-oss (16.0)) (7/15),  75.9 KiB    
- Retrieving: sqlite3-devel-3.50.4-160000.1.2.x86_64 (repo-oss (16.0)) (8/15), 299.6 KiB    
- Retrieving: libcgraph6-12.2.1-160000.1.1.x86_64 (repo-oss (16.0)) (9/15), 112.2 KiB    
- Retrieving: libev-devel-4.33-160000.2.2.x86_64 (repo-oss (16.0)) (10/15), 191.4 KiB    
- Retrieving: gmp-devel-6.3.0-160000.2.2.x86_64 (repo-oss (16.0)) (11/15), 320.7 KiB    
- Retrieving: libgvpr2-12.2.1-160000.1.1.x86_64 (repo-oss (16.0)) (12/15), 183.0 KiB    
- Retrieving: libgvc6-12.2.1-160000.1.1.x86_64 (repo-oss (16.0)) (13/15), 325.3 KiB    
- Retrieving: graphviz-12.2.1-160000.1.1.x86_64 (repo-oss (16.0)) (14/15), 726.3 KiB    
- Retrieving: graphviz-plugins-core-12.2.1-160000.1.1.x86_64 (repo-oss (16.0)) (15/15), 480.1 KiB    
- 
- Checking for file conflicts: [..done]
- ( 1/15) Installing: bitstream-vera-fonts-1.10-160000.2.2.noarch [..done]
- ( 2/15) Installing: libcdt5-12.2.1-160000.1.1.x86_64 [..done]
- ( 3/15) Installing: libev4-4.33-160000.2.2.x86_64 [..done]
- ( 4/15) Installing: libgmpxx4-6.3.0-160000.2.2.x86_64 [..done]
- ( 5/15) Installing: libgts-0_7-5-0.7.6_p20121130-160000.3.2.x86_64 [..done]
- ( 6/15) Installing: libpathplan4-12.2.1-160000.1.1.x86_64 [.
- .done]
- ( 7/15) Installing: libxdot4-12.2.1-160000.1.1.x86_64 [..done]
- ( 8/15) Installing: sqlite3-devel-3.50.4-160000.1.2.x86_64 [..done]
- ( 9/15) Installing: libcgraph6-12.2.1-160000.1.1.x86_64 [..done]
- (10/15) Installing: libev-devel-4.33-160000.2.2.x86_64 [..done]
- (11/15) Installing: gmp-devel-6.3.0-160000.2.2.x86_64 [..done]
- (12/15) Installing: libgvpr2-12.2.1-160000.1.1.x86_64 [..done]
- (13/15) Installing: libgvc6-12.2.1-160000.1.1.x86_64 [..done]
- (14/15) Installing: graphviz-12.2.1-160000.1.1.x86_64 [..done]
- (15/15) Installing: graphviz-plugins-core-12.2.1-160000.1.1.x86_64 [..done]
- Running post-transaction scripts [...done]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.1  (cached)
-> retrieved ansi.0.7.0  (cached)
-> retrieved asetmap.0.8.1  (cached)
-> retrieved asn1-combinators.0.2.6  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.16.4  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved bstr.0.0.4  (cached)
-> retrieved ca-certs.0.2.3  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved cohttp.6.2.1, cohttp-lwt.6.2.1, cohttp-lwt-unix.6.2.1, http.6.2.1  (cached)
-> retrieved conduit.8.0.0, conduit-lwt.8.0.0, conduit-lwt-unix.8.0.0  (cached)
-> retrieved conf-gmp.5  (cached)
-> retrieved conf-gmp-powm-sec.4  (cached)
-> retrieved conf-libev.4-13  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved crunch.4.0.0  (cached)
-> installed conf-gmp.5
-> installed conf-graphviz.0.1
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2  (cached)
-> installed conf-gmp-powm-sec.4
-> installed conf-sqlite3.1
-> retrieved cstruct.6.2.0  (cached)
-> retrieved csv.2.4  (cached)
-> retrieved current.0.7.4, current_web.0.7.4  (cached)
-> installed conf-libev.4-13
-> retrieved current_incr.0.6.1  (cached)
-> retrieved domain-name.0.5.0  (cached)
-> retrieved dune.3.22.0, dune-configurator.3.22.0  (cached)
-> retrieved dune-compiledb.0.6.0  (cached)
-> retrieved duration.0.2.1  (cached)
-> retrieved eqaf.0.9  (cached)
-> retrieved ezjsonm.1.3.0  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved gmap.0.3.0  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved ipaddr.5.6.2, ipaddr-sexp.5.6.2, macaddr.5.6.2  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved ke.0.6  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lwt.6.1.1  (cached)
-> installed cmdliner.2.1.0
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved magic-mime.1.3.1  (cached)
-> retrieved mirage-crypto.0.11.3, mirage-crypto-ec.0.11.3, mirage-crypto-pk.0.11.3, mirage-crypto-rng.0.11.3, mirage-crypto-rng-lwt.0.11.3  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved multipart_form.0.8.0, multipart_form-lwt.0.8.0  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved pbkdf.1.2.0  (cached)
-> retrieved pecu.0.7  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_deriving_yojson.3.9.1  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved prettym.0.0.4  (cached)
-> retrieved prometheus.1.3, prometheus-app.1.3  (cached)
-> retrieved ptime.1.2.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved routes.2.0.0  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved session.0.5.0, session-cohttp.0.5.0, session-cohttp-lwt.0.5.0  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved sqlite3.5.4.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved tyxml.4.6.0  (cached)
-> retrieved unstrctrd.0.4  (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved x509.0.16.5  (cached)
-> retrieved yojson.3.0.0  (cached)
-> retrieved zarith.1.14  (cached)
-> installed num.1.6
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed zarith.1.14
-> installed topkg.1.1.1
-> installed asetmap.0.8.1
-> installed rresult.0.7.0
-> installed fmt.0.11.0
-> installed mtime.2.1.0
-> installed uutf.1.0.4
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed fpath.0.7.3
-> installed jsonm.1.0.2
-> installed dune.3.22.0
-> installed csexp.1.5.2
-> installed base64.3.5.2
-> installed bstr.0.0.4
-> installed cppo.1.8.0
-> installed crunch.4.0.0
-> installed cstruct.6.2.0
-> installed csv.2.4
-> installed current_incr.0.6.1
-> installed domain-name.0.5.0
-> installed duration.0.2.1
-> installed gmap.0.3.0
-> installed http.6.2.1
-> installed ke.0.6
-> installed lwt-dllist.1.1.0
-> installed macaddr.5.6.2
-> installed magic-mime.1.3.1
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml-syntax-shims.1.0.0
-> installed pecu.0.7
-> installed ppx_derivers.1.2.1
-> installed re.1.14.0
-> installed result.1.5
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed stringext.1.6.0
-> installed yojson.3.0.0
-> installed ocplib-endian.1.2
-> installed hex.1.5.0
-> installed routes.2.0.0
-> installed eqaf.0.9
-> installed asn1-combinators.0.2.6
-> installed ipaddr.5.6.2
-> installed ezjsonm.1.3.0
-> installed prettym.0.0.4
-> installed dune-configurator.3.22.0
-> installed parsexp.v0.16.0
-> installed bigstringaf.0.10.0
-> installed angstrom.0.16.1
-> installed sexplib.v0.16.0
-> installed unstrctrd.0.4
-> installed dune-compiledb.0.6.0
-> installed tyxml.4.6.0
-> installed mirage-crypto.0.11.3
-> installed ansi.0.7.0
-> installed uri.4.4.0
-> installed pbkdf.1.2.0
-> installed lwt.6.1.1
-> installed sqlite3.5.4.0
-> installed prometheus.1.3
-> installed logs.0.10.0
-> installed mirage-crypto-rng.0.11.3
-> installed mirage-crypto-rng-lwt.0.11.3
-> installed multipart_form.0.8.0
-> installed session.0.5.0
-> installed multipart_form-lwt.0.8.0
-> installed mirage-crypto-pk.0.11.3
-> installed base.v0.16.4
-> installed bos.0.2.1
-> installed mirage-crypto-ec.0.11.3
-> installed x509.0.16.5
-> installed ca-certs.0.2.3
-> installed ppxlib.0.35.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_deriving.6.0.3
-> installed ipaddr-sexp.5.6.2
-> installed uri-sexp.4.4.0
-> installed ppx_deriving_yojson.3.9.1
-> installed current.0.7.4
-> installed conduit.8.0.0
-> installed cohttp.6.2.1
-> installed session-cohttp.0.5.0
-> installed conduit-lwt.8.0.0
-> installed cohttp-lwt.6.2.1
-> installed session-cohttp-lwt.0.5.0
-> installed conduit-lwt-unix.8.0.0
-> installed cohttp-lwt-unix.6.2.1
-> installed prometheus-app.1.3
-> installed current_web.0.7.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-26 15:40.49 ---> saved as "d19aae83b1234f1dc38ecfdcde6c85fe539fbd7f405364cd530c6c1ac98812a2"
Job succeeded
2026-03-26 15:41.02: Job succeeded