(for PR #28033)
2025-06-16 09:46.57: New job: list revdeps of solid.0.5.0, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/28033/head (f562b2dd80ce5e5f0e8eab141888c43e1c4e03b4) 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/28033/head" && git reset --hard f562b2dd git fetch origin master git merge --no-edit c7269f729a780d8cad2232be10de94ac8da8381e cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.3@sha256:458b49b62865f1cfc7737d31da6aa961afc961ce10c214b72f9fdd4b7985dc6e 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 echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'solid.0.5.0' --coinstallable-with 'solid.0.5.0' --all-versions --depopts && opam list -s --color=never --depends-on 'solid.0.5.0' --coinstallable-with 'solid.0.5.0' --all-versions --recursive && opam list -s --color=never --depends-on 'solid.0.5.0' --coinstallable-with 'solid.0.5.0' --all-versions --with-test --depopts && echo '@@@OUTPUT' END-OF-DOCKERFILE docker build -f ../Dockerfile . 2025-06-16 09:46.57: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:458b49b62865f1cfc7737d31da6aa961afc961ce10c214b72f9fdd4b7985dc6e-solid.0.5.0-f562b2dd80ce5e5f0e8eab141888c43e1c4e03b4" 2025-06-16 09:46.57: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3@sha256:458b49b62865f1cfc7737d31da6aa961afc961ce10c214b72f9fdd4b7985dc6e) (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 "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'solid.0.5.0' --coinstallable-with 'solid.0.5.0' --all-versions --depopts && opam list -s --color=never --depends-on 'solid.0.5.0' --coinstallable-with 'solid.0.5.0' --all-versions --recursive && opam list -s --color=never --depends-on 'solid.0.5.0' --coinstallable-with 'solid.0.5.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'")) ) 2025-06-16 09:46.57: Waiting for resource in pool OCluster 2025-06-16 09:46.58: Waiting for worker… 2025-06-16 09:46.58: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached Updating files: 90% (21039/23308) Updating files: 91% (21211/23308) Updating files: 92% (21444/23308) Updating files: 93% (21677/23308) Updating files: 94% (21910/23308) Updating files: 95% (22143/23308) Updating files: 96% (22376/23308) Updating files: 97% (22609/23308) Updating files: 98% (22842/23308) Updating files: 99% (23075/23308) Updating files: 100% (23308/23308) Updating files: 100% (23308/23308), done. HEAD is now at c7269f729a Merge pull request #28025 from xavierleroy/camlidl-1.13 Updating c7269f729a..f562b2dd80 Fast-forward Auto packing the repository in background for optimum performance. See "git help gc" for manual housekeeping. warning: The last gc run reported the following. Please correct the root cause and remove .git/gc.log Automatic cleanup will not be performed until the file is removed. warning: There are too many unreachable loose objects; run 'git prune' to remove them. packages/ldp/ldp.0.5.0/opam | 49 +++++++++++++++++++++++++ packages/ldp_curl/ldp_curl.0.5.0/opam | 39 ++++++++++++++++++++ packages/ldp_js/ldp_js.0.5.0/opam | 42 ++++++++++++++++++++++ packages/ldp_tls/ldp_tls.0.5.0/opam | 41 +++++++++++++++++++++ packages/solid/solid.0.5.0/opam | 39 ++++++++++++++++++++ packages/solid_server/solid_server.0.5.0/opam | 51 +++++++++++++++++++++++++++ packages/solid_tools/solid_tools.0.5.0/opam | 43 ++++++++++++++++++++++ 7 files changed, 304 insertions(+) create mode 100644 packages/ldp/ldp.0.5.0/opam create mode 100644 packages/ldp_curl/ldp_curl.0.5.0/opam create mode 100644 packages/ldp_js/ldp_js.0.5.0/opam create mode 100644 packages/ldp_tls/ldp_tls.0.5.0/opam create mode 100644 packages/solid/solid.0.5.0/opam create mode 100644 packages/solid_server/solid_server.0.5.0/opam create mode 100644 packages/solid_tools/solid_tools.0.5.0/opam (from ocaml/opam:debian-12-ocaml-5.3@sha256:458b49b62865f1cfc7737d31da6aa961afc961ce10c214b72f9fdd4b7985dc6e) 2025-06-16 09:47.00 ---> using "96697d8e79983291d560edbf731c893ea129e422e8dda14986eae24c3f7015ce" from cache /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-06-16 09:47.00 ---> using "e3a18b487bc80c5d46fdcff41f782a076b8a4d608450f2a3ff6f2a93409eb9a3" 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 71 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=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-06-16 09:47.00 ---> using "d9c94bbceca06b3e6032ad8e53e6b3d8813c03bb73ba5208d29a1d43c75f8516" 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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724) # 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 255 # 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-06-16 09:47.00 ---> using "8603a9eb54f1b33a3bf7930c43df09e3d144466f3cd5c263952d7944e32b7159" 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-06-16 09:47.00 ---> using "1b895692452f1db712d5d5de9cdfc09bdc7a6afc7fbdcf2accf449998b966ec7" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-06-16 09:47.01 ---> using "d6664406e3293bb0f618f51c8f6d9d3387a14f4c6bbf78ab372c989d076f0b4a" from cache /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-06-16 09:47.01 ---> using "d9cc6f5d611d0c898bf142edb2e71f72057dbc395c681bf3f8a2f9d2854ac8bb" 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 [17.3 kB] - Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-06-13-1410.14-F-2025-06-13-1410.14.pdiff [434 B] - Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages T-2025-06-13-1410.14-F-2025-06-13-1410.14.pdiff [434 B] - Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [263 kB] - Fetched 384 kB in 0s (1008 kB/s) - Reading package lists... 2025-06-16 09:47.01 ---> using "087c75c999bc411418afb08edbd6a7538579fd09721d153c31550a1593ce0c08" from cache /home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'solid.0.5.0' --coinstallable-with 'solid.0.5.0' --all-versions --depopts && opam list -s --color=never --depends-on 'solid.0.5.0' --coinstallable-with 'solid.0.5.0' --all-versions --recursive && opam list -s --color=never --depends-on 'solid.0.5.0' --coinstallable-with 'solid.0.5.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'")) @@@OUTPUT solid_server.0.5.0 solid_tools.0.5.0 solid.0.5.0 solid_server.0.5.0 solid_tools.0.5.0 solid_tools.0.5.0 @@@OUTPUT 2025-06-16 09:47.28 ---> saved as "1a721c915c24ac4c359dc3a8f875ce7abcc6678780d8ff39a2c68cd5a82bdb17" Job succeeded 2025-06-16 09:47.36: Job succeeded