2024-11-13 14:22.07: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/release-5-9-0 (7c514d77f8cf2ebdfe85229559791b7d2107a601) (linux-x86_64:(lower-bound)) Base: ocaml/opam:debian-12-ocaml-4.08@sha256:e4f2cf9099096504addd23b73b0d98c5a1fbb1633a6d52b7627cfa16f89debf8 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocsigen/lwt.git" -b "release-5-9-0" && cd "lwt" && git reset --hard 7c514d77 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.08@sha256:e4f2cf9099096504addd23b73b0d98c5a1fbb1633a6d52b7627cfa16f89debf8 # debian-12-4.08_opam-2.2 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.2 /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 28daeff6f36e886a2c133aceed8a117d4c6dcd28 || git fetch origin master) && git reset -q --hard 28daeff6f36e886a2c133aceed8a117d4c6dcd28 && 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 './' ENV DEPS="base.v0.13.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-m4.1 cppo.1.6.1 dune.2.7.0 dune-configurator.2.3.0 dune-private-libs.2.3.0 jbuilder.1.0+beta20.1 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.2.0.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocplib-endian.1.0 ppx_derivers.1.0 ppx_let.v0.13.0 ppxlib.0.16.0 react.1.0.0 sexplib0.v0.13.0 stdlib-shims.0.1.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.2 --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 2024-11-13 14:22.07: Using cache hint "ocsigen/lwt-ocaml/opam:debian-12-ocaml-4.08@sha256:e4f2cf9099096504addd23b73b0d98c5a1fbb1633a6d52b7627cfa16f89debf8-debian-12-4.08_opam-2.2-e4277836ecc912b7a37f3a7db8ef111e" 2024-11-13 14:22.07: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.08@sha256:e4f2cf9099096504addd23b73b0d98c5a1fbb1633a6d52b7627cfa16f89debf8) (comment debian-12-4.08_opam-2.2) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.2 /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 28daeff6f36e886a2c133aceed8a117d4c6dcd28 || git fetch origin master) && git reset -q --hard 28daeff6f36e886a2c133aceed8a117d4c6dcd28 && 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 './'")) (env DEPS "base.v0.13.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-m4.1 cppo.1.6.1 dune.2.7.0 dune-configurator.2.3.0 dune-private-libs.2.3.0 jbuilder.1.0+beta20.1 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.2.0.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocplib-endian.1.0 ppx_derivers.1.0 ppx_let.v0.13.0 ppxlib.0.16.0 react.1.0.0 sexplib0.v0.13.0 stdlib-shims.0.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.2 --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")) ) 2024-11-13 14:22.07: Waiting for resource in pool OCluster 2024-11-13 14:22.07: Waiting for worker… 2024-11-13 14:30.36: Got resource from pool OCluster Building on x86-bm-c14.sw.ocaml.org All commits already cached HEAD is now at 7c514d77f CHANGES for 5.9.0 (from ocaml/opam:debian-12-ocaml-4.08@sha256:e4f2cf9099096504addd23b73b0d98c5a1fbb1633a6d52b7627cfa16f89debf8) 2024-11-13 14:31.44 ---> saved as "45ed51cabfe3de1acd486922e22b24eee2a37ab1a07c3ddaa8a9367527eeade3" /: (comment debian-12-4.08_opam-2.2) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam")) 2024-11-13 14:31.45 ---> saved as "13f68d8fe05aeef95ccc5906a4e80e2ff77801f5b170515e2fb16bc7d4e819b3" /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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2024-11-13 14:33.05 ---> saved as "294086592733704d7a06c8eb9868913640f72ef439f238f7acb1a91796dc07eb" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-122-generic The OCaml toplevel, version 4.08.1 2.2.1 2024-11-13 14:33.06 ---> saved as "cd60e4e9851044c0fcdec87c6f3c868861f866cdaff6b226191e594c939a1819" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2024-11-13 14:33.06 ---> saved as "f7182983af2680d7a10d2372168e3332228b2072f3fc8b58cef2d84d4077fd35" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 28daeff6f36e886a2c133aceed8a117d4c6dcd28 || git fetch origin master) && git reset -q --hard 28daeff6f36e886a2c133aceed8a117d4c6dcd28 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD d872638bdf..d4c6a48080 master -> origin/master 28daeff6f3 Merge pull request #26814 from mtelvers/m4 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from 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. # Run eval $(opam env) to update the current shell environment 2024-11-13 14:34.40 ---> saved as "b9e1f2752bf4fc9486a8db7831dea58d8cbd4d121d552b2e7ac3a0cac02f41bf" /src: (copy (src lwt_retry.opam lwt_react.opam lwt_ppx.opam lwt.opam) (dst ./)) 2024-11-13 14:34.40 ---> saved as "73bc7030e43adb6bfb8c1819d60150e95c16ddae12835c163096122895243d24" /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 './'")) Package lwt_retry does not exist, create as a NEW package? [y/n] y [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) 2024-11-13 14:34.52 ---> saved as "cb94eab075a51741df11f97e6109ca4ff44a479f1edf7e93c765012c91419d37" /src: (env DEPS "base.v0.13.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-m4.1 cppo.1.6.1 dune.2.7.0 dune-configurator.2.3.0 dune-private-libs.2.3.0 jbuilder.1.0+beta20.1 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.2.0.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocplib-endian.1.0 ppx_derivers.1.0 ppx_let.v0.13.0 ppxlib.0.16.0 react.1.0.0 sexplib0.v0.13.0 stdlib-shims.0.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.2 --depext-only -y lwt_retry.dev lwt_react.dev lwt_ppx.dev lwt.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 [8789 kB] - Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [204 kB] - Fetched 9247 kB in 2s (4335 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [lwt.dev] synchronised (no changes) [lwt_ppx.dev] synchronised (no changes) [lwt_react.dev] synchronised (no changes) [lwt_retry.dev] synchronised (no changes) [NOTE] Package ocaml-config is already installed (current version is 1). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1). [NOTE] Package ocaml is already installed (current version is 4.08.1). [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 system packages will first need to be installed: m4 <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4" - debconf: delaying package configuration, since apt-utils is not installed - Selecting previously unselected package m4. - (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 18745 files and directories currently installed.) - Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ... - Unpacking m4 (1.4.19-3) ... - Setting up m4 (1.4.19-3) ... 2024-11-13 14:35.25 ---> saved as "d4d0a54a2d7668d96443349ab6a955f9a31925adbf0af4ffc1c75ed78e407c0d" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-config is already installed (current version is 1). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1). [NOTE] Package ocaml is already installed (current version is 4.08.1). [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 19 packages - install base v0.13.0 - install base-bytes base - install conf-m4 1 - install cppo 1.6.1 - install dune 2.7.0 - install dune-configurator 2.3.0 - install dune-private-libs 2.3.0 - install jbuilder 1.0+beta20.1 - install ocaml-compiler-libs v0.11.0 - install ocaml-migrate-parsetree 2.0.0 (deprecated) - install ocamlbuild 0.14.0 - install ocamlfind 1.8.0 - install ocplib-endian 1.0 - install ppx_derivers 1.0 - install ppx_let v0.13.0 - install ppxlib 0.16.0 - install react 1.0.0 - install sexplib0 v0.13.0 - install stdlib-shims 0.1.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved base.v0.13.0 (cached) -> retrieved cppo.1.6.1 (cached) -> installed conf-m4.1 -> retrieved jbuilder.1.0+beta20.1 (cached) -> retrieved dune.2.7.0 (cached) -> retrieved dune-configurator.2.3.0, dune-private-libs.2.3.0 (cached) -> retrieved ocaml-compiler-libs.v0.11.0 (cached) -> retrieved ocaml-migrate-parsetree.2.0.0 (cached) -> retrieved ocamlfind.1.8.0 (cached) -> retrieved ocamlbuild.0.14.0 (cached) -> retrieved ocplib-endian.1.0 (cached) -> retrieved ppx_derivers.1.0 (cached) -> retrieved ppx_let.v0.13.0 (cached) -> retrieved sexplib0.v0.13.0 (cached) -> retrieved stdlib-shims.0.1.0 (cached) -> retrieved react.1.0.0 (cached) -> retrieved ppxlib.0.16.0 (cached) -> installed ocamlfind.1.8.0 -> installed base-bytes.base -> installed ocamlbuild.0.14.0 -> installed react.1.0.0 -> installed jbuilder.1.0+beta20.1 -> installed ppx_derivers.1.0 -> installed cppo.1.6.1 -> installed ocaml-compiler-libs.v0.11.0 -> installed dune.2.7.0 -> installed stdlib-shims.0.1.0 -> installed sexplib0.v0.13.0 -> installed ocaml-migrate-parsetree.2.0.0 -> installed dune-private-libs.2.3.0 -> installed ocplib-endian.1.0 -> installed dune-configurator.2.3.0 -> installed base.v0.13.0 -> installed ppxlib.0.16.0 -> installed ppx_let.v0.13.0 Done. <><> ocaml-migrate-parsetree.2.0.0 installed successfully <><><><><><><><><><><> => Note: This package is deprecated. # Run eval $(opam env) to update the current shell environment 2024-11-13 14:36.54 ---> saved as "3785166c0ba6ccc2cad9b1d0af2eddf03c0d7dfb9c8737404fa2244de6fbcab6" /src: (copy (src .) (dst /src)) 2024-11-13 14:36.57 ---> saved as "6edf8eeb85b5764932ab1203ec8d851ba206800e771c940935df577d9f68e1ee" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) File "/home/opam/.opam/4.08/lib/ocaml-compiler-libs/bytecomp/ocaml-compiler-libs.bytecomp.dune", line 1, characters 0-0: Warning: .dune files are ignored since 2.0. Reinstall the library with dune >= 2.0 to get rid of this warning and enable support for the subsystem this library provides. File "/home/opam/.opam/4.08/lib/ocaml-compiler-libs/common/ocaml-compiler-libs.common.dune", line 1, characters 0-0: Warning: .dune files are ignored since 2.0. Reinstall the library with dune >= 2.0 to get rid of this warning and enable support for the subsystem this library provides. File "/home/opam/.opam/4.08/lib/ocaml-compiler-libs/shadow/ocaml-compiler-libs.shadow.dune", line 1, characters 0-0: Warning: .dune files are ignored since 2.0. Reinstall the library with dune >= 2.0 to get rid of this warning and enable support for the subsystem this library provides. File "/home/opam/.opam/4.08/lib/ocaml-compiler-libs/toplevel/ocaml-compiler-libs.toplevel.dune", line 1, characters 0-0: Warning: .dune files are ignored since 2.0. Reinstall the library with dune >= 2.0 to get rid of this warning and enable support for the subsystem this library provides. File "/home/opam/.opam/4.08/lib/ppx_derivers/ppx_derivers.dune", line 1, characters 0-0: Warning: .dune files are ignored since 2.0. Reinstall the library with dune >= 2.0 to get rid of this warning and enable support for the subsystem this library provides. ocamlc test/ppx/.main.eobjs/byte/dune__exe__Main.{cmi,cmo,cmt} File "test/ppx/main.ml", line 9, characters 0-46: 9 | let%lwt structure_let_result = Lwt.return_true ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 22: let%lwt should not be used at the module item level. Replace let%lwt x = e by let x = Lwt_main.run (e) ocamlopt test/ppx/.main.eobjs/native/dune__exe__Main.{cmx,o} File "test/ppx/main.ml", line 9, characters 0-46: 9 | let%lwt structure_let_result = Lwt.return_true ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 22: let%lwt should not be used at the module item level. Replace let%lwt x = e by let x = Lwt_main.run (e) main alias test/retry/runtest Testing library 'retry'... .............. Ok. 14 tests ran, 0 tests skipped in 0.01 seconds main alias test/ppx/runtest Testing library 'ppx'... ................ Ok. 16 tests ran, 0 tests skipped in 1.21 seconds main alias test/core/runtest Testing library 'core'... ...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSSSSSSSSSSSSSS.................................................................................................................................................. Ok. 705 tests ran, 23 tests skipped in 0.34 seconds main alias test/react/runtest Testing library 'react'... ........... Ok. 11 tests ran, 0 tests skipped in 4.51 seconds main alias test/unix/runtest Testing library 'unix'... ......................................SSSSS..................................S.................................................................................SSS............................................................................. Ok. 230 tests ran, 9 tests skipped in 6.36 seconds 2024-11-13 14:37.12 ---> saved as "b0cb35274364de6053029f4a51b94179c03e38b3abd70730c1faff8138efcb87" Job succeeded 2024-11-13 14:37.12: Job succeeded