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

debian-12-4.12_opam-2.4

Link Copied
Code Copied

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.12_opam-2.4)
Base: ocaml/opam:debian-12-ocaml-4.12@sha256:b8dae53bbb47cf967c5c59c587634fd73b90b17daf3d39f26397ce21688fb50e
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.12@sha256:b8dae53bbb47cf967c5c59c587634fd73b90b17daf3d39f26397ce21688fb50e
# debian-12-4.12_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.12.1 ocaml-base-compiler.4.12.1 ocaml-config.2 ocaml-options-vanilla.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.12@sha256:b8dae53bbb47cf967c5c59c587634fd73b90b17daf3d39f26397ce21688fb50e-debian-12-4.12_opam-2.4-8fab2cac5a500740dc0b6771167f67ab"
2025-09-01 09:33.40: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.12@sha256:b8dae53bbb47cf967c5c59c587634fd73b90b17daf3d39f26397ce21688fb50e)
(comment debian-12-4.12_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.12.1 ocaml-base-compiler.4.12.1 ocaml-config.2 ocaml-options-vanilla.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.17: 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.12@sha256:b8dae53bbb47cf967c5c59c587634fd73b90b17daf3d39f26397ce21688fb50e)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.12@sha256:b8dae53bbb47cf967c5c59c587634fd73b90b17daf3d39f26397ce21688fb50e' locally
docker.io/ocaml/opam@sha256:b8dae53bbb47cf967c5c59c587634fd73b90b17daf3d39f26397ce21688fb50e: Pulling from ocaml/opam
bbd0d7f7db1c: Already exists
e9d14e35859e: Already exists
dd6cb33cc265: Already exists
db5a8acf6255: Already exists
4a4fd893180b: Already exists
Digest: sha256:b8dae53bbb47cf967c5c59c587634fd73b90b17daf3d39f26397ce21688fb50e
Status: Downloaded newer image for ocaml/opam@sha256:b8dae53bbb47cf967c5c59c587634fd73b90b17daf3d39f26397ce21688fb50e
2025-09-01 09:34.17 ---> using "59bbb095690ba4cbf2ac423dae88d71d6b278aceda192bfaf6baccb81aab8214" from cache


/: (comment debian-12-4.12_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 ---> saved as "7e6b2b6ad4b92f1b0e4f77317be151ec874e6ac23ede60e7a2a4eec3246a386b"


/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.


Continue? [Y/n] y
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.


Format upgrade done.
2025-09-01 09:34.20: Cancelling: Auto-cancelling job because it is no longer needed
Job cancelled