Organisationsocsigenlwte31098 ()debian-13-5.3_riscv64_opam-2.4

debian-13-5.3_riscv64_opam-2.4

Logs

Show full logs
2025-10-16 07:41.04: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/pull/1084/head (e31098e375c86e4b2a6ab0fe4fe0ba871c444563) (linux-riscv64:debian-13-5.3_riscv64_opam-2.4)
Base: ocaml/opam:debian-13-ocaml-5.3@sha256:fb2562ab204a8b27498b2f0c88683a5e97ce41d203f2ed51d9c5d863f13eedcf
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocsigen/lwt.git" && cd "lwt" && git fetch origin "refs/pull/1084/head" && git reset --hard e31098e3
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.3@sha256:fb2562ab204a8b27498b2f0c88683a5e97ce41d203f2ed51d9c5d863f13eedcf
# debian-13-5.3_riscv64_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 deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && 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.v0.17.3 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.2 dune-configurator.3.20.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.17.0 ppx_let.v0.17.1 ppxlib.0.37.0 react.1.2.2 sexplib0.v0.17.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__ppx_let_tests.dev lwt_ppx.dev lwt.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-10-16 07:41.04: Using cache hint "ocsigen/lwt-ocaml/opam:debian-13-ocaml-5.3@sha256:fb2562ab204a8b27498b2f0c88683a5e97ce41d203f2ed51d9c5d863f13eedcf-debian-13-5.3_riscv64_opam-2.4-e639c76c7dccf78d15a3b492d4ede10b"
2025-10-16 07:41.04: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.3@sha256:fb2562ab204a8b27498b2f0c88683a5e97ce41d203f2ed51d9c5d863f13eedcf)
 (comment debian-13-5.3_riscv64_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 deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && 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.v0.17.3 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.2 dune-configurator.3.20.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.17.0 ppx_let.v0.17.1 ppxlib.0.37.0 react.1.2.2 sexplib0.v0.17.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__ppx_let_tests.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 @install @check @runtest && rm -rf _build"))
)

2025-10-16 07:41.04: Waiting for resource in pool OCluster
2025-10-16 07:41.04: Waiting for worker…
2025-10-16 07:44.31: Got resource from pool OCluster
Building on riscv-bm-04.sw.ci.dev
HEAD is now at 8985a4159 runtime-events as optional dep (to be compatible with 4.14)
HEAD is now at e31098e37 minor: drop the now-useless [packed_promise] type

(from ocaml/opam:debian-13-ocaml-5.3@sha256:fb2562ab204a8b27498b2f0c88683a5e97ce41d203f2ed51d9c5d863f13eedcf)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.3@sha256:fb2562ab204a8b27498b2f0c88683a5e97ce41d203f2ed51d9c5d863f13eedcf' locally
docker.io/ocaml/opam@sha256:fb2562ab204a8b27498b2f0c88683a5e97ce41d203f2ed51d9c5d863f13eedcf: Pulling from ocaml/opam
Digest: sha256:fb2562ab204a8b27498b2f0c88683a5e97ce41d203f2ed51d9c5d863f13eedcf
Status: Downloaded newer image for ocaml/opam@sha256:fb2562ab204a8b27498b2f0c88683a5e97ce41d203f2ed51d9c5d863f13eedcf
2025-10-16 07:48.53 ---> saved as "c99c479027ede10f1c237fdfc26e8eabfa86807c124910c40e8d93756dbe8b0f"

/: (comment debian-13-5.3_riscv64_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-10-16 07:48.54 ---> saved as "d62c830dbe476428603468d6652660084f6c7bc2ededcb7682ad586f8ea5f981"

/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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
2025-10-16 07:49.44: Cancelling: Auto-cancelling job because it is no longer needed
Job cancelled