2025-01-13 15:53.14: New job: test ocsigen/lwt https://github.com/ocsigen/lwt.git#refs/pull/1033/head (271787dab0249db1c90b29e01eddf4277635addf) (openbsd-amd64:openbsd-76-amd64-5.3_opam-2.3)
Base: openbsd-76-amd64-ocaml-5.3
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/ocsigen/lwt.git" && cd "lwt" && git fetch origin "refs/pull/1033/head" && git reset --hard 271787da
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM openbsd-76-amd64-ocaml-5.3
# openbsd-76-amd64-5.3_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN doas ln -f /usr/bin/opam-2.3 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
RUN cd ~/opam-repository && (git cat-file -e 85e5d991b8369d632f5b367be8b432341e488f88 || git fetch origin master) && git reset -q --hard 85e5d991b8369d632f5b367be8b432341e488f88 && 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 /home/opam/src/./
RUN opam pin add -yn lwt_react.dev '/home/opam/src/./' && \
opam pin add -yn lwt_ppx_let.dev '/home/opam/src/./' && \
opam pin add -yn lwt_ppx.dev '/home/opam/src/./' && \
opam pin add -yn lwt.dev '/home/opam/src/./'
ENV DEPS="base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-effects.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 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.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.34.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_react.dev lwt_ppx_let.dev lwt_ppx.dev lwt.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /home/opam/src
RUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build
END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK
2025-01-13 15:53.14: Using cache hint "ocsigen/lwt-openbsd-76-amd64-ocaml-5.3-openbsd-76-amd64-5.3_opam-2.3-c63acad039088d4a41431f1fa0349fcb"
2025-01-13 15:53.14: Using OBuilder spec:
((from openbsd-76-amd64-ocaml-5.3)
(comment openbsd-76-amd64-5.3_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "doas 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"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 85e5d991b8369d632f5b367be8b432341e488f88 || git fetch origin master) && git reset -q --hard 85e5d991b8369d632f5b367be8b432341e488f88 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src lwt_react.opam lwt_ppx_let.opam lwt_ppx.opam lwt.opam)
(dst /home/opam/src/./))
(run (network host)
(shell "opam pin add -yn lwt_react.dev '/home/opam/src/./' && \
\nopam pin add -yn lwt_ppx_let.dev '/home/opam/src/./' && \
\nopam pin add -yn lwt_ppx.dev '/home/opam/src/./' && \
\nopam pin add -yn lwt.dev '/home/opam/src/./'"))
(env DEPS "base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-effects.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 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.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.34.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 /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --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 /home/opam/src))
(run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)
2025-01-13 15:53.14: Waiting for resource in pool OCluster
2025-01-13 15:53.15: Waiting for worker…
2025-01-13 15:53.15: Got resource from pool OCluster
Building on bremusa
All commits already cached
HEAD is now at 271787dab Prepare for 5.2 AST bump
(from openbsd-76-amd64-ocaml-5.3)
2025-01-13 15:53.15 ---> using "753f998be4709b35e38a93b7272dee818f697255d5b48fadd1c23cb92a82f244" from cache
/: (comment openbsd-76-amd64-5.3_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (run (shell "doas ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-01-13 15:53.15 ---> using "b8621e22ceef6e45a2b70edd0350b6ec56c4cb2588ea75f8c24bf97f9bb8e3c1" 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] synchronised from file:///home/opam/opam-repository
2025-01-13 15:53.15 ---> using "caa4033b0f51d691107e536d025405bc96e59134e192afef776a8bfd43aac5e1" from cache
/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
OpenBSD 7.6
The OCaml toplevel, version 5.3.0
2.3.0
2025-01-13 15:53.15 ---> using "7116693f695a70fbcc11fcbf90bc7fd32f30a6c20aabff3b1e1c926faaad9b01" from cache
/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 85e5d991b8369d632f5b367be8b432341e488f88 || git fetch origin master) && git reset -q --hard 85e5d991b8369d632f5b367be8b432341e488f88 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
f93eb7cb02..bc0f0a4035 master -> origin/master
85e5d991b8 Merge pull request #27251 from NathanReb/ppxlib-maintenance-intent
<><> 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.
# To update the current shell environment, run: eval $(opam env)
2025-01-13 15:56.31 ---> saved as "776a1284800eee52bc39e5f8b8621b4b82f1269c7d30780c1f0af4ccae1db34a"
/: (copy (src lwt_react.opam lwt_ppx_let.opam lwt_ppx.opam lwt.opam)
(dst /home/opam/src/./))
2025-01-13 15:57.14 ---> saved as "c3ccc67ed8ec777dbfeb9b838491f50ac14518fc3d249a146b636b1b2470b90b"
/: (run (network host)
(shell "opam pin add -yn lwt_react.dev '/home/opam/src/./' && \
\nopam pin add -yn lwt_ppx_let.dev '/home/opam/src/./' && \
\nopam pin add -yn lwt_ppx.dev '/home/opam/src/./' && \
\nopam pin add -yn lwt.dev '/home/opam/src/./'"))
[lwt_react.dev] synchronised (file:///home/opam/src)
lwt_react is now pinned to file:///home/opam/src (version dev)
Package lwt_ppx_let does not exist, create as a NEW package? [y/n] y
[lwt_ppx_let.dev] synchronised (file:///home/opam/src)
lwt_ppx_let is now pinned to file:///home/opam/src (version dev)
[lwt_ppx.dev] synchronised (file:///home/opam/src)
lwt_ppx is now pinned to file:///home/opam/src (version dev)
[lwt.dev] synchronised (file:///home/opam/src)
lwt is now pinned to file:///home/opam/src (version dev)
2025-01-13 15:58.09 ---> saved as "ba08145f23d0f80e560e3776df8a1bd59bcbcb742ae826c97db233f52420c418"
/: (env DEPS "base.v0.17.1 base-bigarray.base base-bytes.base base-domains.base base-effects.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 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.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.34.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 /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y lwt_react.dev lwt_ppx_let.dev lwt_ppx.dev lwt.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[lwt_ppx.dev] synchronised (no changes)
[lwt_ppx_let.dev] synchronised (no changes)
[lwt.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-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-01-13 15:59.18 ---> saved as "9d047eaf417606a619d937883008daf0b7a2a87511b55baf7e3bb723d8620d74"
/: (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 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.34.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_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 ppxlib.0.34.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> retrieved topkg.1.0.7 (cached)
-> retrieved dune.3.17.1, dune-configurator.3.17.1 (cached)
-> installed ocamlbuild.0.15.0
-> installed dune.3.17.1
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed ocaml-compiler-libs.v0.17.0
-> installed dune-configurator.3.17.1
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocplib-endian.1.2
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed base.v0.17.1
-> installed ppxlib.0.34.0
-> installed topkg.1.0.7
-> installed ppx_here.v0.17.0
-> installed react.1.2.2
-> installed ppx_let.v0.17.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-01-13 16:12.41 ---> saved as "7afa0babb402df72ba677102b79c8be99a015c3bc3d4557f8dfb8f64ba2f165c"
/: (copy (src .) (dst /home/opam/src))
2025-01-13 16:13.26 ---> saved as "a09e942a43ca56055fda34f305096801227e1c218fe924857ccf5617768e4206"
/: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.3.0/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-4 -g -bin-annot -bin-annot-occurrences -I src/ppx/.ppx_lwt.objs/byte -I /home/opam/.opam/5.3.0/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.3.0/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.3.0/lib/ocaml/compiler-libs -I /home/opam/.opam/5.3.0/lib/ppx_derivers -I /home/opam/.opam/5.3.0/lib/ppxlib -I /home/opam/.opam/5.3.0/lib/ppxlib/ast -I /home/opam/.opam/5.3.0/lib/ppxlib/astlib -I /home/opam/.opam/5.3.0/lib/ppxlib/print_diff -I /home/opam/.opam/5.3.0/lib/ppxlib/stdppx -I /home/opam/.opam/5.3.0/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.3.0/lib/sexplib0 -I /home/opam/.opam/5.3.0/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -opaque -o src/ppx/.ppx_lwt.objs/byte/ppx_lwt.cmo -c -impl src/ppx/ppx_lwt.pp.ml)
File "src/ppx/ppx_lwt.ml", line 147, characters 35-54:
147 | [%expr Lwt.bind [%e e] [%e pexp_function_cases ~loc cases]]
^^^^^^^^^^^^^^^^^^^
Error: Unbound value pexp_function_cases
(cd _build/default && /home/opam/.opam/5.3.0/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 -w +A-4 -g -I src/ppx/.ppx_lwt.objs/byte -I src/ppx/.ppx_lwt.objs/native -I /home/opam/.opam/5.3.0/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.3.0/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.3.0/lib/ocaml/compiler-libs -I /home/opam/.opam/5.3.0/lib/ppx_derivers -I /home/opam/.opam/5.3.0/lib/ppxlib -I /home/opam/.opam/5.3.0/lib/ppxlib/ast -I /home/opam/.opam/5.3.0/lib/ppxlib/astlib -I /home/opam/.opam/5.3.0/lib/ppxlib/print_diff -I /home/opam/.opam/5.3.0/lib/ppxlib/stdppx -I /home/opam/.opam/5.3.0/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.3.0/lib/sexplib0 -I /home/opam/.opam/5.3.0/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -opaque -o src/ppx/.ppx_lwt.objs/native/ppx_lwt.cmx -c -impl src/ppx/ppx_lwt.pp.ml)
File "src/ppx/ppx_lwt.ml", line 147, characters 35-54:
147 | [%expr Lwt.bind [%e e] [%e pexp_function_cases ~loc cases]]
^^^^^^^^^^^^^^^^^^^
Error: Unbound value pexp_function_cases
(cd _build/default && /home/opam/.opam/5.3.0/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 /home/opam/.opam/5.3.0/lib/bytes -I /home/opam/.opam/5.3.0/lib/ocaml/threads -I /home/opam/.opam/5.3.0/lib/ocaml/unix -I /home/opam/.opam/5.3.0/lib/ocplib-endian -I /home/opam/.opam/5.3.0/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 && /home/opam/.opam/5.3.0/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 /home/opam/.opam/5.3.0/lib/bytes -I /home/opam/.opam/5.3.0/lib/ocaml/threads -I /home/opam/.opam/5.3.0/lib/ocaml/unix -I /home/opam/.opam/5.3.0/lib/ocplib-endian -I /home/opam/.opam/5.3.0/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 && /home/opam/.opam/5.3.0/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 /home/opam/.opam/5.3.0/lib/bytes -I /home/opam/.opam/5.3.0/lib/ocaml/threads -I /home/opam/.opam/5.3.0/lib/ocaml/unix -I /home/opam/.opam/5.3.0/lib/ocplib-endian -I /home/opam/.opam/5.3.0/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 && /home/opam/.opam/5.3.0/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 /home/opam/.opam/5.3.0/lib/bytes -I /home/opam/.opam/5.3.0/lib/ocaml/threads -I /home/opam/.opam/5.3.0/lib/ocaml/unix -I /home/opam/.opam/5.3.0/lib/ocplib-endian -I /home/opam/.opam/5.3.0/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 && /home/opam/.opam/5.3.0/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 /home/opam/.opam/5.3.0/lib/bytes -I /home/opam/.opam/5.3.0/lib/ocaml/threads -I /home/opam/.opam/5.3.0/lib/ocaml/unix -I /home/opam/.opam/5.3.0/lib/ocplib-endian -I /home/opam/.opam/5.3.0/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 && /home/opam/.opam/5.3.0/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 /home/opam/.opam/5.3.0/lib/bytes -I /home/opam/.opam/5.3.0/lib/ocaml/threads -I /home/opam/.opam/5.3.0/lib/ocaml/unix -I /home/opam/.opam/5.3.0/lib/ocplib-endian -I /home/opam/.opam/5.3.0/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 && /home/opam/.opam/5.3.0/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 /home/opam/.opam/5.3.0/lib/bytes -I /home/opam/.opam/5.3.0/lib/ocaml/threads -I /home/opam/.opam/5.3.0/lib/ocaml/unix -I /home/opam/.opam/5.3.0/lib/ocplib-endian -I /home/opam/.opam/5.3.0/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 && /home/opam/.opam/5.3.0/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 /home/opam/.opam/5.3.0/lib/bytes -I /home/opam/.opam/5.3.0/lib/ocaml/threads -I /home/opam/.opam/5.3.0/lib/ocaml/unix -I /home/opam/.opam/5.3.0/lib/ocplib-endian -I /home/opam/.opam/5.3.0/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 && /home/opam/.opam/5.3.0/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 /home/opam/.opam/5.3.0/lib/bytes -I /home/opam/.opam/5.3.0/lib/ocaml/threads -I /home/opam/.opam/5.3.0/lib/ocaml/unix -I /home/opam/.opam/5.3.0/lib/ocplib-endian -I /home/opam/.opam/5.3.0/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 && /home/opam/.opam/5.3.0/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 /home/opam/.opam/5.3.0/lib/bytes -I /home/opam/.opam/5.3.0/lib/ocaml/threads -I /home/opam/.opam/5.3.0/lib/ocaml/unix -I /home/opam/.opam/5.3.0/lib/ocplib-endian -I /home/opam/.opam/5.3.0/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 && /home/opam/.opam/5.3.0/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 /home/opam/.opam/5.3.0/lib/bytes -I /home/opam/.opam/5.3.0/lib/ocaml/threads -I /home/opam/.opam/5.3.0/lib/ocaml/unix -I /home/opam/.opam/5.3.0/lib/ocplib-endian -I /home/opam/.opam/5.3.0/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 && /home/opam/.opam/5.3.0/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 /home/opam/.opam/5.3.0/lib/bytes -I /home/opam/.opam/5.3.0/lib/ocaml/threads -I /home/opam/.opam/5.3.0/lib/ocaml/unix -I /home/opam/.opam/5.3.0/lib/ocplib-endian -I /home/opam/.opam/5.3.0/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. 703 tests ran, 23 tests skipped in 0.38 seconds
(cd _build/default/test/react && ./main.exe)
Testing library 'react'...
...........
Ok. 11 tests ran, 0 tests skipped in 4.54 seconds
File "test/unix/dune", lines 56-61, characters 0-110:
56 | (alias
57 | (name runtest)
58 | (package lwt)
59 | (action (run %{exe:main.exe}))
60 | (deps bytes_io_data %{exe:dummy.exe})
61 | )
(cd _build/default/test/unix && ./main.exe)
Testing library 'unix'...
.....................................SS...................................................................................................................EEEE.......................................E.EEE......................................
Test 'mcast-join-loop' in suite 'unix_mcast' raised 'Unix.Unix_error(Unix.EINVAL, "setsockopt", "")'
Test 'mcast-nojoin-loop' in suite 'unix_mcast' raised 'Unix.Unix_error(Unix.EINVAL, "setsockopt", "")'
Test 'mcast-join-noloop' in suite 'unix_mcast' raised 'Unix.Unix_error(Unix.EINVAL, "setsockopt", "")'
Test 'mcast-nojoin-noloop' in suite 'unix_mcast' raised 'Unix.Unix_error(Unix.EINVAL, "setsockopt", "")'
Test 'mincore buffer length = page_size * 2, n_states = 1' in suite 'lwt_bytes' raised 'Lwt_sys.Not_available("unix_mincore")'
Test 'mincore buffer length = page_size * 2 + 1, n_states = 2' in suite 'lwt_bytes' raised 'Lwt_sys.Not_available("unix_mincore")'
Test 'mincore buffer length = page_size , n_states = 0' in suite 'lwt_bytes' raised 'Lwt_sys.Not_available("unix_mincore")'
Test 'wait_mincore correct bounds' in suite 'lwt_bytes' raised 'Lwt_sys.Not_available("unix_mincore")'
"cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-01-13 16:14.48: Job failed: Failed: Build failed