Organisationsocsigenlwt1375b8 (release-5-9-2)ubuntu-25.10-4.14_opam-2.4

ubuntu-25.10-4.14_opam-2.4

Logs

Show full logs
2025-11-21 08:53.26: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/release-5-9-2 (1375b8792a2a17b1bd77b8f52e823376d3a3b18e) (linux-x86_64:ubuntu-25.10-4.14_opam-2.4)
Base: ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33c
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocsigen/lwt.git" -b "release-5-9-2" && cd "lwt" && git reset --hard 1375b879
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33c
# ubuntu-25.10-4.14_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 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && 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.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.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.2 dune-configurator.3.20.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppxlib.0.37.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1"
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 lwt.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build --only-packages=lwt_retry,lwt_react,lwt_ppx,lwt @install @check @runtest && rm -rf _build

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

2025-11-21 08:53.26: Using cache hint "ocsigen/lwt-ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33c-ubuntu-25.10-4.14_opam-2.4-992b1d042607839f328486c8272ab184"
2025-11-21 08:53.26: Using OBuilder spec:
((from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33c)
 (comment ubuntu-25.10-4.14_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 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && 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.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.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.2 dune-configurator.3.20.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppxlib.0.37.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1")
 (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 lwt.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,lwt @install @check @runtest && rm -rf _build"))
)

2025-11-21 08:53.26: Waiting for resource in pool OCluster
2025-11-21 10:36.45: Waiting for worker…
2025-11-21 10:39.22: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 1375b8792 Update CHANGES
2025-11-21 11:39.22: Cancelling: Timeout (60.0 minutes)

(from ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33c)
Unable to find image 'ocaml/opam:ubuntu-25.10-ocaml-4.14@sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33c' locally
docker.io/ocaml/opam@sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33c: Pulling from ocaml/opam
9b965cd35928: Already exists
6c31bc6d66d3: Already exists
27be051823bf: Already exists
c5295dfd16e5: Already exists
7c6e3b2643c5: Already exists
db5fc12c4b12: Already exists
b7a8523d0575: Already exists
21427cfce9d5: Already exists
72bd9dbcf413: Already exists
17e15645b078: Already exists
dd011c665d24: Already exists
f65f55bdd63e: Already exists
7750d91c24d2: Already exists
f793edf3ac50: Already exists
ea928b1638f9: Already exists
84089d21fd1b: Already exists
84089d21fd1b: Already exists
12e4a134e9bd: Already exists
66d915a9deb4: Already exists
f5152eee31cf: Already exists
73b5be887d12: Already exists
4f4fb700ef54: Already exists
af6c5d047451: Already exists
e8d56734fe9f: Already exists
95a8f02aed80: Already exists
2fbb14590585: Already exists
78b0de561201: Already exists
6df73f10635d: Already exists
5baa9b3ae410: Already exists
d0779cc00790: Already exists
7576666feee1: Already exists
90e2f12ac078: Already exists
b7afb6b42091: Already exists
18abf9960b7f: Already exists
5832f9f4ff65: Already exists
4a54ac4d04bd: Already exists
a2614a61f4a0: Already exists
a11ce7714f98: Already exists
c49ad178b5eb: Already exists
d8925871c7c3: Already exists
13f544cc4c42: Pulling fs layer
98f02b69a6f5: Pulling fs layer
58d5d99bbb8c: Pulling fs layer
52963ccc41a6: Pulling fs layer
52963ccc41a6: Waiting
98f02b69a6f5: Verifying Checksum
98f02b69a6f5: Download complete
58d5d99bbb8c: Verifying Checksum
58d5d99bbb8c: Download complete
52963ccc41a6: Verifying Checksum
13f544cc4c42: Verifying Checksum
13f544cc4c42: Download complete
13f544cc4c42: Pull complete
98f02b69a6f5: Pull complete
58d5d99bbb8c: Pull complete
52963ccc41a6: Pull complete
Digest: sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33c
Status: Downloaded newer image for ocaml/opam@sha256:0f4ed36368faf0d0f8a3c00733f6dd73a577f2532d62aa690d6adfb4d44db33c
2025-11-21 11:55.00 ---> using "b266a7dc679260fa8a4817f7250c1721c37d9e694f7fe06a676c0bc4230fb1a6" from cache

/: (comment ubuntu-25.10-4.14_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-11-21 11:55.00 ---> using "53db812cb5271f3fb59e7f1230495f77497eaf292107407c3d1f4529f5d00339" 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-11-21 11:55.00 ---> using "222962b8345bef25725f7bbb1b15f75b6e9fc27522ed220624f57c13593100c6" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-87-generic
The OCaml toplevel, version 4.14.2
2.4.1
2025-11-21 11:55.00 ---> using "4c03ca8dfc973a5b5e5750e4c55b1cf85e4b2771a53878e0cc337672a8a95241" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-11-21 11:55.00 ---> using "e2586726a64d488670f7e0a05fc10b6c6bcaf54c789b59d86f6d77a38e8bb317" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   2ec6d6cc92..ee3428377a  master     -> origin/master
1ec0eeb78d Merge pull request #28897 from dra27/ocamlfind-msys2-cygwin

<><> 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.4.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-11-21 11:55.00 ---> using "2ab5f64e4cf1de6da7317e057a4c4db6bedd3f819e632277fa41534e4decc064" from cache

/src: (copy (src lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt.opam)
            (dst ./))
Job cancelled
2025-11-21 11:55.00: Timeout (60.0 minutes)