(for PR #27893)

2025-05-17 11:08.37: New job: build binaryen.0.25.0, using opam 2.3
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27893/head (326aafe91f8da7fbf33e50076035936033e874a9)
                              on debian-12-ocaml-4.14/s390x

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/27893/head" && git reset --hard 326aafe9
git fetch origin master
git merge --no-edit cf409d95af00ff822422bd76b657ed213b661401
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:1ffce482488eac184a17cb8a69cee2f0dcf6dfa28ee08dd73f421c4957253c0c
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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 binaryen.0.25.0 0.25.0
RUN opam reinstall binaryen.0.25.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 "\"debian-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'binaryen.0.25.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 .

2025-05-17 11:08.37: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:1ffce482488eac184a17cb8a69cee2f0dcf6dfa28ee08dd73f421c4957253c0c-binaryen.0.25.0-326aafe91f8da7fbf33e50076035936033e874a9"
2025-05-17 11:08.37: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:1ffce482488eac184a17cb8a69cee2f0dcf6dfa28ee08dd73f421c4957253c0c)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 binaryen.0.25.0 0.25.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall binaryen.0.25.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 \"\\\"debian-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'binaryen.0.25.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-05-17 11:08.37: Waiting for resource in pool OCluster
2025-05-17 11:08.37: Waiting for worker…
2025-05-17 11:30.40: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
All commits already cached
Updating files:  53% (12264/23050)
Updating files:  54% (12447/23050)
Updating files:  55% (12678/23050)
Updating files:  56% (12908/23050)
Updating files:  57% (13139/23050)
Updating files:  58% (13369/23050)
Updating files:  59% (13600/23050)
Updating files:  60% (13830/23050)
Updating files:  61% (14061/23050)
Updating files:  62% (14291/23050)
Updating files:  63% (14522/23050)
Updating files:  64% (14752/23050)
Updating files:  65% (14983/23050)
Updating files:  66% (15213/23050)
Updating files:  67% (15444/23050)
Updating files:  68% (15674/23050)
Updating files:  69% (15905/23050)
Updating files:  70% (16135/23050)
Updating files:  71% (16366/23050)
Updating files:  72% (16596/23050)
Updating files:  73% (16827/23050)
Updating files:  74% (17057/23050)
Updating files:  75% (17288/23050)
Updating files:  76% (17518/23050)
Updating files:  77% (17749/23050)
Updating files:  78% (17979/23050)
Updating files:  79% (18210/23050)
Updating files:  79% (18358/23050)
Updating files:  80% (18440/23050)
Updating files:  81% (18671/23050)
Updating files:  82% (18901/23050)
Updating files:  83% (19132/23050)
Updating files:  84% (19362/23050)
Updating files:  85% (19593/23050)
Updating files:  86% (19823/23050)
Updating files:  87% (20054/23050)
Updating files:  88% (20284/23050)
Updating files:  89% (20515/23050)
Updating files:  90% (20745/23050)
Updating files:  91% (20976/23050)
Updating files:  92% (21206/23050)
Updating files:  93% (21437/23050)
Updating files:  94% (21667/23050)
Updating files:  95% (21898/23050)
Updating files:  96% (22128/23050)
Updating files:  97% (22359/23050)
Updating files:  98% (22589/23050)
Updating files:  99% (22820/23050)
Updating files: 100% (23050/23050)
Updating files: 100% (23050/23050), done.
HEAD is now at cf409d95af Merge pull request #27869 from chetmurthy/release-ledit-2.07
Updating cf409d95af..326aafe91f
Fast-forward
 packages/binaryen/binaryen.0.25.0/opam | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 packages/binaryen/binaryen.0.25.0/opam

(from ocaml/opam:debian-12-ocaml-4.14@sha256:1ffce482488eac184a17cb8a69cee2f0dcf6dfa28ee08dd73f421c4957253c0c)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:1ffce482488eac184a17cb8a69cee2f0dcf6dfa28ee08dd73f421c4957253c0c' locally
docker.io/ocaml/opam@sha256:1ffce482488eac184a17cb8a69cee2f0dcf6dfa28ee08dd73f421c4957253c0c: Pulling from ocaml/opam
a5e7ec27bb28: Already exists
1a0a5e1ae837: Already exists
af5cbbca5a95: Already exists
e38b34443d5d: Already exists
6e118d4646e7: Already exists
772a298ca0a2: Already exists
3d4175a24c80: Already exists
934849f2d033: Already exists
53a641444425: Already exists
15d735fb1af2: Already exists
bec537f5413b: Already exists
d9da8ae6a8ab: Already exists
9e2bba1421b6: Already exists
73dff342593d: Already exists
cffcef3786c1: Already exists
1f29ff394d17: Already exists
290ee4e4e08b: Already exists
6c6c913d6376: Already exists
08dd7cf10b89: Already exists
a23c090c6420: Already exists
4f4fb700ef54: Already exists
2730820e2971: Already exists
b97e8fd89a0d: Already exists
3ccc56a83714: Already exists
348c052fbda1: Already exists
981024d3975f: Already exists
5de21fc49d0e: Already exists
ea4c40d04363: Already exists
308356ae1ebf: Already exists
aa560d2e1541: Already exists
f7b4bb836469: Already exists
9d7ef2ee0716: Already exists
ab70bd6b0f1d: Already exists
588bc858f107: Already exists
43a4fc81c76e: Already exists
7f8048c7e6ce: Already exists
fddea7f6c454: Already exists
5e5429890309: Already exists
d6d0411a6918: Pulling fs layer
17f147029e45: Pulling fs layer
6dd39dd1fcba: Pulling fs layer
a3aaa61ab204: Pulling fs layer
a3aaa61ab204: Waiting
17f147029e45: Verifying Checksum
17f147029e45: Download complete
6dd39dd1fcba: Verifying Checksum
6dd39dd1fcba: Download complete
a3aaa61ab204: Verifying Checksum
a3aaa61ab204: Download complete
d6d0411a6918: Verifying Checksum
d6d0411a6918: Download complete
d6d0411a6918: Pull complete
17f147029e45: Pull complete
6dd39dd1fcba: Pull complete
a3aaa61ab204: Pull complete
Digest: sha256:1ffce482488eac184a17cb8a69cee2f0dcf6dfa28ee08dd73f421c4957253c0c
Status: Downloaded newer image for ocaml/opam@sha256:1ffce482488eac184a17cb8a69cee2f0dcf6dfa28ee08dd73f421c4957253c0c
2025-05-17 11:30.45 ---> using "f04b843bee7ae47bda153d751ae56ee0b5ce5385704bf12473d4734c6c587952" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-05-17 11:30.45 ---> using "ffc93b7ee78ff891e05e67be8a5f3d759f076d580464805e547ee62e4d7b1c04" 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 development 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.

Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-05-17 11:30.45 ---> using "a39dbfad3d87f9c3e083ad1cf351aba39b59713ea7371723c7b37cf2c1bd3024" 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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# self-upgrade         no
# system               arch=s390x os=linux os-distribution=debian os-version=12
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 3
# 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
2025-05-17 11:30.45 ---> using "93424b9e35edf48f0ebef6363e07da69704c58fdfadd9a86023ec6e76de79e6d" 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/"))
2025-05-17 11:30.45 ---> using "94a39bf0749070b1411772330bbb3b555c6933be7c7eb9fc626c8c2fbd88abd0" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2025-05-17 11:34.00 ---> saved as "f8df0d7b162e4438c598ca72d7d81cac098eec64f4ec2ae24e8e0dc4ef9ec025"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-05-17 11:37.09 ---> saved as "4882bf5de0fcf5a8f30e56910ff9e6ddbf73a60110e5088b974411eedc3ec999"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian bookworm/main s390x Packages [8458 kB]
- Get:5 http://deb.debian.org/debian-security bookworm-security/main s390x Packages [228 kB]
- Fetched 8940 kB in 3s (3351 kB/s)
- Reading package lists...
- 
2025-05-17 11:37.32 ---> saved as "cb7ce1aa090a3ededd150fd98bc54d4a41e22a386427778f8dfd2060d3da01ed"

/home/opam: (run (shell "opam pin add -k version -yn binaryen.0.25.0 0.25.0"))
binaryen is now pinned to version 0.25.0
2025-05-17 11:37.57 ---> saved as "cf33ec34da5bc2f7a5924ad8cbb79d5d1e5670acd265cefbf3a91676b147a2e5"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall binaryen.0.25.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 \"\\\"debian-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'binaryen.0.25.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
binaryen.0.25.0 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 21 packages
  - install binaryen             0.25.0 (pinned)
  - install cmdliner             1.3.0           [required by js_of_ocaml-compiler]
  - install conf-cmake           1               [required by libbinaryen]
  - install csexp                1.5.2           [required by dune-configurator]
  - install dune                 3.18.2          [required by binaryen]
  - install dune-configurator    3.18.2          [required by binaryen]
  - install gen                  1.1             [required by sedlex]
  - install js_of_ocaml-compiler 5.9.1           [required by binaryen]
  - install libbinaryen          115.0.0         [required by binaryen]
  - install menhir               20240715        [required by js_of_ocaml-compiler]
  - install menhirCST            20240715        [required by menhir]
  - install menhirLib            20240715        [required by js_of_ocaml-compiler]
  - install menhirSdk            20240715        [required by js_of_ocaml-compiler]
  - install ocaml-compiler-libs  v0.12.4         [required by ppxlib]
  - install ppx_derivers         1.2.1           [required by ppxlib]
  - install ppxlib               0.35.0          [required by js_of_ocaml-compiler]
  - install sedlex               3.4             [required by js_of_ocaml-compiler]
  - install seq                  base            [required by yojson]
  - install sexplib0             v0.17.0         [required by ppxlib]
  - install stdlib-shims         0.3.0           [required by ppxlib]
  - install yojson               2.2.2           [required by js_of_ocaml-compiler]

The following system packages will first need to be installed:
    cmake

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

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get 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 "apt-get" "install" "-qq" "-yy" "cmake"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libicu72:s390x.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
- (Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18520 files and directories currently installed.)
- Preparing to unpack .../0-libicu72_72.1-3_s390x.deb ...
- Unpacking libicu72:s390x (72.1-3) ...
- Selecting previously unselected package libxml2:s390x.
- Preparing to unpack .../1-libxml2_2.9.14+dfsg-1.3~deb12u1_s390x.deb ...
- Unpacking libxml2:s390x (2.9.14+dfsg-1.3~deb12u1) ...
- Selecting previously unselected package libarchive13:s390x.
- Preparing to unpack .../2-libarchive13_3.6.2-1+deb12u2_s390x.deb ...
- Unpacking libarchive13:s390x (3.6.2-1+deb12u2) ...
- Selecting previously unselected package libjsoncpp25:s390x.
- Preparing to unpack .../3-libjsoncpp25_1.9.5-4_s390x.deb ...
- Unpacking libjsoncpp25:s390x (1.9.5-4) ...
- Selecting previously unselected package librhash0:s390x.
- Preparing to unpack .../4-librhash0_1.4.3-3_s390x.deb ...
- Unpacking librhash0:s390x (1.4.3-3) ...
- Selecting previously unselected package libuv1:s390x.
- Preparing to unpack .../5-libuv1_1.44.2-1+deb12u1_s390x.deb ...
- Unpacking libuv1:s390x (1.44.2-1+deb12u1) ...
- Selecting previously unselected package cmake-data.
- Preparing to unpack .../6-cmake-data_3.25.1-1_all.deb ...
- Unpacking cmake-data (3.25.1-1) ...
- Selecting previously unselected package cmake.
- Preparing to unpack .../7-cmake_3.25.1-1_s390x.deb ...
- Unpacking cmake (3.25.1-1) ...
- Setting up libicu72:s390x (72.1-3) ...
- Setting up libuv1:s390x (1.44.2-1+deb12u1) ...
- Setting up libjsoncpp25:s390x (1.9.5-4) ...
- Setting up librhash0:s390x (1.4.3-3) ...
- Setting up cmake-data (3.25.1-1) ...
- Setting up libxml2:s390x (2.9.14+dfsg-1.3~deb12u1) ...
- Setting up libarchive13:s390x (3.6.2-1+deb12u2) ...
- Setting up cmake (3.25.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u10) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved binaryen.0.25.0  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved conf-cmake.1  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-cmake.1
-> retrieved dune.3.18.2, dune-configurator.3.18.2  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved js_of_ocaml-compiler.5.9.1  (cached)
-> retrieved libbinaryen.115.0.0  (cached)
-> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715  (cached)
-> installed cmdliner.1.3.0
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved sedlex.3.4  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved yojson.2.2.2  (cached)
-> installed dune.3.18.2
-> installed csexp.1.5.2
-> installed menhirCST.20240715
-> installed gen.1.1
-> installed menhirLib.20240715
-> installed menhirSdk.20240715
-> installed ocaml-compiler-libs.v0.12.4
-> installed ppx_derivers.1.2.1
-> installed dune-configurator.3.18.2
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed yojson.2.2.2
-> installed menhir.20240715
-> installed ppxlib.0.35.0
-> installed sedlex.3.4
-> installed js_of_ocaml-compiler.5.9.1
-> installed libbinaryen.115.0.0
-> installed binaryen.0.25.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-17 11:47.33 ---> saved as "09c0b2250a7576fbb5ffd8716abea3ec691c3c93d097075a73c523c252666254"
Job succeeded
2025-05-17 11:49.15: Job succeeded