(for PR #27894)
2025-05-17 11:50.29: New job: build binaryen.0.26.0, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/27894/head (10c571afa6cbbb50ffbca082f650d44421c9c4c2) on fedora-41-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/27894/head" && git reset --hard 10c571af git fetch origin master git merge --no-edit cf409d95af00ff822422bd76b657ed213b661401 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:fedora-41-ocaml-4.14@sha256:dfcabb5f651d8095f05c5ed5a9abb403903d60a288cf99e450e8a7f05e2f5bcd 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.26.0 0.26.0 RUN opam reinstall binaryen.0.26.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 "\"fedora-41\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'binaryen.0.26.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:50.29: Using cache hint "ocaml/opam:fedora-41-ocaml-4.14@sha256:dfcabb5f651d8095f05c5ed5a9abb403903d60a288cf99e450e8a7f05e2f5bcd-binaryen.0.26.0-10c571afa6cbbb50ffbca082f650d44421c9c4c2" 2025-05-17 11:50.29: Using OBuilder spec: ((from ocaml/opam:fedora-41-ocaml-4.14@sha256:dfcabb5f651d8095f05c5ed5a9abb403903d60a288cf99e450e8a7f05e2f5bcd) (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.26.0 0.26.0")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall binaryen.0.26.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 \"\\\"fedora-41\\\"\"; 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.26.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:50.29: Waiting for resource in pool OCluster 2025-05-17 11:50.29: Waiting for worker… 2025-05-17 11:52.50: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached Updating files: 95% (22120/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..10c571afa6 Fast-forward packages/binaryen/binaryen.0.26.0/opam | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 packages/binaryen/binaryen.0.26.0/opam (from ocaml/opam:fedora-41-ocaml-4.14@sha256:dfcabb5f651d8095f05c5ed5a9abb403903d60a288cf99e450e8a7f05e2f5bcd) 2025-05-17 11:52.58 ---> using "037ff28cdb8a693c85c3367b9713188bdeafabbd82d042c068bafa2f7452020e" 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:52.58 ---> using "e48a288e8b3adcb960dc64bd24451fbb9e6dbbe20bf01c8062f871ca111969b5" 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 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. Continue? [y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-05-17 11:52.58 ---> using "2f7fb38cbab394a6b861a9013daf4294f7ba7bcdba9176b9c1f2a52628e3cebe" 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=x86_64 os=linux os-distribution=fedora os-version=41 # 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 2025-05-17 11:52.58 ---> using "792b869126441932677ec1016abc0ffde515018d6a7630099789153ead0ee599" 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:52.58 ---> using "2e314a8b88816df7ddaf7b4f204e1e7147b2dba211c09af0d222b7000904c27e" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-05-17 11:53.28 ---> saved as "1c7c5f5d8d6031a589ac5bfb49c0355c4f7bca5d54c69040cb739700639b8233" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-05-17 11:53.52 ---> saved as "0da33c097dd1b6a29a0215808ef3b56b976e0f04d229754a360a39463b0611c4" /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/bin/sudo "yum" "makecache" - Updating and loading repositories: - Fedora 41 - x86_64 - Updates 100% | 127.2 KiB/s | 15.3 KiB | 00m00s - Fedora 41 - x86_64 - Updates 100% | 5.5 MiB/s | 3.8 MiB | 00m01s - Repositories loaded. - Metadata cache created. 2025-05-17 11:53.56 ---> saved as "1b2c1001605e533f8fc2903823a42c46f93c1084cadecd4ffa2abf8e64d2957b" /home/opam: (run (shell "opam pin add -k version -yn binaryen.0.26.0 0.26.0")) binaryen is now pinned to version 0.26.0 2025-05-17 11:53.56 ---> saved as "9007836bf2ee39a6b9b75da8f74849b1e07002c842d559ba3f76a6a81d675f8d" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall binaryen.0.26.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 \"\\\"fedora-41\\\"\"; 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.26.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.26.0 is not installed. Install it? [y/n] y The following actions will be performed: === install 21 packages - install binaryen 0.26.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 116.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 yum to install them (may need root/sudo access) 2. Display the recommended yum 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 "yum" "install" "-y" "cmake" - Updating and loading repositories: - Repositories loaded. - Package Arch Version Repository Size - Installing: - cmake x86_64 3.30.8-1.fc41 updates 32.7 MiB - Installing dependencies: - cmake-data noarch 3.30.8-1.fc41 updates 8.2 MiB - cmake-filesystem x86_64 3.30.8-1.fc41 updates 0.0 B - jsoncpp x86_64 1.9.5-8.fc41 fedora 253.4 KiB - libuv x86_64 1:1.51.0-1.fc41 updates 571.7 KiB - rhash x86_64 1.4.4-2.fc41 fedora 349.9 KiB - vim-filesystem noarch 2:9.1.1275-1.fc41 updates 40.0 B - - Transaction Summary: - Installing: 7 packages - - Total size of inbound packages is 14 MiB. Need to download 14 MiB. - After this operation, 42 MiB extra will be used (install 42 MiB, remove 0 B). - [1/7] cmake-filesystem-0:3.30.8-1.fc41. 100% | 373.7 KiB/s | 16.8 KiB | 00m00s - [2/7] jsoncpp-0:1.9.5-8.fc41.x86_64 100% | 6.1 MiB/s | 99.3 KiB | 00m00s - [3/7] rhash-0:1.4.4-2.fc41.x86_64 100% | 4.7 MiB/s | 196.0 KiB | 00m00s - [4/7] vim-filesystem-2:9.1.1275-1.fc41. 100% | 2.0 MiB/s | 16.2 KiB | 00m00s - [5/7] libuv-1:1.51.0-1.fc41.x86_64 100% | 8.1 MiB/s | 266.0 KiB | 00m00s - [6/7] cmake-data-0:3.30.8-1.fc41.noarch 100% | 5.7 MiB/s | 2.3 MiB | 00m00s - [7/7] cmake-0:3.30.8-1.fc41.x86_64 100% | 12.8 MiB/s | 10.9 MiB | 00m01s - -------------------------------------------------------------------------------- - [7/7] Total 100% | 12.5 MiB/s | 13.8 MiB | 00m01s - Running transaction - [1/9] Verify package files 100% | 155.0 B/s | 7.0 B | 00m00s - [2/9] Prepare transaction 100% | 88.0 B/s | 7.0 B | 00m00s - [3/9] Installing cmake-filesystem-0:3.3 100% | 1.4 MiB/s | 7.3 KiB | 00m00s - [4/9] Installing libuv-1:1.51.0-1.fc41. 100% | 140.3 MiB/s | 574.5 KiB | 00m00s - [5/9] Installing vim-filesystem-2:9.1.1 100% | 248.4 KiB/s | 4.7 KiB | 00m00s - [6/9] Installing rhash-0:1.4.4-2.fc41.x 100% | 86.7 MiB/s | 355.1 KiB | 00m00s - [7/9] Installing jsoncpp-0:1.9.5-8.fc41 100% | 22.6 MiB/s | 254.9 KiB | 00m00s - [8/9] Installing cmake-data-0:3.30.8-1. 100% | 37.0 MiB/s | 8.8 MiB | 00m00s - [9/9] Installing cmake-0:3.30.8-1.fc41. 100% | 190.2 MiB/s | 32.7 MiB | 00m00s - Complete! + /usr/bin/rpm "-q" "--whatprovides" "cmake" - cmake-3.30.8-1.fc41.x86_64 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved binaryen.0.26.0 (https://github.com/grain-lang/binaryen.ml/releases/download/v0.26.0/binaryen-archive-v0.26.0.tar.gz) -> 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) -> installed cmdliner.1.3.0 -> retrieved js_of_ocaml-compiler.5.9.1 (cached) -> retrieved libbinaryen.116.0.0 (cached) -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached) -> 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 gen.1.1 -> installed menhirCST.20240715 -> installed menhirLib.20240715 -> installed menhirSdk.20240715 -> installed ocaml-compiler-libs.v0.12.4 -> installed ppx_derivers.1.2.1 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed yojson.2.2.2 -> installed dune-configurator.3.18.2 -> installed menhir.20240715 -> installed ppxlib.0.35.0 -> installed sedlex.3.4 -> installed js_of_ocaml-compiler.5.9.1 -> installed libbinaryen.116.0.0 -> installed binaryen.0.26.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-05-17 11:59.21 ---> saved as "cdc279c924131be2ff088073509cab7a0d6f194723ae5ae5c9e18c7ae411e778" Job succeeded 2025-05-17 11:59.32: Job succeeded