(for PR #24267)
2025-02-11 16:54.05: New job: list revdeps of orrandomForest.2.0.1, using opam dev from https://github.com/ocaml/opam-repository.git#refs/pull/24267/head (41de505ec8ff3637ab3cb06a41ccbc29683f566c) 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/24267/head" && git reset --hard 41de505e git fetch origin master git merge --no-edit 34c3343b5f75151737387099c7515a74f860d08a cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.3@sha256:2ebf84c1b80d45bd693320d055f608b32529285fcbeeb35803f2ce50d3048683 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 'orrandomForest.2.0.1' --coinstallable-with 'orrandomForest.2.0.1' --all-versions --depopts && opam list -s --color=never --depends-on 'orrandomForest.2.0.1' --coinstallable-with 'orrandomForest.2.0.1' --all-versions --recursive && opam list -s --color=never --depends-on 'orrandomForest.2.0.1' --coinstallable-with 'orrandomForest.2.0.1' --all-versions --with-test --depopts && echo '@@@OUTPUT' END-OF-DOCKERFILE docker build -f ../Dockerfile . 2025-02-11 16:54.05: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:2ebf84c1b80d45bd693320d055f608b32529285fcbeeb35803f2ce50d3048683-orrandomForest.2.0.1-41de505ec8ff3637ab3cb06a41ccbc29683f566c" 2025-02-11 16:54.05: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3@sha256:2ebf84c1b80d45bd693320d055f608b32529285fcbeeb35803f2ce50d3048683) (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 'orrandomForest.2.0.1' --coinstallable-with 'orrandomForest.2.0.1' --all-versions --depopts && opam list -s --color=never --depends-on 'orrandomForest.2.0.1' --coinstallable-with 'orrandomForest.2.0.1' --all-versions --recursive && opam list -s --color=never --depends-on 'orrandomForest.2.0.1' --coinstallable-with 'orrandomForest.2.0.1' --all-versions --with-test --depopts && echo '@@@OUTPUT'")) ) 2025-02-11 16:54.05: Waiting for resource in pool OCluster 2025-02-12 02:00.47: Waiting for worker… 2025-02-12 02:05.49: Got resource from pool OCluster Building on x86-bm-c2.sw.ocaml.org All commits already cached Updating files: 55% (12911/23310) Updating files: 56% (13054/23310) Updating files: 57% (13287/23310) Updating files: 58% (13520/23310) Updating files: 59% (13753/23310) Updating files: 60% (13986/23310) Updating files: 61% (14220/23310) Updating files: 62% (14453/23310) Updating files: 63% (14686/23310) Updating files: 64% (14919/23310) Updating files: 65% (15152/23310) Updating files: 66% (15385/23310) Updating files: 67% (15618/23310) Updating files: 68% (15851/23310) Updating files: 69% (16084/23310) Updating files: 70% (16317/23310) Updating files: 71% (16551/23310) Updating files: 72% (16784/23310) Updating files: 73% (17017/23310) Updating files: 74% (17250/23310) Updating files: 75% (17483/23310) Updating files: 76% (17716/23310) Updating files: 77% (17949/23310) Updating files: 78% (18182/23310) Updating files: 79% (18415/23310) Updating files: 80% (18648/23310) Updating files: 81% (18882/23310) Updating files: 82% (19115/23310) Updating files: 83% (19348/23310) Updating files: 84% (19581/23310) Updating files: 85% (19814/23310) Updating files: 86% (20047/23310) Updating files: 87% (20280/23310) Updating files: 88% (20513/23310) Updating files: 89% (20746/23310) Updating files: 90% (20979/23310) Updating files: 91% (21213/23310) Updating files: 92% (21446/23310) Updating files: 93% (21679/23310) Updating files: 94% (21912/23310) Updating files: 95% (22145/23310) Updating files: 96% (22378/23310) Updating files: 97% (22611/23310) Updating files: 98% (22844/23310) Updating files: 99% (23077/23310) Updating files: 100% (23310/23310) Updating files: 100% (23310/23310), done. HEAD is now at 34c3343b5f Merge pull request #27426 from dra27/ocaml.5.2.1 Merge made by the 'ort' strategy. packages/odnnr/odnnr.2.0.0/opam | 4 +--- packages/oplsr/oplsr.8.0.1/opam | 3 +-- packages/orrandomForest/orrandomForest.1.0.0/opam | 5 +---- packages/orrandomForest/orrandomForest.2.0.1/opam | 7 +------ packages/orrandomForest/orrandomForest.3.0.0/opam | 7 +------ packages/orsvm_e1071/orsvm_e1071.2.0.0/opam | 3 --- packages/orsvm_e1071/orsvm_e1071.3.0.0/opam | 5 +---- packages/orsvm_e1071/orsvm_e1071.3.0.1/opam | 2 +- packages/orsvm_e1071/orsvm_e1071.3.0.2/opam | 2 +- packages/orsvm_e1071/orsvm_e1071.4.0.0/opam | 2 +- packages/orxgboost/orxgboost.1.0.1/opam | 5 +---- packages/orxgboost/orxgboost.1.1.0/opam | 5 +---- packages/orxgboost/orxgboost.1.2.0/opam | 5 +---- 13 files changed, 12 insertions(+), 43 deletions(-) (from ocaml/opam:debian-12-ocaml-5.3@sha256:2ebf84c1b80d45bd693320d055f608b32529285fcbeeb35803f2ce50d3048683) 2025-02-12 02:05.51 ---> using "2eea5bde28725c99a87e1f2a5b147a024a046c2a06cd3ab003a93e0be5a0f139" 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-02-12 02:05.51 ---> using "88186dbc3508db9ea08ddebc1085e9bfd977ff51a8aa06e73caed7f922db43fc" 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [opam-repository-archive] no changes from git+https://github.com/ocaml/opam-repository-archive [default] synchronised from file:///home/opam/opam-repository 2025-02-12 02:05.51 ---> using "d156e62450e17e03814e3980a64c0012ea73d3eb21216bc40a494f13df757607" 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 (747e73667ad9d054b0f736be205c0013e1bec087) # 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 39 # 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-02-12 02:05.51 ---> using "e4d817dc9e39278825c22b99161bb0e397890509ba9b4e4dd0ac5ffc302bedfd" 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-02-12 02:05.51 ---> using "5062cfb9d7669b5e1598a0907630fe7ef6fc4e76142fbea3736fa476d97f9b73" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-02-12 02:05.57 ---> saved as "3e806effdcfbff588b590d6712bb043c7b4113402cbe93cc1dcd188615db52bf" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-02-12 02:06.39 ---> saved as "ece39cc82ff8cad1db2f31ce200cfe6e5344e428353f30b92adaf6578588d564" /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 amd64 Packages [245 kB] - Fetched 348 kB in 0s (1337 kB/s) - Reading package lists... 2025-02-12 02:06.40 ---> saved as "3dc3d38f9070cba272ff4b730b62349f5fdfa60d6136ea5b45ed6d89bad78b83" /home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'orrandomForest.2.0.1' --coinstallable-with 'orrandomForest.2.0.1' --all-versions --depopts && opam list -s --color=never --depends-on 'orrandomForest.2.0.1' --coinstallable-with 'orrandomForest.2.0.1' --all-versions --recursive && opam list -s --color=never --depends-on 'orrandomForest.2.0.1' --coinstallable-with 'orrandomForest.2.0.1' --all-versions --with-test --depopts && echo '@@@OUTPUT'")) @@@OUTPUT orrandomForest.2.0.1 @@@OUTPUT 2025-02-12 02:08.36 ---> saved as "99cbd8f66acd58502a693b9e37190dbf73bdb44cf33b9182f91151bf24c33481" Job succeeded 2025-02-12 02:08.48: Job succeeded