(for PR #27856)
2025-05-15 10:25.34: New job: list revdeps of ocaml-unikraft-x86_64.1.0.0, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/27856/head (b7f2900402f37475f1877086298b23e1320cc7ca) 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/27856/head" && git reset --hard b7f29004 git fetch origin master git merge --no-edit 19c8e74c010228407e25949e40cac8e17ab856a3 cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.3@sha256:601a187e2900fccdc210cf20312e1bb4b7d0d219d790e3a816c5bf992c14e3e6 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 'ocaml-unikraft-x86_64.1.0.0' --coinstallable-with 'ocaml-unikraft-x86_64.1.0.0' --all-versions --depopts && opam list -s --color=never --depends-on 'ocaml-unikraft-x86_64.1.0.0' --coinstallable-with 'ocaml-unikraft-x86_64.1.0.0' --all-versions --recursive && opam list -s --color=never --depends-on 'ocaml-unikraft-x86_64.1.0.0' --coinstallable-with 'ocaml-unikraft-x86_64.1.0.0' --all-versions --with-test --depopts && echo '@@@OUTPUT' END-OF-DOCKERFILE docker build -f ../Dockerfile . 2025-05-15 10:25.34: Using cache hint "ocaml/opam:debian-12-ocaml-5.3@sha256:601a187e2900fccdc210cf20312e1bb4b7d0d219d790e3a816c5bf992c14e3e6-ocaml-unikraft-x86_64.1.0.0-b7f2900402f37475f1877086298b23e1320cc7ca" 2025-05-15 10:25.34: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3@sha256:601a187e2900fccdc210cf20312e1bb4b7d0d219d790e3a816c5bf992c14e3e6) (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 'ocaml-unikraft-x86_64.1.0.0' --coinstallable-with 'ocaml-unikraft-x86_64.1.0.0' --all-versions --depopts && opam list -s --color=never --depends-on 'ocaml-unikraft-x86_64.1.0.0' --coinstallable-with 'ocaml-unikraft-x86_64.1.0.0' --all-versions --recursive && opam list -s --color=never --depends-on 'ocaml-unikraft-x86_64.1.0.0' --coinstallable-with 'ocaml-unikraft-x86_64.1.0.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'")) ) 2025-05-15 10:25.34: Connecting to build cluster… 2025-05-15 10:25.34: Waiting for resource in pool OCluster 2025-05-15 10:50.19: Waiting for worker… 2025-05-15 10:52.15: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached Updating files: 91% (21068/23053) Updating files: 92% (21209/23053) Updating files: 93% (21440/23053) Updating files: 94% (21670/23053) Updating files: 95% (21901/23053) Updating files: 96% (22131/23053) Updating files: 97% (22362/23053) Updating files: 98% (22592/23053) Updating files: 99% (22823/23053) Updating files: 100% (23053/23053) Updating files: 100% (23053/23053), done. HEAD is now at 19c8e74c01 Merge pull request #27876 from hannesm/release-happy-eyeballs-v2.0.1 Merge made by the 'ort' strategy. .../conf-aarch64-linux-gnu-gcc.1/opam | 20 +++++++++++ .../conf-x86_64-linux-gnu-gcc.1/opam | 20 +++++++++++ .../ocaml-unikraft-arm64.1.0.0/opam | 42 ++++++++++++++++++++++ .../opam | 39 ++++++++++++++++++++ .../opam | 39 ++++++++++++++++++++ .../ocaml-unikraft-backend-firecracker.0.18.0/opam | 19 ++++++++++ .../ocaml-unikraft-backend-qemu-arm64.0.18.0/opam | 39 ++++++++++++++++++++ .../ocaml-unikraft-backend-qemu-x86_64.0.18.0/opam | 39 ++++++++++++++++++++ .../ocaml-unikraft-backend-qemu.0.18.0/opam | 19 ++++++++++ .../ocaml-unikraft-default-arm64.1.0.0/opam | 25 +++++++++++++ .../ocaml-unikraft-default-x86_64.1.0.0/opam | 25 +++++++++++++ .../ocaml-unikraft-option-debug.0.18.0/opam | 12 +++++++ .../ocaml-unikraft-toolchain-arm64.0.18.0/opam | 33 +++++++++++++++++ .../ocaml-unikraft-toolchain-x86_64.0.18.0/opam | 33 +++++++++++++++++ .../ocaml-unikraft-x86_64.1.0.0/opam | 42 ++++++++++++++++++++++ packages/ocaml-unikraft/ocaml-unikraft.1.0.0/opam | 15 ++++++++ packages/unikraft-musl/unikraft-musl.0.18.0/opam | 26 ++++++++++++++ packages/unikraft/unikraft.0.18.0/opam | 30 ++++++++++++++++ 18 files changed, 517 insertions(+) create mode 100644 packages/conf-aarch64-linux-gnu-gcc/conf-aarch64-linux-gnu-gcc.1/opam create mode 100644 packages/conf-x86_64-linux-gnu-gcc/conf-x86_64-linux-gnu-gcc.1/opam create mode 100644 packages/ocaml-unikraft-arm64/ocaml-unikraft-arm64.1.0.0/opam create mode 100644 packages/ocaml-unikraft-backend-firecracker-arm64/ocaml-unikraft-backend-firecracker-arm64.0.18.0/opam create mode 100644 packages/ocaml-unikraft-backend-firecracker-x86_64/ocaml-unikraft-backend-firecracker-x86_64.0.18.0/opam create mode 100644 packages/ocaml-unikraft-backend-firecracker/ocaml-unikraft-backend-firecracker.0.18.0/opam create mode 100644 packages/ocaml-unikraft-backend-qemu-arm64/ocaml-unikraft-backend-qemu-arm64.0.18.0/opam create mode 100644 packages/ocaml-unikraft-backend-qemu-x86_64/ocaml-unikraft-backend-qemu-x86_64.0.18.0/opam create mode 100644 packages/ocaml-unikraft-backend-qemu/ocaml-unikraft-backend-qemu.0.18.0/opam create mode 100644 packages/ocaml-unikraft-default-arm64/ocaml-unikraft-default-arm64.1.0.0/opam create mode 100644 packages/ocaml-unikraft-default-x86_64/ocaml-unikraft-default-x86_64.1.0.0/opam create mode 100644 packages/ocaml-unikraft-option-debug/ocaml-unikraft-option-debug.0.18.0/opam create mode 100644 packages/ocaml-unikraft-toolchain-arm64/ocaml-unikraft-toolchain-arm64.0.18.0/opam create mode 100644 packages/ocaml-unikraft-toolchain-x86_64/ocaml-unikraft-toolchain-x86_64.0.18.0/opam create mode 100644 packages/ocaml-unikraft-x86_64/ocaml-unikraft-x86_64.1.0.0/opam create mode 100644 packages/ocaml-unikraft/ocaml-unikraft.1.0.0/opam create mode 100644 packages/unikraft-musl/unikraft-musl.0.18.0/opam create mode 100644 packages/unikraft/unikraft.0.18.0/opam (from ocaml/opam:debian-12-ocaml-5.3@sha256:601a187e2900fccdc210cf20312e1bb4b7d0d219d790e3a816c5bf992c14e3e6) Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:601a187e2900fccdc210cf20312e1bb4b7d0d219d790e3a816c5bf992c14e3e6' locally docker.io/ocaml/opam@sha256:601a187e2900fccdc210cf20312e1bb4b7d0d219d790e3a816c5bf992c14e3e6: Pulling from ocaml/opam 8876158876b3: Pulling fs layer 8876158876b3: Retrying in 5 seconds 8876158876b3: Retrying in 4 seconds 8876158876b3: Retrying in 3 seconds 8876158876b3: Retrying in 2 seconds 8876158876b3: Retrying in 1 second 8876158876b3: Verifying Checksum 8876158876b3: Download complete 8876158876b3: Pull complete Digest: sha256:601a187e2900fccdc210cf20312e1bb4b7d0d219d790e3a816c5bf992c14e3e6 Status: Downloaded newer image for ocaml/opam@sha256:601a187e2900fccdc210cf20312e1bb4b7d0d219d790e3a816c5bf992c14e3e6 2025-05-15 10:54.39 ---> using "0585f6b0985f7eb566e20fd068ca8d674792c3b808091294d28083728c5a5ee6" 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-05-15 10:54.39 ---> using "28403ab28c00b5bf906491d7638d4cc488293e798300e8c39869a1f3e4cb5aea" 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-05-15 10:54.39 ---> using "45f22e9c037babe3ec3423bd0a3aa77f0fd0f583e0ce1554d96998fdac3fda8d" 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-05-15 10:54.39 ---> using "5724a76b5e7683a14f612a0b0d3a88cba7c5aad58a05edde44452c275daa1905" 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-05-15 10:54.39 ---> using "5178939fa24c068588b96052b26353945f6cb36ad5c9619e97bda329a82f7649" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-05-15 10:54.40 ---> using "eed48b4d057961e2661ff38e7bfaf15652cd9849ddafe205f024630dbf9e02ca" from cache /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-05-15 10:54.40 ---> using "78135dc7ca6e10796411f4a8c6717202a0f32eeff399b82cf5493f471ed97bb1" 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-security bookworm-security/main amd64 Packages [258 kB] - Fetched 362 kB in 1s (660 kB/s) - Reading package lists... - 2025-05-15 10:54.40 ---> using "6889a5af63eaeb35a6b8ca109858ecd8964deef418f34f73e16751ad83c472ab" from cache /home/opam: (run (shell "echo '@@@OUTPUT' && opam list -s --color=never --depends-on 'ocaml-unikraft-x86_64.1.0.0' --coinstallable-with 'ocaml-unikraft-x86_64.1.0.0' --all-versions --depopts && opam list -s --color=never --depends-on 'ocaml-unikraft-x86_64.1.0.0' --coinstallable-with 'ocaml-unikraft-x86_64.1.0.0' --all-versions --recursive && opam list -s --color=never --depends-on 'ocaml-unikraft-x86_64.1.0.0' --coinstallable-with 'ocaml-unikraft-x86_64.1.0.0' --all-versions --with-test --depopts && echo '@@@OUTPUT'")) @@@OUTPUT ocaml-unikraft-default-x86_64.1.0.0 ocaml-unikraft.1.0.0 ocaml-unikraft-backend-firecracker.0.18.0 ocaml-unikraft-backend-qemu.0.18.0 ocaml-unikraft-default-x86_64.1.0.0 ocaml-unikraft-x86_64.1.0.0 ocaml-unikraft-default-x86_64.1.0.0 @@@OUTPUT 2025-05-15 10:55.07 ---> saved as "698340a4f9ab299cb631a9ce8754d011400ce0f5924494c9d3f7c5164d8749bb" Job succeeded 2025-05-15 10:55.41: Job succeeded