(for PR #29893)

2026-05-12 12:13.34: New job: build ez_api.3.0.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29893/head (f8b665bc7f31903aeca03d04a5c0996397f57443)
                              on archlinux-ocaml-5.4/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/29893/head" && git reset --hard f8b665bc
git fetch origin master
git merge --no-edit a4f153d7481c469b20f3b1064338d6a21abcb832
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:archlinux-ocaml-5.4@sha256:ff6a3d4caa480bb131a65b9bc7031d2c48f552fa0ff0fec1b4612a7e93a75a56
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 ez_api.3.0.0 3.0.0
RUN opam reinstall ez_api.3.0.0; \
    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 "\"archlinux\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'ez_api.3.0.0' && 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-05-12 12:13.34: Using cache hint "ocaml/opam:archlinux-ocaml-5.4@sha256:ff6a3d4caa480bb131a65b9bc7031d2c48f552fa0ff0fec1b4612a7e93a75a56-ez_api.3.0.0-f8b665bc7f31903aeca03d04a5c0996397f57443"
2026-05-12 12:13.34: Using OBuilder spec:
((from ocaml/opam:archlinux-ocaml-5.4@sha256:ff6a3d4caa480bb131a65b9bc7031d2c48f552fa0ff0fec1b4612a7e93a75a56)
 (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 ez_api.3.0.0 3.0.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall ez_api.3.0.0;\
             \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 \"\\\"archlinux\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'ez_api.3.0.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-05-12 12:13.34: Waiting for resource in pool OCluster
2026-05-12 12:13.34: Waiting for worker…
2026-05-12 12:14.22: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at a4f153d748 Merge pull request #29889 from mtelvers/opam-publish-ocaml-version.4.1.1
Updating a4f153d748..f8b665bc7f
Fast-forward
 packages/ez_api/ez_api.3.0.0/opam | 85 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 85 insertions(+)
 create mode 100644 packages/ez_api/ez_api.3.0.0/opam

(from ocaml/opam:archlinux-ocaml-5.4@sha256:ff6a3d4caa480bb131a65b9bc7031d2c48f552fa0ff0fec1b4612a7e93a75a56)
Unable to find image 'ocaml/opam:archlinux-ocaml-5.4@sha256:ff6a3d4caa480bb131a65b9bc7031d2c48f552fa0ff0fec1b4612a7e93a75a56' locally
docker.io/ocaml/opam@sha256:ff6a3d4caa480bb131a65b9bc7031d2c48f552fa0ff0fec1b4612a7e93a75a56: Pulling from ocaml/opam
ff6163e82a1a: Pulling fs layer
8250652c20a7: Pulling fs layer
f88336cbb130: Pulling fs layer
98843f0bedf9: Pulling fs layer
70b99ce5018b: Pulling fs layer
28d599af1e7c: Pulling fs layer
29393191b3a8: Pulling fs layer
b06f1d9a3717: Pulling fs layer
8977a46950e2: Pulling fs layer
676683f7addc: Pulling fs layer
2e85bcc9ba82: Pulling fs layer
3ca73d0a5a58: Pulling fs layer
17697d8bdc0c: Pulling fs layer
4f4fb700ef54: Pulling fs layer
a6ec3886371f: Pulling fs layer
5010817d741a: Pulling fs layer
01c661d0269c: Pulling fs layer
268516d50e85: Pulling fs layer
e5e98b2f2702: Pulling fs layer
ec4384e41ca9: Pulling fs layer
269bbe3573fe: Pulling fs layer
d5dbbcf05785: Pulling fs layer
1710d30b6438: Pulling fs layer
d739f68e6dd9: Pulling fs layer
5cff690ccc13: Pulling fs layer
1d45d0283b2f: Pulling fs layer
bb567d16bdef: Pulling fs layer
cac1c814b9e3: Pulling fs layer
d3b25c2c8512: Pulling fs layer
952530db3303: Pulling fs layer
549ae145c292: Pulling fs layer
be6d649d85d7: Pulling fs layer
d41a47a627ef: Pulling fs layer
550a33352452: Pulling fs layer
c2874e8e4646: Pulling fs layer
e70ac83f163f: Pulling fs layer
868d09fd65b8: Pulling fs layer
17697d8bdc0c: Waiting
29393191b3a8: Waiting
28d599af1e7c: Waiting
98843f0bedf9: Waiting
4f4fb700ef54: Waiting
70b99ce5018b: Waiting
a6ec3886371f: Waiting
b06f1d9a3717: Waiting
8977a46950e2: Waiting
5010817d741a: Waiting
01c661d0269c: Waiting
1d45d0283b2f: Waiting
be6d649d85d7: Waiting
bb567d16bdef: Waiting
d41a47a627ef: Waiting
d5dbbcf05785: Waiting
cac1c814b9e3: Waiting
550a33352452: Waiting
d3b25c2c8512: Waiting
1710d30b6438: Waiting
952530db3303: Waiting
549ae145c292: Waiting
d739f68e6dd9: Waiting
c2874e8e4646: Waiting
5cff690ccc13: Waiting
676683f7addc: Waiting
268516d50e85: Waiting
e70ac83f163f: Waiting
e5e98b2f2702: Waiting
2e85bcc9ba82: Waiting
ec4384e41ca9: Waiting
269bbe3573fe: Waiting
868d09fd65b8: Waiting
8250652c20a7: Download complete
98843f0bedf9: Verifying Checksum
98843f0bedf9: Download complete
70b99ce5018b: Download complete
f88336cbb130: Verifying Checksum
f88336cbb130: Download complete
29393191b3a8: Verifying Checksum
29393191b3a8: Download complete
b06f1d9a3717: Verifying Checksum
b06f1d9a3717: Download complete
28d599af1e7c: Verifying Checksum
28d599af1e7c: Download complete
8977a46950e2: Download complete
2e85bcc9ba82: Verifying Checksum
2e85bcc9ba82: Download complete
676683f7addc: Verifying Checksum
676683f7addc: Download complete
3ca73d0a5a58: Verifying Checksum
3ca73d0a5a58: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
17697d8bdc0c: Download complete
5010817d741a: Download complete
01c661d0269c: Verifying Checksum
01c661d0269c: Download complete
a6ec3886371f: Verifying Checksum
a6ec3886371f: Download complete
268516d50e85: Download complete
e5e98b2f2702: Verifying Checksum
e5e98b2f2702: Download complete
269bbe3573fe: Download complete
ec4384e41ca9: Download complete
1710d30b6438: Download complete
d5dbbcf05785: Verifying Checksum
d5dbbcf05785: Download complete
5cff690ccc13: Download complete
d739f68e6dd9: Verifying Checksum
d739f68e6dd9: Download complete
1d45d0283b2f: Verifying Checksum
1d45d0283b2f: Download complete
cac1c814b9e3: Verifying Checksum
cac1c814b9e3: Download complete
d3b25c2c8512: Verifying Checksum
d3b25c2c8512: Download complete
952530db3303: Download complete
549ae145c292: Verifying Checksum
549ae145c292: Download complete
be6d649d85d7: Download complete
d41a47a627ef: Verifying Checksum
d41a47a627ef: Download complete
bb567d16bdef: Verifying Checksum
bb567d16bdef: Download complete
c2874e8e4646: Download complete
e70ac83f163f: Download complete
868d09fd65b8: Download complete
ff6163e82a1a: Verifying Checksum
ff6163e82a1a: Download complete
550a33352452: Verifying Checksum
550a33352452: Download complete
ff6163e82a1a: Pull complete
8250652c20a7: Pull complete
f88336cbb130: Pull complete
98843f0bedf9: Pull complete
70b99ce5018b: Pull complete
28d599af1e7c: Pull complete
29393191b3a8: Pull complete
b06f1d9a3717: Pull complete
8977a46950e2: Pull complete
676683f7addc: Pull complete
2e85bcc9ba82: Pull complete
3ca73d0a5a58: Pull complete
17697d8bdc0c: Pull complete
4f4fb700ef54: Pull complete
a6ec3886371f: Pull complete
5010817d741a: Pull complete
01c661d0269c: Pull complete
268516d50e85: Pull complete
e5e98b2f2702: Pull complete
ec4384e41ca9: Pull complete
269bbe3573fe: Pull complete
d5dbbcf05785: Pull complete
1710d30b6438: Pull complete
d739f68e6dd9: Pull complete
5cff690ccc13: Pull complete
1d45d0283b2f: Pull complete
bb567d16bdef: Pull complete
cac1c814b9e3: Pull complete
d3b25c2c8512: Pull complete
952530db3303: Pull complete
549ae145c292: Pull complete
be6d649d85d7: Pull complete
d41a47a627ef: Pull complete
550a33352452: Pull complete
c2874e8e4646: Pull complete
e70ac83f163f: Pull complete
868d09fd65b8: Pull complete
Digest: sha256:ff6a3d4caa480bb131a65b9bc7031d2c48f552fa0ff0fec1b4612a7e93a75a56
Status: Downloaded newer image for ocaml/opam@sha256:ff6a3d4caa480bb131a65b9bc7031d2c48f552fa0ff0fec1b4612a7e93a75a56
2026-05-12 12:14.24 ---> using "9364a5ebe5480dce3a99130f4ceaca0d5e19ffa78ca8c010dfadf27efdfa8435" 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-05-12 12:14.24 ---> using "5e08745f084ccb76f49ace37b914e6279f5ff4f1a9d55e857e53e46193ce4902" 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.

Continue? [Y/n] y
This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.

[NOTE] The 'jobs' option was reset, its value was 1 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=1 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-05-12 12:14.24 ---> using "54f78c707b41b59f6f590b634b1adc7b5b213a2982fe9c3d4caf9304a5457f75" 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.1
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=arch os-version=20260503.0.523481
# 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       5.4
# invariant            ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.1
2026-05-12 12:14.24 ---> using "e8fd6a2543c04301cb65a6beb1d6a5576aa9776ca882cd25bf73b8fb2154009c" 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-05-12 12:14.24 ---> using "7085bda51d41a81466e933362c8099ce5188791201cd703cd7a946b721cbb47b" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-05-12 12:14.30 ---> saved as "c2121a0756310fbbec38117f36cff93269d7ae75729aa04a9aca13741625c6e4"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-12 12:14.40 ---> saved as "29761cad933ad0632c74f78f695ecc7d3a8c0ef71e87cfd70e87b1855df4ccb4"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/sbin/sudo "pacman" "-Sy"
- :: Synchronizing package databases...
-  core downloading...
-  extra downloading...
2026-05-12 12:14.41 ---> saved as "d276af29fe0121b6d2c0592727a97a8548f690ed979a795f6e06b09d04dd407f"

/home/opam: (run (shell "opam pin add -k version -yn ez_api.3.0.0 3.0.0"))
ez_api is now pinned to version 3.0.0
2026-05-12 12:14.42 ---> saved as "26fceef6b6eec066e80c49616f87da11242b1a66dc107994263c5f78a9ab6c9a"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall ez_api.3.0.0;\
                        \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 \"\\\"archlinux\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'ez_api.3.0.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
ez_api.3.0.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 21 packages
  ∗ angstrom           0.16.1         [required by uri]
  ∗ bigstringaf        0.10.0         [required by angstrom]
  ∗ csexp              1.5.2          [required by dune-configurator]
  ∗ cstruct            6.2.0          [required by hex]
  ∗ dune               3.23.0         [required by ez_api]
  ∗ dune-configurator  3.23.0         [required by bigstringaf]
  ∗ ez_api             3.0.0 (pinned)
  ∗ ezjsonm            1.3.0          [required by ez_api]
  ∗ fmt                0.11.0         [required by cstruct]
  ∗ hex                1.5.0          [required by ezjsonm, json-data-encoding]
  ∗ json-data-encoding 1.1.1          [required by ez_api]
  ∗ jsonm              1.0.2          [required by ezjsonm]
  ∗ ocaml-syntax-shims 1.0.0          [required by angstrom]
  ∗ ocamlbuild         0.16.1         [required by uuidm]
  ∗ ocamlfind          1.9.8          [required by uuidm]
  ∗ sexplib0           v0.17.0        [required by ezjsonm]
  ∗ stringext          1.6.0          [required by uri]
  ∗ topkg              1.1.1          [required by uuidm]
  ∗ uri                4.4.0          [required by json-data-encoding]
  ∗ uuidm              0.9.10         [required by ez_api]
  ∗ uutf               1.0.4          [required by ezjsonm]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved angstrom.0.16.1  (cached)
⬇ retrieved bigstringaf.0.10.0  (cached)
⬇ retrieved csexp.1.5.2  (cached)
⬇ retrieved cstruct.6.2.0  (cached)
⬇ retrieved dune.3.23.0, dune-configurator.3.23.0  (cached)
⬇ retrieved ez_api.3.0.0  (https://github.com/OCamlPro/ez_api/archive/refs/tags/3.0.0.tar.gz)
⬇ retrieved ezjsonm.1.3.0  (cached)
⬇ retrieved fmt.0.11.0  (cached)
⬇ retrieved hex.1.5.0  (cached)
⬇ retrieved json-data-encoding.1.1.1  (cached)
⬇ retrieved jsonm.1.0.2  (cached)
⬇ retrieved ocaml-syntax-shims.1.0.0  (cached)
⬇ retrieved ocamlbuild.0.16.1  (cached)
⬇ retrieved ocamlfind.1.9.8  (cached)
⬇ retrieved sexplib0.v0.17.0  (cached)
⬇ retrieved stringext.1.6.0  (cached)
⬇ retrieved topkg.1.1.1  (cached)
⬇ retrieved uri.4.4.0  (cached)
⬇ retrieved uuidm.0.9.10  (cached)
⬇ retrieved uutf.1.0.4  (cached)
∗ installed ocamlfind.1.9.8
∗ installed ocamlbuild.0.16.1
∗ installed topkg.1.1.1
∗ installed uuidm.0.9.10
∗ installed uutf.1.0.4
∗ installed fmt.0.11.0
∗ installed jsonm.1.0.2
∗ installed dune.3.23.0
∗ installed csexp.1.5.2
∗ installed cstruct.6.2.0
∗ installed ocaml-syntax-shims.1.0.0
∗ installed sexplib0.v0.17.0
∗ installed stringext.1.6.0
∗ installed hex.1.5.0
∗ installed ezjsonm.1.3.0
∗ installed dune-configurator.3.23.0
∗ installed bigstringaf.0.10.0
∗ installed angstrom.0.16.1
∗ installed uri.4.4.0
∗ installed json-data-encoding.1.1.1
∗ installed ez_api.3.0.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-12 12:15.23 ---> saved as "5228f87a495fefc158e25ae413f773fd82b090e0435fa75ba70a811b54047591"
Job succeeded
2026-05-12 12:15.32: Job succeeded