(for PR #28134)
2025-07-08 15:35.19: New job: build ppx_expect_nobase.v0.17.2.2, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/28134/head (0cee70d98d0192423d4e423e7408dc04aaa4122a) 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/28134/head" && git reset --hard 0cee70d9 git fetch origin master git merge --no-edit 11a53009bd75423d805636ff9384bf7cce8b0a9a cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:db9b06a5a0bcdf3c2e87ce9b2db22cb2eaa0f5dffe70c37eb4d21c79e692c585 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 ppx_expect_nobase.v0.17.2.2 v0.17.2.2 RUN opam reinstall ppx_expect_nobase.v0.17.2.2; \ 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" != 'ppx_expect_nobase.v0.17.2.2' && 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-07-08 15:35.19: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:db9b06a5a0bcdf3c2e87ce9b2db22cb2eaa0f5dffe70c37eb4d21c79e692c585-ppx_expect_nobase.v0.17.2.2-0cee70d98d0192423d4e423e7408dc04aaa4122a" 2025-07-08 15:35.19: Using OBuilder spec: ((from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:db9b06a5a0bcdf3c2e87ce9b2db22cb2eaa0f5dffe70c37eb4d21c79e692c585) (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 ppx_expect_nobase.v0.17.2.2 v0.17.2.2")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall ppx_expect_nobase.v0.17.2.2;\ \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\" != 'ppx_expect_nobase.v0.17.2.2' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ) 2025-07-08 15:35.19: Waiting for resource in pool OCluster 2025-07-08 15:35.20: Waiting for worker… 2025-07-08 15:35.20: Got resource from pool OCluster Building on riscv-bm-04.sw.ci.dev Updating files: 15% (2698/17822) Updating files: 16% (2852/17822) Updating files: 17% (3030/17822) Updating files: 18% (3208/17822) Updating files: 19% (3387/17822) Updating files: 20% (3565/17822) Updating files: 21% (3743/17822) Updating files: 22% (3921/17822) Updating files: 23% (4100/17822) Updating files: 24% (4278/17822) Updating files: 25% (4456/17822) Updating files: 26% (4634/17822) Updating files: 27% (4812/17822) Updating files: 28% (4991/17822) Updating files: 29% (5169/17822) Updating files: 29% (5235/17822) Updating files: 30% (5347/17822) Updating files: 31% (5525/17822) Updating files: 32% (5704/17822) Updating files: 33% (5882/17822) Updating files: 34% (6060/17822) Updating files: 35% (6238/17822) Updating files: 36% (6416/17822) Updating files: 37% (6595/17822) Updating files: 38% (6773/17822) Updating files: 39% (6951/17822) Updating files: 40% (7129/17822) Updating files: 41% (7308/17822) Updating files: 42% (7486/17822) Updating files: 43% (7664/17822) Updating files: 44% (7842/17822) Updating files: 44% (7884/17822) Updating files: 45% (8020/17822) Updating files: 46% (8199/17822) Updating files: 47% (8377/17822) Updating files: 48% (8555/17822) Updating files: 49% (8733/17822) Updating files: 50% (8911/17822) Updating files: 51% (9090/17822) Updating files: 52% (9268/17822) Updating files: 53% (9446/17822) Updating files: 54% (9624/17822) Updating files: 55% (9803/17822) Updating files: 56% (9981/17822) Updating files: 57% (10159/17822) Updating files: 57% (10319/17822) Updating files: 58% (10337/17822) Updating files: 59% (10515/17822) Updating files: 60% (10694/17822) Updating files: 61% (10872/17822) Updating files: 62% (11050/17822) Updating files: 63% (11228/17822) Updating files: 64% (11407/17822) Updating files: 65% (11585/17822) Updating files: 66% (11763/17822) Updating files: 67% (11941/17822) Updating files: 68% (12119/17822) Updating files: 69% (12298/17822) Updating files: 69% (12444/17822) Updating files: 70% (12476/17822) Updating files: 71% (12654/17822) Updating files: 72% (12832/17822) Updating files: 73% (13011/17822) Updating files: 74% (13189/17822) Updating files: 75% (13367/17822) Updating files: 76% (13545/17822) Updating files: 77% (13723/17822) Updating files: 78% (13902/17822) Updating files: 79% (14080/17822) Updating files: 80% (14258/17822) Updating files: 81% (14436/17822) Updating files: 82% (14615/17822) Updating files: 83% (14793/17822) Updating files: 83% (14846/17822) Updating files: 84% (14971/17822) Updating files: 85% (15149/17822) Updating files: 86% (15327/17822) Updating files: 87% (15506/17822) Updating files: 88% (15684/17822) Updating files: 89% (15862/17822) Updating files: 90% (16040/17822) Updating files: 91% (16219/17822) Updating files: 92% (16397/17822) Updating files: 93% (16575/17822) Updating files: 94% (16753/17822) Updating files: 95% (16931/17822) Updating files: 96% (17110/17822) Updating files: 97% (17288/17822) Updating files: 97% (17290/17822) Updating files: 98% (17466/17822) Updating files: 99% (17644/17822) Updating files: 100% (17822/17822) Updating files: 100% (17822/17822), done. HEAD is now at 20ec8b3359 Merge commit '054a4777245794fbf1154fd0ae8d6039dc6a7952' HEAD is now at 11a53009bd Merge pull request #27805 from fccm2/conf-gegl Merge made by the 'ort' strategy. .../opam | 18 +++++++----------- .../opam | 11 ++++++----- 2 files changed, 13 insertions(+), 16 deletions(-) rename packages/ppx_expect_nobase/{ppx_expect_nobase.v0.17.2 => ppx_expect_nobase.v0.17.2.2}/opam (57%) rename packages/ppx_inline_test_nobase/{ppx_inline_test_nobase.v0.17.0 => ppx_inline_test_nobase.v0.17.0.2}/opam (74%) (from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:db9b06a5a0bcdf3c2e87ce9b2db22cb2eaa0f5dffe70c37eb4d21c79e692c585) Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:db9b06a5a0bcdf3c2e87ce9b2db22cb2eaa0f5dffe70c37eb4d21c79e692c585' locally docker.io/ocaml/opam@sha256:db9b06a5a0bcdf3c2e87ce9b2db22cb2eaa0f5dffe70c37eb4d21c79e692c585: Pulling from ocaml/opam 4ccdff8fdb11: Already exists 40f2aaa351c7: Already exists 1e6db3c03804: Already exists 5473dc0b7f2f: Already exists 00d558a1b4ca: Already exists 6b3372313064: Already exists d18b116b1ccb: Already exists 3c9312daea72: Already exists a379fc7fdeed: Already exists c45c5ee18bde: Already exists d508b5fa66d5: Already exists 42415b7bb547: Already exists aa55a4e508a4: Already exists eded1cdd34b0: Already exists 0cdaa340a102: Already exists 0cdaa340a102: Already exists 27bd4d38a920: Already exists 1f66ae50c6ee: Already exists 7ac71af6acd0: Already exists 6ab9eec57d98: Already exists 4f4fb700ef54: Already exists 1a5efcd42ea6: Already exists 35b59a353828: Already exists 0c6e32fb8dd1: Already exists 97ed2d6e8768: Already exists 9b8b371be869: Already exists 224a7f052d47: Already exists eec80b598c60: Already exists c2c1c8c6cdd4: Already exists d0a173b2c715: Already exists 68eccb923096: Already exists 3e89842786e6: Already exists 50218ae2f4c5: Already exists a9162d164036: Already exists e4a6eec358d6: Already exists dad0c80f2d44: Already exists b209865d21bf: Already exists 9701947fe012: Already exists 77285f60c43d: Already exists 8e793ca753ab: Pulling fs layer 44c5d8ff0132: Pulling fs layer f50985427f8e: Pulling fs layer f9f1f01b6dc5: Pulling fs layer d9aac39b40a6: Pulling fs layer 66117fc699c3: Pulling fs layer e4ccaf46d8b6: Pulling fs layer e4ccaf46d8b6: Waiting f9f1f01b6dc5: Waiting d9aac39b40a6: Waiting 66117fc699c3: Waiting 44c5d8ff0132: Download complete 8e793ca753ab: Verifying Checksum 8e793ca753ab: Download complete f50985427f8e: Verifying Checksum f50985427f8e: Download complete 8e793ca753ab: Pull complete 44c5d8ff0132: Pull complete d9aac39b40a6: Verifying Checksum d9aac39b40a6: Download complete 66117fc699c3: Download complete e4ccaf46d8b6: Verifying Checksum e4ccaf46d8b6: Download complete f50985427f8e: Pull complete f9f1f01b6dc5: Verifying Checksum f9f1f01b6dc5: Download complete f9f1f01b6dc5: Pull complete d9aac39b40a6: Pull complete 66117fc699c3: Pull complete e4ccaf46d8b6: Pull complete Digest: sha256:db9b06a5a0bcdf3c2e87ce9b2db22cb2eaa0f5dffe70c37eb4d21c79e692c585 Status: Downloaded newer image for ocaml/opam@sha256:db9b06a5a0bcdf3c2e87ce9b2db22cb2eaa0f5dffe70c37eb4d21c79e692c585 2025-07-08 15:40.35 ---> saved as "e536174596d35074ffac98d49b8e77634fa2227c49ad0be0e34e9ed1c2631938" /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-07-08 15:40.35 ---> saved as "c2cc2ac99686611bbbc04ff7f64043d23b540042a3cf84e8d0817698406a8ef1" /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-07-08 15:42.23 ---> saved as "38bfce72d6c7b2c4ac5a1b2387724c9b06775f3fcd59f8525a25add848bc025f" /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-07-08 15:42.26 ---> saved as "f38e4a74fb0d8f03428fc38629bbbc3996c875848887487d70bc65d877925fb6" /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-07-08 15:43.03 ---> saved as "35e761ee8329fdf0740461b5243e8518afd42afb3215c95ad402ef0a15b36a48" /home/opam: (copy (src .) (dst opam-repository/)) 2025-07-08 15:43.28 ---> saved as "ccffe7e1c74bb65e060d9ead6b23257277c694854b4476feeff78cc30251ff1f" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-07-08 15:44.58 ---> saved as "4b6625d67a6ff4e2f2ad311c05a821c3bce2401b104cd73140e19e22dfcf0bae" /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 [778 kB] - Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1148 kB] - Get:7 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe riscv64 Packages [27.5 kB] - Get:8 http://ports.ubuntu.com/ubuntu-ports noble-backports/main riscv64 Packages [48.7 kB] - Get:9 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [866 kB] - Get:10 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [478 kB] - Fetched 3724 kB in 2s (2001 kB/s) - Reading package lists... - 2025-07-08 15:45.05 ---> saved as "69cc6d15d85d6e9bb8fb5253a025623fdd5ad5a2d12d6528a6744c30e864dc6b" /home/opam: (run (shell "opam pin add -k version -yn ppx_expect_nobase.v0.17.2.2 v0.17.2.2")) ppx_expect_nobase is now pinned to version v0.17.2.2 2025-07-08 15:45.08 ---> saved as "1219f907e4882ef65c3eb3a78e9b59a03077a3602b41d67b43ef99cacaaa9379" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall ppx_expect_nobase.v0.17.2.2;\ \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\" != 'ppx_expect_nobase.v0.17.2.2' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ppx_expect_nobase.v0.17.2.2 is not installed. Install it? [y/n] y The following actions will be performed: === install 17 packages - install dune 3.19.1 [required by ppx_expect_nobase] - install mtime 2.1.0 [required by ppx_expect_nobase] - install num 1.6 [required by sexplib] - install ocaml-compiler-libs v0.17.0 [required by ppxlib] - install ocamlbuild 0.16.1 [required by mtime] - install ocamlfind 1.9.8 [required by mtime] - install parsexp v0.17.0 [required by sexplib] - install ppx_derivers 1.2.1 [required by ppxlib] - install ppx_expect_nobase v0.17.2.2 (pinned) - install ppx_inline_test_nobase v0.17.0.2 [required by ppx_expect_nobase] - install ppxlib 0.35.0 [required by ppx_expect_nobase] - install re 1.13.2 [required by ppx_expect_nobase] - install seq base [required by re] - install sexplib v0.17.0 [required by ppx_expect_nobase] - install sexplib0 v0.17.0 [required by ppx_inline_test_nobase, sexplib] - install stdlib-shims 0.3.0 [required by ppxlib] - install topkg 1.0.8 [required by mtime] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved dune.3.19.1 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved num.1.6 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved parsexp.v0.17.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_expect_nobase.v0.17.2.2 (cached) -> retrieved ppx_inline_test_nobase.v0.17.0.2 (cached) -> retrieved ppxlib.0.35.0 (cached) -> retrieved re.1.13.2 (cached) -> retrieved seq.base (cached) -> retrieved sexplib.v0.17.0 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.0.8 (cached) -> installed num.1.6 -> installed ocamlfind.1.9.8 -> installed seq.base -> installed ocamlbuild.0.16.1 -> installed topkg.1.0.8 -> installed mtime.2.1.0 -> installed dune.3.19.1 -> installed ppx_derivers.1.2.1 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed re.1.13.2 -> installed ocaml-compiler-libs.v0.17.0 -> installed parsexp.v0.17.0 -> installed sexplib.v0.17.0 -> installed ppxlib.0.35.0 -> installed ppx_inline_test_nobase.v0.17.0.2 -> installed ppx_expect_nobase.v0.17.2.2 Done. # To update the current shell environment, run: eval $(opam env) 2025-07-08 15:53.29 ---> saved as "f6ef8c8009e8132d0a48685cfbd1309e39f2eb1a2c3c0cb02d6d3c6a501a1a07" Job succeeded 2025-07-08 15:54.02: Job succeeded