(for PR #27694)
2025-03-30 09:13.47: New job: list revdeps of pds.6.55, using opam dev from https://github.com/ocaml/opam-repository.git#refs/pull/27694/head (09db603cd7cfcdbbf924185b5ec7cf8bec2fc299) 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/27694/head" && git reset --hard 09db603c git fetch origin master git merge --no-edit a8a89f62d8abd2a9f0cbb04826bfec1ef6b563e7 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.3@sha256:95d5766899a6b34da07175cc6752839c58f5cf0b22c08bfac36916a324e0182b 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 echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'pds.6.55' --coinstallable-with 'pds.6.55' --all-versions --depopts && opam list -s --color=never --depends-on 'pds.6.55' --coinstallable-with 'pds.6.55' --all-versions --recursive && opam list -s --color=never --depends-on 'pds.6.55' --coinstallable-with 'pds.6.55' --all-versions --with-test --depopts && echo '@@@OUTPUT' END-OF-DOCKERFILE docker build -f ../Dockerfile . 2025-03-30 09:13.47: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:95d5766899a6b34da07175cc6752839c58f5cf0b22c08bfac36916a324e0182b-pds.6.55-09db603cd7cfcdbbf924185b5ec7cf8bec2fc299" 2025-03-30 09:13.47: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3@sha256:95d5766899a6b34da07175cc6752839c58f5cf0b22c08bfac36916a324e0182b) (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 "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'pds.6.55' --coinstallable-with 'pds.6.55' --all-versions --depopts && opam list -s --color=never --depends-on 'pds.6.55' --coinstallable-with 'pds.6.55' --all-versions --recursive && opam list -s --color=never --depends-on 'pds.6.55' --coinstallable-with 'pds.6.55' --all-versions --with-test --depopts && echo '@@@OUTPUT'")) ) 2025-03-30 09:13.47: Waiting for resource in pool OCluster 2025-03-30 09:13.47: Waiting for worker… 2025-03-30 09:16.23: Got resource from pool OCluster Building on x86-bm-c5.sw.ocaml.org All commits already cached Updating files: 89% (20397/22765) Updating files: 90% (20489/22765) Updating files: 91% (20717/22765) Updating files: 92% (20944/22765) Updating files: 93% (21172/22765) Updating files: 94% (21400/22765) Updating files: 95% (21627/22765) Updating files: 96% (21855/22765) Updating files: 97% (22083/22765) Updating files: 98% (22310/22765) Updating files: 99% (22538/22765) Updating files: 100% (22765/22765) Updating files: 100% (22765/22765), done. HEAD is now at a8a89f62d8 Merge pull request #27687 from codinuum/diffast-20250328 Updating a8a89f62d8..09db603cd7 Fast-forward packages/pds/pds.6.55/opam | 52 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 packages/pds/pds.6.55/opam (from ocaml/opam:debian-12-ocaml-5.3@sha256:95d5766899a6b34da07175cc6752839c58f5cf0b22c08bfac36916a324e0182b) 2025-03-30 09:16.29 ---> using "f4aecc5a2ed834d2fb296b652823b8fe58aa33c4554a4174b68da852723cb8fe" 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-03-30 09:16.29 ---> using "5414cc0e69fc9e437b7b711915106bef79be7ba36f736860f147b2d264682f05" 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 [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 ><><><><><><><><><><><><><><><><><><><><><><><><><><> [opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive [default] synchronised from file:///home/opam/opam-repository 2025-03-30 09:16.29 ---> using "cc78edbcecf521ed571f2cfe2f58daeb13f43c0e1c0a2f9cd5df302583da5bc4" 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 (fcce0c8d871702aabac0a216e45212ff004cfe79) # 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 31 # repositories 1 (local), 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-03-30 09:16.29 ---> using "411c9276e627417ea63790e8451eccdb8b29f01cd9598e1b469405b5b35170aa" 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-03-30 09:16.29 ---> using "52188395a29d58d7ae34c4055a23ff178595c88ba41cc0bb7c419545525c158b" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-03-30 09:16.30 ---> using "b570f78fc849498665a6c888c217cfa90d2c2bd227f54750f1708759bd4468c5" from cache /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-03-30 09:16.30 ---> using "23eba992164dcc9bc58400df20d0436b847276e37eaf8ca1acdcfb34c38b6396" 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] - Get:4 http://deb.debian.org/debian bookworm-updates/main amd64 Packages.diff/Index [16.2 kB] - Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-03-27-1414.15-F-2025-03-27-1414.15.pdiff [187 B] - Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-03-27-1414.15-F-2025-03-27-1414.15.pdiff [187 B] - Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [250 kB] - Fetched 370 kB in 0s (1504 kB/s) - Reading package lists... - 2025-03-30 09:16.30 ---> using "5cc2155440a0f10e8a4269f015d783718933f4e0c8a63aa961d292994c280a96" from cache /home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'pds.6.55' --coinstallable-with 'pds.6.55' --all-versions --depopts && opam list -s --color=never --depends-on 'pds.6.55' --coinstallable-with 'pds.6.55' --all-versions --recursive && opam list -s --color=never --depends-on 'pds.6.55' --coinstallable-with 'pds.6.55' --all-versions --with-test --depopts && echo '@@@OUTPUT'")) @@@OUTPUT pds.6.55 @@@OUTPUT 2025-03-30 09:17.28 ---> saved as "63b3b872bdc06e19a0a781d84bd2715eaf2e642b595489565000a965dedd5fd4" Job succeeded 2025-03-30 09:17.44: Job succeeded