Build:
  1. 0
2026-03-26 15:23.48: New job: test current_gitlab.0.7.4, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29606/head (4e07f997e5a403e3e284236003dd2dff6b1992f9)
                              on alpine-3.22-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:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216
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_gitlab.0.7.4 0.7.4
RUN opam reinstall current_gitlab.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 "\"alpine-3.22\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'current_gitlab.0.7.4' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN (opam reinstall --with-test current_gitlab.0.7.4) || true
RUN opam reinstall --with-test --verbose current_gitlab.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 "\"alpine-3.22\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'current_gitlab.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.48: Using cache hint "ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216-current_gitlab.0.7.4-4e07f997e5a403e3e284236003dd2dff6b1992f9"
2026-03-26 15:23.48: Using OBuilder spec:
((from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216)
 (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_gitlab.0.7.4 0.7.4"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall current_gitlab.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 \"\\\"alpine-3.22\\\"\"; 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_gitlab.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"))
 (run (network host)
      (shell "(opam reinstall --with-test current_gitlab.0.7.4) || true"))
 (run (shell  "opam reinstall --with-test --verbose current_gitlab.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 \"\\\"alpine-3.22\\\"\"; 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_gitlab.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.48: Waiting for resource in pool OCluster
2026-03-26 15:35.40: Waiting for worker…
2026-03-26 15:38.08: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
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:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216)
2026-03-26 15:38.46 ---> using "d1cef22083ba59d6db4e2f107091c68dd70ebdcc64c3894ad7db7be62ad17f4a" from cache

/: (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:38.46 ---> using "d2cb172e755b5e8a0ee24e133445a3ea22478f4e48886729c76cbcde08270342" from cache

/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
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-26 15:38.46 ---> using "4b7ed401555204d1f183307388cb649d473c8a52ff80ce2f5a4e8504a88269c7" from cache

/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=alpine os-version=3.22.2
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# 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:38.46 ---> using "9b1883465557a61ecd00e6282d59de098d32d80cc71a923a8ed0faa5af1a02e7" from cache

/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:38.46 ---> using "be1c70f0be6391803fdc2f3adb75bd0fc31dd6c9a80328fabfc5d1e074dcb1ff" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-26 15:38.47 ---> using "ee85290f4e35a99acb9c22cf75d689f8fdf127a3f97fe79c1b8bc8b673870578" from cache

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

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apk" "update"
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
- v3.22.3-86-gc30c2e9d094 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main]
- v3.22.3-87-geb9b79695c8 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community]
- v20260127-3754-g335577f18fd [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20260127-3754-g335577f18fd [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20260127-3746-ga25f5a1d68d [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 61016 distinct packages available
2026-03-26 15:39.04 ---> saved as "3bf6e0027b53c560405d81d59e66a29c652c90721d20f92052c3f494db7cd6c6"

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

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall current_gitlab.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 \"\\\"alpine-3.22\\\"\"; 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_gitlab.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_gitlab.0.7.4 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 131 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, prometheus-app]
  - install asn1-combinators      0.2.6              [required by x509]
  - install astring               0.8.5              [required by current_git, current, current_web]
  - install atd                   2.16.0             [required by atdgen]
  - install atdgen                2.15.0             [required by gitlab]
  - install atdgen-runtime        2.16.0             [required by atdgen]
  - 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_git, current_web]
  - install bigstringaf           0.10.0             [required by multipart_form-lwt]
  - install biniou                1.2.2              [required by atdgen]
  - install bos                   0.2.1              [required by current_git, current, current_web]
  - install bstr                  0.0.4              [required by prettym]
  - install ca-certs              0.2.3              [required by conduit-lwt-unix]
  - install camlp-streams         5.0.1              [required by biniou]
  - install cf                    0.5.0              [required by cf-lwt]
  - install cf-lwt                0.5.0              [required by irmin-watcher]
  - install cmdliner              1.3.0              [required by current_gitlab]
  - install cohttp                6.1.1              [required by cohttp-lwt-unix, gitlab-unix]
  - install cohttp-lwt            6.1.1              [required by cohttp-lwt-unix]
  - install cohttp-lwt-unix       6.1.1              [required by current_gitlab]
  - 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 cohttp-lwt-unix, current_web]
  - install conf-git              1.1                [required by current_git]
  - 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-libffi           2.0.0              [required by ctypes-foreign]
  - 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_git, current_web]
  - install csv                   2.4                [required by current_web]
  - install ctypes                0.24.0             [required by cf, fsevents]
  - install ctypes-foreign        0.24.0             [required by cf]
  - install current               0.7.4              [required by current_gitlab]
  - install current_git           0.7.4              [required by current_gitlab]
  - install current_gitlab        0.7.4 (pinned)
  - install current_incr          0.6.1              [required by current]
  - install current_web           0.7.4              [required by current_gitlab]
  - install domain-name           0.5.0              [required by tls]
  - install dune                  3.22.0             [required by current_gitlab]
  - 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]
  - install easy-format           1.3.4              [required by atd]
  - 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_gitlab]
  - install fpath                 0.7.3              [required by current_git, current, current_web]
  - install fsevents              0.3.0              [required by fsevents-lwt]
  - install fsevents-lwt          0.3.0              [required by irmin-watcher]
  - install gitlab                0.1.8              [required by gitlab-unix]
  - install gitlab-unix           0.1.8              [required by current_gitlab]
  - install gmap                  0.3.0              [required by x509]
  - install hex                   1.5.0              [required by ezjsonm]
  - install hkdf                  1.0.4 (deprecated) [required by tls]
  - install http                  6.1.1              [required by cohttp-lwt-unix]
  - install ISO8601               0.2.6              [required by gitlab]
  - install inotify               2.6                [required by irmin-watcher]
  - install integers              0.7.0              [required by ctypes]
  - install ipaddr                5.6.2              [required by conduit-lwt-unix, cohttp-lwt, tls]
  - install ipaddr-sexp           5.6.2              [required by conduit-lwt-unix]
  - install irmin-watcher         0.5.0              [required by current_git]
  - 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_gitlab]
  - install lwt                   6.1.1              [required by current_gitlab]
  - 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 menhir                20260209           [required by atd]
  - install menhirCST             20260209           [required by menhir]
  - install menhirGLR             20260209           [required by menhir]
  - install menhirLib             20260209           [required by menhir]
  - install menhirSdk             20260209           [required by menhir]
  - install mirage-crypto         0.11.3             [required by current_git, current_web]
  - install mirage-crypto-ec      0.11.3             [required by tls]
  - install mirage-crypto-pk      0.11.3             [required by tls]
  - 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 asetmap, logs, mtime]
  - install ocamlfind             1.9.8              [required by ppx_deriving]
  - 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_git, current, current_web]
  - install ppx_deriving_yojson   3.9.1              [required by current_gitlab]
  - install ppx_sexp_conv         v0.16.0            [required by cohttp-lwt-unix, current_web]
  - install ppxlib                0.35.0             [required by ppx_deriving, ppx_deriving_yojson]
  - install prettym               0.0.4              [required by multipart_form]
  - install prometheus            1.3                [required by current_gitlab]
  - install prometheus-app        1.3                [required by current_web]
  - install ptime                 1.2.0              [required by current_gitlab]
  - install re                    1.14.0             [required by current, current_web]
  - install result                1.5                [required by current_gitlab]
  - install routes                2.0.0              [required by current_web]
  - install rresult               0.7.0              [required by current_gitlab]
  - install seq                   base               [required by yojson, 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, current_web]
  - install stdlib-shims          0.3.0              [required by ppxlib]
  - install stringext             1.6.0              [required by gitlab-unix]
  - install tls                   0.17.5             [required by gitlab-unix]
  - install topkg                 1.1.1              [required by asetmap, logs, mtime]
  - 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 tls]
  - install yojson                2.2.2              [required by current_gitlab]
  - install zarith                1.14               [required by asn1-combinators, mirage-crypto-pk]

The following system packages will first need to be installed:
    gmp-dev graphviz libev-dev libffi-dev sqlite-dev

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

opam believes some required external dependencies are missing. opam can:
> 1. Run apk to install them (may need root/sudo access)
  2. Display the recommended apk 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 "apk" "add" "gmp-dev" "graphviz" "libev-dev" "libffi-dev" "sqlite-dev"
- (1/42) Installing libgmpxx (6.3.0-r3)
- (2/42) Installing gmp-dev (6.3.0-r3)
- (3/42) Installing font-cantarell (0.303.1-r2)
- (4/42) Installing libxext (1.3.6-r2)
- (5/42) Installing libxrender (0.9.12-r0)
- (6/42) Installing libpng (1.6.56-r0)
- (7/42) Installing freetype (2.13.3-r0)
- (8/42) Installing fontconfig (2.15.0-r3)
- (9/42) Installing pixman (0.46.4-r0)
- (10/42) Installing cairo (1.18.4-r0)
- (11/42) Installing graphviz-libs (12.2.1-r0)
- (12/42) Installing libice (1.1.2-r0)
- (13/42) Installing libuuid (2.41-r9)
- (14/42) Installing libsm (1.2.5-r0)
- (15/42) Installing libxt (1.3.1-r0)
- (16/42) Installing libxpm (3.5.17-r0)
- (17/42) Installing aom-libs (3.12.1-r0)
- (18/42) Installing libdav1d (1.5.1-r0)
- (19/42) Installing libjpeg-turbo (3.1.0-r0)
- (20/42) Installing libyuv (0.0.1887.20251502-r1)
- (21/42) Installing libavif (1.3.0-r0)
- (22/42) Installing libsharpyuv (1.5.0-r0)
- (23/42) Installing libwebp (1.5.0-r0)
- (24/42) Installing tiff (4.7.1-r0)
- (25/42) Installing libgd (2.3.3-r10)
- (26/42) Installing libintl (0.24.1-r0)
- (27/42) Installing libeconf (0.6.3-r0)
- (28/42) Installing libblkid (2.41-r9)
- (29/42) Installing libmount (2.41-r9)
- (30/42) Installing glib (2.84.4-r0)
- (31/42) Installing libxft (2.3.8-r3)
- (32/42) Installing fribidi (1.0.16-r1)
- (33/42) Installing graphite2 (1.3.14-r6)
- (34/42) Installing harfbuzz (11.2.1-r0)
- (35/42) Installing pango (1.56.3-r0)
- (36/42) Installing graphviz (12.2.1-r0)
- (37/42) Installing libev (4.33-r1)
- (38/42) Installing libev-dev (4.33-r1)
- (39/42) Installing linux-headers (6.14.2-r0)
- (40/42) Installing libffi-dev (3.4.8-r0)
- (41/42) Installing sqlite (3.49.2-r1)
- (42/42) Installing sqlite-dev (3.49.2-r1)
- Executing busybox-1.37.0-r20.trigger
- Executing fontconfig-2.15.0-r3.trigger
- Executing glib-2.84.4-r0.trigger
- Executing graphviz-12.2.1-r0.trigger
- OK: 345 MiB in 144 packages

<><> 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 atd.2.16.0, atdgen-runtime.2.16.0  (cached)
-> retrieved atdgen.2.15.0  (cached)
-> retrieved base.v0.16.4  (cached)
-> retrieved base64.3.5.2  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved biniou.1.2.2  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved bstr.0.0.4  (cached)
-> retrieved ca-certs.0.2.3  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cf.0.5.0, cf-lwt.0.5.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cohttp.6.1.1, cohttp-lwt.6.1.1, cohttp-lwt-unix.6.1.1, http.6.1.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)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-git.1.1
-> installed conf-pkg-config.4
-> installed conf-gmp.5
-> installed conf-graphviz.0.1
-> retrieved cstruct.6.2.0  (cached)
-> retrieved csv.2.4  (cached)
-> installed conf-sqlite3.1
-> installed conf-libffi.2.0.0
-> installed conf-gmp-powm-sec.4
-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
-> installed conf-libev.4-13
-> retrieved current.0.7.4, current_git.0.7.4, current_gitlab.0.7.4, current_web.0.7.4  (cached)
-> 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 easy-format.1.3.4  (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 fsevents.0.3.0, fsevents-lwt.0.3.0  (cached)
-> retrieved gitlab.0.1.8, gitlab-unix.0.1.8  (cached)
-> installed cmdliner.1.3.0
-> retrieved gmap.0.3.0  (cached)
-> retrieved hex.1.5.0  (cached)
-> retrieved hkdf.1.0.4  (cached)
-> retrieved ISO8601.0.2.6  (cached)
-> retrieved inotify.2.6  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved ipaddr.5.6.2, ipaddr-sexp.5.6.2, macaddr.5.6.2  (cached)
-> retrieved irmin-watcher.0.5.0  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved ke.0.6  (cached)
-> retrieved logs.0.10.0  (cached)
-> retrieved lwt.6.1.1  (cached)
-> retrieved lwt-dllist.1.1.0  (cached)
-> retrieved magic-mime.1.3.1  (cached)
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (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 tls.0.17.5  (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.2.2.2  (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 uutf.1.0.4
-> installed fmt.0.11.0
-> installed mtime.2.1.0
-> installed ptime.1.2.0
-> installed astring.0.8.5
-> installed jsonm.1.0.2
-> installed fpath.0.7.3
-> installed dune.3.22.0
-> installed base64.3.5.2
-> installed bstr.0.0.4
-> installed camlp-streams.5.0.1
-> installed crunch.4.0.0
-> installed csexp.1.5.2
-> installed cppo.1.8.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 easy-format.1.3.4
-> installed gmap.0.3.0
-> installed http.6.1.1
-> installed ISO8601.0.2.6
-> installed ke.0.6
-> installed lwt-dllist.1.1.0
-> installed macaddr.5.6.2
-> installed magic-mime.1.3.1
-> installed menhirCST.20260209
-> installed menhirGLR.20260209
-> installed menhirLib.20260209
-> installed menhirSdk.20260209
-> 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.2.2.2
-> installed ocplib-endian.1.2
-> installed asn1-combinators.0.2.6
-> installed eqaf.0.9
-> installed hex.1.5.0
-> installed biniou.1.2.2
-> installed prettym.0.0.4
-> installed ipaddr.5.6.2
-> installed routes.2.0.0
-> installed ezjsonm.1.3.0
-> installed dune-configurator.3.22.0
-> installed atdgen-runtime.2.16.0
-> installed integers.0.7.0
-> installed bigstringaf.0.10.0
-> installed parsexp.v0.16.0
-> installed angstrom.0.16.1
-> installed unstrctrd.0.4
-> installed sexplib.v0.16.0
-> installed tyxml.4.6.0
-> installed mirage-crypto.0.11.3
-> installed dune-compiledb.0.6.0
-> installed pbkdf.1.2.0
-> installed hkdf.1.0.4
-> installed ansi.0.7.0
-> installed uri.4.4.0
-> installed lwt.6.1.1
-> installed prometheus.1.3
-> installed inotify.2.6
-> installed logs.0.10.0
-> installed sqlite3.5.4.0
-> installed mirage-crypto-rng.0.11.3
-> installed multipart_form.0.8.0
-> installed base.v0.16.4
-> installed mirage-crypto-pk.0.11.3
-> installed mirage-crypto-rng-lwt.0.11.3
-> installed session.0.5.0
-> installed multipart_form-lwt.0.8.0
-> installed ctypes.0.24.0
-> installed menhir.20260209
-> installed bos.0.2.1
-> installed ctypes-foreign.0.24.0
-> installed atd.2.16.0
-> installed cf.0.5.0
-> installed fsevents.0.3.0
-> installed cf-lwt.0.5.0
-> installed fsevents-lwt.0.3.0
-> installed irmin-watcher.0.5.0
-> installed atdgen.2.15.0
-> installed mirage-crypto-ec.0.11.3
-> installed x509.0.16.5
-> installed ca-certs.0.2.3
-> installed ppxlib.0.35.0
-> installed tls.0.17.5
-> 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.1.1
-> installed session-cohttp.0.5.0
-> installed current_git.0.7.4
-> installed conduit-lwt.8.0.0
-> installed cohttp-lwt.6.1.1
-> installed session-cohttp-lwt.0.5.0
-> installed conduit-lwt-unix.8.0.0
-> installed cohttp-lwt-unix.6.1.1
-> installed prometheus-app.1.3
-> installed current_web.0.7.4
-> installed gitlab.0.1.8
-> installed gitlab-unix.0.1.8
-> installed current_gitlab.0.7.4
Done.

<><> hkdf.1.0.4 installed successfully ><><><><><><><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2026-03-26 15:40.33 ---> saved as "d189da1a16ac6b6f0f8a695ff1dbb38e2065db295c48d2a5b880242197bc3bf8"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test current_gitlab.0.7.4) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile current_gitlab 0.7.4 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved current_gitlab.0.7.4  (https://github.com/ocurrent/ocurrent/releases/download/v0.7.4/ocurrent-0.7.4.tbz)
-> removed   current_gitlab.0.7.4
-> installed current_gitlab.0.7.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-26 15:40.41 ---> saved as "30a1d1cef3b0930113cb7a4ed206045dce5ef8b50ca710034c406323ad1eae5a"

/home/opam: (run (shell  "opam reinstall --with-test --verbose current_gitlab.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 \"\\\"alpine-3.22\\\"\"; 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_gitlab.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"))
The following actions will be performed:
=== recompile 1 package
  - recompile current_gitlab 0.7.4 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/4: [current_gitlab.0.7.4: extract]
-> retrieved current_gitlab.0.7.4  (cached)
Processing  2/4: [current_gitlab: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "current_gitlab" "-j" "255" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/current_gitlab.0.7.4)
-> compiled  current_gitlab.0.7.4
-> removed   current_gitlab.0.7.4
-> installed current_gitlab.0.7.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-26 15:40.49 ---> saved as "89a5bb4ab44cf5f2da10f2fa97fdf416867784ef6a6c151597bef3c2102e2f69"
Job succeeded
2026-03-26 15:41.18: Job succeeded