Organisationsmiragemirage-sleep1d5a67 (main)debian-11-5.3_opam-2.4

debian-11-5.3_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-11-5.3_opam-2.4)
Base: ocaml/opam:debian-11-ocaml-5.3@sha256:d22ca7442798dbbf8f67cf30ddcad95b123af4815bf71f15a1e3b77ac03c63f4
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-11-ocaml-5.3@sha256:d22ca7442798dbbf8f67cf30ddcad95b123af4815bf71f15a1e3b77ac03c63f4
# debian-11-5.3_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-effects.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.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 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-11-ocaml-5.3@sha256:d22ca7442798dbbf8f67cf30ddcad95b123af4815bf71f15a1e3b77ac03c63f4-debian-11-5.3_opam-2.4-2f937f9646f19f6ff577fa597a24b1e6"
2025-09-01 09:34.26: Using OBuilder spec:
((from ocaml/opam:debian-11-ocaml-5.3@sha256:d22ca7442798dbbf8f67cf30ddcad95b123af4815bf71f15a1e3b77ac03c63f4)
(comment debian-11-5.3_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-effects.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.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 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:35.17: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at 1d5a674 changes for 4.1.0


(from ocaml/opam:debian-11-ocaml-5.3@sha256:d22ca7442798dbbf8f67cf30ddcad95b123af4815bf71f15a1e3b77ac03c63f4)
2025-09-01 09:44.46 ---> using "aecf21de7093771dcd4921d5bf691dc9303081df1bf9c9c43966805889cd1304" from cache


/: (comment debian-11-5.3_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:44.46 ---> using "6953879d6c76a9fc0c641d7869dd6e24d0cde89dd1be7cb44b09e8abf4624314" 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-09-01 09:44.46 ---> using "7600f0d514b303110dc6d3ab07113df124ae8cba62b508f8ea6da4e38403529b" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-60-generic
The OCaml toplevel, version 5.3.0
2.4.1
2025-09-01 09:44.47 ---> using "54743e99253f61499bcb5d426bf2de41046d174bc5468c2826bb6397d1984ef3" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-09-01 09:44.47 ---> using "d0f46657015c9dd8bb340311f07fa8ab0c09a977e4413cab1a6dca7da3c0e0a0" 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


Already up-to-date.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-09-01 09:44.47 ---> using "212e459dc67b6b81f5e9e88eacd1945a56bb3ccecdd7359f8f440a9dbb4ffbaf" from cache


/src: (copy (src mirage-sleep.opam) (dst ./))
2025-09-01 09:44.47 ---> using "a3689ac581b5198be117a13c9a0b7ba0cc96c19371628c3993c7f5fa291b9993" 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-09-01 09:44.47 ---> using "043e5483c535af1183424b4562876a06c1e5078a003d2568fd48cc4a4c164dda" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-09-01 09:44.47 ---> using "4ee9b336bc7c2e5fa5befe546c36de5f79040d3ae23ef3e3846d0451be5134a4" from cache


/src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.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.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 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 bullseye InRelease
- Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [27.2 kB]
- Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
- Get:4 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [393 kB]
- Fetched 420 kB in 0s (1030 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-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[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-effects 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:44.47 ---> using "146eee239d2df45a3060ae4b07e5a03005b588fb23327a15c0424b2e0bd8358f" 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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[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-effects 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 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:45.16 ---> saved as "e41ab0e96418eaddce277093a970801a01811c92d8dcaaa98e2e8a912e44b199"


/src: (copy (src .) (dst /src))
2025-09-01 09:45.17 ---> saved as "9b46077e4449e3f438205f5077d9280f9b61d91ab04734864acb074465b6d7c1"


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