Organisationsocsigenlwtf8847d ()ubuntu-22.04-5.3_opam-2.3

ubuntu-22.04-5.3_opam-2.3

Link Copied
Code Copied

Logs

2025-06-05 11:22.14: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/domains (f8847d51c7cbaadd4c3b84c072ba4fd40d4c0f61) (linux-x86_64:ubuntu-22.04-5.3_opam-2.3)
Base: ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:691e157d404979edf21eaf44b6ccff38e852d38aea3fe6c475c66252787fffe9
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocsigen/lwt.git" -b "domains" && cd "lwt" && git reset --hard f8847d51
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:691e157d404979edf21eaf44b6ccff38e852d38aea3fe6c475c66252787fffe9
# ubuntu-22.04-5.3_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 2df846cb67d6f96ae4fced111519ff4ae27d19ae || git fetch origin master) && git reset -q --hard 2df846cb67d6f96ae4fced111519ff4ae27d19ae && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 lwt_retry.opam lwt_react.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.dev './' && \
opam pin add -yn lwt.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base.v0.17.2 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bisect_ppx.2.8.3 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.19.0 dune-configurator.3.19.0 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.0 ppxlib.0.35.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --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 @install @check @runtest && rm -rf _build


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


2025-06-05 11:22.14: Using cache hint "ocsigen/lwt-ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:691e157d404979edf21eaf44b6ccff38e852d38aea3fe6c475c66252787fffe9-ubuntu-22.04-5.3_opam-2.3-7cd005f70f2a69e35d028106b4afa7b9"
2025-06-05 11:22.14: Using OBuilder spec:
((from ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:691e157d404979edf21eaf44b6ccff38e852d38aea3fe6c475c66252787fffe9)
(comment ubuntu-22.04-5.3_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 2df846cb67d6f96ae4fced111519ff4ae27d19ae || git fetch origin master) && git reset -q --hard 2df846cb67d6f96ae4fced111519ff4ae27d19ae && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src lwt_retry.opam lwt_react.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.dev './' && \
\nopam pin add -yn lwt.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base.v0.17.2 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bisect_ppx.2.8.3 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.19.0 dune-configurator.3.19.0 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.0 ppxlib.0.35.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8")
(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.3 --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 @install @check @runtest && rm -rf _build"))
)


2025-06-05 11:22.14: Waiting for resource in pool OCluster
2025-06-05 11:22.15: Waiting for worker…
2025-06-05 11:22.15: Got resource from pool OCluster
Building on phoebe.caelum.ci.dev
HEAD is now at 9f3917e93 WIP
HEAD is now at f8847d51c WIP


(from ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:691e157d404979edf21eaf44b6ccff38e852d38aea3fe6c475c66252787fffe9)
2025-06-05 11:22.16 ---> using "5f9b98f99f2559a94e0377f2276c6e46ede44092a247dc5f1dae48dc0a1f8a10" from cache


/: (comment ubuntu-22.04-5.3_opam-2.3)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-06-05 11:22.16 ---> using "82f5a6ade332a70dd317fc4d7b5bbcb6e4d2e0f0a1f595d2a11960c0e25b1a75" 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 development 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 255 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=255 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-06-05 11:22.16 ---> using "4e6bc5c16f368f184baad93bc946c8b20959ecf61f7892a8e37b81ce6568665e" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-06-05 11:22.16 ---> using "69ad75f6dd7bf073d625272765135352ec835facf22fa22139d493a53e1455f0" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-06-05 11:22.16 ---> using "f2be70231cd714d8968adbf09ff32d55e5226ff06009fd61ced010b8abcadb01" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 2df846cb67d6f96ae4fced111519ff4ae27d19ae || git fetch origin master) && git reset -q --hard 2df846cb67d6f96ae4fced111519ff4ae27d19ae && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
35eb2f107a..c037675bed  master     -> origin/master
2df846cb67 Merge pull request #27910 from maiste/release-dune-3.19.0


<><> 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, 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-06-05 11:22.16 ---> using "e61db58e60200e73faac448ac97ae5ba4758bbb826d106ae6ac34bd6ef052cf4" from cache


/src: (copy (src lwt_retry.opam lwt_react.opam lwt_ppx.opam lwt.opam)
(dst ./))
2025-06-05 11:22.16 ---> saved as "5b2fd20223342a454d4ca088cddae78e3aba00007dd8e3c2514923357af92f61"


/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.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)
[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-06-05 11:22.25 ---> saved as "b1a22e9f3ec36032c8883e4924cd5475ef3d208eb2574786b0ff39b3b473ee40"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-06-05 11:22.25 ---> saved as "3f903809bdd596396e2b77a99de68b201ea92fccdfda214d45def853aa34e30f"


/src: (env DEPS "base.v0.17.2 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bisect_ppx.2.8.3 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 dune.3.19.0 dune-configurator.3.19.0 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.0 ppxlib.0.35.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.8")


/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.3 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
- Hit:2 http://archive.ubuntu.com/ubuntu jammy InRelease
- Get:3 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB]
- Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB]
- Get:5 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [47.7 kB]
- Get:6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2984 kB]
- Get:7 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1246 kB]
- Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [4476 kB]
- Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1553 kB]
- Get:10 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [4630 kB]
- Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3295 kB]
- Get:12 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.2 kB]
- Get:13 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [83.2 kB]
- Fetched 18.7 MB in 2s (12.5 MB/s)
- Reading package lists...
- 


<><> 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 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-06-05 11:22.40 ---> saved as "0b679df3600b40e67f6082bc734d5fe50a4674c1dacd38b081062bb73a83ce80"


/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 21 packages
- install base                    v0.17.2
- install base-bytes              base
- install bisect_ppx              2.8.3
- install cmdliner                1.3.0
- install cppo                    1.8.0
- install csexp                   1.5.2
- install dune                    3.19.0
- install dune-configurator       3.19.0
- install ocaml-compiler-libs     v0.17.0
- install ocaml_intrinsics_kernel v0.17.1
- install ocamlbuild              0.16.1
- install ocamlfind               1.9.8
- install ocplib-endian           1.2
- install ppx_derivers            1.2.1
- install ppx_here                v0.17.0
- install ppx_let                 v0.17.0
- install ppxlib                  0.35.0
- install react                   1.2.2
- install sexplib0                v0.17.0
- install stdlib-shims            0.3.0
- install topkg                   1.0.8


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bisect_ppx.2.8.3  (cached)
-> retrieved base.v0.17.2  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_here.v0.17.0  (cached)
-> retrieved ppx_let.v0.17.0  (cached)
-> retrieved react.1.2.2  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved dune.3.19.0, dune-configurator.3.19.0  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed base-bytes.base
-> installed topkg.1.0.8
-> installed react.1.2.2
-> installed dune.3.19.0
-> installed ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed cppo.1.8.0
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.19.0
-> installed base.v0.17.2
-> installed ppxlib.0.35.0
-> installed ppx_here.v0.17.0
-> installed bisect_ppx.2.8.3
-> installed ppx_let.v0.17.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-06-05 11:23.48 ---> saved as "55cb3f95522927ffa5e604248649924db7509b92e339eece744cc095592c30d6"


/src: (copy (src .) (dst /src))
2025-06-05 11:23.49 ---> saved as "58635daca7b3a035e6d90ab2de62d0300fa4be95b1bb8702fc63288548218d32"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test/unix && ./ocaml_runtime_exc_4.exe)
registering domain 0, already 0 domains registered
(cd _build/default/test/ppx_let && ./test.exe)
registering domain 0, already 0 domains registered
(cd _build/default/test/unix && ./ocaml_runtime_exc_6.exe)
registering domain 0, already 0 domains registered
(cd _build/default/test/unix && ./ocaml_runtime_exc_5.exe)
registering domain 0, already 0 domains registered
(cd _build/default/test/unix && ./ocaml_runtime_exc_1.exe)
registering domain 0, already 0 domains registered
(cd _build/default/test/unix && ./ocaml_runtime_exc_2.exe)
registering domain 0, already 0 domains registered
(cd _build/default/test/unix && ./ocaml_runtime_exc_3.exe)
registering domain 0, already 0 domains registered
(cd _build/default/test/retry && ./main.exe)
Testing library 'retry'...
.............registering domain 0, already 0 domains registered
.
Ok. 14 tests ran, 0 tests skipped in 0.01 seconds
File "test/unix/dune", line 22, characters 7-11:
22 |  (name main)
^^^^
(cd _build/default/test/unix && ./main.exe)
Testing library 'unix'...
registering domain 0, already 0 domains registered
Testing library 'unix'...
initialising event notifications for domain 0
registering domain 0, already 0 domains registered
File "test/ppx/dune", line 2, characters 7-11:
2 |  (name main)
^^^^
(cd _build/default/test/ppx && ./main.exe)
registering domain 0, already 0 domains registered
Testing library 'ppx'...
......registering domain 0, already 1 domains registered
Fatal error: exception Failure("already registered!!")
Raised at Stdlib.failwith in file "stdlib.ml", line 29, characters 17-33
Called from Stdlib__Mutex.protect in file "mutex.ml", line 28, characters 8-11
Re-raised at Stdlib__Mutex.protect in file "mutex.ml", line 34, characters 4-13
Called from Lwt_main.run in file "src/unix/lwt_main.ml", lines 32-36, characters 11-5
Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 116, characters 8-13
Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 122, characters 4-13
Called from Dune__exe__Main in file "test/ppx/main.ml", line 167, characters 8-32
File "test/core/dune", line 2, characters 7-11:
2 |  (name main)
^^^^
(cd _build/default/test/core && ./main.exe)
Testing library 'core'...
...................................................................................................................................................................................................................................................................................................................................................................................................................................FEEEEEEE
Failures in test suite 'pause':
Test 'initial state' produced 'false'
Test 'one promise' raised 'File "test/core/test_lwt.ml", line 4216, characters 4-10: Assertion failed'
Test 'multiple promises' raised 'File "test/core/test_lwt.ml", line 4227, characters 4-10: Assertion failed'
Test 'wakeup with no promises' raised 'File "test/core/test_lwt.ml", line 4240, characters 4-10: Assertion failed'
Test 'pause notifier' raised 'File "test/core/test_lwt.ml", line 4250, characters 4-10: Assertion failed'
Test 'pause in unpause' raised 'File "test/core/test_lwt.ml", line 4261, characters 4-10: Assertion failed'
Test 'recursive pause in notifier' raised 'File "test/core/test_lwt.ml", line 4273, characters 6-12: Assertion failed'
Test 'unpause in pause' raised 'File "test/core/test_lwt.ml", line 4284, characters 6-12: Assertion failed'
(cd _build/default/test/react && ./main.exe)
Testing library 'react'...
....registering domain 0, already 0 domains registered
.......
Ok. 11 tests ran, 0 tests skipped in 4.51 seconds
2025-06-05 12:22.15: Cancelling: Timeout (60.0 minutes)
Job cancelled
2025-06-05 12:22.15: Timeout (60.0 minutes)