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.09_opam-2.4)
Base: ocaml/opam:debian-12-ocaml-4.09@sha256:34669918f1b0d17fe14c6341c63c00009d4acd3e45f7154d18aa2e3066eca996
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.09@sha256:34669918f1b0d17fe14c6341c63c00009d4acd3e45f7154d18aa2e3066eca996
# debian-12-4.09_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.09.1 ocaml-base-compiler.4.09.1 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.09@sha256:34669918f1b0d17fe14c6341c63c00009d4acd3e45f7154d18aa2e3066eca996-debian-12-4.09_opam-2.4-33633fe716af7caec956c0690ab8d39f"
2025-09-01 09:33.40: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.09@sha256:34669918f1b0d17fe14c6341c63c00009d4acd3e45f7154d18aa2e3066eca996)
(comment debian-12-4.09_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.09.1 ocaml-base-compiler.4.09.1 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.12: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
HEAD is now at b141587 Merge pull request #1 from shym/unikraft
(from ocaml/opam:debian-12-ocaml-4.09@sha256:34669918f1b0d17fe14c6341c63c00009d4acd3e45f7154d18aa2e3066eca996)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.09@sha256:34669918f1b0d17fe14c6341c63c00009d4acd3e45f7154d18aa2e3066eca996' locally
docker.io/ocaml/opam@sha256:34669918f1b0d17fe14c6341c63c00009d4acd3e45f7154d18aa2e3066eca996: Pulling from ocaml/opam
70a3088ae33f: Already exists
Digest: sha256:34669918f1b0d17fe14c6341c63c00009d4acd3e45f7154d18aa2e3066eca996
Status: Downloaded newer image for ocaml/opam@sha256:34669918f1b0d17fe14c6341c63c00009d4acd3e45f7154d18aa2e3066eca996
2025-09-01 09:34.12 ---> using "17c925cb0b8ef1e3182e17d12479742963b8be34d544e8ec96ecb312edc8b4ed" from cache
/: (comment debian-12-4.09_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.12 ---> saved as "8153544f74021b201a0e809c457f9cdafd1e890f7626c4650fe52a771acfc95b"
/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.
2025-09-01 09:34.20: Cancelling: Auto-cancelling job because it is no longer needed
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
Job cancelled