2024-12-19 06:16.31: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/release-5-9-0 (37dd6adc65a321ef88aa2361f376e7c114a033c4) (macos-arm64:macos-homebrew-5.2_arm64_opam-2.3) Base: macos-homebrew-ocaml-5.2 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 37dd6adc cat > Dockerfile <<'END-OF-DOCKERFILE' FROM macos-homebrew-ocaml-5.2 # macos-homebrew-5.2_arm64_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN ln -f ~/local/bin/opam-2.3 ~/local/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN cd ~/opam-repository && (git cat-file -e 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 lwt_retry.opam lwt_react.opam lwt_ppx.opam lwt.opam ./src/./ RUN opam pin add -yn lwt_retry.dev './src/./' && \ opam pin add -yn lwt_react.dev './src/./' && \ opam pin add -yn lwt_ppx.dev './src/./' && \ opam pin add -yn lwt.dev './src/./' RUN echo '(lang dune 3.0)' > './src/./dune-project' ENV DEPS="base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.1 host-arch-arm64.1 host-system-other.1 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.17.0 ppx_let.v0.17.0 ppxlib.0.33.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7" 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 cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2024-12-19 06:16.31: Using cache hint "ocsigen/lwt-macos-homebrew-ocaml-5.2-macos-homebrew-5.2_arm64_opam-2.3-20814234a9bd4b8a7aee551e156089db" 2024-12-19 06:16.31: Using OBuilder spec: ((from macos-homebrew-ocaml-5.2) (comment macos-homebrew-5.2_arm64_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src lwt_retry.opam lwt_react.opam lwt_ppx.opam lwt.opam) (dst ./src/./)) (run (network host) (shell "opam pin add -yn lwt_retry.dev './src/./' && \ \nopam pin add -yn lwt_react.dev './src/./' && \ \nopam pin add -yn lwt_ppx.dev './src/./' && \ \nopam pin add -yn lwt.dev './src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) (env DEPS "base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.1 host-arch-arm64.1 host-system-other.1 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.17.0 ppx_let.v0.17.0 ppxlib.0.33.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst ./src)) (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2024-12-19 06:16.31: Waiting for resource in pool OCluster 2024-12-19 11:39.29: Waiting for worker… 2024-12-19 13:44.40: Got resource from pool OCluster Building on m1-worker-03 All commits already cached HEAD is now at 37dd6adc6 add lwt_retry.opam.template to fix dune subst invocation (from macos-homebrew-ocaml-5.2) 2024-12-19 13:44.40 ---> using "9b46fe3d2429f2b9195a02468cb57ac45cfa11fb4a87cb32b5e5375232223327" from cache /: (comment macos-homebrew-5.2_arm64_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam")) 2024-12-19 13:44.40 ---> using "0dc20c01dcf9a0b5e61b28633401c2b272e9a81a4b51eb94968d876cf02072b1" from cache /: (run (shell "opam init --reinit -ni")) No configuration file found, using 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 /Users/mac1000/.opam from version 2.1 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 1 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=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///Users/mac1000/opam-repository 2024-12-19 13:44.40 ---> using "7ce6e177b12e24db72f980204e6809b30510654dee0daa79fd13bd75833aad21" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Darwin 23.4.0 The OCaml toplevel, version 5.2.1 2.3.0 2024-12-19 13:44.40 ---> using "1a65967ac73e91b58159f313398697410a2a267cec35a0c262c62bd1320e149d" from cache /: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 11bdbee611..5c7ffb23c8 master -> origin/master 5c7ffb23c8 Merge pull request #27137 from maiste/release-dune-3.17.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///Users/mac1000/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.4.0 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) 2024-12-19 13:44.40 ---> using "0f546508f43d88f11756eec257e11866578602829ace8bb90ca37b21435dbb4e" from cache /: (copy (src lwt_retry.opam lwt_react.opam lwt_ppx.opam lwt.opam) (dst ./src/./)) 2024-12-19 13:44.42 ---> saved as "30cc3c906e112fa87fcbd4ae07161089a8d1ec6c886236706ab83fce0cff1b83" /: (run (network host) (shell "opam pin add -yn lwt_retry.dev './src/./' && \ \nopam pin add -yn lwt_react.dev './src/./' && \ \nopam pin add -yn lwt_ppx.dev './src/./' && \ \nopam pin add -yn lwt.dev './src/./'")) [lwt_retry.dev] synchronised (file:///Users/mac1000/src) lwt_retry is now pinned to file:///Users/mac1000/src (version dev) [lwt_react.dev] synchronised (file:///Users/mac1000/src) lwt_react is now pinned to file:///Users/mac1000/src (version dev) [lwt_ppx.dev] synchronised (file:///Users/mac1000/src) lwt_ppx is now pinned to file:///Users/mac1000/src (version dev) [lwt.dev] synchronised (file:///Users/mac1000/src) lwt is now pinned to file:///Users/mac1000/src (version dev) 2024-12-19 13:44.56 ---> saved as "6c55de658fdd3b9167151d1dabac94917563c21387d92f2037956a2a63c9ccd1" /: (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) 2024-12-19 13:44.57 ---> saved as "9d7da38f4cb841a4876faa98cd0157e9c23d0bef01fd1c4f7ae9a2524683e1cf" /: (env DEPS "base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.1 host-arch-arm64.1 host-system-other.1 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.17.0 ppx_let.v0.17.0 ppxlib.0.33.0 react.1.2.2 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.0.7") /: (env CI true) /: (env OCAMLCI true) /: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (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")) + /opt/homebrew/bin/brew "update" - ==> Updating Homebrew... - Already up-to-date. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [lwt.dev] synchronised (file:///Users/mac1000/src) [lwt_react.dev] synchronised (file:///Users/mac1000/src) [lwt_ppx.dev] synchronised (file:///Users/mac1000/src) [lwt_retry.dev] synchronised (file:///Users/mac1000/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-base-compiler is already installed (current version is 5.2.1). [NOTE] Package ocaml is already installed (current version is 5.2.1). [NOTE] Package host-system-other is already installed (current version is 1). [NOTE] Package host-arch-arm64 is already installed (current version is 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-nnp 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). 2024-12-19 13:45.14 ---> saved as "c29ba1d97f0700487490164ba157a67f0680caa713f2fab5459a7290a92cc007" /: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew))) (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-base-compiler is already installed (current version is 5.2.1). [NOTE] Package ocaml is already installed (current version is 5.2.1). [NOTE] Package host-system-other is already installed (current version is 1). [NOTE] Package host-arch-arm64 is already installed (current version is 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-nnp 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 19 packages - install base v0.17.1 - install base-bytes base - install cppo 1.8.0 - install csexp 1.5.2 - install dune 3.17.1 - install dune-configurator 3.17.1 - install ocaml-compiler-libs v0.17.0 - install ocaml_intrinsics_kernel v0.17.1 - install ocamlbuild 0.15.0 - install ocamlfind 1.9.6 - 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.33.0 - install react 1.2.2 - install sexplib0 v0.17.0 - install stdlib-shims 0.3.0 - install topkg 1.0.7 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved csexp.1.5.2 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved base.v0.17.1 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached) -> retrieved ocamlbuild.0.15.0 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved ocamlfind.1.9.6 (cached) -> retrieved ppx_here.v0.17.0 (cached) -> retrieved ppx_derivers.1.2.1 (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.7 (cached) -> retrieved ppxlib.0.33.0 (cached) -> retrieved dune.3.17.1, dune-configurator.3.17.1 (cached) -> installed ocamlbuild.0.15.0 -> installed ocamlfind.1.9.6 -> installed base-bytes.base -> installed topkg.1.0.7 -> installed react.1.2.2 -> installed dune.3.17.1 -> installed stdlib-shims.0.3.0 -> installed ppx_derivers.1.2.1 -> installed csexp.1.5.2 -> installed sexplib0.v0.17.0 -> installed ocaml_intrinsics_kernel.v0.17.1 -> installed ocaml-compiler-libs.v0.17.0 -> installed cppo.1.8.0 -> installed ocplib-endian.1.2 -> installed dune-configurator.3.17.1 -> installed base.v0.17.1 -> installed ppxlib.0.33.0 -> installed ppx_here.v0.17.0 -> installed ppx_let.v0.17.0 Done. # To update the current shell environment, run: eval $(opam env) 2024-12-19 13:46.09 ---> saved as "43413bd4a51bd11adc34729344265b15e8619e1b3155bb3e8f507ddf1a5366bc" /: (copy (src .) (dst ./src)) 2024-12-19 13:46.10 ---> saved as "408678042856ea5c2f21ac757769a03595230261f2acbc7921e8222a29839b3a" /: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /Users/mac1000/.opam/5.2.1/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -22 -g -bin-annot -bin-annot-occurrences -I test/ppx/.main.eobjs/byte -I /Users/mac1000/.opam/5.2.1/lib/bytes -I /Users/mac1000/.opam/5.2.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.2.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.2.1/lib/ocplib-endian -I /Users/mac1000/.opam/5.2.1/lib/ocplib-endian/bigstring -I src/core/.lwt.objs/byte -I src/unix/.lwt_unix.objs/byte -I test/.lwttester.objs/byte -no-alias-deps -opaque -o test/ppx/.main.eobjs/byte/dune__exe__Main.cmo -c -impl test/ppx/main.pp.ml) File "test/ppx/main.ml", line 9, characters 0-46: 9 | let%lwt structure_let_result = Lwt.return_true ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 22 [preprocessor]: let%lwt should not be used at the module item level. Replace let%lwt x = e by let x = Lwt_main.run (e) (cd _build/default && /Users/mac1000/.opam/5.2.1/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w +A-40-42 -g -bin-annot -bin-annot-occurrences -I test/core/.main.eobjs/byte -I /Users/mac1000/.opam/5.2.1/lib/bytes -I /Users/mac1000/.opam/5.2.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.2.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.2.1/lib/ocplib-endian -I /Users/mac1000/.opam/5.2.1/lib/ocplib-endian/bigstring -I src/core/.lwt.objs/byte -I src/unix/.lwt_unix.objs/byte -I test/.lwttester.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/core/.main.eobjs/byte/dune__exe__Test_lwt_condition.cmo -c -impl test/core/test_lwt_condition.ml) File "test/core/test_lwt_condition.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. (cd _build/default && /Users/mac1000/.opam/5.2.1/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w +A-40-42 -g -bin-annot -bin-annot-occurrences -I test/core/.main.eobjs/byte -I /Users/mac1000/.opam/5.2.1/lib/bytes -I /Users/mac1000/.opam/5.2.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.2.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.2.1/lib/ocplib-endian -I /Users/mac1000/.opam/5.2.1/lib/ocplib-endian/bigstring -I src/core/.lwt.objs/byte -I src/unix/.lwt_unix.objs/byte -I test/.lwttester.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/core/.main.eobjs/byte/dune__exe__Test_lwt_mutex.cmo -c -impl test/core/test_lwt_mutex.ml) File "test/core/test_lwt_mutex.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. (cd _build/default && /Users/mac1000/.opam/5.2.1/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w +A-40-42 -g -bin-annot -bin-annot-occurrences -I test/core/.main.eobjs/byte -I /Users/mac1000/.opam/5.2.1/lib/bytes -I /Users/mac1000/.opam/5.2.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.2.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.2.1/lib/ocplib-endian -I /Users/mac1000/.opam/5.2.1/lib/ocplib-endian/bigstring -I src/core/.lwt.objs/byte -I src/unix/.lwt_unix.objs/byte -I test/.lwttester.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/core/.main.eobjs/byte/dune__exe__Test_lwt_mvar.cmo -c -impl test/core/test_lwt_mvar.ml) File "test/core/test_lwt_mvar.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. (cd _build/default && /Users/mac1000/.opam/5.2.1/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w +A-40-42 -g -bin-annot -bin-annot-occurrences -I test/core/.main.eobjs/byte -I /Users/mac1000/.opam/5.2.1/lib/bytes -I /Users/mac1000/.opam/5.2.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.2.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.2.1/lib/ocplib-endian -I /Users/mac1000/.opam/5.2.1/lib/ocplib-endian/bigstring -I src/core/.lwt.objs/byte -I src/unix/.lwt_unix.objs/byte -I test/.lwttester.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/core/.main.eobjs/byte/dune__exe__Test_lwt_pool.cmo -c -impl test/core/test_lwt_pool.ml) File "test/core/test_lwt_pool.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. (cd _build/default && /Users/mac1000/.opam/5.2.1/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w +A-40-42 -g -bin-annot -bin-annot-occurrences -I test/core/.main.eobjs/byte -I /Users/mac1000/.opam/5.2.1/lib/bytes -I /Users/mac1000/.opam/5.2.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.2.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.2.1/lib/ocplib-endian -I /Users/mac1000/.opam/5.2.1/lib/ocplib-endian/bigstring -I src/core/.lwt.objs/byte -I src/unix/.lwt_unix.objs/byte -I test/.lwttester.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/core/.main.eobjs/byte/dune__exe__Test_lwt_result.cmo -c -impl test/core/test_lwt_result.ml) File "test/core/test_lwt_result.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. (cd _build/default && /Users/mac1000/.opam/5.2.1/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w +A-40-42 -g -bin-annot -bin-annot-occurrences -I test/core/.main.eobjs/byte -I /Users/mac1000/.opam/5.2.1/lib/bytes -I /Users/mac1000/.opam/5.2.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.2.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.2.1/lib/ocplib-endian -I /Users/mac1000/.opam/5.2.1/lib/ocplib-endian/bigstring -I src/core/.lwt.objs/byte -I src/unix/.lwt_unix.objs/byte -I test/.lwttester.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/core/.main.eobjs/byte/dune__exe__Test_lwt_sequence.cmo -c -impl test/core/test_lwt_sequence.ml) File "test/core/test_lwt_sequence.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. (cd _build/default && /Users/mac1000/.opam/5.2.1/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w +A-40-42 -g -bin-annot -bin-annot-occurrences -I test/core/.main.eobjs/byte -I /Users/mac1000/.opam/5.2.1/lib/bytes -I /Users/mac1000/.opam/5.2.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.2.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.2.1/lib/ocplib-endian -I /Users/mac1000/.opam/5.2.1/lib/ocplib-endian/bigstring -I src/core/.lwt.objs/byte -I src/unix/.lwt_unix.objs/byte -I test/.lwttester.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/core/.main.eobjs/byte/dune__exe__Test_lwt_list.cmo -c -impl test/core/test_lwt_list.ml) File "test/core/test_lwt_list.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. (cd _build/default && /Users/mac1000/.opam/5.2.1/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w +A-40-42 -g -bin-annot -bin-annot-occurrences -I test/core/.main.eobjs/byte -I /Users/mac1000/.opam/5.2.1/lib/bytes -I /Users/mac1000/.opam/5.2.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.2.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.2.1/lib/ocplib-endian -I /Users/mac1000/.opam/5.2.1/lib/ocplib-endian/bigstring -I src/core/.lwt.objs/byte -I src/unix/.lwt_unix.objs/byte -I test/.lwttester.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/core/.main.eobjs/byte/dune__exe__Test_lwt_switch.cmo -c -impl test/core/test_lwt_switch.ml) File "test/core/test_lwt_switch.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. (cd _build/default && /Users/mac1000/.opam/5.2.1/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w +A-40-42 -g -bin-annot -bin-annot-occurrences -I test/core/.main.eobjs/byte -I /Users/mac1000/.opam/5.2.1/lib/bytes -I /Users/mac1000/.opam/5.2.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.2.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.2.1/lib/ocplib-endian -I /Users/mac1000/.opam/5.2.1/lib/ocplib-endian/bigstring -I src/core/.lwt.objs/byte -I src/unix/.lwt_unix.objs/byte -I test/.lwttester.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/core/.main.eobjs/byte/dune__exe__Test_lwt_seq.cmo -c -impl test/core/test_lwt_seq.ml) File "test/core/test_lwt_seq.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. (cd _build/default && /Users/mac1000/.opam/5.2.1/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w +A-40-42 -g -bin-annot -bin-annot-occurrences -I test/core/.main.eobjs/byte -I /Users/mac1000/.opam/5.2.1/lib/bytes -I /Users/mac1000/.opam/5.2.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.2.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.2.1/lib/ocplib-endian -I /Users/mac1000/.opam/5.2.1/lib/ocplib-endian/bigstring -I src/core/.lwt.objs/byte -I src/unix/.lwt_unix.objs/byte -I test/.lwttester.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/core/.main.eobjs/byte/dune__exe__Test_lwt_stream.cmo -c -impl test/core/test_lwt_stream.ml) File "test/core/test_lwt_stream.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. (cd _build/default && /Users/mac1000/.opam/5.2.1/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -warn-error -22 -g -I test/ppx/.main.eobjs/byte -I test/ppx/.main.eobjs/native -I /Users/mac1000/.opam/5.2.1/lib/bytes -I /Users/mac1000/.opam/5.2.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.2.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.2.1/lib/ocplib-endian -I /Users/mac1000/.opam/5.2.1/lib/ocplib-endian/bigstring -I src/core/.lwt.objs/byte -I src/core/.lwt.objs/native -I src/unix/.lwt_unix.objs/byte -I src/unix/.lwt_unix.objs/native -I test/.lwttester.objs/byte -I test/.lwttester.objs/native -intf-suffix .ml -no-alias-deps -opaque -o test/ppx/.main.eobjs/native/dune__exe__Main.cmx -c -impl test/ppx/main.pp.ml) File "test/ppx/main.ml", line 9, characters 0-46: 9 | let%lwt structure_let_result = Lwt.return_true ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Warning 22 [preprocessor]: let%lwt should not be used at the module item level. Replace let%lwt x = e by let x = Lwt_main.run (e) (cd _build/default && /Users/mac1000/.opam/5.2.1/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w +A-40-42 -g -bin-annot -bin-annot-occurrences -I test/core/.main.eobjs/byte -I /Users/mac1000/.opam/5.2.1/lib/bytes -I /Users/mac1000/.opam/5.2.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.2.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.2.1/lib/ocplib-endian -I /Users/mac1000/.opam/5.2.1/lib/ocplib-endian/bigstring -I src/core/.lwt.objs/byte -I src/unix/.lwt_unix.objs/byte -I test/.lwttester.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/core/.main.eobjs/byte/dune__exe__Test_lwt.cmo -c -impl test/core/test_lwt.ml) File "test/core/test_lwt.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. (cd _build/default && /Users/mac1000/.opam/5.2.1/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w +A-40-42 -g -bin-annot -bin-annot-occurrences -I test/core/.main.eobjs/byte -I /Users/mac1000/.opam/5.2.1/lib/bytes -I /Users/mac1000/.opam/5.2.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.2.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.2.1/lib/ocplib-endian -I /Users/mac1000/.opam/5.2.1/lib/ocplib-endian/bigstring -I src/core/.lwt.objs/byte -I src/unix/.lwt_unix.objs/byte -I test/.lwttester.objs/byte -no-alias-deps -opaque -open Dune__exe -o test/core/.main.eobjs/byte/dune__exe__Main.cmo -c -impl test/core/main.ml) File "test/core/main.ml", line 1: Warning 70 [missing-mli]: Cannot find interface file. (cd _build/default/test/retry && ./main.exe) Testing library 'retry'... .............. Ok. 14 tests ran, 0 tests skipped in 0.09 seconds (cd _build/default/test/core && ./main.exe) Testing library 'core'... ...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSSSSSSSSSSSSSS.................................................................................................................................................. Ok. 705 tests ran, 23 tests skipped in 0.11 seconds (cd _build/default/test/ppx && ./main.exe) Testing library 'ppx'... ................ Ok. 16 tests ran, 0 tests skipped in 1.56 seconds (cd _build/default/test/react && ./main.exe) Testing library 'react'... ........... Ok. 11 tests ran, 0 tests skipped in 4.68 seconds File "test/unix/dune", line 22, characters 7-11: 22 | (name main) ^^^^ (cd _build/default/test/unix && ./main.exe) Testing library 'unix'... .....................................SSEE...................................................................................................................................................................................................... Test 'getgrgid and Unix.getgrgid' in suite 'lwt_unix' raised 'Not_found' Test 'getgrnam and Unix.getgrnam' in suite 'lwt_unix' raised 'Not_found' "/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2024-12-19 13:46.34: Job failed: Failed: Build failed