Job log
See full log and operations2025-08-13 12:00.56: New job: Build using linux-x86_64 in
[https://github.com/mirage/mirage-skeleton.git#refs/heads/dev (924fa1b6e311f53d719a3dab1546ea9b43145398)]
OBuilder spec:
[34m((from ocaml/opam:debian-10-ocaml-5.2)
(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#f12b121686b4e677087d6913ed5e1b848194b299"))
(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#07b939da87a95f508343aaed21542a9d5a424a9a"))
(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 hvt)
(workdir /src/)
(run (shell "opam exec -- make configure"))
(env MIRAGE_EXTRA_REPOS opam-overlays:https://github.com/dune-universe/opam-overlays.git#e031bb64e33bf93be963e9a38b28962e6e14381f,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"))
)[0m
2025-08-13 12:00.56: Using cache hint "mirage-ci-skeleton-debian-10-ocaml-5.2"
2025-08-13 12:00.56: Waiting for resource in pool OCluster
2025-08-13 12:00.56: Waiting for worker…
2025-08-13 12:00.57: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 924fa1b defunctorised versions of unikernels (#407)
[01;34m(from ocaml/opam:debian-10-ocaml-5.2)[0m
[01;2m[01;35m2025-08-13 12:00.58 ---> using "752a856dc0534d8bc120f716770ce56b356e0038b43f4a4cd8984ba0735684e4" from cache[0m
[01;34m/: (user (uid 1000) (gid 1000))[0m
[01;34m/: (workdir /home/opam)[0m
[01;34m/home/opam: (run (shell "sudo chown opam:opam /home/opam"))[0m
[01;2m[01;35m2025-08-13 12:00.58 ---> using "0f5e656a2ed5cbea7671c38eb0719b93d7366fc382509556b14b9efdaffe3b8b" from cache[0m
[01;34m/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam && opam update"))[0m
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
[01;2m[01;35m2025-08-13 12:02.00 ---> saved as "f49c317111a642676c09c01bc919af8812f6a51ed5ff16776f360ee3839c99a5"[0m
[01;34m/home/opam: (run (network host)
(shell "opam repo add opam https://github.com/ocaml/opam-repository.git#f12b121686b4e677087d6913ed5e1b848194b299"))[0m
[opam] Initialised
[NOTE] Repository opam has been added to the selections of switch 5.2 only.
Run `opam repository add opam --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively.
[01;2m[01;35m2025-08-13 12:02.42 ---> saved as "5b5c72abf5f530b4cf72c075352e3c1236243aa482771f64b1d40d5274241648"[0m
[01;34m/home/opam: (run (network host)
(shell "opam repo add mirage-dev https://github.com/mirage/mirage-dev.git#eb114ccf0dd4eeca6b4f06c5c7361c238eeca4fd"))[0m
[mirage-dev] Initialised
[NOTE] Repository mirage-dev has been added to the selections of switch 5.2 only.
Run `opam repository add mirage-dev --all-switches|--set-default' to use it in all existing switches, or in newly created switches, respectively.
[01;2m[01;35m2025-08-13 12:02.44 ---> saved as "cb69f14d6bfb6407bd1dadc3c62072d6c4f8a3961eeb2c9db98ac6a3267cc8b0"[0m
[01;34m/home/opam: (run (network host)
(shell "opam pin -ny https://github.com/mirage/mirage.git#07b939da87a95f508343aaed21542a9d5a424a9a"))[0m
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#07b939da87a95f508343aaed21542a9d5a424a9a (version 4.9.0)
mirage is now pinned to git+https://github.com/mirage/mirage.git#07b939da87a95f508343aaed21542a9d5a424a9a (version 4.9.0)
[01;2m[01;35m2025-08-13 12:02.51 ---> saved as "02b1538b48755aa9ce7d9373bd5ac5b658a70dbb82e73bf0275001df2910f419"[0m
[01;34m/home/opam: (run (cache (download-cache (target /home/opam/.opam/download-cache)))
(network host)
(shell "sudo apt-get update && opam install -y \"mirage>=4\""))[0m
Ign:1 http://deb.debian.org/debian buster InRelease
Ign:2 http://deb.debian.org/debian-security buster/updates InRelease
Ign:3 http://deb.debian.org/debian buster-updates InRelease
Err:4 http://deb.debian.org/debian buster Release
404 Not Found [IP: 2a04:4e42:82::644 80]
Err:5 http://deb.debian.org/debian-security buster/updates Release
404 Not Found [IP: 2a04:4e42:82::644 80]
Err:6 http://deb.debian.org/debian buster-updates Release
404 Not Found [IP: 2a04:4e42:82::644 80]
Reading package lists...
E: The repository 'http://deb.debian.org/debian buster Release' no longer has a Release file.
E: The repository 'http://deb.debian.org/debian-security buster/updates Release' no longer has a Release file.
E: The repository 'http://deb.debian.org/debian buster-updates Release' no longer has a Release file.
"/usr/bin/env" "bash" "-c" "sudo apt-get update && opam install -y "mirage>=4"" failed with exit status 100
2025-08-13 12:02.52: Job failed: Failed: Build failed