(for PR #27856)
2025-05-15 09:58.35: New job: build ocaml-unikraft-toolchain-arm64.0.18.0, lower-bounds, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/27856/head (b7f2900402f37475f1877086298b23e1320cc7ca) on debian-12-ocaml-4.11/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-4.11@sha256:3179e4bef0ded3ab3cc77c8853b86378bf14e1315b9a54bd287596b04599b4b7 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 opam pin add -k version -yn ocaml-unikraft-toolchain-arm64.0.18.0 0.18.0 RUN opam reinstall ocaml-unikraft-toolchain-arm64.0.18.0; \ res=$?; \ test "$res" != 31 && exit "$res"; \ export OPAMCLI=2.0; \ build_dir=$(opam var prefix)/.opam-switch/build; \ failed=$(ls "$build_dir"); \ partial_fails=""; \ for pkg in $failed; do \ if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-12\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'ocaml-unikraft-toolchain-arm64.0.18.0' && partial_fails="$partial_fails $pkg"; \ done; \ test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \ exit 1 ENV OPAMCRITERIA="+removed,+count[version-lag,solution]" ENV OPAMFIXUPCRITERIA="+removed,+count[version-lag,solution]" ENV OPAMUPGRADECRITERIA="+removed,+count[version-lag,solution]" RUN opam reinstall ocaml-unikraft-toolchain-arm64.0.18.0; \ res=$?; \ test "$res" != 31 && exit "$res"; \ export OPAMCLI=2.0; \ build_dir=$(opam var prefix)/.opam-switch/build; \ failed=$(ls "$build_dir"); \ partial_fails=""; \ for pkg in $failed; do \ if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"debian-12\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'ocaml-unikraft-toolchain-arm64.0.18.0' && partial_fails="$partial_fails $pkg"; \ done; \ test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \ exit 1 END-OF-DOCKERFILE docker build -f ../Dockerfile . 2025-05-15 09:58.35: Using cache hint "ocaml/opam:debian-12-ocaml-4.11@sha256:3179e4bef0ded3ab3cc77c8853b86378bf14e1315b9a54bd287596b04599b4b7-ocaml-unikraft-toolchain-arm64.0.18.0-b7f2900402f37475f1877086298b23e1320cc7ca" 2025-05-15 09:58.35: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.11@sha256:3179e4bef0ded3ab3cc77c8853b86378bf14e1315b9a54bd287596b04599b4b7) (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 "opam pin add -k version -yn ocaml-unikraft-toolchain-arm64.0.18.0 0.18.0")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall ocaml-unikraft-toolchain-arm64.0.18.0;\ \n res=$?;\ \n test \"$res\" != 31 && exit \"$res\";\ \n export OPAMCLI=2.0;\ \n build_dir=$(opam var prefix)/.opam-switch/build;\ \n failed=$(ls \"$build_dir\");\ \n partial_fails=\"\";\ \n for pkg in $failed; do\ \n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'ocaml-unikraft-toolchain-arm64.0.18.0' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) (env OPAMCRITERIA +removed,+count[version-lag,solution]) (env OPAMFIXUPCRITERIA +removed,+count[version-lag,solution]) (env OPAMUPGRADECRITERIA +removed,+count[version-lag,solution]) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall ocaml-unikraft-toolchain-arm64.0.18.0;\ \n res=$?;\ \n test \"$res\" != 31 && exit \"$res\";\ \n export OPAMCLI=2.0;\ \n build_dir=$(opam var prefix)/.opam-switch/build;\ \n failed=$(ls \"$build_dir\");\ \n partial_fails=\"\";\ \n for pkg in $failed; do\ \n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'ocaml-unikraft-toolchain-arm64.0.18.0' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ) 2025-05-15 09:58.35: Waiting for resource in pool OCluster 2025-05-15 09:58.39: Waiting for worker… 2025-05-15 10:02.50: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached Updating files: 90% (20854/23053) Updating files: 91% (20979/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-4.11@sha256:3179e4bef0ded3ab3cc77c8853b86378bf14e1315b9a54bd287596b04599b4b7) 2025-05-15 10:04.58 ---> using "49b25cdcf868bbacada17860c3312d5214218a5f56d70df22ce66fb5fae9ec75" 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:04.58 ---> using "f590c580186de19bbdc4f40e01712636830f995d756d05e60df7da52412eecf7" 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:04.58 ---> using "d391dcb809c387ee4c4d1eae506c4b1a3d9cda35a8f08273a93be97568c9e358" 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 4.11 # invariant ["ocaml-base-compiler" {= "4.11.2"}] # compiler-packages ocaml-base-compiler.4.11.2 # ocaml:native true # ocaml:native-tools true # ocaml:native-dynlink true # ocaml:stubsdir /home/opam/.opam/4.11/lib/ocaml/stublibs:/home/opam/.opam/4.11/lib/ocaml # ocaml:preinstalled false # ocaml:compiler 4.11.2 2025-05-15 10:04.58 ---> using "4993c5e22394b2f915d76589761b9244838a7875d0d0dd9b4767f5cdcec06050" 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:04.58 ---> using "607e48a6773de7ea31a78744d804d8b38433c0a0d54ccd6de0fd3d8af357f593" from cache /home/opam: (copy (src .) (dst opam-repository/)) 2025-05-15 10:04.59 ---> using "fc0de081bc1404e24976f138d30f30ac488582d1020933149dcab34f15ebe416" from cache /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-05-15 10:05.14 ---> saved as "c73313517e8c0adf07893c0863d7245418f6060fb5454ab926213e37e63d3f32" /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 0s (869 kB/s) - Reading package lists... 2025-05-15 10:05.16 ---> saved as "b4207333817c124a1873abb88f53f423bcc0db89d1ef79128554cd3f2fbb0684" /home/opam: (run (shell "opam pin add -k version -yn ocaml-unikraft-toolchain-arm64.0.18.0 0.18.0")) ocaml-unikraft-toolchain-arm64 is now pinned to version 0.18.0 2025-05-15 10:05.17 ---> saved as "de3f43f3ccca66942e15ca176d1ae6fbe9c5f303309f1a8a45bd51a77aa6004d" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall ocaml-unikraft-toolchain-arm64.0.18.0;\ \n res=$?;\ \n test \"$res\" != 31 && exit \"$res\";\ \n export OPAMCLI=2.0;\ \n build_dir=$(opam var prefix)/.opam-switch/build;\ \n failed=$(ls \"$build_dir\");\ \n partial_fails=\"\";\ \n for pkg in $failed; do\ \n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'ocaml-unikraft-toolchain-arm64.0.18.0' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ocaml-unikraft-toolchain-arm64.0.18.0 is not installed. Install it? [y/n] y The following actions will be performed: === install 8 packages - install conf-aarch64-linux-gnu-gcc 1 [required by ocaml-unikraft-backend-qemu-arm64] - install conf-bison 2 [required by unikraft] - install conf-flex 2 [required by unikraft] - install conf-python-3 9.0.0 [required by unikraft] - install ocaml-unikraft-backend-qemu-arm64 0.18.0 [required by ocaml-unikraft-toolchain-arm64] - install ocaml-unikraft-toolchain-arm64 0.18.0 (pinned) - install unikraft 0.18.0 [required by ocaml-unikraft-backend-qemu-arm64] - install unikraft-musl 0.18.0 [required by ocaml-unikraft-backend-qemu-arm64] The following system packages will first need to be installed: bison flex gcc-aarch64-linux-gnu python3 <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> opam believes some required external dependencies are missing. opam can: > 1. Run apt-get to install them (may need root/sudo access) 2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal) 3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable 4. Abort the installation [1/2/3/4] 1 + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "bison" "flex" "gcc-aarch64-linux-gnu" "python3" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package m4. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18747 files and directories currently installed.) - Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ... - Unpacking m4 (1.4.19-3) ... - Selecting previously unselected package flex. - Preparing to unpack .../flex_2.6.4-8.2_amd64.deb ... - Unpacking flex (2.6.4-8.2) ... - Selecting previously unselected package libpython3.11-minimal:amd64. - Preparing to unpack .../libpython3.11-minimal_3.11.2-6+deb12u5_amd64.deb ... - Unpacking libpython3.11-minimal:amd64 (3.11.2-6+deb12u5) ... - Selecting previously unselected package python3.11-minimal. - Preparing to unpack .../python3.11-minimal_3.11.2-6+deb12u5_amd64.deb ... - Unpacking python3.11-minimal (3.11.2-6+deb12u5) ... - Setting up libpython3.11-minimal:amd64 (3.11.2-6+deb12u5) ... - Setting up python3.11-minimal (3.11.2-6+deb12u5) ... - Selecting previously unselected package python3-minimal. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 19236 files and directories currently installed.) - Preparing to unpack .../python3-minimal_3.11.2-1+b1_amd64.deb ... - Unpacking python3-minimal (3.11.2-1+b1) ... - Selecting previously unselected package media-types. - Preparing to unpack .../media-types_10.0.0_all.deb ... - Unpacking media-types (10.0.0) ... - Selecting previously unselected package libpython3.11-stdlib:amd64. - Preparing to unpack .../libpython3.11-stdlib_3.11.2-6+deb12u5_amd64.deb ... - Unpacking libpython3.11-stdlib:amd64 (3.11.2-6+deb12u5) ... - Selecting previously unselected package python3.11. - Preparing to unpack .../python3.11_3.11.2-6+deb12u5_amd64.deb ... - Unpacking python3.11 (3.11.2-6+deb12u5) ... - Selecting previously unselected package libpython3-stdlib:amd64. - Preparing to unpack .../libpython3-stdlib_3.11.2-1+b1_amd64.deb ... - Unpacking libpython3-stdlib:amd64 (3.11.2-1+b1) ... - Setting up python3-minimal (3.11.2-1+b1) ... - Selecting previously unselected package python3. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 19646 files and directories currently installed.) - Preparing to unpack .../00-python3_3.11.2-1+b1_amd64.deb ... - Unpacking python3 (3.11.2-1+b1) ... - Selecting previously unselected package binutils-aarch64-linux-gnu. - Preparing to unpack .../01-binutils-aarch64-linux-gnu_2.40-2_amd64.deb ... - Unpacking binutils-aarch64-linux-gnu (2.40-2) ... - Selecting previously unselected package bison. - Preparing to unpack .../02-bison_2%3a3.8.2+dfsg-1+b1_amd64.deb ... - Unpacking bison (2:3.8.2+dfsg-1+b1) ... - Selecting previously unselected package gcc-12-aarch64-linux-gnu-base:amd64. - Preparing to unpack .../03-gcc-12-aarch64-linux-gnu-base_12.2.0-14cross1_amd64.deb ... - Unpacking gcc-12-aarch64-linux-gnu-base:amd64 (12.2.0-14cross1) ... - Selecting previously unselected package cpp-12-aarch64-linux-gnu. - Preparing to unpack .../04-cpp-12-aarch64-linux-gnu_12.2.0-14cross1_amd64.deb ... - Unpacking cpp-12-aarch64-linux-gnu (12.2.0-14cross1) ... - Selecting previously unselected package cpp-aarch64-linux-gnu. - Preparing to unpack .../05-cpp-aarch64-linux-gnu_4%3a12.2.0-3_amd64.deb ... - Unpacking cpp-aarch64-linux-gnu (4:12.2.0-3) ... - Selecting previously unselected package gcc-12-cross-base. - Preparing to unpack .../06-gcc-12-cross-base_12.2.0-14cross1_all.deb ... - Unpacking gcc-12-cross-base (12.2.0-14cross1) ... - Selecting previously unselected package libc6-arm64-cross. - Preparing to unpack .../07-libc6-arm64-cross_2.36-8cross1_all.deb ... - Unpacking libc6-arm64-cross (2.36-8cross1) ... - Selecting previously unselected package libgcc-s1-arm64-cross. - Preparing to unpack .../08-libgcc-s1-arm64-cross_12.2.0-14cross1_all.deb ... - Unpacking libgcc-s1-arm64-cross (12.2.0-14cross1) ... - Selecting previously unselected package libgomp1-arm64-cross. - Preparing to unpack .../09-libgomp1-arm64-cross_12.2.0-14cross1_all.deb ... - Unpacking libgomp1-arm64-cross (12.2.0-14cross1) ... - Selecting previously unselected package libitm1-arm64-cross. - Preparing to unpack .../10-libitm1-arm64-cross_12.2.0-14cross1_all.deb ... - Unpacking libitm1-arm64-cross (12.2.0-14cross1) ... - Selecting previously unselected package libatomic1-arm64-cross. - Preparing to unpack .../11-libatomic1-arm64-cross_12.2.0-14cross1_all.deb ... - Unpacking libatomic1-arm64-cross (12.2.0-14cross1) ... - Selecting previously unselected package libasan8-arm64-cross. - Preparing to unpack .../12-libasan8-arm64-cross_12.2.0-14cross1_all.deb ... - Unpacking libasan8-arm64-cross (12.2.0-14cross1) ... - Selecting previously unselected package liblsan0-arm64-cross. - Preparing to unpack .../13-liblsan0-arm64-cross_12.2.0-14cross1_all.deb ... - Unpacking liblsan0-arm64-cross (12.2.0-14cross1) ... - Selecting previously unselected package libtsan2-arm64-cross. - Preparing to unpack .../14-libtsan2-arm64-cross_12.2.0-14cross1_all.deb ... - Unpacking libtsan2-arm64-cross (12.2.0-14cross1) ... - Selecting previously unselected package libstdc++6-arm64-cross. - Preparing to unpack .../15-libstdc++6-arm64-cross_12.2.0-14cross1_all.deb ... - Unpacking libstdc++6-arm64-cross (12.2.0-14cross1) ... - Selecting previously unselected package libubsan1-arm64-cross. - Preparing to unpack .../16-libubsan1-arm64-cross_12.2.0-14cross1_all.deb ... - Unpacking libubsan1-arm64-cross (12.2.0-14cross1) ... - Selecting previously unselected package libhwasan0-arm64-cross. - Preparing to unpack .../17-libhwasan0-arm64-cross_12.2.0-14cross1_all.deb ... - Unpacking libhwasan0-arm64-cross (12.2.0-14cross1) ... - Selecting previously unselected package libgcc-12-dev-arm64-cross. - Preparing to unpack .../18-libgcc-12-dev-arm64-cross_12.2.0-14cross1_all.deb ... - Unpacking libgcc-12-dev-arm64-cross (12.2.0-14cross1) ... - Selecting previously unselected package gcc-12-aarch64-linux-gnu. - Preparing to unpack .../19-gcc-12-aarch64-linux-gnu_12.2.0-14cross1_amd64.deb ... - Unpacking gcc-12-aarch64-linux-gnu (12.2.0-14cross1) ... - Selecting previously unselected package gcc-aarch64-linux-gnu. - Preparing to unpack .../20-gcc-aarch64-linux-gnu_4%3a12.2.0-3_amd64.deb ... - Unpacking gcc-aarch64-linux-gnu (4:12.2.0-3) ... - Selecting previously unselected package linux-libc-dev-arm64-cross. - Preparing to unpack .../21-linux-libc-dev-arm64-cross_6.1.4-1cross1_all.deb ... - Unpacking linux-libc-dev-arm64-cross (6.1.4-1cross1) ... - Selecting previously unselected package libc6-dev-arm64-cross. - Preparing to unpack .../22-libc6-dev-arm64-cross_2.36-8cross1_all.deb ... - Unpacking libc6-dev-arm64-cross (2.36-8cross1) ... - Selecting previously unselected package libfl2:amd64. - Preparing to unpack .../23-libfl2_2.6.4-8.2_amd64.deb ... - Unpacking libfl2:amd64 (2.6.4-8.2) ... - Selecting previously unselected package libfl-dev:amd64. - Preparing to unpack .../24-libfl-dev_2.6.4-8.2_amd64.deb ... - Unpacking libfl-dev:amd64 (2.6.4-8.2) ... - Setting up media-types (10.0.0) ... - Setting up gcc-12-cross-base (12.2.0-14cross1) ... - Setting up gcc-12-aarch64-linux-gnu-base:amd64 (12.2.0-14cross1) ... - Setting up libpython3.11-stdlib:amd64 (3.11.2-6+deb12u5) ... - Setting up m4 (1.4.19-3) ... - Setting up binutils-aarch64-linux-gnu (2.40-2) ... - Setting up libc6-arm64-cross (2.36-8cross1) ... - Setting up libitm1-arm64-cross (12.2.0-14cross1) ... - Setting up libfl2:amd64 (2.6.4-8.2) ... - Setting up linux-libc-dev-arm64-cross (6.1.4-1cross1) ... - Setting up bison (2:3.8.2+dfsg-1+b1) ... - update-alternatives: using /usr/bin/bison.yacc to provide /usr/bin/yacc (yacc) in auto mode - Setting up libpython3-stdlib:amd64 (3.11.2-1+b1) ... - Setting up libgcc-s1-arm64-cross (12.2.0-14cross1) ... - Setting up libatomic1-arm64-cross (12.2.0-14cross1) ... - Setting up liblsan0-arm64-cross (12.2.0-14cross1) ... - Setting up python3.11 (3.11.2-6+deb12u5) ... - Setting up libgomp1-arm64-cross (12.2.0-14cross1) ... - Setting up flex (2.6.4-8.2) ... - Setting up cpp-12-aarch64-linux-gnu (12.2.0-14cross1) ... - Setting up python3 (3.11.2-1+b1) ... - running python rtupdate hooks for python3.11... - running python post-rtupdate hooks for python3.11... - Setting up libhwasan0-arm64-cross (12.2.0-14cross1) ... - Setting up libc6-dev-arm64-cross (2.36-8cross1) ... - Setting up libfl-dev:amd64 (2.6.4-8.2) ... - Setting up libstdc++6-arm64-cross (12.2.0-14cross1) ... - Setting up cpp-aarch64-linux-gnu (4:12.2.0-3) ... - Setting up libasan8-arm64-cross (12.2.0-14cross1) ... - Setting up libtsan2-arm64-cross (12.2.0-14cross1) ... - Setting up libubsan1-arm64-cross (12.2.0-14cross1) ... - Setting up libgcc-12-dev-arm64-cross (12.2.0-14cross1) ... - Setting up gcc-12-aarch64-linux-gnu (12.2.0-14cross1) ... - Setting up gcc-aarch64-linux-gnu (4:12.2.0-3) ... - Processing triggers for libc-bin (2.36-9+deb12u10) ... <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved conf-python-3.9.0.0 (cached) -> retrieved ocaml-unikraft-backend-qemu-arm64.0.18.0, ocaml-unikraft-toolchain-arm64.0.18.0 (cached) -> installed conf-flex.2 -> installed conf-bison.2 -> installed conf-aarch64-linux-gnu-gcc.1 -> installed conf-python-3.9.0.0 -> retrieved unikraft.0.18.0 (cached) -> retrieved unikraft-musl.0.18.0 (cached) -> installed unikraft.0.18.0 -> installed unikraft-musl.0.18.0 -> installed ocaml-unikraft-backend-qemu-arm64.0.18.0 -> installed ocaml-unikraft-toolchain-arm64.0.18.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-05-15 10:06.06 ---> saved as "ceef5c05487e4ede366eddcf89cfde1a255455aea6ed91a3928e73b898223da8" /home/opam: (env OPAMCRITERIA +removed,+count[version-lag,solution]) /home/opam: (env OPAMFIXUPCRITERIA +removed,+count[version-lag,solution]) /home/opam: (env OPAMUPGRADECRITERIA +removed,+count[version-lag,solution]) /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall ocaml-unikraft-toolchain-arm64.0.18.0;\ \n res=$?;\ \n test \"$res\" != 31 && exit \"$res\";\ \n export OPAMCLI=2.0;\ \n build_dir=$(opam var prefix)/.opam-switch/build;\ \n failed=$(ls \"$build_dir\");\ \n partial_fails=\"\";\ \n for pkg in $failed; do\ \n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"debian-12\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'ocaml-unikraft-toolchain-arm64.0.18.0' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) The following actions will be performed: === downgrade 3 packages - downgrade conf-bison 2 to 1 - downgrade conf-flex 2 to 1 - downgrade conf-python-3 9.0.0 to 1.0.0 === recompile 3 packages - recompile ocaml-unikraft-backend-qemu-arm64 0.18.0 [uses unikraft] - recompile ocaml-unikraft-toolchain-arm64 0.18.0 (pinned) - recompile unikraft 0.18.0 [uses conf-flex, conf-bison, conf-python-3] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved conf-python-3.1.0.0 (cached) -> retrieved ocaml-unikraft-backend-qemu-arm64.0.18.0, ocaml-unikraft-toolchain-arm64.0.18.0 (cached) -> removed ocaml-unikraft-toolchain-arm64.0.18.0 -> removed ocaml-unikraft-backend-qemu-arm64.0.18.0 -> retrieved unikraft.0.18.0 (cached) -> removed unikraft.0.18.0 -> removed conf-bison.2 -> removed conf-flex.2 -> removed conf-python-3.9.0.0 -> installed conf-bison.1 -> installed conf-flex.1 -> installed conf-python-3.1.0.0 -> installed unikraft.0.18.0 -> installed ocaml-unikraft-backend-qemu-arm64.0.18.0 -> installed ocaml-unikraft-toolchain-arm64.0.18.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-05-15 10:06.39 ---> saved as "3c648f7c899481f01191659b699f0229af10f32f13ca1001dfcc699c9b4685b1" Job succeeded 2025-05-15 10:06.48: Job succeeded