Organisationsocsigenlwt291435 ()macos-homebrew-5.1_arm64_opam-2.1

macos-homebrew-5.1_arm64_opam-2.1

Link Copied
Code Copied

Logs

2024-04-24 11:23.17: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/heads/master (291435a90ba76bc7131f81a10948dd940c78192f) (macos-arm64:macos-homebrew-5.1_arm64_opam-2.1)
Base: macos-homebrew-ocaml-5.1
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocsigen/lwt.git" -b "master" && cd "lwt" && git reset --hard 291435a9
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.1
# macos-homebrew-5.1_arm64_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.1 ~/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 950c52962d34ab7507ecebe8cc7ef16fed0f292a || git fetch origin master) && git reset -q --hard 950c52962d34ab7507ecebe8cc7ef16fed0f292a && 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 ./src/./
RUN opam pin add -yn lwt_react.dev './src/./' && \
    opam pin add -yn lwt_ppx_let.dev './src/./' && \
    opam pin add -yn lwt_ppx.dev './src/./' && \
    opam pin add -yn lwt.dev './src/./'
ENV DEPS="base.v0.16.3 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base conf-bash.1 cppo.1.6.9 csexp.1.5.2 dune.3.15.0 dune-configurator.3.15.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.16.0 ppx_let.v0.16.0 ppxlib.0.32.0 react.1.2.2 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --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 cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build


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


2024-04-24 11:23.17: Using cache hint "ocsigen/lwt-macos-macos-homebrew-ocaml-5.1-macos-homebrew-5.1_arm64_opam-2.1-bd4eb751e9d86c8561dd9961f69360bf"
2024-04-24 11:23.17: Using OBuilder spec:
((from macos-homebrew-ocaml-5.1)
 (comment macos-homebrew-5.1_arm64_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (run (shell "ln -f ~/local/bin/opam-2.1 ~/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 950c52962d34ab7507ecebe8cc7ef16fed0f292a || git fetch origin master) && git reset -q --hard 950c52962d34ab7507ecebe8cc7ef16fed0f292a && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src lwt_react.opam lwt_ppx_let.opam lwt_ppx.opam lwt.opam)
       (dst ./src/./))
 (run (network host)
      (shell  "opam pin add -yn lwt_react.dev './src/./' && \
             \nopam pin add -yn lwt_ppx_let.dev './src/./' && \
             \nopam pin add -yn lwt_ppx.dev './src/./' && \
             \nopam pin add -yn lwt.dev './src/./'"))
 (env DEPS "base.v0.16.3 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base conf-bash.1 cppo.1.6.9 csexp.1.5.2 dune.3.15.0 dune-configurator.3.15.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.16.0 ppx_let.v0.16.0 ppxlib.0.32.0 react.1.2.2 sexplib0.v0.16.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.1 --depext-only -y lwt_react.dev lwt_ppx_let.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-04-24 11:23.17: Waiting for resource in pool OCluster
2024-04-24 11:23.17: Waiting for worker…
2024-04-24 11:26.00: Got resource from pool OCluster
Building on m1-worker-04
HEAD is now at 41af0826c Enable lint-opam job in CI
HEAD is now at 291435a90 Merge pull request #1013 from ocsigen/update-gha-workflow


(from macos-homebrew-ocaml-5.1)
2024-04-24 11:26.02 ---> using "b7b1005f775d216bee3ed8ddea7a5cf967981ce80479def84cf765e6fa9c281f" from cache


/: (comment macos-homebrew-5.1_arm64_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f ~/local/bin/opam-2.1 ~/local/bin/opam"))
2024-04-24 11:26.02 ---> using "22cd16a64c632695859fdcedd94c70c4cc08c65c5ac152872708c4f22bdb6b91" 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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///Users/mac1000/opam-repository
2024-04-24 11:26.02 ---> using "a88b721b113bbcb0b1d9c9d9953be1d371de01973789d03f702acf5d676e7e9e" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.1.0
The OCaml toplevel, version 5.1.1
2.1.5
2024-04-24 11:26.02 ---> using "b9cb7a7e67e401d6d05e669cb4a23e6bbd1c29e9a607e1e5d301dc2a9918b0c9" 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 950c52962d34ab7507ecebe8cc7ef16fed0f292a || git fetch origin master) && git reset -q --hard 950c52962d34ab7507ecebe8cc7ef16fed0f292a && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   b530f3bbd2..9cbee1880f  master     -> origin/master
950c52962d [new release] dune (15 packages) (3.15.0)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/opam-repository


Constructing initial basis...
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.3.0
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-04-24 11:26.02 ---> using "0ea9a6b50390f403ac1dd41cfa63dbb6d68ccd87acf9621db88349b7f7a3f372" from cache


/: (copy (src lwt_react.opam lwt_ppx_let.opam lwt_ppx.opam lwt.opam)
         (dst ./src/./))
2024-04-24 11:26.03 ---> using "b6edd333815085edd7a0d6219bf3852c671c2b9830c2acde7bcc7f1aa554270d" from cache


/: (run (network host)
        (shell  "opam pin add -yn lwt_react.dev './src/./' && \
               \nopam pin add -yn lwt_ppx_let.dev './src/./' && \
               \nopam pin add -yn lwt_ppx.dev './src/./' && \
               \nopam pin add -yn lwt.dev './src/./'"))
[lwt_react.dev] synchronised (file:///Users/mac1000/src)
lwt_react is now pinned to file:///Users/mac1000/src (version dev)
[lwt_ppx_let.dev] synchronised (file:///Users/mac1000/src)
lwt_ppx_let 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-04-24 11:26.03 ---> using "95e65ce657c560accb25de57d07e1025f379970407226f9d3e215ff006287bf4" from cache


/: (env DEPS "base.v0.16.3 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base conf-bash.1 cppo.1.6.9 csexp.1.5.2 dune.3.15.0 dune-configurator.3.15.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ppx_derivers.1.2.1 ppx_here.v0.16.0 ppx_let.v0.16.0 ppxlib.0.32.0 react.1.2.2 sexplib0.v0.16.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.1 --depext-only -y lwt_react.dev lwt_ppx_let.dev lwt_ppx.dev lwt.dev $DEPS"))
+ /opt/homebrew/bin/brew "update"
- ==> Updating Homebrew...
- Already up-to-date.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[lwt.dev] synchronised (no changes)
[lwt_ppx_let.dev] synchronised (no changes)
[lwt_ppx.dev] synchronised (no changes)
[lwt_react.dev] synchronised (no changes)


[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.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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).
Constructing initial basis...
2024-04-24 11:26.03 ---> using "4e15adccbff18637514761b93408c9b7073e5b102c9a615ab8be86c2ba58c4dc" from cache


/: (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.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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).
Constructing initial basis...
The following actions will be performed:
  - install ocamlbuild          0.14.3
  - install dune                3.15.0
  - install conf-bash           1
  - install ocamlfind           1.9.6
  - install stdlib-shims        0.3.0
  - install sexplib0            v0.16.0
  - install ppx_derivers        1.2.1
  - install ocaml-compiler-libs v0.12.4
  - install csexp               1.5.2
  - install cppo                1.6.9
  - install topkg               1.0.7
  - install base-bytes          base
  - install ppxlib              0.32.0
  - install dune-configurator   3.15.0
  - install react               1.2.2
  - install ocplib-endian       1.2
  - install base                v0.16.3
  - install ppx_here            v0.16.0
  - install ppx_let             v0.16.0
===== 19 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved csexp.1.5.2  (cached)
-> installed conf-bash.1
-> retrieved cppo.1.6.9  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_here.v0.16.0  (cached)
-> retrieved ppx_let.v0.16.0  (cached)
-> retrieved ppxlib.0.32.0  (cached)
-> retrieved dune.3.15.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved react.1.2.2  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved dune-configurator.3.15.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> installed ocamlbuild.0.14.3
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed topkg.1.0.7
-> installed react.1.2.2
-> installed dune.3.15.0
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed sexplib0.v0.16.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed cppo.1.6.9
-> installed ocplib-endian.1.2
-> installed dune-configurator.3.15.0
-> installed base.v0.16.3
-> installed ppxlib.0.32.0
-> installed ppx_here.v0.16.0
-> installed ppx_let.v0.16.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-24 11:26.03 ---> using "ee0138336c40b46ea8b66975687a4894f86911fb52b441b4e2ca4578b62e7a3f" from cache


/: (copy (src .) (dst ./src))
2024-04-24 11:26.03 ---> using "c43838c00440d4492f35c96570d9b313c25a7dac75f3a3e4a7b9148394172b4c" from cache


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /Users/mac1000/.opam/5.1.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 -I test/ppx/.main.eobjs/byte -I /Users/mac1000/.opam/5.1.1/lib/bytes -I /Users/mac1000/.opam/5.1.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.1.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.1.1/lib/ocplib-endian -I /Users/mac1000/.opam/5.1.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/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.1.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 -I test/core/.main.eobjs/byte -I /Users/mac1000/.opam/5.1.1/lib/bytes -I /Users/mac1000/.opam/5.1.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.1.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.1.1/lib/ocplib-endian -I /Users/mac1000/.opam/5.1.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/core/.main.eobjs/byte/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.1.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 -I test/core/.main.eobjs/byte -I /Users/mac1000/.opam/5.1.1/lib/bytes -I /Users/mac1000/.opam/5.1.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.1.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.1.1/lib/ocplib-endian -I /Users/mac1000/.opam/5.1.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/core/.main.eobjs/byte/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.1.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 -I test/core/.main.eobjs/byte -I /Users/mac1000/.opam/5.1.1/lib/bytes -I /Users/mac1000/.opam/5.1.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.1.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.1.1/lib/ocplib-endian -I /Users/mac1000/.opam/5.1.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/core/.main.eobjs/byte/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.1.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 -I test/core/.main.eobjs/byte -I /Users/mac1000/.opam/5.1.1/lib/bytes -I /Users/mac1000/.opam/5.1.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.1.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.1.1/lib/ocplib-endian -I /Users/mac1000/.opam/5.1.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/core/.main.eobjs/byte/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.1.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 -I test/core/.main.eobjs/byte -I /Users/mac1000/.opam/5.1.1/lib/bytes -I /Users/mac1000/.opam/5.1.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.1.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.1.1/lib/ocplib-endian -I /Users/mac1000/.opam/5.1.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/core/.main.eobjs/byte/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.1.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 -I test/core/.main.eobjs/byte -I /Users/mac1000/.opam/5.1.1/lib/bytes -I /Users/mac1000/.opam/5.1.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.1.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.1.1/lib/ocplib-endian -I /Users/mac1000/.opam/5.1.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/core/.main.eobjs/byte/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.1.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 -I test/core/.main.eobjs/byte -I /Users/mac1000/.opam/5.1.1/lib/bytes -I /Users/mac1000/.opam/5.1.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.1.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.1.1/lib/ocplib-endian -I /Users/mac1000/.opam/5.1.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/core/.main.eobjs/byte/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.1.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 -I test/core/.main.eobjs/byte -I /Users/mac1000/.opam/5.1.1/lib/bytes -I /Users/mac1000/.opam/5.1.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.1.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.1.1/lib/ocplib-endian -I /Users/mac1000/.opam/5.1.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/core/.main.eobjs/byte/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.1.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 -I test/core/.main.eobjs/byte -I /Users/mac1000/.opam/5.1.1/lib/bytes -I /Users/mac1000/.opam/5.1.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.1.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.1.1/lib/ocplib-endian -I /Users/mac1000/.opam/5.1.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/core/.main.eobjs/byte/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.1.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 -I test/core/.main.eobjs/byte -I /Users/mac1000/.opam/5.1.1/lib/bytes -I /Users/mac1000/.opam/5.1.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.1.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.1.1/lib/ocplib-endian -I /Users/mac1000/.opam/5.1.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/core/.main.eobjs/byte/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.1.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.1.1/lib/bytes -I /Users/mac1000/.opam/5.1.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.1.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.1.1/lib/ocplib-endian -I /Users/mac1000/.opam/5.1.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/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.1.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 -I test/core/.main.eobjs/byte -I /Users/mac1000/.opam/5.1.1/lib/bytes -I /Users/mac1000/.opam/5.1.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.1.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.1.1/lib/ocplib-endian -I /Users/mac1000/.opam/5.1.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/core/.main.eobjs/byte/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.1.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 -I test/core/.main.eobjs/byte -I /Users/mac1000/.opam/5.1.1/lib/bytes -I /Users/mac1000/.opam/5.1.1/lib/ocaml/threads -I /Users/mac1000/.opam/5.1.1/lib/ocaml/unix -I /Users/mac1000/.opam/5.1.1/lib/ocplib-endian -I /Users/mac1000/.opam/5.1.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/core/.main.eobjs/byte/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/core && ./main.exe)
Testing library 'core'...
............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................SSSSSSSSSSSSSSSSSSSSSSS..................................................................................................................................................
Ok. 702 tests ran, 23 tests skipped in 0.10 seconds
(cd _build/default/test/ppx && ./main.exe)
Testing library 'ppx'...
................
Ok. 16 tests ran, 0 tests skipped in 2.03 seconds
(cd _build/default/test/react && ./main.exe)
Testing library 'react'...
...........
Ok. 11 tests ran, 0 tests skipped in 4.79 seconds
(cd _build/default/test/unix && ./main.exe)
Testing library 'unix'...
.....................................SS.........................................................................................................................................................................................................
Ok. 238 tests ran, 2 tests skipped in 7.26 seconds
2024-04-24 11:26.04 ---> using "91c1e30b8a1cc9a1bd60e4dfa2c42ccb18bc37c31a2109e68def2eeced9817e4" from cache
Job succeeded
2024-04-24 11:26.14: Job succeeded