(for PR #27771)
2025-04-17 12:29.09: 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-4.10/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/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-4.10@sha256:3dfc5e615d8cad772b25ef7c26e415199f261ff3099a36657343b5c7e652e8fa 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.09: Using cache hint "ocaml/opam:debian-12-ocaml-4.10@sha256:3dfc5e615d8cad772b25ef7c26e415199f261ff3099a36657343b5c7e652e8fa-gluon.0.0.9-9491c4f088f359a770241f040998ea1fabd254fc" 2025-04-17 12:29.09: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.10@sha256:3dfc5e615d8cad772b25ef7c26e415199f261ff3099a36657343b5c7e652e8fa) (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.09: 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 x86-bm-c1.sw.ocaml.org HEAD is now at cb6d6d8e9f Disable gluon on GCC 14 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-4.10@sha256:3dfc5e615d8cad772b25ef7c26e415199f261ff3099a36657343b5c7e652e8fa) 2025-04-17 12:29.52 ---> saved as "a2122385ee6c06700b34824337ef72d9f2b9b69dcf65929e15572cd0ecd7db37" /: (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.53 ---> saved as "321a814888ceba44b9f0706cbd16b33c7f43fd6847fea86b6e23c85ff9dcc067" /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-04-17 12:30.26 ---> saved as "825a945074bbb6e39980dd0c0c363d3751af0999cb3dba2eb7eb85b739eae56f" /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=debian os-version=12 # solver builtin-0install # install-criteria -changed,-count[avoid-version,solution] # upgrade-criteria -count[avoid-version,solution] # jobs 39 # repositories 1 (version-controlled) # pinned 1 (version) # current-switch 4.10 # invariant ["ocaml-base-compiler" {= "4.10.2"}] # compiler-packages ocaml-base-compiler.4.10.2 # ocaml:native true # ocaml:native-tools true # ocaml:native-dynlink true # ocaml:stubsdir /home/opam/.opam/4.10/lib/ocaml/stublibs:/home/opam/.opam/4.10/lib/ocaml # ocaml:preinstalled false # ocaml:compiler 4.10.2 2025-04-17 12:30.27 ---> saved as "52c30614173b9a21a8f3f9e1523c868d0a8adfbd1503b3728d34efea8e49d1a6" /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.33 ---> saved as "7aaa8d83903ba71692252025ca73a89cdd91cf491c53acd8596ac358ce7b29e3" /home/opam: (copy (src .) (dst opam-repository/)) 2025-04-17 12:30.42 ---> saved as "201553fbbadb39256418043f81ad08c06a7fcce082ef9a3023fc04a221601b99" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-04-17 12:31.05 ---> saved as "5c9fb6bdd1f4acc97548e0db028cd9b5ac01f7a5828c60a0943fd14b17f90e7a" /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 amd64 Packages [254 kB] - Fetched 357 kB in 0s (1471 kB/s) - Reading package lists... 2025-04-17 12:31.06 ---> saved as "63e6917d8084a30b438b49a08d757585930f08e3785ffc4264923dd99f478e0d" /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.06 ---> saved as "67e74743edaa83afdbbc99399b2d792e055e303b5255cc293dbb865f40de1ef4" /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 * Incompatible packages: - (invariant) -> ocaml-base-compiler = 4.10.2 - gluon >= 0.0.9 -> ocaml >= 5.1 -> ocaml-variants < 5.4.1~ You can temporarily relax the switch invariant with `--update-invariant' * Missing dependency: - gluon >= 0.0.9 -> ocaml >= 5.1 -> ocaml-variants < 5.1.1~ -> xenbigarray unknown package * Missing dependency: - gluon >= 0.0.9 -> ocaml >= 5.1 -> ocaml-variants < 5.1.1~ -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' * Missing dependency: - gluon >= 0.0.9 -> ocaml >= 5.1 -> ocaml-variants < 5.2.1~ -> system-msvc unmet availability conditions: 'os = "win32"' No solution found, exiting "/usr/bin/env" "bash" "-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.26: Job failed: Failed: Build failed 2025-04-17 12:31.26: Log analysis: 2025-04-17 12:31.26: >>> No solution found, exiting (score = 100) 2025-04-17 12:31.26: [SKIP] Package not available