(for PR #24267)
2025-02-11 16:53.23: New job: list revdeps of odnnr.2.0.0, using opam dev from https://github.com/ocaml/opam-repository.git#refs/pull/24267/head (41de505ec8ff3637ab3cb06a41ccbc29683f566c) on debian-12-ocaml-4.14/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-4.14@sha256:9b775b697973e1ebd27879dfd8615cebf1e59a04a21bc5655bc51ca0eeb7981d 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 'odnnr.2.0.0' --coinstallable-with 'odnnr.2.0.0' --all-versions --depopts && opam list -s --color=never --depends-on 'odnnr.2.0.0' --coinstallable-with 'odnnr.2.0.0' --all-versions --recursive && opam list -s --color=never --depends-on 'odnnr.2.0.0' --coinstallable-with 'odnnr.2.0.0' --all-versions --with-test --depopts && echo '@@@OUTPUT' END-OF-DOCKERFILE docker build -f ../Dockerfile . 2025-02-11 16:53.23: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:9b775b697973e1ebd27879dfd8615cebf1e59a04a21bc5655bc51ca0eeb7981d-odnnr.2.0.0-41de505ec8ff3637ab3cb06a41ccbc29683f566c" 2025-02-11 16:53.23: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:9b775b697973e1ebd27879dfd8615cebf1e59a04a21bc5655bc51ca0eeb7981d) (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 'odnnr.2.0.0' --coinstallable-with 'odnnr.2.0.0' --all-versions --depopts && opam list -s --color=never --depends-on 'odnnr.2.0.0' --coinstallable-with 'odnnr.2.0.0' --all-versions --recursive && opam list -s --color=never --depends-on 'odnnr.2.0.0' --coinstallable-with 'odnnr.2.0.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'")) ) 2025-02-11 16:53.23: Waiting for resource in pool OCluster 2025-02-12 02:00.44: Waiting for worker… 2025-02-12 02:04.21: Got resource from pool OCluster Building on doris.caelum.ci.dev All commits already cached Updating files: 91% (21273/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-4.14@sha256:9b775b697973e1ebd27879dfd8615cebf1e59a04a21bc5655bc51ca0eeb7981d) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:9b775b697973e1ebd27879dfd8615cebf1e59a04a21bc5655bc51ca0eeb7981d' locally docker.io/ocaml/opam@sha256:9b775b697973e1ebd27879dfd8615cebf1e59a04a21bc5655bc51ca0eeb7981d: Pulling from ocaml/opam ab215bc27ffe: Pulling fs layer ab215bc27ffe: Verifying Checksum ab215bc27ffe: Download complete ab215bc27ffe: Pull complete Digest: sha256:9b775b697973e1ebd27879dfd8615cebf1e59a04a21bc5655bc51ca0eeb7981d Status: Downloaded newer image for ocaml/opam@sha256:9b775b697973e1ebd27879dfd8615cebf1e59a04a21bc5655bc51ca0eeb7981d 2025-02-12 02:04.25 ---> using "25d8f449c53ac4ceb7bc92684a0577e52cccab1d904fe59a3f2b38a998bb7c0f" 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:04.25 ---> using "be316ff3087e322d5edf5e479ca2bb8052e57dac7da86697d7f8c7fc08d617c2" 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. Continue? [Y/n] y 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. [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] no changes from git+https://github.com/ocaml/opam-repository-archive [default] synchronised from file:///home/opam/opam-repository 2025-02-12 02:04.25 ---> using "78dff1ff214a8909f5b6720239cc4fb75ed3bd90557050aaa7bbd7375dd3bf63" 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 255 # repositories 1 (local), 1 (version-controlled) # 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-02-12 02:04.25 ---> using "42ef77ebd2048818144ba8d58252f49e8b92703b0b80205848405f4abd9f903d" 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:04.25 ---> using "4b3cb41d1af76d91110e76cf5db8b63f1b68c10eb889268ee993154c693c4eef" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-02-12 02:04.41 ---> saved as "85646ca91ec01060f71e4fd93f88a51677e32f083f774055ab8dd28e04ae1403" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-02-12 02:05.26 ---> saved as "95a69135c98be64335f4eaf77ac0c1747046b4c7fc41d5c5201cf995c1847fbe" /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 (1032 kB/s) - Reading package lists... 2025-02-12 02:05.28 ---> saved as "ad359eb1bd5ea5f27bd637bf12dcb43ea6418b5dc61ba17f2c738d8c59b9c534" /home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'odnnr.2.0.0' --coinstallable-with 'odnnr.2.0.0' --all-versions --depopts && opam list -s --color=never --depends-on 'odnnr.2.0.0' --coinstallable-with 'odnnr.2.0.0' --all-versions --recursive && opam list -s --color=never --depends-on 'odnnr.2.0.0' --coinstallable-with 'odnnr.2.0.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'")) @@@OUTPUT odnnr.2.0.0 @@@OUTPUT 2025-02-12 02:06.11 ---> saved as "822ba73aa97a646adf513e4a7fc15aec25a37b4348aad971f1d6ae71fc4ec913" Job succeeded 2025-02-12 02:06.18: Job succeeded