2025-09-01 09:34.26: New job: test mirage/mirage-sleep https://github.com/mirage/mirage-sleep.git#refs/heads/main (1d5a6743751401479c91dcb34345016a69a8a188) (linux-x86_64:debian-12-5.1_opam-2.4) Base: ocaml/opam:debian-12-ocaml-5.1@sha256:485d9ec2767d5767028a6f17091a19b7b2002fa3c16baf79a587aa0dff055a67 Opam project build To reproduce locally: git clone --recursive "https://github.com/mirage/mirage-sleep.git" -b "main" && cd "mirage-sleep" && git reset --hard 1d5a6743 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.1@sha256:485d9ec2767d5767028a6f17091a19b7b2002fa3c16baf79a587aa0dff055a67 # debian-12-5.1_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-domains.base base-nnp.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.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 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:34.26: Using cache hint "mirage/mirage-sleep-ocaml/opam:debian-12-ocaml-5.1@sha256:485d9ec2767d5767028a6f17091a19b7b2002fa3c16baf79a587aa0dff055a67-debian-12-5.1_opam-2.4-b62db4912165a355637c21183dca474c" 2025-09-01 09:34.26: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.1@sha256:485d9ec2767d5767028a6f17091a19b7b2002fa3c16baf79a587aa0dff055a67) (comment debian-12-5.1_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-domains.base base-nnp.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.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 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:34.26: Waiting for resource in pool OCluster 2025-09-01 09:34.26: Waiting for worker… 2025-09-01 09:34.56: Got resource from pool OCluster Building on asteria.caelum.ci.dev All commits already cached HEAD is now at 1d5a674 changes for 4.1.0 (from ocaml/opam:debian-12-ocaml-5.1@sha256:485d9ec2767d5767028a6f17091a19b7b2002fa3c16baf79a587aa0dff055a67) Unable to find image 'ocaml/opam:debian-12-ocaml-5.1@sha256:485d9ec2767d5767028a6f17091a19b7b2002fa3c16baf79a587aa0dff055a67' locally docker.io/ocaml/opam@sha256:485d9ec2767d5767028a6f17091a19b7b2002fa3c16baf79a587aa0dff055a67: Pulling from ocaml/opam bbd0d7f7db1c: Already exists a463d0af0fb4: Pulling fs layer ecd35c580d88: Pulling fs layer 93aa25af2db9: Pulling fs layer de87af896449: Pulling fs layer 3967c81781c0: Pulling fs layer 6dd4e4df1ce4: Pulling fs layer e365069f10a2: Pulling fs layer 6dd4e4df1ce4: Waiting de87af896449: Waiting e365069f10a2: Waiting 3967c81781c0: Waiting a463d0af0fb4: Verifying Checksum a463d0af0fb4: Download complete ecd35c580d88: Download complete a463d0af0fb4: Pull complete ecd35c580d88: Pull complete 3967c81781c0: Verifying Checksum 3967c81781c0: Download complete 6dd4e4df1ce4: Verifying Checksum 6dd4e4df1ce4: Download complete 93aa25af2db9: Verifying Checksum 93aa25af2db9: Download complete 93aa25af2db9: Pull complete e365069f10a2: Verifying Checksum e365069f10a2: Download complete de87af896449: Verifying Checksum de87af896449: Download complete de87af896449: Pull complete 3967c81781c0: Pull complete 6dd4e4df1ce4: Pull complete e365069f10a2: Pull complete Digest: sha256:485d9ec2767d5767028a6f17091a19b7b2002fa3c16baf79a587aa0dff055a67 Status: Downloaded newer image for ocaml/opam@sha256:485d9ec2767d5767028a6f17091a19b7b2002fa3c16baf79a587aa0dff055a67 2025-09-01 09:47.17 ---> using "e04418b49c4cdf86afdceb5a2e052d7255cd9587255769d7fb1a09a892f8406f" from cache /: (comment debian-12-5.1_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:47.17 ---> using "6f075a54de880290edc273580e4a76ad8773f86419aada208c9dddcdccd3b35d" 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 [NOTE] The 'jobs' option was reset, its value was 71 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=71 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-09-01 09:47.17 ---> using "f1c1d0aac06504f8da7db5beb5abcf449a90d5f4251a65f269df62c9532a800e" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-142-generic The OCaml toplevel, version 5.1.1 2.4.1 2025-09-01 09:47.17 ---> using "506e611e8392c37807f2dcfe26d625b2532fed02c7162c7c67db73f50f3fb99c" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-01 09:47.17 ---> using "bf95fe1bcb6044bdcc444cbeda7f43541911b1a7889f39550f6e0d9faa44b80a" 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-09-01 09:47.17 ---> using "a56b65f38f54917630509922c5fd090fdb52cddd5ee1fc4171cc0e0d855de1a9" from cache /src: (copy (src mirage-sleep.opam) (dst ./)) 2025-09-01 09:47.18 ---> saved as "7e314515a6008b631664e5b338117717b5b9ceacd65f172cf79a024d472cf9f3" /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-09-01 09:47.19 ---> saved as "18027d0fc66dd4760c8e04fe07939bc607e1cb1a2060aa13d76b4e88219e3dfe" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-01 09:47.20 ---> saved as "e556bc60aab31e76d49c500f06e12d4ecdb4b089297dcd78d8b18c879682a983" /src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-nnp.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.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 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 (1198 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 3). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1). [NOTE] Package ocaml is already installed (current version is 5.1.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-nnp is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). 2025-09-01 09:47.27 ---> saved as "faabfd20afe188789a917f052c4f7196129742ec422059bb685ffc1853a16a61" /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 3). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1). [NOTE] Package ocaml is already installed (current version is 5.1.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-nnp is already installed (current version is base). [NOTE] Package base-domains 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 dune.3.20.1, dune-configurator.3.20.1 (cached) -> retrieved lwt.5.9.2 (cached) -> retrieved ocplib-endian.1.2 (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-09-01 09:48.02 ---> saved as "df94dee7093b666e827ba534d75ee1319053c9586bc002a7c80904a7723c4378" /src: (copy (src .) (dst /src)) 2025-09-01 09:48.03 ---> saved as "e5a4adf80118e3adc67f57a366fac1e6c1f818ab579facc1410b8d6cc06c2779" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-09-01 09:48.03 ---> saved as "e582124164e1ab66814a6732d7a71a4736a3a3936cc1c544f06400f3216af145" Job succeeded 2025-09-01 09:48.03: Job succeeded