(for PR #23330)
2025-01-10 10:28.40: New job: test kdl.0.2.0 with zarith.1.12-1, using opam dev from https://github.com/ocaml/opam-repository.git#refs/pull/23330/head (e065de656cee71750ee448a95ca37886f41c1cd4) on debian-12-ocaml-5.3/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/23330/head" && git reset --hard e065de65 git fetch origin master git merge --no-edit 67e940587b8aca227f511e1943bcd31eabe6b1db cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.3@sha256:be0c99119253d3c2c275fc274b77eb2b00a9a1cad42e18fab213cb0581c9ba14 USER 1000:1000 WORKDIR /home/opam RUN sudo ln -f /usr/bin/opam-dev /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 zarith.1.12-1 1.12-1 RUN opam reinstall zarith.1.12-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 "\"debian-12\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'zarith.1.12-1' && partial_fails="$partial_fails $pkg"; \ done; \ test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \ exit 1 RUN opam reinstall kdl.0.2.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 "\"debian-12\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'kdl.0.2.0' && partial_fails="$partial_fails $pkg"; \ done; \ test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \ exit 1 RUN (opam reinstall --with-test kdl.0.2.0) || true RUN opam reinstall --with-test --verbose kdl.0.2.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 "\"debian-12\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'kdl.0.2.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-01-10 10:28.40: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:be0c99119253d3c2c275fc274b77eb2b00a9a1cad42e18fab213cb0581c9ba14-zarith.1.12-1-kdl.0.2.0-e065de656cee71750ee448a95ca37886f41c1cd4" 2025-01-10 10:28.40: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3@sha256:be0c99119253d3c2c275fc274b77eb2b00a9a1cad42e18fab213cb0581c9ba14) (user (uid 1000) (gid 1000)) (workdir /home/opam) (run (shell "sudo ln -f /usr/bin/opam-dev /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 zarith.1.12-1 1.12-1")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall zarith.1.12-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 \"\\\"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\" != 'zarith.1.12-1' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall kdl.0.2.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 \"\\\"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\" != 'kdl.0.2.0' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) (run (network host) (shell "(opam reinstall --with-test kdl.0.2.0) || true")) (run (shell "opam reinstall --with-test --verbose kdl.0.2.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 \"\\\"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\" != 'kdl.0.2.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-01-10 10:28.40: Waiting for resource in pool OCluster 2025-01-10 10:46.07: Waiting for worker… 2025-01-10 10:50.47: Got resource from pool OCluster Building on x86-bm-c1.sw.ocaml.org All commits already cached Updating files: 35% (10244/28899) Updating files: 36% (10404/28899) Updating files: 37% (10693/28899) Updating files: 38% (10982/28899) Updating files: 39% (11271/28899) Updating files: 40% (11560/28899) Updating files: 41% (11849/28899) Updating files: 42% (12138/28899) Updating files: 43% (12427/28899) Updating files: 44% (12716/28899) Updating files: 45% (13005/28899) Updating files: 46% (13294/28899) Updating files: 47% (13583/28899) Updating files: 48% (13872/28899) Updating files: 49% (14161/28899) Updating files: 50% (14450/28899) Updating files: 51% (14739/28899) Updating files: 52% (15028/28899) Updating files: 53% (15317/28899) Updating files: 54% (15606/28899) Updating files: 55% (15895/28899) Updating files: 56% (16184/28899) Updating files: 57% (16473/28899) Updating files: 58% (16762/28899) Updating files: 59% (17051/28899) Updating files: 60% (17340/28899) Updating files: 61% (17629/28899) Updating files: 62% (17918/28899) Updating files: 63% (18207/28899) Updating files: 64% (18496/28899) Updating files: 65% (18785/28899) Updating files: 66% (19074/28899) Updating files: 67% (19363/28899) Updating files: 68% (19652/28899) Updating files: 69% (19941/28899) Updating files: 70% (20230/28899) Updating files: 71% (20519/28899) Updating files: 72% (20808/28899) Updating files: 72% (20937/28899) Updating files: 73% (21097/28899) Updating files: 74% (21386/28899) Updating files: 75% (21675/28899) Updating files: 76% (21964/28899) Updating files: 77% (22253/28899) Updating files: 78% (22542/28899) Updating files: 79% (22831/28899) Updating files: 80% (23120/28899) Updating files: 81% (23409/28899) Updating files: 82% (23698/28899) Updating files: 83% (23987/28899) Updating files: 84% (24276/28899) Updating files: 85% (24565/28899) Updating files: 86% (24854/28899) Updating files: 87% (25143/28899) Updating files: 88% (25432/28899) Updating files: 89% (25721/28899) Updating files: 90% (26010/28899) Updating files: 91% (26299/28899) Updating files: 92% (26588/28899) Updating files: 93% (26877/28899) Updating files: 94% (27166/28899) Updating files: 95% (27455/28899) Updating files: 96% (27744/28899) Updating files: 97% (28033/28899) Updating files: 98% (28322/28899) Updating files: 99% (28611/28899) Updating files: 100% (28899/28899) Updating files: 100% (28899/28899), done. HEAD is now at 67e940587b Merge pull request #27236 from kit-ty-kate/opam-publish-mccs.1.1-19 Merge made by the 'ort' strategy. .../conf-gmp-powm-sec.4/files/test.c | 26 ++++++++++++ .../conf-gmp-powm-sec/conf-gmp-powm-sec.4/opam | 17 ++++++++ packages/conf-gmp/conf-gmp.5/files/test.c | 10 +++++ packages/conf-gmp/conf-gmp.5/opam | 32 +++++++++++++++ packages/zarith/zarith.1.12-1/opam | 47 ++++++++++++++++++++++ 5 files changed, 132 insertions(+) create mode 100644 packages/conf-gmp-powm-sec/conf-gmp-powm-sec.4/files/test.c create mode 100644 packages/conf-gmp-powm-sec/conf-gmp-powm-sec.4/opam create mode 100644 packages/conf-gmp/conf-gmp.5/files/test.c create mode 100644 packages/conf-gmp/conf-gmp.5/opam create mode 100644 packages/zarith/zarith.1.12-1/opam (from ocaml/opam:debian-12-ocaml-5.3@sha256:be0c99119253d3c2c275fc274b77eb2b00a9a1cad42e18fab213cb0581c9ba14) Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:be0c99119253d3c2c275fc274b77eb2b00a9a1cad42e18fab213cb0581c9ba14' locally docker.io/ocaml/opam@sha256:be0c99119253d3c2c275fc274b77eb2b00a9a1cad42e18fab213cb0581c9ba14: Pulling from ocaml/opam cf97b94f459b: Pulling fs layer cf97b94f459b: Download complete cf97b94f459b: Pull complete Digest: sha256:be0c99119253d3c2c275fc274b77eb2b00a9a1cad42e18fab213cb0581c9ba14 Status: Downloaded newer image for ocaml/opam@sha256:be0c99119253d3c2c275fc274b77eb2b00a9a1cad42e18fab213cb0581c9ba14 2025-01-10 10:50.54 ---> using "76cb069d266c7e5611900f60c6d821d76d2aab80f5760e5b9cd16d837b1967b1" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam")) 2025-01-10 10:50.54 ---> using "c24edbb01a31b8ba1780219e688ff065a5938418ef46b45f0e7c43ce8c949424" 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] synchronised from file:///home/opam/opam-repository 2025-01-10 10:50.54 ---> using "3649d4ad41681ee820dcce0278a2a2b184975f18166de8f31f514f4a0b7e16d5" 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.4.0~alpha1~dev (26290a42e5a3dd44c3e2f8f743e6b8c391bdc206) # 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 (local) # 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-01-10 10:50.54 ---> using "76f0319f82595ce9ebd24f7c89acc914d38b104ff46e02e606665a95a34629d6" 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-01-10 10:50.54 ---> using "501cebd6c2c2ba69429c02b1cf581ecfbcb89b9c57ffb1515f8c25b5434f7f96" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-01-10 10:50.58 ---> using "8745b07262e2d3cf56f2a3a79e89e22bace1c9359aac9246a5d84df0fefec43d" from cache /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-01-10 10:50.58 ---> using "60eb3fdea80e49f4fd64ec1d499088204ebfb6edf9e3d7172afd6f846b8dfe98" from cache /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] - Fetched 103 kB in 0s (536 kB/s) - Reading package lists... 2025-01-10 10:50.58 ---> using "dc083f1eb8a003ded1ee7c1c1e468b99fd461cef80fc28f637c7f21e3c8b48c7" from cache /home/opam: (run (shell "opam pin add -k version -yn zarith.1.12-1 1.12-1")) zarith is now pinned to version 1.12-1 2025-01-10 10:50.58 ---> using "87b7cee37919aa7c44ab6ff769ee75c0dead8b82bf7be6b461e7463d5d481674" from cache /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall zarith.1.12-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 \"\\\"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\" != 'zarith.1.12-1' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) zarith.1.12-1 is not installed. Install it? [Y/n] y The following actions will be performed: === install 4 packages - install conf-gmp 5 [required by zarith] - install conf-pkg-config 3 [required by conf-gmp] - install ocamlfind 1.9.6 [required by zarith] - install zarith 1.12-1 (pinned) The following system packages will first need to be installed: libgmp-dev pkg-config <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> opam believes some required external dependencies are missing. opam can: > 1. Run apt-get to install them (may need root/sudo access) 2. Display the recommended apt-get 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 "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package libgmpxx4ldbl:amd64. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18776 files and directories currently installed.) - Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_amd64.deb ... - Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ... - Selecting previously unselected package libgmp-dev:amd64. - Preparing to unpack .../1-libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ... - Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ... - Selecting previously unselected package libpkgconf3:amd64. - Preparing to unpack .../2-libpkgconf3_1.8.1-1_amd64.deb ... - Unpacking libpkgconf3:amd64 (1.8.1-1) ... - Selecting previously unselected package pkgconf-bin. - Preparing to unpack .../3-pkgconf-bin_1.8.1-1_amd64.deb ... - Unpacking pkgconf-bin (1.8.1-1) ... - Selecting previously unselected package pkgconf:amd64. - Preparing to unpack .../4-pkgconf_1.8.1-1_amd64.deb ... - Unpacking pkgconf:amd64 (1.8.1-1) ... - Selecting previously unselected package pkg-config:amd64. - Preparing to unpack .../5-pkg-config_1.8.1-1_amd64.deb ... - Unpacking pkg-config:amd64 (1.8.1-1) ... - Setting up libpkgconf3:amd64 (1.8.1-1) ... - Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ... - Setting up pkgconf-bin (1.8.1-1) ... - Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ... - Setting up pkgconf:amd64 (1.8.1-1) ... - Setting up pkg-config:amd64 (1.8.1-1) ... - Processing triggers for libc-bin (2.36-9+deb12u9) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved ocamlfind.1.9.6 (cached) -> installed conf-pkg-config.3 -> retrieved zarith.1.12-1 (cached) -> installed conf-gmp.5 -> installed ocamlfind.1.9.6 -> installed zarith.1.12-1 Done. # To update the current shell environment, run: eval $(opam env) 2025-01-10 10:50.58 ---> using "2533c92e1322de879aeea8f51f1dfa571dfee1bb42aec5a0951980a5319b26f1" from cache /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall kdl.0.2.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 \"\\\"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\" != 'kdl.0.2.0' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) kdl.0.2.0 is not installed. Install it? [Y/n] y The following actions will be performed: === install 7 packages - install dune 3.17.1 [required by kdl] - install kdl 0.2.0 - install menhir 20240715 [required by kdl] - install menhirCST 20240715 [required by menhir] - install menhirLib 20240715 [required by kdl] - install menhirSdk 20240715 [required by menhir] - install sexplib0 v0.17.0 [required by kdl] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved dune.3.17.1 (cached) -> retrieved kdl.0.2.0 (cached) -> retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> installed dune.3.17.1 -> installed menhirCST.20240715 -> installed menhirSdk.20240715 -> installed sexplib0.v0.17.0 -> installed menhirLib.20240715 -> installed menhir.20240715 -> installed kdl.0.2.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-01-10 10:53.21 ---> saved as "ab14c689e62e411447cbbe81a63cf29c4e278e69a4dd76e785483e19eac67f77" /home/opam: (run (network host) (shell "(opam reinstall --with-test kdl.0.2.0) || true")) The following actions will be performed: === recompile 1 package - recompile kdl 0.2.0 === install 25 packages - install base v0.17.1 [required by ppx_expect] - install csexp 1.5.2 [required by dune-configurator] - install dune-configurator 3.17.1 [required by base] - install jane-street-headers v0.17.0 [required by time_now] - install jst-config v0.17.0 [required by time_now] - install ocaml-compiler-libs v0.17.0 [required by ppxlib] - install ocaml_intrinsics_kernel v0.17.1 [required by base] - install ppx_assert v0.17.0 [required by jst-config] - install ppx_base v0.17.0 [required by time_now] - install ppx_cold v0.17.0 [required by ppx_base] - install ppx_compare v0.17.0 [required by ppx_base] - install ppx_derivers 1.2.1 [required by ppxlib] - install ppx_enumerate v0.17.0 [required by ppx_base] - install ppx_expect v0.17.2 [required by kdl] - install ppx_globalize v0.17.0 [required by ppx_base] - install ppx_hash v0.17.0 [required by ppx_base] - install ppx_here v0.17.0 [required by ppx_expect] - install ppx_inline_test v0.17.0 [required by ppx_expect] - install ppx_optcomp v0.17.0 [required by time_now] - install ppx_sexp_conv v0.17.0 [required by ppx_base] - install ppxlib 0.34.0 [required by ppx_expect] - install ppxlib_jane v0.17.2 [required by ppx_globalize, ppx_enumerate, ppx_hash] - install stdio v0.17.0 [required by ppx_expect] - install stdlib-shims 0.3.0 [required by ppxlib] - install time_now v0.17.0 [required by ppx_inline_test] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved base.v0.17.1 (https://github.com/janestreet/base/archive/refs/tags/v0.17.1.tar.gz) -> retrieved csexp.1.5.2 (https://github.com/ocaml-dune/csexp/releases/download/1.5.2/csexp-1.5.2.tbz) -> installed csexp.1.5.2 -> retrieved dune-configurator.3.17.1 (https://github.com/ocaml/dune/releases/download/3.17.1/dune-3.17.1.tbz) -> retrieved jane-street-headers.v0.17.0 (https://github.com/janestreet/jane-street-headers/archive/refs/tags/v0.17.0.tar.gz) -> installed jane-street-headers.v0.17.0 -> retrieved jst-config.v0.17.0 (https://github.com/janestreet/jst-config/archive/refs/tags/v0.17.0.tar.gz) -> retrieved kdl.0.2.0 (https://github.com/eilvelia/ocaml-kdl/archive/refs/tags/v0.2.0.tar.gz) -> retrieved ocaml-compiler-libs.v0.17.0 (https://github.com/janestreet/ocaml-compiler-libs/archive/refs/tags/v0.17.0.tar.gz) -> retrieved ocaml_intrinsics_kernel.v0.17.1 (https://github.com/janestreet/ocaml_intrinsics_kernel/archive/refs/tags/v0.17.1.tar.gz) -> retrieved ppx_assert.v0.17.0 (https://github.com/janestreet/ppx_assert/archive/refs/tags/v0.17.0.tar.gz) -> retrieved ppx_base.v0.17.0 (https://github.com/janestreet/ppx_base/archive/refs/tags/v0.17.0.tar.gz) -> installed ocaml_intrinsics_kernel.v0.17.1 -> installed dune-configurator.3.17.1 -> retrieved ppx_cold.v0.17.0 (https://github.com/janestreet/ppx_cold/archive/refs/tags/v0.17.0.tar.gz) -> retrieved ppx_compare.v0.17.0 (https://github.com/janestreet/ppx_compare/archive/refs/tags/v0.17.0.tar.gz) -> installed ocaml-compiler-libs.v0.17.0 -> retrieved ppx_derivers.1.2.1 (https://github.com/ocaml-ppx/ppx_derivers/archive/1.2.1.tar.gz) -> installed ppx_derivers.1.2.1 -> retrieved ppx_enumerate.v0.17.0 (https://github.com/janestreet/ppx_enumerate/archive/refs/tags/v0.17.0.tar.gz) -> retrieved ppx_expect.v0.17.2 (https://github.com/janestreet/ppx_expect/archive/refs/tags/v0.17.2.tar.gz) -> retrieved ppx_globalize.v0.17.0 (https://github.com/janestreet/ppx_globalize/archive/refs/tags/v0.17.0.tar.gz) -> retrieved ppx_hash.v0.17.0 (https://github.com/janestreet/ppx_hash/archive/refs/tags/v0.17.0.tar.gz) -> retrieved ppx_here.v0.17.0 (https://github.com/janestreet/ppx_here/archive/refs/tags/v0.17.0.tar.gz) -> retrieved ppx_inline_test.v0.17.0 (https://github.com/janestreet/ppx_inline_test/archive/refs/tags/v0.17.0.tar.gz) -> retrieved ppx_optcomp.v0.17.0 (https://github.com/janestreet/ppx_optcomp/archive/refs/tags/v0.17.0.tar.gz) -> retrieved ppx_sexp_conv.v0.17.0 (https://github.com/janestreet/ppx_sexp_conv/archive/refs/tags/v0.17.0.tar.gz) -> retrieved ppxlib.0.34.0 (https://github.com/ocaml-ppx/ppxlib/releases/download/0.34.0/ppxlib-0.34.0.tbz) -> retrieved ppxlib_jane.v0.17.2 (https://github.com/janestreet/ppxlib_jane/archive/refs/tags/v0.17.2.tar.gz) -> retrieved stdio.v0.17.0 (https://github.com/janestreet/stdio/archive/refs/tags/v0.17.0.tar.gz) -> retrieved stdlib-shims.0.3.0 (https://github.com/ocaml/stdlib-shims/releases/download/0.3.0/stdlib-shims-0.3.0.tbz) -> retrieved time_now.v0.17.0 (https://github.com/janestreet/time_now/archive/refs/tags/v0.17.0.tar.gz) -> removed kdl.0.2.0 -> installed stdlib-shims.0.3.0 -> installed base.v0.17.1 -> installed stdio.v0.17.0 -> installed ppxlib.0.34.0 -> installed ppxlib_jane.v0.17.2 -> installed ppx_optcomp.v0.17.0 -> installed ppx_cold.v0.17.0 -> installed ppx_here.v0.17.0 -> installed ppx_enumerate.v0.17.0 -> installed ppx_globalize.v0.17.0 -> installed ppx_compare.v0.17.0 -> installed ppx_sexp_conv.v0.17.0 -> installed ppx_hash.v0.17.0 -> installed ppx_assert.v0.17.0 -> installed ppx_base.v0.17.0 -> installed jst-config.v0.17.0 -> installed time_now.v0.17.0 -> installed ppx_inline_test.v0.17.0 -> installed ppx_expect.v0.17.2 -> installed kdl.0.2.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-01-10 10:56.04 ---> saved as "a87c8812208e012acdbc071d05524c88a1f3f1e1f9d45aa286d92ccf4a01abe4" /home/opam: (run (shell "opam reinstall --with-test --verbose kdl.0.2.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 \"\\\"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\" != 'kdl.0.2.0' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) The following actions will be performed: === recompile 1 package - recompile kdl 0.2.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 1/4: [kdl.0.2.0: extract] -> retrieved kdl.0.2.0 (cached) Processing 2/4: [kdl: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "kdl" "-j" "39" "@runtest" (CWD=/home/opam/.opam/5.3/.opam-switch/build/kdl.0.2.0) - (cd _build/default/test-kdl-suite && ./test_kdl_suite.exe) - --- KDL test suite: 326/326 (failed: 0) 🎉 --- -> compiled kdl.0.2.0 -> removed kdl.0.2.0 -> installed kdl.0.2.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-01-10 10:56.29 ---> saved as "c73dc711a61a73c9a59e6d9d4e374433fb6e832d62cb3103b179b7fcc5e6d402" Job succeeded 2025-01-10 10:57.00: Job succeeded