Organisationsmiragemirage-sleepb14158 ()debian-12-4.10_opam-2.4

debian-12-4.10_opam-2.4

Logs

Show full logs
2025-09-01 09:33.40: New job: test mirage/mirage-sleep https://github.com/mirage/mirage-sleep.git#refs/heads/main (b141587fa90a14e11f12a6f4b273a1419f5a5bae) (linux-x86_64:debian-12-4.10_opam-2.4)
Base: ocaml/opam:debian-12-ocaml-4.10@sha256:4e608abb3d6f52e21cc5628583fccf649326c85eb9375f8fd7f2a88ecdd9756e
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/mirage/mirage-sleep.git" -b "main" && cd "mirage-sleep" && git reset --hard b141587f
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.10@sha256:4e608abb3d6f52e21cc5628583fccf649326c85eb9375f8fd7f2a88ecdd9756e
# debian-12-4.10_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 53c7f25306cd512b69b4c845f4f1e0d210c49129 || git fetch origin master) && git reset -q --hard 53c7f25306cd512b69b4c845f4f1e0d210c49129 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 mirage-sleep.opam ./
RUN opam pin add -yn mirage-sleep.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.1 dune-configurator.3.20.1 duration.0.2.1 lwt.5.9.2 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocamlfind.1.9.8 ocplib-endian.1.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y mirage-sleep.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2025-09-01 09:33.40: Using cache hint "mirage/mirage-sleep-ocaml/opam:debian-12-ocaml-4.10@sha256:4e608abb3d6f52e21cc5628583fccf649326c85eb9375f8fd7f2a88ecdd9756e-debian-12-4.10_opam-2.4-bf0c062fad9336857728289dfaf38466"
2025-09-01 09:33.40: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.10@sha256:4e608abb3d6f52e21cc5628583fccf649326c85eb9375f8fd7f2a88ecdd9756e)
 (comment debian-12-4.10_opam-2.4)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 53c7f25306cd512b69b4c845f4f1e0d210c49129 || git fetch origin master) && git reset -q --hard 53c7f25306cd512b69b4c845f4f1e0d210c49129 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src mirage-sleep.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn mirage-sleep.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.20.1 dune-configurator.3.20.1 duration.0.2.1 lwt.5.9.2 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-config.1 ocamlfind.1.9.8 ocplib-endian.1.2")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.4 --depext-only -y mirage-sleep.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2025-09-01 09:33.40: Waiting for resource in pool OCluster
2025-09-01 09:33.40: Waiting for worker…
2025-09-01 09:34.18: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at b141587 Merge pull request #1 from shym/unikraft

(from ocaml/opam:debian-12-ocaml-4.10@sha256:4e608abb3d6f52e21cc5628583fccf649326c85eb9375f8fd7f2a88ecdd9756e)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.10@sha256:4e608abb3d6f52e21cc5628583fccf649326c85eb9375f8fd7f2a88ecdd9756e' locally
docker.io/ocaml/opam@sha256:4e608abb3d6f52e21cc5628583fccf649326c85eb9375f8fd7f2a88ecdd9756e: Pulling from ocaml/opam
bbd0d7f7db1c: Already exists
99fc2a1c4d16: Already exists
b289705e8fe9: Already exists
e59dc59ca951: Already exists
a1fc099fee8e: Already exists
Digest: sha256:4e608abb3d6f52e21cc5628583fccf649326c85eb9375f8fd7f2a88ecdd9756e
Status: Downloaded newer image for ocaml/opam@sha256:4e608abb3d6f52e21cc5628583fccf649326c85eb9375f8fd7f2a88ecdd9756e
2025-09-01 09:34.18 ---> using "aeaf57a0808a84b5942785a06f5a2983d5c77cfe1a00098ff75cfa80cf937da4" from cache

/: (comment debian-12-4.10_opam-2.4)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-09-01 09:34.18 ---> using "ce29ac05b109db2dd8e71159438fbdb41e595b4dc54521fcc52e4c2c619f1e43" from cache

/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then 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 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
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-09-01 09:34.18 ---> using "eacdf84c67e1ce6ef1d5d2955bca2ab42efcbad638e35bf70febca7f87d73a61" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 4.10.2
2.4.1
2025-09-01 09:34.18 ---> using "9282d9c8a2bda3c2cf9e4054f4587d852b176c07279a53fb2d8172129d86768a" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-09-01 09:34.18 ---> using "0128be5fbf013e143afa8f668fe70e6b230f730e987dcbeab1646e951377188b" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 53c7f25306cd512b69b4c845f4f1e0d210c49129 || git fetch origin master) && git reset -q --hard 53c7f25306cd512b69b4c845f4f1e0d210c49129 && git log --no-decorate -n1 --oneline && opam update -u"))
2025-09-01 09:34.20: Cancelling: Auto-cancelling job because it is no longer needed
Job cancelled