(for PR #28398)
2025-08-28 14:57.30: New job: build salto-analyzer.0.1, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/28398/head (90ced9c2c5cd0fbb33dd7626be6dd3c3ad2910b0) on archlinux-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/28398/head" && git reset --hard 90ced9c2 git fetch origin master git merge --no-edit f2cd184cfc6f3b25d3bda0873beb3e8b254806ec cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:archlinux-ocaml-4.14@sha256:227746e8e66645aede462c9db9dd8ccab69daaaf20104303531fda2168c9b429 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 salto-analyzer.0.1 0.1 RUN opam reinstall salto-analyzer.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 "\"archlinux\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'salto-analyzer.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-28 14:57.30: Using cache hint "ocaml/opam:archlinux-ocaml-4.14@sha256:227746e8e66645aede462c9db9dd8ccab69daaaf20104303531fda2168c9b429-salto-analyzer.0.1-90ced9c2c5cd0fbb33dd7626be6dd3c3ad2910b0" 2025-08-28 14:57.30: Using OBuilder spec: ((from ocaml/opam:archlinux-ocaml-4.14@sha256:227746e8e66645aede462c9db9dd8ccab69daaaf20104303531fda2168c9b429) (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 salto-analyzer.0.1 0.1")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall salto-analyzer.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 \"\\\"archlinux\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'salto-analyzer.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-28 14:57.30: Waiting for resource in pool OCluster 2025-08-28 14:57.31: Waiting for worker… 2025-08-28 14:58.37: Got resource from pool OCluster Building on clete.caelum.ci.dev All commits already cached HEAD is now at f2cd184cfc Merge pull request #28399 from filipeom/opam-publish-smtml.0.10.0 Updating f2cd184cfc..90ced9c2c5 Fast-forward packages/salto-analyzer/salto-analyzer.0.1/opam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (from ocaml/opam:archlinux-ocaml-4.14@sha256:227746e8e66645aede462c9db9dd8ccab69daaaf20104303531fda2168c9b429) 2025-08-28 14:58.59 ---> saved as "f87b2bfd9d0e35ede574ad6dcaba090c3f174abba196971898d587d8f192945d" /: (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-28 14:59.00 ---> saved as "aaf7638579dea17e6cb5b6e57ec1b6ee087b905cb3e79429e0a54ceeac743f04" /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 [NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=255 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-08-28 14:59.29 ---> saved as "d862ee304f353d591b36166aac4284351789b604eda1897380d81e064874fa5e" /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=arch os-version=20250817.0.405639 # solver builtin-0install # install-criteria -changed,-count[avoid-version,solution] # upgrade-criteria -count[avoid-version,solution] # jobs 71 # 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-08-28 14:59.30 ---> saved as "355e993406ef73574e3d51c62cb91247c78e54cc5364fc515db0f00ba3e819f8" /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-28 14:59.38 ---> saved as "1373f0291b1dc632fce52558f3f9746076e0f389c15f4e663e6284f8a4edd09b" /home/opam: (copy (src .) (dst opam-repository/)) 2025-08-28 14:59.48 ---> saved as "8a579114145414dcea49bd1e0df632385d880b06dada6903f544d9adfe108e4c" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-08-28 15:00.12 ---> saved as "254f8f29b4b53d651abb47e0a2b7235e0921c43c05b12f0f40ccd0d8a028be24" /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/sbin/sudo "pacman" "-Sy" - :: Synchronizing package databases... - core downloading... - extra downloading... 2025-08-28 15:00.13 ---> saved as "2d6a3d47738e3ccfebf4839fb57f2f932a7553049fff77c7fe4d5c839b9d78f8" /home/opam: (run (shell "opam pin add -k version -yn salto-analyzer.0.1 0.1")) salto-analyzer is now pinned to version 0.1 2025-08-28 15:00.14 ---> saved as "29fdedeec5594371e07654595a0afe92b12613dd8c50de1e822aef7409945c4c" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall salto-analyzer.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 \"\\\"archlinux\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'salto-analyzer.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")) salto-analyzer.0.1 is not installed. Install it? [y/n] y The following actions will be performed: === install 63 packages ∗ base v0.16.4 [required by salto-analyzer] ∗ cmdliner 1.3.0 [required by salto-analyzer] ∗ conf-gmp 5 [required by zarith] ∗ conf-pkg-config 4 [required by zarith] ∗ cppo 1.8.0 [required by ppx_deriving] ∗ csexp 1.5.2 [required by salto-analyzer] ∗ dmap 0.5 [required by salto-analyzer] ∗ dune 3.20.1 [required by salto-analyzer] ∗ dune-configurator 3.20.1 [required by base] ∗ ez_dune_describe 0.1 [required by salto-analyzer] ∗ ezjs_ace 0.1.1 [required by salto-analyzer] ∗ gen 1.1 [required by sedlex] ∗ hashcons 1.4.0 [required by salto-analyzer] ∗ hashset 1.0.1 [required by salto-analyzer] ∗ jane-street-headers v0.16.0 [required by time_now] ∗ js_of_ocaml 5.9.1 [required by salto-analyzer] ∗ js_of_ocaml-compiler 5.9.1 [required by js_of_ocaml] ∗ js_of_ocaml-ppx 5.9.1 [required by salto-analyzer] ∗ js_of_ocaml-tyxml 5.9.1 [required by salto-analyzer] ∗ jst-config v0.16.0 [required by time_now] ∗ menhir 20240715 [required by js_of_ocaml-compiler] ∗ menhirCST 20240715 [required by menhir] ∗ menhirLib 20240715 [required by js_of_ocaml-compiler] ∗ menhirSdk 20240715 [required by js_of_ocaml-compiler] ∗ ocaml-compiler-libs v0.12.4 [required by saltoIL] ∗ ocamlbuild 0.16.1 [required by react] ∗ ocamlfind 1.9.8 [required by ppx_deriving, zarith] ∗ ppx_assert v0.16.0 [required by jst-config] ∗ ppx_base v0.16.0 [required by time_now] ∗ ppx_cold v0.16.0 [required by ppx_base] ∗ ppx_compare v0.16.0 [required by ppx_base] ∗ ppx_derivers 1.2.1 [required by ppx_deriving] ∗ ppx_deriving 6.0.3 [required by salto-analyzer] ∗ ppx_enumerate v0.16.0 [required by ppx_base] ∗ ppx_expect v0.16.1 [required by salto-analyzer] ∗ ppx_globalize v0.16.0 [required by ppx_base] ∗ ppx_hash v0.16.0 [required by ppx_base] ∗ ppx_here v0.16.0 [required by ppx_expect] ∗ ppx_import 1.11.0 [required by salto-analyzer] ∗ ppx_inline_test v0.16.1 [required by ppx_expect] ∗ ppx_optcomp v0.16.0 [required by time_now] ∗ ppx_sexp_conv v0.16.0 [required by ppx_base] ∗ ppxlib 0.35.0 [required by ppx_expect, ppx_deriving, ppx_import] ∗ ptmap 2.0.5 [required by saltoIL] ∗ ptset 1.0.1 [required by salto-analyzer] ∗ re 1.13.2 [required by ppx_expect] ∗ react 1.2.2 [required by js_of_ocaml-tyxml] ∗ reactiveData 0.3.1 [required by js_of_ocaml-tyxml] ∗ salto-analyzer 0.1 (pinned) ∗ saltoIL 0.1.11 [required by salto-analyzer] ∗ sedlex 3.6 [required by js_of_ocaml-compiler] ∗ seq base [required by saltoIL] ∗ sexp_decode 0.7 [required by ez_dune_describe] ∗ sexplib0 v0.16.0 [required by base] ∗ stdio v0.16.0 [required by ppx_expect] ∗ stdlib-shims 0.3.0 [required by ptset] ∗ time_now v0.16.0 [required by ppx_inline_test] ∗ topkg 1.1.0 [required by react] ∗ tyxml 4.6.0 [required by js_of_ocaml-tyxml] ∗ uutf 1.0.4 [required by tyxml] ∗ yojson 3.0.0 [required by js_of_ocaml-compiler] ∗ zarith 1.14 [required by salto-analyzer] ∗ zarith_stubs_js v0.16.1 [required by salto-analyzer] The following system packages will first need to be installed: pkgconf <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> opam believes some required external dependencies are missing. opam can: > 1. Run pacman to install them (may need root/sudo access) 2. Display the recommended pacman 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/sbin/sudo "pacman" "-Su" "--noconfirm" "pkgconf" - :: Starting full system upgrade... - resolving dependencies... - looking for conflicting packages... - - Package (5) Old Version New Version Net Change Download Size - - core/ca-certificates-mozilla 3.115-1 3.115.1-1 0.00 MiB 0.39 MiB - extra/git 2.50.1-3 2.51.0-1 -0.17 MiB 6.66 MiB - extra/libsysprof-capture 48.0-7 48.1-2 0.00 MiB 0.05 MiB - core/nano 8.5-1 8.6-1 0.00 MiB 0.58 MiB - core/pkgconf 2.5.1-1 0.20 MiB 0.07 MiB - - Total Download Size: 7.75 MiB - Total Installed Size: 33.35 MiB - Net Upgrade Size: 0.03 MiB - - :: Proceed with installation? [Y/n] - :: Retrieving packages... - git-2.51.0-1-x86_64 downloading... - nano-8.6-1-x86_64 downloading... - ca-certificates-mozilla-3.115.1-1-x86_64 downloading... - pkgconf-2.5.1-1-x86_64 downloading... - libsysprof-capture-48.1-2-x86_64 downloading... - checking keyring... - checking package integrity... - loading package files... - checking for file conflicts... - :: Processing package changes... - installing pkgconf... - upgrading ca-certificates-mozilla... - upgrading git... - upgrading libsysprof-capture... - upgrading nano... - :: Running post-transaction hooks... - (1/5) Creating system user accounts... - (2/5) Reloading system manager configuration... - Failed to check for chroot() environment: Permission denied - Skipped: Current root is not booted. - (3/5) Restarting marked services... - Failed to check for chroot() environment: Permission denied - Skipped: Current root is not booted. - (4/5) Arming ConditionNeedsUpdate... - (5/5) Rebuilding certificate stores... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> ⬇ retrieved base.v0.16.4 (cached) ⬇ retrieved cmdliner.1.3.0 (cached) ⬇ retrieved conf-gmp.5 (cached) ⬇ retrieved cppo.1.8.0 (cached) ⬇ retrieved csexp.1.5.2 (cached) ⬇ retrieved dmap.0.5 (cached) ∗ installed conf-gmp.5 ∗ installed conf-pkg-config.4 ⬇ retrieved dune.3.20.1, dune-configurator.3.20.1 (cached) ⬇ retrieved ez_dune_describe.0.1 (cached) ⬇ retrieved ezjs_ace.0.1.1 (cached) ⬇ retrieved gen.1.1 (cached) ⬇ retrieved hashcons.1.4.0 (cached) ⬇ retrieved hashset.1.0.1 (cached) ⬇ retrieved jane-street-headers.v0.16.0 (cached) ∗ installed cmdliner.1.3.0 ⬇ retrieved js_of_ocaml.5.9.1, js_of_ocaml-compiler.5.9.1, js_of_ocaml-ppx.5.9.1, js_of_ocaml-tyxml.5.9.1 (cached) ⬇ retrieved jst-config.v0.16.0 (cached) ⬇ retrieved menhir.20240715, menhirCST.20240715, menhirLib.20240715, menhirSdk.20240715 (cached) ⬇ retrieved ocaml-compiler-libs.v0.12.4 (cached) ⬇ retrieved ocamlbuild.0.16.1 (cached) ⬇ retrieved ocamlfind.1.9.8 (cached) ⬇ retrieved ppx_assert.v0.16.0 (cached) ⬇ retrieved ppx_base.v0.16.0 (cached) ⬇ retrieved ppx_cold.v0.16.0 (cached) ⬇ retrieved ppx_compare.v0.16.0 (cached) ⬇ retrieved ppx_derivers.1.2.1 (cached) ⬇ retrieved ppx_deriving.6.0.3 (cached) ⬇ retrieved ppx_enumerate.v0.16.0 (cached) ⬇ retrieved ppx_expect.v0.16.1 (cached) ⬇ retrieved ppx_globalize.v0.16.0 (cached) ⬇ retrieved ppx_hash.v0.16.0 (cached) ⬇ retrieved ppx_here.v0.16.0 (cached) ⬇ retrieved ppx_import.1.11.0 (cached) ⬇ retrieved ppx_inline_test.v0.16.1 (cached) ⬇ retrieved ppx_optcomp.v0.16.0 (cached) ⬇ retrieved ppx_sexp_conv.v0.16.0 (cached) ⬇ retrieved ppxlib.0.35.0 (cached) ⬇ retrieved ptmap.2.0.5 (cached) ⬇ retrieved ptset.1.0.1 (cached) ⬇ retrieved re.1.13.2 (cached) ⬇ retrieved react.1.2.2 (cached) ⬇ retrieved reactiveData.0.3.1 (cached) ⬇ retrieved salto-analyzer.0.1 (cached) ⬇ retrieved saltoIL.0.1.11 (cached) ⬇ retrieved sedlex.3.6 (cached) ⬇ retrieved seq.base (cached) ∗ installed seq.base ⬇ retrieved sexp_decode.0.7 (cached) ⬇ retrieved sexplib0.v0.16.0 (cached) ⬇ retrieved stdio.v0.16.0 (cached) ⬇ retrieved stdlib-shims.0.3.0 (cached) ⬇ retrieved time_now.v0.16.0 (cached) ⬇ retrieved topkg.1.1.0 (cached) ⬇ retrieved tyxml.4.6.0 (cached) ⬇ retrieved uutf.1.0.4 (cached) ⬇ retrieved yojson.3.0.0 (cached) ⬇ retrieved zarith.1.14 (cached) ⬇ retrieved zarith_stubs_js.v0.16.1 (cached) ∗ installed ocamlfind.1.9.8 ∗ installed ocamlbuild.0.16.1 ∗ installed zarith.1.14 ∗ installed topkg.1.1.0 ∗ installed dune.3.20.1 ∗ installed react.1.2.2 ∗ installed uutf.1.0.4 ∗ installed csexp.1.5.2 ∗ installed cppo.1.8.0 ∗ installed gen.1.1 ∗ installed hashcons.1.4.0 ∗ installed hashset.1.0.1 ∗ installed jane-street-headers.v0.16.0 ∗ installed menhirCST.20240715 ∗ installed menhirLib.20240715 ∗ installed menhirSdk.20240715 ∗ installed ocaml-compiler-libs.v0.12.4 ∗ installed ppx_derivers.1.2.1 ∗ installed re.1.13.2 ∗ installed sexplib0.v0.16.0 ∗ installed stdlib-shims.0.3.0 ∗ installed zarith_stubs_js.v0.16.1 ∗ installed reactiveData.0.3.1 ∗ installed dmap.0.5 ∗ installed yojson.3.0.0 ∗ installed ptmap.2.0.5 ∗ installed ptset.1.0.1 ∗ installed dune-configurator.3.20.1 ∗ installed tyxml.4.6.0 ∗ installed base.v0.16.4 ∗ installed stdio.v0.16.0 ∗ installed ppxlib.0.35.0 ∗ installed menhir.20240715 ∗ installed ppx_globalize.v0.16.0 ∗ installed ppx_optcomp.v0.16.0 ∗ installed ppx_cold.v0.16.0 ∗ installed ppx_here.v0.16.0 ∗ installed ppx_enumerate.v0.16.0 ∗ installed ppx_compare.v0.16.0 ∗ installed ppx_import.1.11.0 ∗ installed ppx_sexp_conv.v0.16.0 ∗ installed sedlex.3.6 ∗ installed ppx_deriving.6.0.3 ∗ installed ppx_hash.v0.16.0 ∗ installed ppx_assert.v0.16.0 ∗ installed ppx_base.v0.16.0 ∗ installed saltoIL.0.1.11 ∗ installed jst-config.v0.16.0 ∗ installed time_now.v0.16.0 ∗ installed ppx_inline_test.v0.16.1 ∗ installed sexp_decode.0.7 ∗ installed ez_dune_describe.0.1 ∗ installed js_of_ocaml-compiler.5.9.1 ∗ installed ppx_expect.v0.16.1 ∗ installed js_of_ocaml.5.9.1 ∗ installed js_of_ocaml-ppx.5.9.1 ∗ installed ezjs_ace.0.1.1 ∗ installed js_of_ocaml-tyxml.5.9.1 ∗ installed salto-analyzer.0.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-08-28 15:02.34 ---> saved as "3db8dec93829c45bda30c4e9c65dcfcd554a76862bb97bcb90b0b30955394dd9" Job succeeded 2025-08-28 15:02.44: Job succeeded