(for PR #26111)
2024-07-09 08:40.58: New job: list revdeps of herodotos.1.0, using opam dev from https://github.com/ocaml/opam-repository.git#refs/pull/26111/head (f2ac03865dc59fa28dbaf9a4764dead36cf9406f) on debian-12-ocaml-5.2/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/26111/head" && git reset --hard f2ac0386 git fetch origin master git merge --no-edit cd68f78b700f5a261378315ed7b0012a47e9cd22 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.2@sha256:583bd84391ee71ae55caa44262c64c2260af63906c7c0231d7561504ac61b650 USER 1000:1000 WORKDIR /home/opam RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version ENV OPAMDOWNLOADJOBS="1" ENV OPAMERRLOGLEN="0" ENV OPAMSOLVERTIMEOUT="500" 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 echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'herodotos.1.0' --coinstallable-with 'herodotos.1.0' --all-versions --depopts && opam list -s --color=never --depends-on 'herodotos.1.0' --coinstallable-with 'herodotos.1.0' --all-versions --recursive && opam list -s --color=never --depends-on 'herodotos.1.0' --coinstallable-with 'herodotos.1.0' --all-versions --with-test --depopts && echo '@@@OUTPUT' END-OF-DOCKERFILE docker build -f ../Dockerfile . 2024-07-09 08:40.58: Using cache hint "ocaml/opam:debian-12-ocaml-5.2@sha256:583bd84391ee71ae55caa44262c64c2260af63906c7c0231d7561504ac61b650-herodotos.1.0-f2ac03865dc59fa28dbaf9a4764dead36cf9406f" 2024-07-09 08:40.58: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.2@sha256:583bd84391ee71ae55caa44262c64c2260af63906c7c0231d7561504ac61b650) (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 "uname -rs && opam exec -- ocaml -version && opam --version")) (env OPAMDOWNLOADJOBS 1) (env OPAMERRLOGLEN 0) (env OPAMSOLVERTIMEOUT 500) (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 "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'herodotos.1.0' --coinstallable-with 'herodotos.1.0' --all-versions --depopts && opam list -s --color=never --depends-on 'herodotos.1.0' --coinstallable-with 'herodotos.1.0' --all-versions --recursive && opam list -s --color=never --depends-on 'herodotos.1.0' --coinstallable-with 'herodotos.1.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'")) ) 2024-07-09 08:40.58: Waiting for resource in pool OCluster 2024-07-09 08:40.58: Waiting for worker… 2024-07-09 08:41.12: Got resource from pool OCluster Building on x86-bm-c18.sw.ocaml.org All commits already cached Updating files: 82% (26215/31809) Updating files: 83% (26402/31809) Updating files: 84% (26720/31809) Updating files: 85% (27038/31809) Updating files: 86% (27356/31809) Updating files: 87% (27674/31809) Updating files: 88% (27992/31809) Updating files: 89% (28311/31809) Updating files: 90% (28629/31809) Updating files: 91% (28947/31809) Updating files: 92% (29265/31809) Updating files: 93% (29583/31809) Updating files: 94% (29901/31809) Updating files: 95% (30219/31809) Updating files: 96% (30537/31809) Updating files: 97% (30855/31809) Updating files: 98% (31173/31809) Updating files: 99% (31491/31809) Updating files: 100% (31809/31809) Updating files: 100% (31809/31809), done. HEAD is now at cd68f78b70 Merge pull request #26195 from lyrm/release-dscheck-0.5.0 Merge made by the 'ort' strategy. packages/herodotos/herodotos.1.0/opam | 44 +++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 packages/herodotos/herodotos.1.0/opam (from ocaml/opam:debian-12-ocaml-5.2@sha256:583bd84391ee71ae55caa44262c64c2260af63906c7c0231d7561504ac61b650) 2024-07-09 08:41.14 ---> using "9db33b4bb054733b7edf7c000bfa2223fb2a5578295224f53737a047b78cd615" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam")) 2024-07-09 08:41.14 ---> using "8252a6b7cac13d21fd440da8f14de1380f71877f7f352e35c4869ec0d15987e6" 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~beta, 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 2024-07-09 08:41.14 ---> using "7307acb780431de9b8a2cf61fce2e31cac34d318fb8259ace1403298a7145fc3" from cache /home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-113-generic The OCaml toplevel, version 5.2.0 2.2.0~rc1 2024-07-09 08:41.14 ---> using "c064eef16a2a2d098179728c78fa9e0229e4b9b32fbc4db544ae1017758abe31" from cache /home/opam: (env OPAMDOWNLOADJOBS 1) /home/opam: (env OPAMERRLOGLEN 0) /home/opam: (env OPAMSOLVERTIMEOUT 500) /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/")) 2024-07-09 08:41.14 ---> using "3fcc22a591adc4fba1849f596cb02b575bc7932f25a239a6a1e48cbfa6f6eb8d" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2024-07-09 08:41.16 ---> using "255c3e09f7a485b4b6113c9d88107958be72bf5c6135fdf038962fa7b1a816a8" from cache /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised default (at file:///home/opam/opam-repository): [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html) 2024-07-09 08:41.16 ---> using "742a6c7c1aba5807a56a9f525486c24c95b3b9af34bbfda2bc7107a34887c6fa" from cache /home/opam: (run (network host) (shell "opam update --depexts || true")) + /usr/bin/sudo "apt-get" "update" - Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB] - 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 bookworm/main amd64 Packages [8788 kB] - Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [168 kB] - Fetched 9210 kB in 2s (4312 kB/s) - Reading package lists... 2024-07-09 08:41.16 ---> using "d385484003811f4187496f0ff5d1f6a039b245572bf8bf1e824274534ec24b02" from cache /home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'herodotos.1.0' --coinstallable-with 'herodotos.1.0' --all-versions --depopts && opam list -s --color=never --depends-on 'herodotos.1.0' --coinstallable-with 'herodotos.1.0' --all-versions --recursive && opam list -s --color=never --depends-on 'herodotos.1.0' --coinstallable-with 'herodotos.1.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'")) @@@OUTPUT herodotos.1.0 @@@OUTPUT 2024-07-09 08:42.33 ---> saved as "d4a4846f9408e0d2cf4adc9673797cad6db18060545892c36446dc88f09a5fa3" Job succeeded 2024-07-09 08:42.41: Job succeeded