2025-10-16 22:52.19: New job: test mirage/ocaml-fsevents https://github.com/mirage/ocaml-fsevents.git#refs/heads/main (16f5199aae397180478b53801d0dc8dd5e2d6fcf) (macos-x86_64:macos-homebrew-5.3_opam-2.4)Base: macos-homebrew-ocaml-5.3Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mirage/ocaml-fsevents.git" -b "main" && cd "ocaml-fsevents" && git reset --hard 16f5199acat > Dockerfile <<'END-OF-DOCKERFILE'FROM macos-homebrew-ocaml-5.3# macos-homebrew-5.3_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f ~/local/bin/opam-2.4 ~/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 fsevents.opam fsevents-lwt.opam ./src/./RUN opam pin add -yn fsevents.dev './src/./' && \opam pin add -yn fsevents-lwt.dev './src/./'RUN echo '(lang dune 3.0)' > './src/./dune-project'ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 cf.0.5.0 cf-lwt.0.5.0 cmdliner.2.0.0 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 integers.0.7.0 lwt.5.9.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.0 uutf.1.0.4"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y fsevents.dev fsevents-lwt.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . ./srcRUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-10-16 22:52.19: Using cache hint "mirage/ocaml-fsevents-macos-homebrew-ocaml-5.3-macos-homebrew-5.3_opam-2.4-ab756e0818106049c6c79f22d30f78cb"2025-10-16 22:52.19: Using OBuilder spec:((from macos-homebrew-ocaml-5.3)(comment macos-homebrew-5.3_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f ~/local/bin/opam-2.4 ~/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 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src fsevents.opam fsevents-lwt.opam) (dst ./src/./))(run (network host)(shell "opam pin add -yn fsevents.dev './src/./' && \\nopam pin add -yn fsevents-lwt.dev './src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))(env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 cf.0.5.0 cf-lwt.0.5.0 cmdliner.2.0.0 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 integers.0.7.0 lwt.5.9.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.0 uutf.1.0.4")(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.4 --depext-only -y fsevents.dev fsevents-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")))2025-10-16 22:52.19: Waiting for resource in pool OCluster2025-10-16 22:52.20: Waiting for worker…2025-10-16 22:52.20: Got resource from pool OClusterBuilding on i7-worker-04HEAD is now at 6aed956 Bump actions/checkout from 4 to 5HEAD is now at 16f5199 Bump actions/checkout from 4 to 5(from macos-homebrew-ocaml-5.3)2025-10-16 22:52.22 ---> using "6ee950b55569b1a3f8a7953dc679318bf303d3a70ac7d49901c0ac2ca3805d7c" from cache/: (comment macos-homebrew-5.3_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f ~/local/bin/opam-2.4 ~/local/bin/opam"))2025-10-16 22:52.22 ---> using "98f27ffc931cc35f6fd0434c4b7cb74004ae5b966eac1b4d0d724f37574600ad" 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///Users/mac1000/opam-repository2025-10-16 22:52.22 ---> using "05bef02621f4f152ba73fa5008f45408f9224fb6a3f95400ffe628ff48189e9f" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 24.5.0The OCaml toplevel, version 5.3.02.4.12025-10-16 22:52.23 ---> using "a78de44d0fa6eb2299c3aff4eac17004df22cc4faa362aec41a39eccbcb56bb5" 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 241aae26db44294142794da0ce695e8beac418df || git fetch origin master) && git reset -q --hard 241aae26db44294142794da0ce695e8beac418df && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADf1d3c77350..241aae26db master -> origin/master241aae26db Merge pull request #28629 from dinosaure/release-alcotest-1.9.1<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///Users/mac1000/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-10-16 22:52.23 ---> using "860f2645d713f0a1b73fc9a9cbac1a9cb49bfbfd928e3787c5458e5eabfb7a0e" from cache/: (copy (src fsevents.opam fsevents-lwt.opam) (dst ./src/./))2025-10-16 22:52.28 ---> saved as "ec014c08cf24a8122acd198c7bb303abdc60ad825f4694aac812ea0654b77d1b"/: (run (network host)(shell "opam pin add -yn fsevents.dev './src/./' && \\nopam pin add -yn fsevents-lwt.dev './src/./'"))[fsevents.dev] synchronised (file:///Users/mac1000/src)fsevents is now pinned to file:///Users/mac1000/src (version dev)[fsevents-lwt.dev] synchronised (file:///Users/mac1000/src)fsevents-lwt is now pinned to file:///Users/mac1000/src (version dev)2025-10-16 22:52.43 ---> saved as "71b1caad3ccc499032004352967af93f6dff615b23c1e0e25c4f846df33f1f9d"/: (run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2025-10-16 22:52.45 ---> saved as "35e06a48f19843dc8b2aadea81a071626ebda4e0718d068b46d84628686772aa"/: (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 cf.0.5.0 cf-lwt.0.5.0 cmdliner.2.0.0 conf-libffi.2.0.0 conf-pkg-config.4 cppo.1.8.0 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 integers.0.7.0 lwt.5.9.2 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.0 uutf.1.0.4")/: (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.4 --depext-only -y fsevents.dev fsevents-lwt.dev $DEPS"))+ /usr/local/bin/brew "update"- ==> Updating Homebrew...- ==> Homebrew collects anonymous analytics.- Read the analytics documentation (and how to opt-out) here:- https://docs.brew.sh/Analytics- No analytics have been recorded yet (nor will be during this `brew` run).-- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:- https://github.com/Homebrew/brew#donations-- Already up-to-date.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[fsevents-lwt.dev] synchronised (file:///Users/mac1000/src)[fsevents.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-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 system packages will first need to be installed:libffi pkgconf<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/local/bin/brew "install" "libffi" "pkgconf"- ==> Fetching downloads for: libffi and pkgconf- ==> Downloading https://ghcr.io/v2/homebrew/core/libffi/manifests/3.5.2- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/1e3f0378eebac131d3f2f10e90ed27d4d855d669ead4a290ed14197729216c90--libffi-3.5.2.bottle_manifest.json- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/manifests/2.5.1- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/e0bf05fafcedcfbde9a9a488dc3a083cadd19584ac19f4cc053a9c265f841120--pkgconf-2.5.1.bottle_manifest.json- ==> Fetching libffi- ==> Downloading https://ghcr.io/v2/homebrew/core/libffi/blobs/sha256:4d9e57a4b8bb66b3dd966a931b0be8e916b2587bec5886b8af519dcafe276b13- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/689c6d660f0d5ca0546bfdc65f7c162c4860b8346c0fffda739a8cbff56bab9d--libffi--3.5.2.sonoma.bottle.tar.gz- ==> Fetching pkgconf- ==> Downloading https://ghcr.io/v2/homebrew/core/pkgconf/blobs/sha256:a074f871aa476dec1101c13b4fcfbb9354a8b35bcb6e056f8411463913632071- Already downloaded: /Users/mac1000/Library/Caches/Homebrew/downloads/2f783e65294d208e2dea96042a5edbde1c117183f409d4687d8d77c44c013470--pkgconf--2.5.1.sequoia.bottle.tar.gz- ==> Pouring libffi--3.5.2.sonoma.bottle.tar.gz- ==> Caveats- libffi is keg-only, which means it was not symlinked into /usr/local,- because macOS already provides this software and installing another version in- parallel can cause all kinds of trouble.-- For compilers to find libffi you may need to set:- export LDFLAGS="-L/usr/local/opt/libffi/lib"- export CPPFLAGS="-I/usr/local/opt/libffi/include"- ==> Summary- 🍺 /usr/local/Cellar/libffi/3.5.2: 18 files, 704.5KB- ==> Running `brew cleanup libffi`...- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).- ==> Pouring pkgconf--2.5.1.sequoia.bottle.tar.gz- 🍺 /usr/local/Cellar/pkgconf/2.5.1: 28 files, 374.2KB- ==> Running `brew cleanup pkgconf`...- ==> Caveats- ==> libffi- libffi is keg-only, which means it was not symlinked into /usr/local,- because macOS already provides this software and installing another version in- parallel can cause all kinds of trouble.-- For compilers to find libffi you may need to set:- export LDFLAGS="-L/usr/local/opt/libffi/lib"- export CPPFLAGS="-I/usr/local/opt/libffi/include"2025-10-16 22:53.25 ---> saved as "2702a9db4817cf6c218587f15047b97a797b10336bc80d0cdb04633f1c73eda0"/: (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-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 26 packages- install alcotest 1.9.1- install astring 0.8.5- install base-bytes base- install bigarray-compat 1.1.0- install cf 0.5.0- install cf-lwt 0.5.0- install cmdliner 2.0.0- install conf-libffi 2.0.0- install conf-pkg-config 4- install cppo 1.8.0- install csexp 1.5.2- install ctypes 0.23.0- install ctypes-foreign 0.23.0- install dune 3.20.2- install dune-configurator 3.20.2- install fmt 0.11.0- install integers 0.7.0- install lwt 5.9.2- install ocaml-syntax-shims 1.0.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install ocplib-endian 1.2- install re 1.14.0- install stdlib-shims 0.3.0- install topkg 1.1.0- install uutf 1.0.4<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved bigarray-compat.1.1.0 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved cf.0.5.0, cf-lwt.0.5.0 (cached)-> retrieved alcotest.1.9.1 (cached)-> installed conf-pkg-config.4-> retrieved cppo.1.8.0 (cached)-> installed conf-libffi.2.0.0-> retrieved csexp.1.5.2 (cached)-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0 (cached)-> retrieved cmdliner.2.0.0 (cached)-> retrieved integers.0.7.0 (cached)-> retrieved fmt.0.11.0 (cached)-> retrieved ocaml-syntax-shims.1.0.0 (cached)-> retrieved lwt.5.9.2 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocplib-endian.1.2 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved topkg.1.1.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed ocamlbuild.0.16.1-> installed cmdliner.2.0.0-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed topkg.1.1.0-> installed uutf.1.0.4-> installed fmt.0.11.0-> installed astring.0.8.5-> installed dune.3.20.2-> installed stdlib-shims.0.3.0-> installed csexp.1.5.2-> installed integers.0.7.0-> installed re.1.14.0-> installed ocaml-syntax-shims.1.0.0-> installed cppo.1.8.0-> installed bigarray-compat.1.1.0-> installed ocplib-endian.1.2-> installed dune-configurator.3.20.2-> installed alcotest.1.9.1-> installed lwt.5.9.2-> installed ctypes.0.23.0-> installed ctypes-foreign.0.23.0-> installed cf.0.5.0-> installed cf-lwt.0.5.0Done.# To update the current shell environment, run: eval $(opam env)2025-10-16 22:55.12 ---> saved as "d9d47a20ce6bcfe3c092538166e21a40a8b96c42d89dbf87f62b8bb27b33cb63"/: (copy (src .) (dst ./src))2025-10-16 22:55.15 ---> saved as "87618b79e506762ff6cf7badbb92f741e5c06803e86c03c52e55df210f418616"/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/lib && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -pthread -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -g -I /Users/mac1000/.opam/5.3.0/lib/ocaml -I /Users/mac1000/.opam/5.3.0/lib/bigarray-compat -I /Users/mac1000/.opam/5.3.0/lib/cf -I /Users/mac1000/.opam/5.3.0/lib/ctypes -I /Users/mac1000/.opam/5.3.0/lib/ctypes-foreign -I /Users/mac1000/.opam/5.3.0/lib/ctypes/stubs -I /Users/mac1000/.opam/5.3.0/lib/integers -I /Users/mac1000/.opam/5.3.0/lib/ocaml/str -I /Users/mac1000/.opam/5.3.0/lib/ocaml/threads -I /Users/mac1000/.opam/5.3.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.3.0/lib/stdlib-shims -o fsevents_stubs.o -c fsevents_stubs.c)lib_gen/fsevents_stubs.c:42:4: warning: 'FSEventStreamScheduleWithRunLoop' is deprecated: first deprecated in macOS 13.0 - Use FSEventStreamSetDispatchQueue instead. [-Wdeprecated-declarations]42 | FSEventStreamScheduleWithRunLoop(x35, x36, x37);| ^/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreServices.framework/Frameworks/FSEvents.framework/Headers/FSEvents.h:1154:1: note: 'FSEventStreamScheduleWithRunLoop' has been explicitly marked deprecated here1154 | FSEventStreamScheduleWithRunLoop(| ^1 warning generated.File "lib_test/dune", lines 7-13, characters 0-113:7 | (rule8 | (alias runtest)9 | (action10 | (run ./test.exe))11 | (enabled_if12 | (= %{system} macosx))13 | (package fsevents-lwt))(cd _build/default/lib_test && ./test.exe)Testing `FSEvents'.This run has ID `047NKGWZ'.[FAIL] FileMod 0 noop0.[FAIL] FileMod 1 noop1.[FAIL] FileMod 2 noop2.[FAIL] FileMod 3 noop3.[FAIL] FileMod 4 noop4.[FAIL] FileMod 5 noop5.[FAIL] FileMod 6 noop6.[FAIL] FileMod 7 create.[FAIL] FileMod 8 create_remove.[FAIL] FileMod 9 modify.┌──────────────────────────────────────────────────────────────────────────────┐│ [FAIL] FileMod 0 noop0. │└──────────────────────────────────────────────────────────────────────────────┘EntryBeforeTimersBeforeSourcesBeforeWaiting[exception] Lwt_stream.EmptyRaised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3121, characters 20-29Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 25, characters 10-20Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 104, characters 8-13Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 110, characters 4-13Called from Dune__exe__Test.with_temp_stream in file "lib_test/test.ml", line 83, characters 2-18Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35Logs saved to `~/src/_build/default/lib_test/_build/_tests/FSEvents/FileMod.000.output'.──────────────────────────────────────────────────────────────────────────────┌──────────────────────────────────────────────────────────────────────────────┐│ [FAIL] FileMod 1 noop1. │└──────────────────────────────────────────────────────────────────────────────┘EntryBeforeTimersBeforeSourcesBeforeWaiting[exception] Lwt_stream.EmptyRaised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3121, characters 20-29Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 25, characters 10-20Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 104, characters 8-13Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 110, characters 4-13Called from Dune__exe__Test.with_temp_stream in file "lib_test/test.ml", line 83, characters 2-18Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35Logs saved to `~/src/_build/default/lib_test/_build/_tests/FSEvents/FileMod.001.output'.──────────────────────────────────────────────────────────────────────────────┌──────────────────────────────────────────────────────────────────────────────┐│ [FAIL] FileMod 2 noop2. │└──────────────────────────────────────────────────────────────────────────────┘EntryBeforeTimersBeforeSourcesBeforeWaiting[exception] Lwt_stream.EmptyRaised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3121, characters 20-29Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 25, characters 10-20Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 104, characters 8-13Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 110, characters 4-13Called from Dune__exe__Test.with_temp_stream in file "lib_test/test.ml", line 83, characters 2-18Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35Logs saved to `~/src/_build/default/lib_test/_build/_tests/FSEvents/FileMod.002.output'.──────────────────────────────────────────────────────────────────────────────┌──────────────────────────────────────────────────────────────────────────────┐│ [FAIL] FileMod 3 noop3. │└──────────────────────────────────────────────────────────────────────────────┘EntryBeforeTimersBeforeSourcesBeforeWaiting[exception] Lwt_stream.EmptyRaised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3121, characters 20-29Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 25, characters 10-20Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 104, characters 8-13Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 110, characters 4-13Called from Dune__exe__Test.with_temp_stream in file "lib_test/test.ml", line 83, characters 2-18Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35Logs saved to `~/src/_build/default/lib_test/_build/_tests/FSEvents/FileMod.003.output'.──────────────────────────────────────────────────────────────────────────────┌──────────────────────────────────────────────────────────────────────────────┐│ [FAIL] FileMod 4 noop4. │└──────────────────────────────────────────────────────────────────────────────┘EntryBeforeTimersBeforeSourcesBeforeWaiting[exception] Lwt_stream.EmptyRaised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3121, characters 20-29Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 25, characters 10-20Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 104, characters 8-13Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 110, characters 4-13Called from Dune__exe__Test.with_temp_stream in file "lib_test/test.ml", line 83, characters 2-18Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35Logs saved to `~/src/_build/default/lib_test/_build/_tests/FSEvents/FileMod.004.output'.──────────────────────────────────────────────────────────────────────────────┌──────────────────────────────────────────────────────────────────────────────┐│ [FAIL] FileMod 5 noop5. │└──────────────────────────────────────────────────────────────────────────────┘EntryBeforeTimersBeforeSourcesBeforeWaiting[exception] Lwt_stream.EmptyRaised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3121, characters 20-29Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 25, characters 10-20Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 104, characters 8-13Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 110, characters 4-13Called from Dune__exe__Test.with_temp_stream in file "lib_test/test.ml", line 83, characters 2-18Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35Logs saved to `~/src/_build/default/lib_test/_build/_tests/FSEvents/FileMod.005.output'.──────────────────────────────────────────────────────────────────────────────┌──────────────────────────────────────────────────────────────────────────────┐│ [FAIL] FileMod 6 noop6. │└──────────────────────────────────────────────────────────────────────────────┘EntryBeforeTimersBeforeSourcesBeforeWaiting[exception] Lwt_stream.EmptyRaised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3121, characters 20-29Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 25, characters 10-20Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 104, characters 8-13Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 110, characters 4-13Called from Dune__exe__Test.with_temp_stream in file "lib_test/test.ml", line 83, characters 2-18Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35Logs saved to `~/src/_build/default/lib_test/_build/_tests/FSEvents/FileMod.006.output'.──────────────────────────────────────────────────────────────────────────────┌──────────────────────────────────────────────────────────────────────────────┐│ [FAIL] FileMod 7 create. │└──────────────────────────────────────────────────────────────────────────────┘EntryBeforeTimersBeforeSourcesBeforeWaitingAfterWaitingBeforeTimersBeforeSourcesBeforeTimersBeforeSourcesBeforeWaiting[exception] Lwt_stream.EmptyRaised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3121, characters 20-29Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 25, characters 10-20Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 104, characters 8-13Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 110, characters 4-13Called from Dune__exe__Test.with_temp_stream in file "lib_test/test.ml", line 83, characters 2-18Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35Logs saved to `~/src/_build/default/lib_test/_build/_tests/FSEvents/FileMod.007.output'.──────────────────────────────────────────────────────────────────────────────┌──────────────────────────────────────────────────────────────────────────────┐│ [FAIL] FileMod 8 create_remove. │└──────────────────────────────────────────────────────────────────────────────┘EntryBeforeTimersBeforeSourcesBeforeWaitingAfterWaitingBeforeTimersBeforeSourcesBeforeTimersBeforeSourcesBeforeTimersBeforeSourcesBeforeWaiting[exception] Lwt_stream.EmptyRaised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3121, characters 20-29Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 25, characters 10-20Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 104, characters 8-13Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 110, characters 4-13Called from Dune__exe__Test.with_temp_stream in file "lib_test/test.ml", line 83, characters 2-18Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35Logs saved to `~/src/_build/default/lib_test/_build/_tests/FSEvents/FileMod.008.output'.──────────────────────────────────────────────────────────────────────────────┌──────────────────────────────────────────────────────────────────────────────┐│ [FAIL] FileMod 9 modify. │└──────────────────────────────────────────────────────────────────────────────┘EntryBeforeTimersBeforeSourcesBeforeTimersBeforeSourcesBeforeWaiting[exception] Lwt_stream.EmptyRaised at Lwt.Miscellaneous.poll in file "src/core/lwt.ml", line 3121, characters 20-29Called from Lwt_main.run.run_loop in file "src/unix/lwt_main.ml", line 25, characters 10-20Called from Lwt_main.run in file "src/unix/lwt_main.ml", line 104, characters 8-13Re-raised at Lwt_main.run in file "src/unix/lwt_main.ml", line 110, characters 4-13Called from Dune__exe__Test.with_temp_stream in file "lib_test/test.ml", line 83, characters 2-18Called from Alcotest_engine__Core.Make.protect_test.(fun) in file "src/alcotest-engine/core.ml", line 186, characters 17-23Called from Alcotest_engine__Monad.Identity.catch in file "src/alcotest-engine/monad.ml", line 24, characters 31-35Logs saved to `~/src/_build/default/lib_test/_build/_tests/FSEvents/FileMod.009.output'.──────────────────────────────────────────────────────────────────────────────Full test results in `~/src/_build/default/lib_test/_build/_tests/FSEvents'.10 failures! in 2.810s. 10 tests run."/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12025-10-16 22:55.32: Job failed: Failed: Build failed