2024-10-10 13:33.13: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/master (96cdc8346116dd1144d99225335c504d173a0236) (linux-x86_64:(lower-bound)) Base: ocaml/opam:debian-12-ocaml-4.08@sha256:313659e036d93aad64e3d503c7a2aa6326e0a2c7426087b094ccca6aed7d1612 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocsigen/lwt.git" -b "master" && cd "lwt" && git reset --hard 96cdc834 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-4.08@sha256:313659e036d93aad64e3d503c7a2aa6326e0a2c7426087b094ccca6aed7d1612 # 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 4795e0895b44aa27b6ee67583148aee756966a60 || git fetch origin master) && git reset -q --hard 4795e0895b44aa27b6ee67583148aee756966a60 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 lwt_react.opam lwt_ppx_let.opam lwt_ppx.opam lwt.opam ./ RUN opam pin add -yn lwt_react.dev './' && \ opam pin add -yn lwt_ppx_let.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.0.1 dune-configurator.2.0.1 dune-private-libs.2.0.1 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_react.dev lwt_ppx_let.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-10-10 13:33.13: Using cache hint "ocsigen/lwt-ocaml/opam:debian-12-ocaml-4.08@sha256:313659e036d93aad64e3d503c7a2aa6326e0a2c7426087b094ccca6aed7d1612-debian-12-4.08_opam-2.2-a2009c781a578a9f72004e58fe9b242d" 2024-10-10 13:33.13: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-4.08@sha256:313659e036d93aad64e3d503c7a2aa6326e0a2c7426087b094ccca6aed7d1612) (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 4795e0895b44aa27b6ee67583148aee756966a60 || git fetch origin master) && git reset -q --hard 4795e0895b44aa27b6ee67583148aee756966a60 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src lwt_react.opam lwt_ppx_let.opam lwt_ppx.opam lwt.opam) (dst ./)) (run (network host) (shell "opam pin add -yn lwt_react.dev './' && \ \nopam pin add -yn lwt_ppx_let.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.0.1 dune-configurator.2.0.1 dune-private-libs.2.0.1 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_react.dev lwt_ppx_let.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-10-10 13:33.13: Waiting for resource in pool OCluster 2024-10-10 13:33.14: Waiting for worker… 2024-10-10 13:37.07: Got resource from pool OCluster Building on x86-bm-c12.sw.ocaml.org All commits already cached HEAD is now at 96cdc8346 Merge pull request #1030 from MisterDA/lwt_convert_flag_list (from ocaml/opam:debian-12-ocaml-4.08@sha256:313659e036d93aad64e3d503c7a2aa6326e0a2c7426087b094ccca6aed7d1612) 2024-10-10 13:37.29 ---> saved as "8ac68bced7188653db7b81863dbdd05e2bdaccde05c724cc4b90798d2e42b237" /: (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-10-10 13:37.30 ---> saved as "68946da4107789f21e1b43a1fc10876ada8abd5ae5cb3a46df3ba7efc4a26ebc" /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-10-10 13:38.40 ---> saved as "0fa87fa384c8382b8a3fdb2ca4fdbb17616e9027318b0968209ab2e40b8a37d2" /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-10-10 13:38.40 ---> saved as "e80aa2ad87a5a9275a0410f836bb3790b9cb60ee03a9d88121517497b46d307a" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2024-10-10 13:38.40 ---> saved as "971af2034814b6690f2f54ab0ca46316cd22d9aed5eb0bc7863e9b345f165523" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 4795e0895b44aa27b6ee67583148aee756966a60 || git fetch origin master) && git reset -q --hard 4795e0895b44aa27b6ee67583148aee756966a60 && git log --no-decorate -n1 --oneline && opam update -u")) 4795e0895b Merge pull request #26339 from mtelvers/macos-m4 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository The following actions will be performed: === downgrade 1 package - downgrade opam-depext 1.2.3 to 1.2.1-1 [no longer available] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved opam-depext.1.2.1-1 (cached) -> removed opam-depext.1.2.3 -> installed opam-depext.1.2.1-1 Done. <><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><> => opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead # Run eval $(opam env) to update the current shell environment 2024-10-10 13:39.39 ---> saved as "7dbc603b12cee6d89748d471ed7797d319c9bc5ba016bccfe969e8f82cf840d9" /src: (copy (src lwt_react.opam lwt_ppx_let.opam lwt_ppx.opam lwt.opam) (dst ./)) 2024-10-10 13:39.39 ---> saved as "73fb88cb8c364ebec7f41fffe2211850b7f43a32c34f5cb9c30752f7f76732ba" /src: (run (network host) (shell "opam pin add -yn lwt_react.dev './' && \ \nopam pin add -yn lwt_ppx_let.dev './' && \ \nopam pin add -yn lwt_ppx.dev './' && \ \nopam pin add -yn lwt.dev './'")) [lwt_react.dev] synchronised (file:///src) lwt_react is now pinned to file:///src (version dev) [lwt_ppx_let.dev] synchronised (file:///src) lwt_ppx_let 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-10-10 13:39.46 ---> saved as "f5fa4bb2b7c3a2c22be9b9781262467602fdd0bf0879bd746f3ab6d5676ffcf5" /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.0.1 dune-configurator.2.0.1 dune-private-libs.2.0.1 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_react.dev lwt_ppx_let.dev lwt_ppx.dev lwt.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://deb.debian.org/debian bookworm InRelease - 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-security bookworm-security/main amd64 Packages [188 kB] - Fetched 291 kB in 0s (1068 kB/s) - Reading package lists... - <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [lwt.dev] synchronised (no changes) [lwt_ppx.dev] synchronised (no changes) [lwt_ppx_let.dev] synchronised (no changes) [lwt_react.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-10-10 13:40.03 ---> saved as "f545e4a01092e9b5a9c3d479b3bbdd024a05c633c5b4091b9e9d86421dcec543" /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.0.1 - install dune-configurator 2.0.1 - install dune-private-libs 2.0.1 - 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 cppo.1.6.1 (cached) -> retrieved base.v0.13.0 (cached) -> installed conf-m4.1 -> retrieved jbuilder.1.0+beta20.1 (cached) -> retrieved dune.2.0.1, dune-configurator.2.0.1, dune-private-libs.2.0.1 (cached) -> retrieved ocaml-compiler-libs.v0.11.0 (cached) -> retrieved ocaml-migrate-parsetree.2.0.0 (cached) -> retrieved ocamlbuild.0.14.0 (cached) -> retrieved ocamlfind.1.8.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 ocaml-compiler-libs.v0.11.0 -> installed cppo.1.6.1 -> installed dune.2.0.1 -> installed stdlib-shims.0.1.0 -> installed sexplib0.v0.13.0 -> installed ocaml-migrate-parsetree.2.0.0 -> installed dune-private-libs.2.0.1 -> installed dune-configurator.2.0.1 -> installed ocplib-endian.1.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-10-10 13:40.56 ---> saved as "b9f9295d9cfb9ddb1e2ed8909a24ea7e1e79faa29d10575db18b0891a7d01ab3" /src: (copy (src .) (dst /src)) 2024-10-10 13:40.56 ---> saved as "adbcd7fd185f4cf4f269ec4ea5b11a1af52b80e0dd11760c5dbfb238442cd5e4" /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/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/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/core/runtest Testing library 'core'... .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSSSSSSSSSSSSSS.................................................................................................................................................. Ok. 703 tests ran, 23 tests skipped in 0.23 seconds main alias test/ppx/runtest Testing library 'ppx'... ................ Ok. 16 tests ran, 0 tests skipped in 1.20 seconds main alias test/react/runtest Testing library 'react'... ........... Ok. 11 tests ran, 0 tests skipped in 4.50 seconds main alias test/unix/runtest Testing library 'unix'... .....................................SSSSS...............................................................................................................SSSS................................................................................... Ok. 231 tests ran, 9 tests skipped in 6.31 seconds 2024-10-10 13:41.06 ---> saved as "30d69929a3db77c32f1071e8d095c252a566ea1699a82fb885b0d8a2f870fecf" Job succeeded 2024-10-10 13:41.07: Job succeeded