Organisationsmiragemirage-sleep1d5a67 (main)debian-12-4.11_opam-2.4

debian-12-4.11_opam-2.4

Link Copied
Code Copied

Logs

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-4.11_opam-2.4)
Base: ocaml/opam:debian-12-ocaml-4.11@sha256:73f9b4faad9779585aff1a73461d939275607005c2dee4d5edbaddd9ee34512f
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-4.11@sha256:73f9b4faad9779585aff1a73461d939275607005c2dee4d5edbaddd9ee34512f
# debian-12-4.11_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.11.2 ocaml-base-compiler.4.11.2 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:34.26: Using cache hint "mirage/mirage-sleep-ocaml/opam:debian-12-ocaml-4.11@sha256:73f9b4faad9779585aff1a73461d939275607005c2dee4d5edbaddd9ee34512f-debian-12-4.11_opam-2.4-36c44135626b8310fe49a557ea7ab3f1"
2025-09-01 09:34.26: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.11@sha256:73f9b4faad9779585aff1a73461d939275607005c2dee4d5edbaddd9ee34512f)
(comment debian-12-4.11_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.11.2 ocaml-base-compiler.4.11.2 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:34.26: Waiting for resource in pool OCluster
2025-09-01 09:34.26: Waiting for worker…
2025-09-01 09:35.25: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 1d5a674 changes for 4.1.0


(from ocaml/opam:debian-12-ocaml-4.11@sha256:73f9b4faad9779585aff1a73461d939275607005c2dee4d5edbaddd9ee34512f)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.11@sha256:73f9b4faad9779585aff1a73461d939275607005c2dee4d5edbaddd9ee34512f' locally
docker.io/ocaml/opam@sha256:73f9b4faad9779585aff1a73461d939275607005c2dee4d5edbaddd9ee34512f: Pulling from ocaml/opam
bbd0d7f7db1c: Already exists
fbe713ad6f44: Pulling fs layer
e95c1485ddbf: Pulling fs layer
3482baac0194: Pulling fs layer
61a346b8a178: Pulling fs layer
3482baac0194: Verifying Checksum
3482baac0194: Download complete
e95c1485ddbf: Download complete
61a346b8a178: Verifying Checksum
61a346b8a178: Download complete
fbe713ad6f44: Verifying Checksum
fbe713ad6f44: Download complete
fbe713ad6f44: Pull complete
e95c1485ddbf: Pull complete
3482baac0194: Pull complete
61a346b8a178: Pull complete
Digest: sha256:73f9b4faad9779585aff1a73461d939275607005c2dee4d5edbaddd9ee34512f
Status: Downloaded newer image for ocaml/opam@sha256:73f9b4faad9779585aff1a73461d939275607005c2dee4d5edbaddd9ee34512f
2025-09-01 09:35.28 ---> using "decde502a0503acc29620765b90fa7d73434b32e60b32a7f0c3646e61cb9409b" from cache


/: (comment debian-12-4.11_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:35.31 ---> saved as "eae35cacf5999eb16498d79715e0a021a3a1665343591b7754ba16cf75efde54"


/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-09-01 09:36.06 ---> saved as "6f8eb4c834a267401a96d1e94ebb81d28a9f8bd17983283f97256afe0ba05a6b"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.11.2
2.4.1
2025-09-01 09:36.06 ---> saved as "cc1edf4e354e8b7e4e52438d7bbf069a9cbb74295c9d75cfac9e47d52b494546"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-09-01 09:36.06 ---> saved as "d59cbd6fc5e84422e6bcb427da0a03b3b9e6bc0e201cb01c897faefb5008aca6"


/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:36.32 ---> saved as "effd37015974d55a8fae3594aa68ba889099ac489623997ed8ceda1656f7130e"


/src: (copy (src mirage-sleep.opam) (dst ./))
2025-09-01 09:36.32 ---> saved as "e1c2bdee1f63813d32d523a17c294e8e9bf6913cae85315e3d52105c2553dc1a"


/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:36.34 ---> saved as "6085f70c2f32132c64693f7521936f659ffd6208c65dfb1f4a3184cdb1b46daa"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-09-01 09:36.34 ---> saved as "82e0dd4c48feb0ebd0b0a3a0eedd5f6e41aed398d2a545eea2bf1503148238ab"


/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.11.2 ocaml-base-compiler.4.11.2 ocaml-config.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 (844 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[mirage-sleep.dev] synchronised (file:///src)


[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.11.2).
[NOTE] Package ocaml is already installed (current version is 4.11.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-09-01 09:36.46 ---> saved as "a1785e0e1b85107f4a965f89350eba748aebad26b22f1c4c4cf9770e383d2936"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.11.2).
[NOTE] Package ocaml is already installed (current version is 4.11.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-09-01 09:37.40 ---> saved as "036ea3df925272f0f42211877f50bd03af942e8fd62004b7e91875fc0b56ff3b"


/src: (copy (src .) (dst /src))
2025-09-01 09:37.40 ---> saved as "49cabd1591681a79e3aba572c746f10872bc615078d6b90502f38951b2979cb0"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-09-01 09:37.41 ---> saved as "8cd7b39fd95c6978b042aecd369bd06eef33246be8588b31d626b520ff4612ef"
Job succeeded
2025-09-01 09:37.41: Job succeeded