Build:
- 0
2025-01-11 05:17.30: New job: test linol.0.8, using opam dev from https://github.com/ocaml/opam-repository.git#refs/pull/27246/head (a9279ecc3d9507e2ac76b01c358ecdea7b0c393a) on debian-12-ocaml-4.14/i386 To reproduce locally: cd $(mktemp -d) git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/27246/head" && git reset --hard a9279ecc git fetch origin master git merge --no-edit 67e940587b8aca227f511e1943bcd31eabe6b1db cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.14@sha256:bf44b1469ed7e19e362531b184ba2752ab41f71b4bdb70b4c42932157ab11f4e SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ] 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 linol.0.8 0.8 RUN opam reinstall linol.0.8; \ 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" != 'linol.0.8' && 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 linol.0.8) || true RUN opam reinstall --with-test --verbose linol.0.8; \ 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" != 'linol.0.8' && 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-11 05:17.30: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:bf44b1469ed7e19e362531b184ba2752ab41f71b4bdb70b4c42932157ab11f4e-linol.0.8-a9279ecc3d9507e2ac76b01c358ecdea7b0c393a" 2025-01-11 05:17.30: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:bf44b1469ed7e19e362531b184ba2752ab41f71b4bdb70b4c42932157ab11f4e) (shell /usr/bin/linux32 /bin/sh -c) (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 linol.0.8 0.8")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall linol.0.8;\ \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\" != 'linol.0.8' && 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 linol.0.8) || true")) (run (shell "opam reinstall --with-test --verbose linol.0.8;\ \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\" != 'linol.0.8' && 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-11 05:17.30: Waiting for resource in pool OCluster 2025-01-11 05:17.33: Waiting for worker… 2025-01-11 05:20.51: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached Updating files: 81% (23427/28897) Updating files: 82% (23696/28897) Updating files: 83% (23985/28897) Updating files: 84% (24274/28897) Updating files: 85% (24563/28897) Updating files: 86% (24852/28897) Updating files: 87% (25141/28897) Updating files: 88% (25430/28897) Updating files: 89% (25719/28897) Updating files: 90% (26008/28897) Updating files: 91% (26297/28897) Updating files: 92% (26586/28897) Updating files: 93% (26875/28897) Updating files: 94% (27164/28897) Updating files: 95% (27453/28897) Updating files: 96% (27742/28897) Updating files: 97% (28031/28897) Updating files: 98% (28320/28897) Updating files: 99% (28609/28897) Updating files: 100% (28897/28897) Updating files: 100% (28897/28897), done. HEAD is now at 67e940587b Merge pull request #27236 from kit-ty-kate/opam-publish-mccs.1.1-19 Updating 67e940587b..a9279ecc3d Fast-forward packages/linol-eio/linol-eio.0.8/opam | 41 +++++++++++++++++++++++++++++++++++ packages/linol-lwt/linol-lwt.0.8/opam | 40 ++++++++++++++++++++++++++++++++++ packages/linol/linol.0.8/opam | 41 +++++++++++++++++++++++++++++++++++ 3 files changed, 122 insertions(+) create mode 100644 packages/linol-eio/linol-eio.0.8/opam create mode 100644 packages/linol-lwt/linol-lwt.0.8/opam create mode 100644 packages/linol/linol.0.8/opam (from ocaml/opam:debian-12-ocaml-4.14@sha256:bf44b1469ed7e19e362531b184ba2752ab41f71b4bdb70b4c42932157ab11f4e) WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested 2025-01-11 05:22.38 ---> saved as "9659af0b29d6b8dfaa5ec9128c1e81a284faf70d4aaa891d2fcda9824cdd0c5c" /: (shell /usr/bin/linux32 /bin/sh -c) /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam")) 2025-01-11 05:22.38 ---> saved as "685b99419e17998d4229f1ca03d3cdae1214ae0febb9f7e863668132dee43c99" /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 39 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=39 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2025-01-11 05:24.08 ---> saved as "2ad2b8ac936fbf33b85c21f1820a830ca29e66b59e94329906567fb262b30de6" /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_32 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 255 # repositories 1 (local) # 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-01-11 05:24.09 ---> saved as "7a4fc20e5fe5844e073d2856545f59cf31ea8879e22ab4f11d53cc25b415185d" /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-11 05:24.22 ---> saved as "bc62789b7879d6e913d8f50a8f4b95a2ae9f3d3bc0ee93b6d5fe181c9134ab11" /home/opam: (copy (src .) (dst opam-repository/)) 2025-01-11 05:24.31 ---> saved as "b841516a29704f9233fb46cef183e7a1dc846ae9e985f20738a72ce6ae35fe3a" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-01-11 05:25.49 ---> saved as "1f4673f2f9797ef530cd2202b971eef7e415ac9f15726eed9817c097ef54ee16" /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] - Get:4 http://deb.debian.org/debian-security bookworm-security/main i386 Packages [233 kB] - Fetched 336 kB in 0s (687 kB/s) - Reading package lists... - 2025-01-11 05:25.51 ---> saved as "716b61ea568fa299a29c24c8a5b62bd821adbbdd542c54cd795c5b72dabd358f" /home/opam: (run (shell "opam pin add -k version -yn linol.0.8 0.8")) linol is now pinned to version 0.8 2025-01-11 05:25.52 ---> saved as "9f04df3a0600614300ffe6f875351e373133e080f1359cfd66068d77bf6fde93" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall linol.0.8;\ \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\" != 'linol.0.8' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) linol.0.8 is not installed. Install it? [Y/n] y The following actions will be performed: === install 14 packages - install atomic base [required by linol] - install dune 3.17.1 [required by linol] - install jsonrpc 1.20.1 [required by linol] - install linol 0.8 (pinned) - install logs 0.7.0 [required by linol] - install lsp 1.20.1 [required by linol] - install ocamlbuild 0.15.0 [required by logs] - install ocamlfind 1.9.6 [required by logs] - install ppx_yojson_conv_lib v0.16.0 [required by lsp] - install seq base [required by yojson] - install topkg 1.0.7 [required by logs] - install trace 0.8 [required by linol] - install uutf 1.0.3 [required by lsp] - install yojson 2.2.2 [required by linol] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved atomic.base (cached) -> installed atomic.base -> retrieved dune.3.17.1 (cached) -> retrieved jsonrpc.1.20.1, lsp.1.20.1 (cached) -> retrieved linol.0.8 (cached) -> retrieved logs.0.7.0 (cached) -> retrieved ocamlbuild.0.15.0 (cached) -> retrieved ocamlfind.1.9.6 (cached) -> retrieved ppx_yojson_conv_lib.v0.16.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved topkg.1.0.7 (cached) -> retrieved trace.0.8 (cached) -> retrieved uutf.1.0.3 (cached) -> retrieved yojson.2.2.2 (cached) -> installed ocamlfind.1.9.6 -> installed ocamlbuild.0.15.0 -> installed topkg.1.0.7 -> installed uutf.1.0.3 -> installed logs.0.7.0 -> installed dune.3.17.1 -> installed jsonrpc.1.20.1 -> installed trace.0.8 -> installed yojson.2.2.2 -> installed ppx_yojson_conv_lib.v0.16.0 -> installed lsp.1.20.1 -> installed linol.0.8 Done. # To update the current shell environment, run: eval $(opam env) 2025-01-11 05:26.28 ---> saved as "ab5207a9269feb41901c21a2a16f34abad5db208bc5074d76d06740078002574" /home/opam: (run (network host) (shell "(opam reinstall --with-test linol.0.8) || true")) The following actions will be performed: === recompile 1 package - recompile linol 0.8 (pinned) <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> removed linol.0.8 -> installed linol.0.8 Done. # To update the current shell environment, run: eval $(opam env) 2025-01-11 05:26.34 ---> saved as "58c84077769b5a1e74fe8f8c8ab05e76fdf6fd451651301db16956222d17b496" /home/opam: (run (shell "opam reinstall --with-test --verbose linol.0.8;\ \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\" != 'linol.0.8' && 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 linol 0.8 (pinned) <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> Processing 2/4: [linol: dune subst] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "subst" (CWD=/home/opam/.opam/4.14/.opam-switch/build/linol.0.8) Processing 2/4: [linol: dune build] + /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "linol" "-j" "255" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/linol.0.8) -> compiled linol.0.8 -> removed linol.0.8 -> installed linol.0.8 Done. # To update the current shell environment, run: eval $(opam env) 2025-01-11 05:26.40 ---> saved as "fa6682389cf1a67ab7e9f30a693187c53c3c688856470ee7999b0f79d7d9032e" Job succeeded 2025-01-11 05:26.48: Job succeeded