123456789101112131415161718192021222324252627282930313233343536373839402025-03-04 17:16.16: New job: Build using linux-x86_64 in [https://github.com/mirage/mirage-skeleton.git#refs/pull/407/head (39bccd3f44039b500cc5845cda57bfe8ed8411af)] OBuilder spec: ((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#a263eb47bd23b8c5e3555052b1f086fe933eebde")) (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#395cbc4acc1f4524853728c5885f32f1cfff281b,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")) ) 2025-03-04 17:16.16: Using cache hint "mirage-ci-skeleton-debian-10-ocaml-5.2" 2025-03-04 17:16.16: Waiting for resource in pool OCluster 2025-03-04 17:16.16: Waiting for worker…