2025-08-30 07:21.22: New job: test mirage/mirage-sleep https://github.com/mirage/mirage-sleep.git#refs/pull/1/head (b0c7109b327b5013908e257af850b4c7a9c8f1c3) (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" && cd "mirage-sleep" && git fetch origin "refs/pull/1/head" && git reset --hard b0c7109b
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-08-30 07:21.22: Using cache hint "mirage/mirage-sleep-ocaml/opam:debian-12-ocaml-4.12@sha256:b8dae53bbb47cf967c5c59c587634fd73b90b17daf3d39f26397ce21688fb50e-debian-12-4.12_opam-2.4-8fab2cac5a500740dc0b6771167f67ab"
2025-08-30 07:21.22: 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-08-30 07:21.22: Waiting for resource in pool OCluster
2025-08-30 08:17.54: Waiting for worker…
2025-08-30 08:21.27: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at b0c7109 Add Unikraft support
(from ocaml/opam:debian-12-ocaml-4.12@sha256:b8dae53bbb47cf967c5c59c587634fd73b90b17daf3d39f26397ce21688fb50e)
2025-08-30 08:21.27 ---> 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-08-30 08:21.27 ---> using "7e6b2b6ad4b92f1b0e4f77317be151ec874e6ac23ede60e7a2a4eec3246a386b" 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-08-30 08:21.27 ---> using "97997a43b9e4fff25bdcd54d7592377f35a5ef8aacfd6b09eaa4685f62edfc74" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 4.12.1
2.4.1
2025-08-30 08:21.27 ---> using "3006f098a660c601d8e784a611b01de2622e45e972b5d958d108bec5cc33d3e4" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-08-30 08:21.27 ---> using "e9f591a2a9fe4090f1cc220fc1b2381301a8b1a3e71cf59ef5efa759649027a5" 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"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
ee24528071..f2cd184cfc master -> origin/master
53c7f25306 Merge pull request #28384 from raphael-proust/opam-publish-lwt.5.9.2
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-08-30 08:21.27 ---> using "52539ad073636b1a82ae1f15f758fc6b805497cd15a36484570edb48162f1ab0" from cache
/src: (copy (src mirage-sleep.opam) (dst ./))
2025-08-30 08:21.27 ---> using "2567d141a9921bb7826d13f3fca7a3a3f0b6618f713e3c6a3914daa1c345dd2f" from cache
/src: (run (network host)
(shell "opam pin add -yn mirage-sleep.dev './'"))
[mirage-sleep.dev] synchronised (file:///src)
mirage-sleep is now pinned to file:///src (version dev)
2025-08-30 08:21.27 ---> using "d4cc5e6a835a5f94f78f795f4ebba7b9468f9a52526d3115acb38cf8a45d76e9" from cache
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-08-30 08:21.27 ---> using "ec8716feabe6a7996a2cbb7981c9e7d13381bf097ba89269815ea7f943babfd1" from cache
/src: (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")
/src: (env CI true)
/src: (env OCAMLCI true)
/src: (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"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [277 kB]
- Fetched 380 kB in 0s (862 kB/s)
- Reading package lists...
-
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-sleep.dev] synchronised (file:///src)
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.12.1).
[NOTE] Package ocaml is already installed (current version is 4.12.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2025-08-30 08:21.27 ---> using "78002e4dee9ba8fac29a61a584f23a17926a08d2175496f0e9f3f55c113d65fc" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.12.1).
[NOTE] Package ocaml is already installed (current version is 4.12.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 9 packages
- install base-bytes base
- install cppo 1.8.0
- install csexp 1.5.2
- install dune 3.20.1
- install dune-configurator 3.20.1
- install duration 0.2.1
- install lwt 5.9.2
- install ocamlfind 1.9.8
- install ocplib-endian 1.2
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0 (cached)
-> retrieved csexp.1.5.2 (cached)
-> retrieved duration.0.2.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved lwt.5.9.2 (cached)
-> retrieved ocplib-endian.1.2 (cached)
-> retrieved dune.3.20.1, dune-configurator.3.20.1 (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed dune.3.20.1
-> installed duration.0.2.1
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.20.1
-> installed lwt.5.9.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-08-30 08:21.58 ---> saved as "b1e237e287cfcfc64d320eb60b4da3d69c4cf44a84194d906a4e2c97a974cc78"
/src: (copy (src .) (dst /src))
2025-08-30 08:21.59 ---> saved as "2e1e52196e6f7644984b9b4d92ac0a59ce5d656ddd7615f946c9a5724b63399e"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-08-30 08:21.59 ---> saved as "0910d8af9a8b590cef7dcd5ea7b38c760f9cb42b418518e7841517427c8e4d62"
Job succeeded
2025-08-30 08:21.59: Job succeeded