Organisationsocsigenlwt1cc280 ()debian-12-4.10_opam-2.4

debian-12-4.10_opam-2.4

Link Copied
Code Copied

Logs

2025-09-08 11:56.40: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/lwt-6 (1cc28036b0804bba8badb18864668d0027c8a58e) (linux-x86_64:debian-12-4.10_opam-2.4)
Base: ocaml/opam:debian-12-ocaml-4.10@sha256:4e608abb3d6f52e21cc5628583fccf649326c85eb9375f8fd7f2a88ecdd9756e
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocsigen/lwt.git" -b "lwt-6" && cd "lwt" && git reset --hard 1cc28036
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.10@sha256:4e608abb3d6f52e21cc5628583fccf649326c85eb9375f8fd7f2a88ecdd9756e
# debian-12-4.10_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 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 || git fetch origin master) && git reset -q --hard 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt_direct.opam lwt.opam ./
RUN opam pin add -yn lwt_retry.dev './' && \
opam pin add -yn lwt_react.dev './' && \
opam pin add -yn lwt_ppx__ppx_let_tests.dev './' && \
opam pin add -yn lwt_ppx.dev './' && \
opam pin add -yn lwt_direct.dev './' && \
opam pin add -yn lwt.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 lwt.5.9.2 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppxlib.0.36.0 react.1.2.2 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build --only-packages=lwt_retry,lwt_react,lwt_ppx @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2025-09-08 11:56.40: Using cache hint "ocsigen/lwt-ocaml/opam:debian-12-ocaml-4.10@sha256:4e608abb3d6f52e21cc5628583fccf649326c85eb9375f8fd7f2a88ecdd9756e-debian-12-4.10_opam-2.4-a331375ba95a5ba11a854ba26713a2d7"
2025-09-08 11:56.40: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.10@sha256:4e608abb3d6f52e21cc5628583fccf649326c85eb9375f8fd7f2a88ecdd9756e)
(comment debian-12-4.10_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 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 || git fetch origin master) && git reset -q --hard 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt_direct.opam lwt.opam)
(dst ./))
(run (network host)
(shell  "opam pin add -yn lwt_retry.dev './' && \
\nopam pin add -yn lwt_react.dev './' && \
\nopam pin add -yn lwt_ppx__ppx_let_tests.dev './' && \
\nopam pin add -yn lwt_ppx.dev './' && \
\nopam pin add -yn lwt_direct.dev './' && \
\nopam pin add -yn lwt.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 lwt.5.9.2 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppxlib.0.36.0 react.1.2.2 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.0")
(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 lwt_retry.dev lwt_react.dev lwt_ppx.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 --only-packages=lwt_retry,lwt_react,lwt_ppx @install @check @runtest && rm -rf _build"))
)


2025-09-08 11:56.40: Waiting for resource in pool OCluster
2025-09-08 11:56.40: Waiting for worker…
2025-09-08 11:56.40: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at 1cc28036b multidomain pipe test: deactivate on windows


(from ocaml/opam:debian-12-ocaml-4.10@sha256:4e608abb3d6f52e21cc5628583fccf649326c85eb9375f8fd7f2a88ecdd9756e)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.10@sha256:4e608abb3d6f52e21cc5628583fccf649326c85eb9375f8fd7f2a88ecdd9756e' locally
docker.io/ocaml/opam@sha256:4e608abb3d6f52e21cc5628583fccf649326c85eb9375f8fd7f2a88ecdd9756e: Pulling from ocaml/opam
bbd0d7f7db1c: Already exists
99fc2a1c4d16: Already exists
b289705e8fe9: Already exists
e59dc59ca951: Already exists
a1fc099fee8e: Already exists
Digest: sha256:4e608abb3d6f52e21cc5628583fccf649326c85eb9375f8fd7f2a88ecdd9756e
Status: Downloaded newer image for ocaml/opam@sha256:4e608abb3d6f52e21cc5628583fccf649326c85eb9375f8fd7f2a88ecdd9756e
2025-09-08 11:57.19 ---> saved as "aeaf57a0808a84b5942785a06f5a2983d5c77cfe1a00098ff75cfa80cf937da4"


/: (comment debian-12-4.10_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-08 11:57.20 ---> saved as "ce29ac05b109db2dd8e71159438fbdb41e595b4dc54521fcc52e4c2c619f1e43"


/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-08 11:57.43 ---> saved as "eacdf84c67e1ce6ef1d5d2955bca2ab42efcbad638e35bf70febca7f87d73a61"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-131-generic
The OCaml toplevel, version 4.10.2
2.4.1
2025-09-08 11:57.43 ---> saved as "9282d9c8a2bda3c2cf9e4054f4587d852b176c07279a53fb2d8172129d86768a"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-09-08 11:57.43 ---> saved as "0128be5fbf013e143afa8f668fe70e6b230f730e987dcbeab1646e951377188b"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 || git fetch origin master) && git reset -q --hard 4c972ba0fc24bcf3f84a30d19f8d725f7ce382a4 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
ee24528071..9c3d4d2c45  master     -> origin/master
4c972ba0fc Merge pull request #28397 from maiste/release-dune-3.20.1


<><> 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-08 11:58.03 ---> saved as "947a0dbba645350fc82fd61b7740e6a61411263e8276813f4b4f281a19793e6f"


/src: (copy (src lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt_direct.opam lwt.opam)
(dst ./))
2025-09-08 11:58.03 ---> saved as "f2bf9d7704b7b9471cfe2b10f5d75aa48497799617ce7ba8da9709f331a2ae44"


/src: (run (network host)
(shell  "opam pin add -yn lwt_retry.dev './' && \
\nopam pin add -yn lwt_react.dev './' && \
\nopam pin add -yn lwt_ppx__ppx_let_tests.dev './' && \
\nopam pin add -yn lwt_ppx.dev './' && \
\nopam pin add -yn lwt_direct.dev './' && \
\nopam pin add -yn lwt.dev './'"))
[lwt_retry.dev] synchronised (file:///src)
lwt_retry is now pinned to file:///src (version dev)
[lwt_react.dev] synchronised (file:///src)
lwt_react is now pinned to file:///src (version dev)
[NOTE] Package lwt_ppx__ppx_let_tests does not exist in opam repositories registered in the current switch.
[lwt_ppx__ppx_let_tests.dev] synchronised (file:///src)
[WARNING] Failed checks on lwt_ppx__ppx_let_tests package definition from source at file:///src:
warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/ : "NOTFORRELEASE"
lwt_ppx__ppx_let_tests is now pinned to file:///src (version dev)
[lwt_ppx.dev] synchronised (file:///src)
lwt_ppx is now pinned to file:///src (version dev)
[lwt_direct.dev] synchronised (file:///src)
lwt_direct is now pinned to file:///src (version dev)
[lwt.dev] synchronised (file:///src)
lwt is now pinned to file:///src (version dev)
2025-09-08 11:58.11 ---> saved as "001257d5641a558c5549092a07bc360cdb4913f5f7ddf4f525eb4c18481e0ef3"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-09-08 11:58.11 ---> saved as "3ffc715e533f40588682c09dff8d14e598cfe95df917f5d5169358793d8663f8"


/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 lwt.5.9.2 ocaml.4.10.2 ocaml-base-compiler.4.10.2 ocaml-compiler-libs.v0.12.4 ocaml-config.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppxlib.0.36.0 react.1.2.2 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.0")


/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 lwt_retry.dev lwt_react.dev lwt_ppx.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- 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 bookworm/main amd64 Packages [8791 kB]
- Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [277 kB]
- Fetched 9323 kB in 2s (5865 kB/s)
- Reading package lists...
- 
[ERROR] Package lwt has no version 5.9.2.
"/usr/bin/env" "bash" "-c" "opam update --depexts && opam install --cli=2.4 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx.dev $DEPS" failed with exit status 5
2025-09-08 11:58.15: Job failed: Failed: Build failed