Organisationsocsigenlwtf0a4c4 ()fedora-43-4.14_opam-2.4

fedora-43-4.14_opam-2.4

Link Copied
Code Copied

Logs

2025-11-21 08:53.26: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/master (f0a4c42e6d00af8e2d5a427859ddef40a3068e41) (linux-x86_64:fedora-43-4.14_opam-2.4)
Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:c2538b668bdb09c388cf33a32421565b093bd76bff7bd1f20d16f9cf30f87bf8
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocsigen/lwt.git" -b "master" && cd "lwt" && git reset --hard f0a4c42e
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:c2538b668bdb09c388cf33a32421565b093bd76bff7bd1f20d16f9cf30f87bf8
# fedora-43-4.14_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
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:fedora-43-ocaml-4.14@sha256:c2538b668bdb09c388cf33a32421565b093bd76bff7bd1f20d16f9cf30f87bf8-fedora-43-4.14_opam-2.4-992b1d042607839f328486c8272ab184"
2025-11-21 08:53.26: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:c2538b668bdb09c388cf33a32421565b093bd76bff7bd1f20d16f9cf30f87bf8)
(comment fedora-43-4.14_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (network host)
(shell "sudo dnf install -y findutils"))
(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:35.47: Waiting for worker…
2025-11-21 10:39.05: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at f0a4c42e6 Merge pull request #1075 from ocsigen/ci-names


(from ocaml/opam:fedora-43-ocaml-4.14@sha256:c2538b668bdb09c388cf33a32421565b093bd76bff7bd1f20d16f9cf30f87bf8)
Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:c2538b668bdb09c388cf33a32421565b093bd76bff7bd1f20d16f9cf30f87bf8' locally
docker.io/ocaml/opam@sha256:c2538b668bdb09c388cf33a32421565b093bd76bff7bd1f20d16f9cf30f87bf8: Pulling from ocaml/opam
3a6ccf50917d: Already exists
2ac39db0f7b1: Already exists
4ab95fa37585: Already exists
ef05642a6c19: Already exists
6ce4105a6817: Already exists
482e731bee2c: Already exists
82b20b1785fc: Already exists
5033efba3ea4: Already exists
ac061f34d5de: Already exists
3699d934db19: Already exists
c70084606501: Already exists
92cba88bcd96: Already exists
87d6cf018c95: Already exists
47a5774c8fa4: Already exists
a7a793f430ef: Already exists
50749af763e4: Already exists
1931ff52ea8f: Already exists
d6cbdb0b2976: Already exists
c21f3fb8010b: Already exists
006e8a0d5bfe: Already exists
4f4fb700ef54: Already exists
bff3cbb02176: Already exists
b5138c38b1e4: Already exists
f9df0a6b27ec: Already exists
199f7dd22bb1: Already exists
4704820b8848: Already exists
813e8e89161a: Already exists
3fef5dd9f9c7: Already exists
33b83451bd83: Already exists
f32a57644710: Already exists
40216abfd9f1: Already exists
d689b2a1b34b: Already exists
c515a0f2353f: Already exists
6b7f7c537f40: Pulling fs layer
2def47abdae6: Pulling fs layer
fd11b9527539: Pulling fs layer
b49b2a2f9119: Pulling fs layer
23b9806e7d7a: Pulling fs layer
251f6be3be0f: Pulling fs layer
fd11b9527539: Download complete
2def47abdae6: Download complete
b49b2a2f9119: Download complete
23b9806e7d7a: Download complete
7da16a6d9e8c: Pulling fs layer
251f6be3be0f: Download complete
7a4136c504bf: Pulling fs layer
e19c7fce326a: Pulling fs layer
418b2b7b43fc: Pulling fs layer
418b2b7b43fc: Waiting
7a4136c504bf: Download complete
418b2b7b43fc: Download complete
e19c7fce326a: Download complete
6b7f7c537f40: Pull complete
2def47abdae6: Pull complete
7da16a6d9e8c: Verifying Checksum
7da16a6d9e8c: Download complete
fd11b9527539: Pull complete
b49b2a2f9119: Pull complete
23b9806e7d7a: Pull complete
251f6be3be0f: Pull complete
7da16a6d9e8c: Pull complete
7a4136c504bf: Pull complete
e19c7fce326a: Pull complete
418b2b7b43fc: Pull complete
Digest: sha256:c2538b668bdb09c388cf33a32421565b093bd76bff7bd1f20d16f9cf30f87bf8
Status: Downloaded newer image for ocaml/opam@sha256:c2538b668bdb09c388cf33a32421565b093bd76bff7bd1f20d16f9cf30f87bf8
2025-11-21 11:18.01 ---> using "a51b0f106be4690b07e60d24f33e1310d1d782df2a7400a06464f0e0b48528b1" from cache


/: (comment fedora-43-4.14_opam-2.4)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (network host)
(shell "sudo dnf install -y findutils"))
Updating and loading repositories:
Fedora 43 - x86_64 - Updates           100% |  38.5 KiB/s |  20.6 KiB |  00m01s
Repositories loaded.
Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.


Nothing to do.
2025-11-21 11:18.01 ---> using "2b2e46638c144536179d5c37b2de70d91418d83d3a180b29c18c66bd8eb06920" from cache


/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-11-21 11:18.01 ---> using "759524c1e1bf708f77a099514c93fc3e43a0e1b6db6fce180487ff8666de0866" 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:18.01 ---> using "99e291459f2bd89547f1913b08ef80ed34fa3dd410356053eabab95807e248b9" 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:18.01 ---> using "b57ccc5555a8f0649caac5ccc86501e4f9681b8daa530a6a52ce58546b60d9e1" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-11-21 11:18.01 ---> using "a4333db763f0b907ca935a79713a519542557af741bf2e280ef0b29fa1652c72" 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:18.01 ---> using "010636c39dd2b0893e90df31b74348ca257cab04c72d91b6418e25a8e827c122" from cache


/src: (copy (src lwt_retry.opam lwt_react.opam lwt_ppx__ppx_let_tests.opam lwt_ppx.opam lwt.opam)
(dst ./))
2025-11-21 11:18.01 ---> using "51611736a7546ad861c94e3905b06e2c579274b3d7c340c7380c9379f34ba31e" from cache


/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.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.dev] synchronised (file:///src)
lwt is now pinned to file:///src (version dev)
2025-11-21 11:18.01 ---> using "28578579cb5ab1d5de214f91a673e031303063332fcf04198b5d2097e7a145e8" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-11-21 11:18.01 ---> using "3a1dc72fc9100ff922298905defadf9d82752eb90df9b0707615e9c6174f93d6" from cache


/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.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")


/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 lwt.dev $DEPS"))
+ /usr/sbin/sudo "yum" "makecache"
- Updating and loading repositories:
- Repositories loaded.
- Metadata cache created.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[lwt.dev] synchronised (file:///src)
[lwt_ppx.dev] synchronised (file:///src)
[lwt_react.dev] synchronised (file:///src)
[lwt_retry.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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.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-11-21 11:18.01 ---> using "9303ca4c78341b91d7ef00c1221f941c0d92474169752980c303d7a08eedc177" 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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.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 15 packages
- install base-bytes          base
- install cppo                1.8.0
- install csexp               1.5.2
- install dune                3.20.2
- install dune-configurator   3.20.2
- install ocaml-compiler-libs v0.12.4
- install ocamlbuild          0.16.1
- install ocamlfind           1.9.8
- install ocplib-endian       1.2
- install ppx_derivers        1.2.1
- install ppxlib              0.37.0
- install react               1.2.2
- install sexplib0            v0.17.0
- install stdlib-shims        0.3.0
- install topkg               1.1.1


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppxlib.0.37.0  (cached)
-> retrieved react.1.2.2  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed react.1.2.2
-> installed dune.3.20.2
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed cppo.1.8.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed sexplib0.v0.17.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.20.2
-> installed ppxlib.0.37.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-11-21 11:18.01 ---> using "ab549b533c7cd8832742856e5e5f7e6908a1ae6f16e08a2f30d625c60e848e18" from cache


/src: (copy (src .) (dst /src))
2025-11-21 11:39.05: Cancelling: Timeout (60.0 minutes)
Job cancelled
2025-11-21 11:42.23: Timeout (60.0 minutes)