(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-unstable-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/27771/head" && git reset --hard 9491c4f0 git fetch origin master git merge --no-edit 8a323b26edb8cbbd3a90199f7ef3d8feb0b01d58 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-unstable-ocaml-4.14@sha256:1b98ffab8062e499cede62821cb9abe74698a963dd2bba62c802821c9a8232f6 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-unstable\""; 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-unstable-ocaml-4.14@sha256:1b98ffab8062e499cede62821cb9abe74698a963dd2bba62c802821c9a8232f6-gluon.0.0.9-9491c4f088f359a770241f040998ea1fabd254fc" 2025-04-17 12:29.10: Using OBuilder spec: ((from ocaml/opam:debian-unstable-ocaml-4.14@sha256:1b98ffab8062e499cede62821cb9abe74698a963dd2bba62c802821c9a8232f6) (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-unstable\\\"\"; 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 x86-bm-c4.sw.ocaml.org 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-unstable-ocaml-4.14@sha256:1b98ffab8062e499cede62821cb9abe74698a963dd2bba62c802821c9a8232f6) Unable to find image 'ocaml/opam:debian-unstable-ocaml-4.14@sha256:1b98ffab8062e499cede62821cb9abe74698a963dd2bba62c802821c9a8232f6' locally docker.io/ocaml/opam@sha256:1b98ffab8062e499cede62821cb9abe74698a963dd2bba62c802821c9a8232f6: Pulling from ocaml/opam ce4ebe94f819: Pulling fs layer ce4ebe94f819: Verifying Checksum ce4ebe94f819: Download complete ce4ebe94f819: Pull complete Digest: sha256:1b98ffab8062e499cede62821cb9abe74698a963dd2bba62c802821c9a8232f6 Status: Downloaded newer image for ocaml/opam@sha256:1b98ffab8062e499cede62821cb9abe74698a963dd2bba62c802821c9a8232f6 2025-04-17 12:31.43 ---> saved as "bd2ecb6351f0ed81a35cbe6bafe08d89aef4e7c0ccb5bfb7149b07fede8c0b29" /: (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:31.44 ---> saved as "6e5e998f6042090ea285dfccb5e38edf1851e6ff3f759ddefe5f18f5e2e40632" /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-04-17 12:32.14 ---> saved as "6226f64cb414efffb32c44f56df2c3c12b5df819c4d1eb197aa19a390d55454d" /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=unknown # solver builtin-0install # install-criteria -changed,-count[avoid-version,solution] # upgrade-criteria -count[avoid-version,solution] # jobs 31 # 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-04-17 12:32.15 ---> saved as "fc991e2649c76b5109f6e0a17ff230112e825e715b3f0ed75a964d8b932589e3" /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:32.28 ---> saved as "cdb6353c736d09a98cc5a502da428ea32a2714af808adde5af9419a67ca58198" /home/opam: (copy (src .) (dst opam-repository/)) 2025-04-17 12:32.41 ---> saved as "256951017786f04c2deac3f771df64415cb4d1e5abdc414ba41ddabcd450528e" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-04-17 12:33.05 ---> saved as "c50e73f5d628fcc341baef2942af00d9388c8877445b64aaad82d9726cfbe026" /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian unstable InRelease [205 kB] - Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB] - Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-04-17-0806.17-F-2025-04-13-0805.00.pdiff [266 kB] - Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2025-04-17-0806.17-F-2025-04-13-0805.00.pdiff [266 kB] - Fetched 535 kB in 3s (200 kB/s) - Reading package lists... - 2025-04-17 12:33.09 ---> saved as "a2b87e9badbdaf13e22e3a85880ef4d14198aa3ff4bb94645cf5d3d5107e0687" /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:33.10 ---> saved as "d9a64781c23b29fce7a2954ecd56c666a102297a26666afbebdfba1167ac0f73" /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-unstable\\\"\"; 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")) [ERROR] gluon = 0.0.9: unmet availability conditions: 'os != "freebsd" & os-distribution != "opensuse-tumbleweed" & os-distribution != "arch" & !(os-family = "debian" & os-version >= "13") & !(os-family = "ubuntu" & os-version >= "24.04") & !(os-distribution = "fedora" & os-version >= "40") & !(os-distribution = "alpine" & os-version >= "3.20")' "/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-unstable\""; 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 5 2025-04-17 12:33.17: Job failed: Failed: Build failed 2025-04-17 12:33.17: Log analysis: 2025-04-17 12:33.17: >>> [ERROR] gluon = 0.0.9: unmet availability conditions: 'os != "freebsd" & os-distribution != "opensuse-tumbleweed" & os-distribution != "arch" & !(os-family = "debian" & os-version >= "13") & !(os-family = "ubuntu" & os-version >= "24.04") & !(os-distribution = "fedora" & os-version >= "40") & !(os-distribution = "alpine" & os-version >= "3.20")' (score = 100) 2025-04-17 12:33.17: [SKIP] Package not available