2024-06-26 15:24.05: New job: Build using linux-x86_64 in [https://github.com/mirage/mirage-skeleton.git#refs/heads/dev (8a85fbcad7da913d49f7e2568184ed053db8c118)] OBuilder spec: ((from ocaml/opam:debian-10-ocaml-4.13) (user (uid 1000) (gid 1000)) (workdir /home/opam) (run (shell "sudo chown opam:opam /home/opam")) (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam update")) (run (network host) (shell "opam repo add opam https://github.com/ocaml/opam-repository.git#795f80f1b5a00cb2eea32a4d4e5d8377fa125d62")) (run (network host) (shell "opam repo add mirage-dev https://github.com/mirage/mirage-dev.git#eb114ccf0dd4eeca6b4f06c5c7361c238eeca4fd")) (run (network host) (shell "opam pin -ny https://github.com/mirage/mirage.git#481a2e75e2473f10a3d2fb18bc18c647086343f7")) (run (cache (download-cache (target /home/opam/.opam/download-cache))) (network host) (shell "sudo apt-get update && opam install -y \"mirage>=4\"")) (copy (src .) (dst /src/)) (env MODE unix) (workdir /src/) (run (shell "opam exec -- make configure")) (env MIRAGE_EXTRA_REPOS opam-overlays:https://github.com/dune-universe/opam-overlays.git#aa5f09b421dedd8e550f5760141f0608608e0ffd,mirage-opam-overlays:https://github.com/dune-universe/mirage-opam-overlays.git#797cb363df3ff763c43c8fbec5cd44de2878757e) (run (network host) (shell "opam exec -- make lock")) (run (cache (download-cache (target /home/opam/.opam/download-cache))) (network host) (shell "sudo apt-get update && opam exec -- make depends")) (run (shell "opam monorepo list -l mirage.opam.locked")) (run (cache (download-cache (target /home/opam/.opam/download-cache))) (network host) (shell "opam exec -- make pull")) (env DUNE_CACHE enabled) (env DUNE_CACHE_TRANSPORT direct) (run (cache (dune-build-cache (target /home/opam/.cache/dune))) (network host) (shell "opam exec -- make build")) ) 2024-06-26 15:24.05: Using cache hint "mirage-ci-skeleton-debian-10-ocaml-4.13" 2024-06-26 15:24.05: Waiting for resource in pool OCluster 2024-06-26 15:24.05: Waiting for worker… 2024-06-26 15:24.26: Got resource from pool OCluster Building on x86-bm-c7.sw.ocaml.org All commits already cached HEAD is now at 8a85fbc http/git/dns adapt to happy-eyeballs changes (#398) (from ocaml/opam:debian-10-ocaml-4.13) Unable to find image 'ocaml/opam:debian-10-ocaml-4.13' locally debian-10-ocaml-4.13: Pulling from ocaml/opam ce8a6dffcfab: Pulling fs layer ce8a6dffcfab: Verifying Checksum ce8a6dffcfab: Download complete ce8a6dffcfab: Pull complete Digest: sha256:80fa15e830655d71ff6ae2aea75afdecba6c0c41cf8a604cbb910387d79103a1 Status: Downloaded newer image for ocaml/opam:debian-10-ocaml-4.13 2024-06-26 15:26.12 ---> saved as "cbba9511e46ef57631453d5b88aeed1ed6de6fa87b6f0dcb3da9328657d73fa4" /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo chown opam:opam /home/opam")) 2024-06-26 15:26.12 ---> saved as "54342da51d0603a14f6ba9989f4252ffa31f1ca13e80c1d45d63e53fc9e80646" /home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam update")) This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y Format upgrade done. <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2024-06-26 15:27.26 ---> saved as "3ddb42a6e856d7c2c5e614451b958647e474c5a4c98a94c3cc6a5e11dd914645" /home/opam: (run (network host) (shell "opam repo add opam https://github.com/ocaml/opam-repository.git#795f80f1b5a00cb2eea32a4d4e5d8377fa125d62")) [opam] Initialised [NOTE] Repository opam has been added to the selections of switch 4.13 only. Run `opam repository add opam --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively. 2024-06-26 15:28.31 ---> saved as "fa53360fa80c703c9c62d684af19d41d01a75b8311b30c65391f912bdf4119f1" /home/opam: (run (network host) (shell "opam repo add mirage-dev https://github.com/mirage/mirage-dev.git#eb114ccf0dd4eeca6b4f06c5c7361c238eeca4fd")) [mirage-dev] Initialised [NOTE] Repository mirage-dev has been added to the selections of switch 4.13 only. Run `opam repository add mirage-dev --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively. 2024-06-26 15:28.34 ---> saved as "cb9131aa8c8191241e6e8d42dcff575fcd70e62eeb7fae6a86a1a0eaf9887afe" /home/opam: (run (network host) (shell "opam pin -ny https://github.com/mirage/mirage.git#481a2e75e2473f10a3d2fb18bc18c647086343f7")) This will pin the following packages: mirage-runtime, mirage. Continue? [Y/n] y mirage-runtime is now pinned to git+https://github.com/mirage/mirage.git#481a2e75e2473f10a3d2fb18bc18c647086343f7 (version 4.5.1) mirage is now pinned to git+https://github.com/mirage/mirage.git#481a2e75e2473f10a3d2fb18bc18c647086343f7 (version 4.5.1) 2024-06-26 15:28.44 ---> saved as "a41aa15cd6769a38700510ef407711ee8f2a14e4774e8f69be92970d18f6a4f4" /home/opam: (run (cache (download-cache (target /home/opam/.opam/download-cache))) (network host) (shell "sudo apt-get update && opam install -y \"mirage>=4\"")) Hit:1 http://deb.debian.org/debian buster InRelease Get:2 http://deb.debian.org/debian-security buster/updates InRelease [34.8 kB] Hit:3 http://deb.debian.org/debian buster-updates InRelease Get:4 http://deb.debian.org/debian-security buster/updates/main amd64 Packages [608 kB] Fetched 643 kB in 0s (1586 kB/s) Reading package lists... <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [mirage.4.5.1] synchronised (no changes)