(for PR #28222)
2025-08-21 14:13.40: New job: build lwt_glib.1.0.1, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/28222/head (a14b2680809606d7e55ae7ed410b73438cb77bd0) on ubuntu-24.04-ocaml-5.3/riscv64 To reproduce locally: cd $(mktemp -d) git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28222/head" && git reset --hard a14b2680 git fetch origin master git merge --no-edit 4bae7ec4df49df4454ea492c8d7a1196aeae04e0 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:9851aef4e26fe1f48d439ded581304c2faed62bdb4fc2b23f4e393b05a1df27b 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 lwt_glib.1.0.1 1.0.1 RUN opam reinstall lwt_glib.1.0.1; \ 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 "\"ubuntu-24.04\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'lwt_glib.1.0.1' && 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-08-21 14:13.40: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:9851aef4e26fe1f48d439ded581304c2faed62bdb4fc2b23f4e393b05a1df27b-lwt_glib.1.0.1-a14b2680809606d7e55ae7ed410b73438cb77bd0" 2025-08-21 14:13.40: Using OBuilder spec: ((from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:9851aef4e26fe1f48d439ded581304c2faed62bdb4fc2b23f4e393b05a1df27b) (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 lwt_glib.1.0.1 1.0.1")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall lwt_glib.1.0.1;\ \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 \"\\\"ubuntu-24.04\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'lwt_glib.1.0.1' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ) 2025-08-21 14:13.40: Waiting for resource in pool OCluster 2025-08-21 14:13.41: Waiting for worker… 2025-08-21 14:31.49: Got resource from pool OCluster Building on riscv-bm-03.sw.ci.dev All commits already cached Updating files: 14% (2625/18065) Updating files: 15% (2710/18065) Updating files: 16% (2891/18065) Updating files: 17% (3072/18065) Updating files: 18% (3252/18065) Updating files: 19% (3433/18065) Updating files: 20% (3613/18065) Updating files: 21% (3794/18065) Updating files: 22% (3975/18065) Updating files: 23% (4155/18065) Updating files: 24% (4336/18065) Updating files: 25% (4517/18065) Updating files: 26% (4697/18065) Updating files: 27% (4878/18065) Updating files: 28% (5059/18065) Updating files: 28% (5111/18065) Updating files: 29% (5239/18065) Updating files: 30% (5420/18065) Updating files: 31% (5601/18065) Updating files: 32% (5781/18065) Updating files: 33% (5962/18065) Updating files: 34% (6143/18065) Updating files: 35% (6323/18065) Updating files: 36% (6504/18065) Updating files: 37% (6685/18065) Updating files: 38% (6865/18065) Updating files: 39% (7046/18065) Updating files: 40% (7226/18065) Updating files: 41% (7407/18065) Updating files: 41% (7510/18065) Updating files: 42% (7588/18065) Updating files: 43% (7768/18065) Updating files: 44% (7949/18065) Updating files: 45% (8130/18065) Updating files: 46% (8310/18065) Updating files: 47% (8491/18065) Updating files: 48% (8672/18065) Updating files: 49% (8852/18065) Updating files: 50% (9033/18065) Updating files: 51% (9214/18065) Updating files: 52% (9394/18065) Updating files: 53% (9575/18065) Updating files: 54% (9756/18065) Updating files: 54% (9834/18065) Updating files: 55% (9936/18065) Updating files: 56% (10117/18065) Updating files: 57% (10298/18065) Updating files: 58% (10478/18065) Updating files: 59% (10659/18065) Updating files: 60% (10839/18065) Updating files: 61% (11020/18065) Updating files: 62% (11201/18065) Updating files: 63% (11381/18065) Updating files: 64% (11562/18065) Updating files: 65% (11743/18065) Updating files: 66% (11923/18065) Updating files: 66% (12053/18065) Updating files: 67% (12104/18065) Updating files: 68% (12285/18065) Updating files: 69% (12465/18065) Updating files: 70% (12646/18065) Updating files: 71% (12827/18065) Updating files: 72% (13007/18065) Updating files: 73% (13188/18065) Updating files: 74% (13369/18065) Updating files: 75% (13549/18065) Updating files: 76% (13730/18065) Updating files: 77% (13911/18065) Updating files: 78% (14091/18065) Updating files: 78% (14260/18065) Updating files: 79% (14272/18065) Updating files: 80% (14452/18065) Updating files: 81% (14633/18065) Updating files: 82% (14814/18065) Updating files: 83% (14994/18065) Updating files: 84% (15175/18065) Updating files: 85% (15356/18065) Updating files: 86% (15536/18065) Updating files: 87% (15717/18065) Updating files: 88% (15898/18065) Updating files: 89% (16078/18065) Updating files: 90% (16259/18065) Updating files: 91% (16440/18065) Updating files: 92% (16620/18065) Updating files: 92% (16699/18065) Updating files: 93% (16801/18065) Updating files: 94% (16982/18065) Updating files: 95% (17162/18065) Updating files: 96% (17343/18065) Updating files: 97% (17524/18065) Updating files: 98% (17704/18065) Updating files: 99% (17885/18065) Updating files: 100% (18065/18065) Updating files: 100% (18065/18065), done. HEAD is now at 4bae7ec4df Merge pull request #28375 from jmid/opam-compiler-re-bounds Merge made by the 'ort' strategy. packages/curl_lwt/curl_lwt.0.10.0/opam | 2 +- packages/lwt/lwt.6.0.0~alpha01/opam | 69 +++++++++++++++++++++++ packages/lwt_direct/lwt_direct.6.0.0~alpha01/opam | 44 +++++++++++++++ packages/lwt_glib/lwt_glib.1.0.1/opam | 2 +- packages/lwt_glib/lwt_glib.1.1.0/opam | 2 +- packages/lwt_glib/lwt_glib.1.1.1/opam | 2 +- packages/lwt_log/lwt_log.1.1.0/opam | 2 +- packages/lwt_log/lwt_log.1.1.1/opam | 2 +- packages/lwt_log/lwt_log.1.1.2/opam | 2 +- packages/ocurl/ocurl.0.7.6/opam | 1 + packages/ocurl/ocurl.0.7.7/opam | 1 + packages/ocurl/ocurl.0.7.8/opam | 1 + packages/ocurl/ocurl.0.7.9/opam | 1 + packages/ocurl/ocurl.0.8.1/opam | 1 + packages/ocurl/ocurl.0.8.2/opam | 1 + packages/ocurl/ocurl.0.9.0/opam | 1 + packages/ocurl/ocurl.0.9.1/opam | 1 + packages/ocurl/ocurl.0.9.2/opam | 1 + 18 files changed, 129 insertions(+), 7 deletions(-) create mode 100644 packages/lwt/lwt.6.0.0~alpha01/opam create mode 100644 packages/lwt_direct/lwt_direct.6.0.0~alpha01/opam (from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:9851aef4e26fe1f48d439ded581304c2faed62bdb4fc2b23f4e393b05a1df27b) Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:9851aef4e26fe1f48d439ded581304c2faed62bdb4fc2b23f4e393b05a1df27b' locally docker.io/ocaml/opam@sha256:9851aef4e26fe1f48d439ded581304c2faed62bdb4fc2b23f4e393b05a1df27b: Pulling from ocaml/opam b12e9b070917: Pulling fs layer 758b6ddf930d: Pulling fs layer 39b8234c4eca: Pulling fs layer 61a5428e06ef: Pulling fs layer 6755db5304da: Pulling fs layer c81d052fec3c: Pulling fs layer d564affade5c: Pulling fs layer c43e31948416: Pulling fs layer 90715207e0bf: Pulling fs layer 7401dfb4bcb1: Pulling fs layer d09fdbe34520: Pulling fs layer 6957d52c9e36: Pulling fs layer cd23182be0da: Pulling fs layer fc084c2379df: Pulling fs layer 44d16e588535: Pulling fs layer 6382de6d0748: Pulling fs layer cd4173b979a7: Pulling fs layer 10f79976d4fa: Pulling fs layer e9f9747dc546: Pulling fs layer ff23179a756e: Pulling fs layer 4f4fb700ef54: Pulling fs layer a5ce06337026: Pulling fs layer 45286e7dfe55: Pulling fs layer 3e034b35462f: Pulling fs layer 78df51f8da08: Pulling fs layer 719f037b9b2f: Pulling fs layer f91047f757ca: Pulling fs layer 3e6589f37700: Pulling fs layer 5d054a9c7e32: Pulling fs layer 1f6263e2b031: Pulling fs layer 9cad20eb4a05: Pulling fs layer 99fd7b27b4ee: Pulling fs layer 5d25f65fb16e: Pulling fs layer a010bf55ec41: Pulling fs layer 5d1c1e83f510: Pulling fs layer 271e2bda352b: Pulling fs layer eba8b0aa1b04: Pulling fs layer 3d1231c0b033: Pulling fs layer 6c5aa3aca788: Pulling fs layer afb9c40b160e: Pulling fs layer 81f646e85d4a: Pulling fs layer 7da652810fe8: Pulling fs layer 1b00ddacf4ef: Pulling fs layer 4d57064567b9: Pulling fs layer 07301473dfb7: Pulling fs layer 8160a4320aec: Pulling fs layer 61a5428e06ef: Waiting 6755db5304da: Waiting c81d052fec3c: Waiting f91047f757ca: Waiting d564affade5c: Waiting 3e6589f37700: Waiting 5d054a9c7e32: Waiting c43e31948416: Waiting 1f6263e2b031: Waiting 9cad20eb4a05: Waiting 99fd7b27b4ee: Waiting 90715207e0bf: Waiting 5d25f65fb16e: Waiting a010bf55ec41: Waiting 7401dfb4bcb1: Waiting 5d1c1e83f510: Waiting d09fdbe34520: Waiting 271e2bda352b: Waiting eba8b0aa1b04: Waiting 6957d52c9e36: Waiting 3d1231c0b033: Waiting 6c5aa3aca788: Waiting afb9c40b160e: Waiting cd23182be0da: Waiting 81f646e85d4a: Waiting fc084c2379df: Waiting 44d16e588535: Waiting 7da652810fe8: Waiting 6382de6d0748: Waiting 1b00ddacf4ef: Waiting 4d57064567b9: Waiting cd4173b979a7: Waiting 10f79976d4fa: Waiting 07301473dfb7: Waiting e9f9747dc546: Waiting 8160a4320aec: Waiting ff23179a756e: Waiting 4f4fb700ef54: Waiting a5ce06337026: Waiting 45286e7dfe55: Waiting 3e034b35462f: Waiting 78df51f8da08: Waiting 719f037b9b2f: Waiting 39b8234c4eca: Verifying Checksum 39b8234c4eca: Download complete 758b6ddf930d: Verifying Checksum 758b6ddf930d: Download complete 6755db5304da: Verifying Checksum 6755db5304da: Download complete b12e9b070917: Verifying Checksum b12e9b070917: Download complete d564affade5c: Download complete c43e31948416: Verifying Checksum c43e31948416: Download complete b12e9b070917: Pull complete 758b6ddf930d: Pull complete 39b8234c4eca: Pull complete 90715207e0bf: Verifying Checksum 90715207e0bf: Download complete c81d052fec3c: Verifying Checksum c81d052fec3c: Download complete 7401dfb4bcb1: Verifying Checksum 7401dfb4bcb1: Download complete d09fdbe34520: Verifying Checksum 6957d52c9e36: Verifying Checksum 6957d52c9e36: Download complete cd23182be0da: Verifying Checksum cd23182be0da: Download complete fc084c2379df: Download complete 44d16e588535: Download complete 6382de6d0748: Verifying Checksum 6382de6d0748: Download complete cd4173b979a7: Download complete 10f79976d4fa: Verifying Checksum 10f79976d4fa: Download complete e9f9747dc546: Verifying Checksum e9f9747dc546: Download complete ff23179a756e: Verifying Checksum ff23179a756e: Download complete 4f4fb700ef54: Verifying Checksum 4f4fb700ef54: Download complete a5ce06337026: Verifying Checksum a5ce06337026: Download complete 45286e7dfe55: Verifying Checksum 45286e7dfe55: Download complete 3e034b35462f: Verifying Checksum 3e034b35462f: Download complete 78df51f8da08: Verifying Checksum 78df51f8da08: Download complete f91047f757ca: Verifying Checksum f91047f757ca: Download complete 719f037b9b2f: Verifying Checksum 719f037b9b2f: Download complete 61a5428e06ef: Verifying Checksum 61a5428e06ef: Download complete 3e6589f37700: Verifying Checksum 3e6589f37700: Download complete 5d054a9c7e32: Verifying Checksum 5d054a9c7e32: Download complete 1f6263e2b031: Verifying Checksum 1f6263e2b031: Download complete 9cad20eb4a05: Download complete 99fd7b27b4ee: Verifying Checksum 99fd7b27b4ee: Download complete 5d25f65fb16e: Verifying Checksum 5d25f65fb16e: Download complete 5d1c1e83f510: Verifying Checksum 5d1c1e83f510: Download complete eba8b0aa1b04: Verifying Checksum eba8b0aa1b04: Download complete 61a5428e06ef: Pull complete 6755db5304da: Pull complete 3d1231c0b033: Verifying Checksum 3d1231c0b033: Download complete 6c5aa3aca788: Verifying Checksum 6c5aa3aca788: Download complete afb9c40b160e: Verifying Checksum afb9c40b160e: Download complete 81f646e85d4a: Verifying Checksum 81f646e85d4a: Download complete 271e2bda352b: Verifying Checksum 271e2bda352b: Download complete 7da652810fe8: Verifying Checksum 7da652810fe8: Download complete 4d57064567b9: Verifying Checksum 4d57064567b9: Download complete 07301473dfb7: Verifying Checksum 07301473dfb7: Download complete a010bf55ec41: Verifying Checksum a010bf55ec41: Download complete 8160a4320aec: Verifying Checksum 8160a4320aec: Download complete c81d052fec3c: Pull complete d564affade5c: Pull complete 1b00ddacf4ef: Verifying Checksum 1b00ddacf4ef: Download complete c43e31948416: Pull complete 90715207e0bf: Pull complete 7401dfb4bcb1: Pull complete d09fdbe34520: Pull complete 6957d52c9e36: Pull complete cd23182be0da: Pull complete fc084c2379df: Pull complete 44d16e588535: Pull complete 6382de6d0748: Pull complete cd4173b979a7: Pull complete 10f79976d4fa: Pull complete e9f9747dc546: Pull complete ff23179a756e: Pull complete 4f4fb700ef54: Pull complete a5ce06337026: Pull complete 45286e7dfe55: Pull complete 3e034b35462f: Pull complete 78df51f8da08: Pull complete 719f037b9b2f: Pull complete f91047f757ca: Pull complete 3e6589f37700: Pull complete 5d054a9c7e32: Pull complete 1f6263e2b031: Pull complete 9cad20eb4a05: Pull complete 99fd7b27b4ee: Pull complete 5d25f65fb16e: Pull complete a010bf55ec41: Pull complete 5d1c1e83f510: Pull complete 271e2bda352b: Pull complete eba8b0aa1b04: Pull complete 3d1231c0b033: Pull complete 6c5aa3aca788: Pull complete afb9c40b160e: Pull complete 81f646e85d4a: Pull complete 7da652810fe8: Pull complete 1b00ddacf4ef: Pull complete 4d57064567b9: Pull complete 07301473dfb7: Pull complete 8160a4320aec: Pull complete Digest: sha256:9851aef4e26fe1f48d439ded581304c2faed62bdb4fc2b23f4e393b05a1df27b Status: Downloaded newer image for ocaml/opam@sha256:9851aef4e26fe1f48d439ded581304c2faed62bdb4fc2b23f4e393b05a1df27b 2025-08-21 14:32.00 ---> using "71cd7d08865ea0fd5715e396c65038deabf0a0e84d517ba5d0a9d237f255c98d" 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-08-21 14:32.00 ---> using "a8387f6d8682b78fd167dde6f330d017b38658d2342fbf069ffebe10f6b56434" 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-08-21 14:32.00 ---> using "5f8e52636db6b389200528e05fea3be2689519ab47e74ac8143668acb6834682" 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=riscv64 os=linux os-distribution=ubuntu os-version=24.04 # 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 5.3 # invariant ["ocaml-base-compiler" {= "5.3.0"}] # compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1 # ocaml:native true # ocaml:native-tools true # ocaml:native-dynlink true # 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 2025-08-21 14:32.00 ---> using "e1ccfe6896912301e29ae4c14509447d4f76bdebe89957985d6c3fd16166e23b" 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-08-21 14:32.00 ---> using "6b05776eaaf1144296255e02133020db0a10f5476f0fd0e8a6647edaa247ca0e" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-08-21 14:32.06 ---> using "1476711f159cd0e33b3e4d1b25f57bbd7eab2198f29c7bfc2789bcd4fbf16aca" from cache /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-08-21 14:32.06 ---> using "25485534789615d89adb0d461be8927738f3f69e1050454f406f030c64179cbe" from cache /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease - Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB] - Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB] - Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB] - Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [812 kB] - Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1166 kB] - Get:7 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [874 kB] - Get:8 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [499 kB] - Fetched 3730 kB in 2s (2083 kB/s) - Reading package lists... - 2025-08-21 14:32.06 ---> using "b2af86c2f0e47d488c70d3f18b422765a1dc88bf8f2f3d3246cc1b0856a85186" from cache /home/opam: (run (shell "opam pin add -k version -yn lwt_glib.1.0.1 1.0.1")) lwt_glib is now pinned to version 1.0.1 2025-08-21 14:32.09 ---> saved as "586e12202d9da750e71bb27612ee83d7efd7cd41edb87adbbb4f0c9c87ef8b0d" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall lwt_glib.1.0.1;\ \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 \"\\\"ubuntu-24.04\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'lwt_glib.1.0.1' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) lwt_glib.1.0.1 is not installed. Install it? [y/n] y * Incompatible packages: - (invariant) -> ocaml-base-compiler = 5.3.0 - lwt_glib < 1.1.0 -> ocaml < 5.0.0 -> ocaml-variants You can temporarily relax the switch invariant with `--update-invariant' * Missing dependency: - lwt_glib < 1.1.0 -> ocaml < 5.0.0 -> ocaml-base-compiler (<= 3.07+1 | = 3.07+2 | = 3.08.0 | = 3.08.1 | = 3.08.2 | = 3.08.3 | = 3.08.4 | = 3.09.0) | ocaml-system (<= 3.07+1 | = 3.07+2 | >= 3.08.0) | ocaml-variants < 3.09.1~ not available because the package is pinned to version 5.3.0 unmet availability conditions, e.g. 'sys-ocaml-version = "5.3.0" & (os != "win32" | sys-ocaml-libc = "msvc")' no matching version * Missing dependency: - lwt_glib < 1.1.0 -> ocaml < 5.0.0 -> ocaml-variants -> ocaml-beta unmet availability conditions: 'enable-ocaml-beta-repository' * Missing dependency: - lwt_glib < 1.1.0 -> ocaml < 5.0.0 -> ocaml-variants -> system-msvc unmet availability conditions: 'os = "win32"' No solution found, exiting "/usr/bin/env" "bash" "-c" "opam reinstall lwt_glib.1.0.1; 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 "\"ubuntu-24.04\""; then echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; fi; test "$pkg" != 'lwt_glib.1.0.1' && 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-08-21 14:33.27: Job failed: Failed: Build failed 2025-08-21 14:33.27: Log analysis: 2025-08-21 14:33.27: >>> No solution found, exiting (score = 100) 2025-08-21 14:33.27: [SKIP] Package not available