2025-08-30 07:24.50: New job: test mirage/mirage-sleep https://github.com/mirage/mirage-sleep.git#refs/pull/1/head (b0c7109b327b5013908e257af850b4c7a9c8f1c3) (linux-x86_64:debian-12-4.14_x86_32_opam-2.4) Base: ocaml/opam:debian-12-ocaml-4.14@sha256:ad4e5864ff0a4cf3e7334e2fc144239895b6518428bcc7cd9c62a4c0d400d6e0 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.14@sha256:ad4e5864ff0a4cf3e7334e2fc144239895b6518428bcc7cd9c62a4c0d400d6e0 # debian-12-4.14_x86_32_opam-2.4 USER 1000:1000 SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ] 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.14.2 ocaml-base-compiler.4.14.2 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:24.50: Using cache hint "mirage/mirage-sleep-ocaml/opam:debian-12-ocaml-4.14@sha256:ad4e5864ff0a4cf3e7334e2fc144239895b6518428bcc7cd9c62a4c0d400d6e0-debian-12-4.14_x86_32_opam-2.4-130246bde04044ab40bb664e1d7b43f0" 2025-08-30 07:24.50: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.14@sha256:ad4e5864ff0a4cf3e7334e2fc144239895b6518428bcc7cd9c62a4c0d400d6e0) (comment debian-12-4.14_x86_32_opam-2.4) (user (uid 1000) (gid 1000)) (shell /usr/bin/linux32 /bin/sh -c) (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.14.2 ocaml-base-compiler.4.14.2 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:24.50: Waiting for resource in pool OCluster 2025-08-30 11:05.00: Waiting for worker… 2025-08-30 11:07.25: 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.14@sha256:ad4e5864ff0a4cf3e7334e2fc144239895b6518428bcc7cd9c62a4c0d400d6e0) Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:ad4e5864ff0a4cf3e7334e2fc144239895b6518428bcc7cd9c62a4c0d400d6e0' locally docker.io/ocaml/opam@sha256:ad4e5864ff0a4cf3e7334e2fc144239895b6518428bcc7cd9c62a4c0d400d6e0: Pulling from ocaml/opam 6af11a87ae82: Already exists Digest: sha256:ad4e5864ff0a4cf3e7334e2fc144239895b6518428bcc7cd9c62a4c0d400d6e0 Status: Downloaded newer image for ocaml/opam@sha256:ad4e5864ff0a4cf3e7334e2fc144239895b6518428bcc7cd9c62a4c0d400d6e0 2025-08-30 11:07.25 ---> using "30fb5468ed70755230bb4b2524b637980221ab53922c096447b5f45e8e493a2b" from cache /: (comment debian-12-4.14_x86_32_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (shell /usr/bin/linux32 /bin/sh -c) /: (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 11:07.25 ---> using "0f2a3d74be628b16a2d1fc99c0b57fb677d39de22eb11bf37b297002aa07f90b" 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 11:07.25 ---> using "e440170f524c02462a41bc193eed001bc0ab8e24fec7425b2bbac66a0ebc9471" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-131-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-08-30 11:07.25 ---> using "04e874066f9f1803431a5e8674fb12e43f76688db4a8709def40bbef3e808bde" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-08-30 11:07.25 ---> using "312ad2de8224323aa504e9fca6ca14a68cdd05a1bf41e4aff7e6f2ba7b4b0365" 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 11:07.25 ---> using "2aadf58177fe82a3eb21633df3e86cb5452a8db96a8753509319495411242584" from cache /src: (copy (src mirage-sleep.opam) (dst ./)) 2025-08-30 11:07.25 ---> using "a33e737d9ece04c4de39c3488762a299e23e1b5bf4bab7db7932d3d44226d393" 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 11:07.25 ---> saved as "987ee185fdc187546c00811ea366682ec5b61cd280a16574329a5b662af9212a" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-08-30 11:07.26 ---> saved as "fa2549300dc7c16d17c83114b038808866962120e4a29aed51ad318948694582" /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.14.2 ocaml-base-compiler.4.14.2 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 i386 Packages [270 kB] - Fetched 374 kB in 1s (392 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.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [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 11:07.43 ---> saved as "900232ba07c77ff7fab77d150a8ceead22a6411463937c75ef36ef8839ef812f" /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.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [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 11:08.44 ---> saved as "4612048c50e495796a62109b99185cc6cecb7e0af91b119694143562a4714114" /src: (copy (src .) (dst /src)) 2025-08-30 11:08.45 ---> saved as "456e53cf3ad29a3e89f343584fe71ed88ce98e7d24e4dec587e8d508f6799ea7" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-08-30 11:08.45 ---> saved as "092ebfa50d45fe43a1fa7d60f49088906b8e91c92a9c0730677bdc0dcfcfeed0" Job succeeded 2025-08-30 11:08.45: Job succeeded