(for PR #27771)
2025-04-17 12:29.10: New job: build gluon.0.0.9, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/27771/head (9491c4f088f359a770241f040998ea1fabd254fc) on debian-12-ocaml-5.3/i386 To reproduce locally: cd $(mktemp -d) git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/27771/head" && git reset --hard 9491c4f0 git fetch origin master git merge --no-edit 8a323b26edb8cbbd3a90199f7ef3d8feb0b01d58 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.3@sha256:bc3b2e866d585bb2a161b1938a02a876240bb831b92bb3a13ff74af763a1284e SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ] 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 gluon.0.0.9 0.0.9 RUN opam reinstall gluon.0.0.9; \ 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" != 'gluon.0.0.9' && 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-04-17 12:29.10: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:bc3b2e866d585bb2a161b1938a02a876240bb831b92bb3a13ff74af763a1284e-gluon.0.0.9-9491c4f088f359a770241f040998ea1fabd254fc" 2025-04-17 12:29.10: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3@sha256:bc3b2e866d585bb2a161b1938a02a876240bb831b92bb3a13ff74af763a1284e) (shell /usr/bin/linux32 /bin/sh -c) (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 gluon.0.0.9 0.0.9")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall gluon.0.0.9;\ \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\" != 'gluon.0.0.9' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ) 2025-04-17 12:29.10: Waiting for resource in pool OCluster 2025-04-17 12:29.11: Waiting for worker… 2025-04-17 12:29.11: Got resource from pool OCluster Building on phoebe.caelum.ci.dev All commits already cached HEAD is now at 8a323b26ed Merge pull request #27769 from gridbugs/bdd-fix Updating 8a323b26ed..9491c4f088 Fast-forward packages/gluon/gluon.0.0.9/opam | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (from ocaml/opam:debian-12-ocaml-5.3@sha256:bc3b2e866d585bb2a161b1938a02a876240bb831b92bb3a13ff74af763a1284e) WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested 2025-04-17 12:29.45 ---> saved as "2c0b438977fcdac355cd6866892ae97f6ca00eeb22c033accf1417e434836df7" /: (shell /usr/bin/linux32 /bin/sh -c) /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-04-17 12:29.46 ---> saved as "7328fb8b9fbdbc099ad6f91e5a699e37894a40a3668e0796c4d7f92de785091a" /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 [NOTE] The 'jobs' option was reset, its value was 39 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=39 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-04-17 12:30.22 ---> saved as "a2f1d558ea5e85803b5ef6730606917929e8b1b277f1c55b9725e924f18842cf" /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_32 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 71 # repositories 1 (version-controlled) # pinned 1 (version) # current-switch 5.3 # invariant ["ocaml-base-compiler" {>= "5.3.0"}] # compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-option-bytecode-only.1, ocaml-options-vanilla.1 # ocaml:native false # ocaml:native-tools false # ocaml:native-dynlink false # ocaml:stubsdir /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml # ocaml:preinstalled false # ocaml:compiler 5.3.0+bytecode-only 2025-04-17 12:30.23 ---> saved as "e870956d3a21cbbaf6327913cce1530c4284de8932841d5ad6827ff3952c7631" /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-04-17 12:30.30 ---> saved as "cc4173028839d3fdce5ece633fa1d9a4889a08b55cfa069202dd5c36f6a140ce" /home/opam: (copy (src .) (dst opam-repository/)) 2025-04-17 12:30.39 ---> saved as "0902d3319de277ce1b797a99f0f839d1e447021585257653447fb265838e6eac" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-04-17 12:31.11 ---> saved as "2f8858ac671e30e908bcba6943522be47f0601d5da7441460d7ec101b2158377" /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian bookworm InRelease - 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-security bookworm-security/main i386 Packages [247 kB] - Fetched 351 kB in 1s (548 kB/s) - Reading package lists... - 2025-04-17 12:31.13 ---> saved as "436d884a8dc72a9d1eb50298683461a8bbdc8b2dfe3560dc837fdc81272973e3" /home/opam: (run (shell "opam pin add -k version -yn gluon.0.0.9 0.0.9")) gluon is now pinned to version 0.0.9 2025-04-17 12:31.14 ---> saved as "5a5cebaf9cc2d4a1a7b69e2852cb8beb06cfde965a0311d84f1324cfbe21b77f" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall gluon.0.0.9;\ \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\" != 'gluon.0.0.9' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) gluon.0.0.9 is not installed. Install it? [y/n] y * Missing dependency: - gluon >= 0.0.9 -> libc unmet availability conditions: 'arch != "x86_32" & arch != "arm32" & arch != "ppc64" & arch != "s390x" & arch != "riscv64"' No solution found, exiting "/usr/bin/linux32" "/bin/sh" "-c" "opam reinstall gluon.0.0.9; 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" != 'gluon.0.0.9' && partial_fails="$partial_fails $pkg"; done; test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; exit 1" failed with exit status 20 2025-04-17 12:31.33: Job failed: Failed: Build failed 2025-04-17 12:31.33: Log analysis: 2025-04-17 12:31.33: >>> No solution found, exiting (score = 100) 2025-04-17 12:31.33: [SKIP] Package not available