2025-06-12 14:21.14: New job: test ocaml-multicore/eio https://github.com/ocaml-multicore/eio.git#refs/pull/803/head (9cb52c3c061a1bfee0c6094625415d3c95f735d5) (macos-x86_64:macos-homebrew-5.3_opam-2.3) Base: macos-homebrew-ocaml-5.3 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-multicore/eio.git" && cd "eio" && git fetch origin "refs/pull/803/head" && git reset --hard 9cb52c3c cat > Dockerfile <<'END-OF-DOCKERFILE' FROM macos-homebrew-ocaml-5.3 # macos-homebrew-5.3_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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 eio_windows.opam eio_posix.opam eio_main.opam eio_linux.opam eio.opam ./src/./ RUN opam pin add -yn eio_windows.dev './src/./' && \ opam pin add -yn eio_posix.dev './src/./' && \ opam pin add -yn eio_main.dev './src/./' && \ opam pin add -yn eio_linux.dev './src/./' && \ opam pin add -yn eio.dev './src/./' RUN echo '(lang dune 3.0)' > './src/./dune-project' ENV DEPS="afl-persistent.1.4 alcotest.1.9.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-bash.1 containers.3.16 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dscheck.0.5.0 dune.3.19.1 dune-configurator.3.19.1 either.1.0.0 fmt.0.10.0 hmap.0.8.1 iomux.0.3 kcas.0.7.0 logs.0.8.0 lwt-dllist.1.1.0 mdx.2.5.0 mtime.2.1.0 multicore-magic.2.3.1 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 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 oseq.0.5.1 psq.0.2.1 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.8 tsort.2.2.0 uutf.1.0.4 yojson.3.0.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y eio_windows.dev eio_posix.dev eio_main.dev eio.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . ./src RUN cd ./src && opam exec -- dune build --only-packages=eio_windows,eio_posix,eio_main,eio @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-06-12 14:21.14: Using cache hint "ocaml-multicore/eio-macos-homebrew-ocaml-5.3-macos-homebrew-5.3_opam-2.3-c4561c87b1afcf1218cc3fa54c1b630f" 2025-06-12 14:21.14: Using OBuilder spec: ((from macos-homebrew-ocaml-5.3) (comment macos-homebrew-5.3_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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src eio_windows.opam eio_posix.opam eio_main.opam eio_linux.opam eio.opam) (dst ./src/./)) (run (network host) (shell "opam pin add -yn eio_windows.dev './src/./' && \ \nopam pin add -yn eio_posix.dev './src/./' && \ \nopam pin add -yn eio_main.dev './src/./' && \ \nopam pin add -yn eio_linux.dev './src/./' && \ \nopam pin add -yn eio.dev './src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) (env DEPS "afl-persistent.1.4 alcotest.1.9.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-bash.1 containers.3.16 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dscheck.0.5.0 dune.3.19.1 dune-configurator.3.19.1 either.1.0.0 fmt.0.10.0 hmap.0.8.1 iomux.0.3 kcas.0.7.0 logs.0.8.0 lwt-dllist.1.1.0 mdx.2.5.0 mtime.2.1.0 multicore-magic.2.3.1 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 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 oseq.0.5.1 psq.0.2.1 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.8 tsort.2.2.0 uutf.1.0.4 yojson.3.0.0") (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 eio_windows.dev eio_posix.dev eio_main.dev eio.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 --only-packages=eio_windows,eio_posix,eio_main,eio @install @check @runtest && rm -rf _build")) ) 2025-06-12 14:21.14: Waiting for resource in pool OCluster 2025-06-13 01:28.34: Waiting for worker… 2025-06-13 04:13.43: Got resource from pool OCluster Building on i7-worker-01 All commits already cached HEAD is now at 9cb52c3 Add setuid fork action (from macos-homebrew-ocaml-5.3) 2025-06-13 04:13.44 ---> using "6ee950b55569b1a3f8a7953dc679318bf303d3a70ac7d49901c0ac2ca3805d7c" from cache /: (comment macos-homebrew-5.3_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")) 2025-06-13 04:13.44 ---> using "8efc335cb5004a650aab29e72b9849a2b2e2f0853bc55d3a74763c7cceed5d74" 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 2025-06-13 04:13.45 ---> using "e29fa6de89fe919799ac81fd4a1c768d8341cedf873c17042854467d2aebeceb" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Darwin 23.4.0 The OCaml toplevel, version 5.3.0 2.3.0 2025-06-13 04:13.45 ---> using "a268524b45b0c90a951719c2a6c8c78c0b8a0fec90c9f437befd49b0008dc673" 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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 67e940587b..a28eb8a148 master -> origin/master a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.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.5.0 - ocaml-compiler.5.5 -- ocaml-base-compiler.5.4.0~alpha1 is installed and requires ocaml-compiler = 5.4.0~alpha1 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-06-13 04:13.45 ---> using "eaccb6aab9958c7381ce3b97822c829fabf7189a0fcdf560e417444a1f83b5e5" from cache /: (copy (src eio_windows.opam eio_posix.opam eio_main.opam eio_linux.opam eio.opam) (dst ./src/./)) 2025-06-13 04:13.47 ---> saved as "cd352b9eead92e841105a22bf7d41ea722f4faa1ebee3564742ea0c908b33dd1" /: (run (network host) (shell "opam pin add -yn eio_windows.dev './src/./' && \ \nopam pin add -yn eio_posix.dev './src/./' && \ \nopam pin add -yn eio_main.dev './src/./' && \ \nopam pin add -yn eio_linux.dev './src/./' && \ \nopam pin add -yn eio.dev './src/./'")) [eio_windows.dev] synchronised (file:///Users/mac1000/src) eio_windows is now pinned to file:///Users/mac1000/src (version dev) [eio_posix.dev] synchronised (file:///Users/mac1000/src) eio_posix is now pinned to file:///Users/mac1000/src (version dev) [eio_main.dev] synchronised (file:///Users/mac1000/src) eio_main is now pinned to file:///Users/mac1000/src (version dev) [eio_linux.dev] synchronised (file:///Users/mac1000/src) eio_linux is now pinned to file:///Users/mac1000/src (version dev) [eio.dev] synchronised (file:///Users/mac1000/src) eio is now pinned to file:///Users/mac1000/src (version dev) 2025-06-13 04:14.11 ---> saved as "2e567ebc058106ef64120acb8745337c8e9432121c7e62e68004ea880bc1aa70" /: (run (network host) (shell "echo '(lang dune 3.0)' > './src/./dune-project'")) 2025-06-13 04:14.12 ---> saved as "a3d80892d344ecee75552c0081ecac873f7fb89aefadca1f2e25b4e1162d8c4e" /: (env DEPS "afl-persistent.1.4 alcotest.1.9.0 astring.0.8.5 backoff.0.1.1 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.1.3.0 conf-bash.1 containers.3.16 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 domain-local-timeout.1.0.1 dscheck.0.5.0 dune.3.19.1 dune-configurator.3.19.1 either.1.0.0 fmt.0.10.0 hmap.0.8.1 iomux.0.3 kcas.0.7.0 logs.0.8.0 lwt-dllist.1.1.0 mdx.2.5.0 mtime.2.1.0 multicore-magic.2.3.1 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 ocaml-version.4.0.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 oseq.0.5.1 psq.0.2.1 re.1.12.0 result.1.5 seq.base stdlib-shims.0.3.0 thread-table.1.0.0 topkg.1.0.8 tsort.2.2.0 uutf.1.0.4 yojson.3.0.0") /: (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 eio_windows.dev eio_posix.dev eio_main.dev eio.dev $DEPS")) + /usr/local/bin/brew "update" - ==> Updating Homebrew... - Already up-to-date. <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [eio.dev] synchronised (file:///Users/mac1000/src) [eio_posix.dev] synchronised (file:///Users/mac1000/src) [eio_main.dev] synchronised (file:///Users/mac1000/src) [eio_windows.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). 2025-06-13 04:14.46 ---> saved as "2494c65751831adacc35ccb7b2b457a97741e95aec21d1ed8399f34b9b6c321e" /: (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 46 packages - install afl-persistent 1.4 - install alcotest 1.9.0 - install astring 0.8.5 - install backoff 0.1.1 - install base-bytes base - install bigstringaf 0.10.0 - install camlp-streams 5.0.1 - install cmdliner 1.3.0 - install conf-bash 1 - install containers 3.16 - install cppo 1.8.0 - install crowbar 0.2.1 - install csexp 1.5.2 - install cstruct 6.2.0 - install domain-local-await 1.0.1 - install domain-local-timeout 1.0.1 - install dscheck 0.5.0 - install dune 3.19.1 - install dune-configurator 3.19.1 - install either 1.0.0 - install fmt 0.10.0 - install hmap 0.8.1 - install iomux 0.3 - install kcas 0.7.0 - install logs 0.8.0 - install lwt-dllist 1.1.0 - install mdx 2.5.0 - install mtime 2.1.0 - install multicore-magic 2.3.1 - install ocaml-syntax-shims 1.0.0 - install ocaml-version 4.0.1 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - install optint 0.3.0 - install oseq 0.5.1 - install psq 0.2.1 - install re 1.12.0 - install result 1.5 - install seq base - install stdlib-shims 0.3.0 - install thread-table 1.0.0 - install topkg 1.0.8 - install tsort 2.2.0 - install uutf 1.0.4 - install yojson 3.0.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved afl-persistent.1.4 (cached) -> retrieved astring.0.8.5 (cached) -> retrieved backoff.0.1.1 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved cmdliner.1.3.0 (cached) -> installed conf-bash.1 -> retrieved alcotest.1.9.0 (cached) -> retrieved cppo.1.8.0 (cached) -> retrieved crowbar.0.2.1 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved containers.3.16 (cached) -> retrieved domain-local-await.1.0.1 (cached) -> retrieved cstruct.6.2.0 (cached) -> retrieved dscheck.0.5.0 (cached) -> retrieved domain-local-timeout.1.0.1 (cached) -> retrieved either.1.0.0 (cached) -> retrieved fmt.0.10.0 (cached) -> retrieved hmap.0.8.1 (cached) -> retrieved iomux.0.3 (cached) -> retrieved kcas.0.7.0 (cached) -> retrieved logs.0.8.0 (cached) -> retrieved lwt-dllist.1.1.0 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved multicore-magic.2.3.1 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocaml-version.4.0.1 (cached) -> retrieved mdx.2.5.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved oseq.0.5.1 (cached) -> retrieved optint.0.3.0 (cached) -> retrieved psq.0.2.1 (cached) -> retrieved result.1.5 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved re.1.12.0 (cached) -> retrieved thread-table.1.0.0 (cached) -> retrieved tsort.2.2.0 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved uutf.1.0.4 (cached) -> retrieved yojson.3.0.0 (cached) -> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached) -> installed ocamlbuild.0.16.1 -> installed cmdliner.1.3.0 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.0.8 -> installed hmap.0.8.1 -> installed uutf.1.0.4 -> installed mtime.2.1.0 -> installed fmt.0.10.0 -> installed astring.0.8.5 -> installed logs.0.8.0 -> installed dune.3.19.1 -> installed backoff.0.1.1 -> installed lwt-dllist.1.1.0 -> installed csexp.1.5.2 -> installed afl-persistent.1.4 -> installed psq.0.2.1 -> installed oseq.0.5.1 -> installed optint.0.3.0 -> installed ocaml-version.4.0.1 -> installed ocaml-syntax-shims.1.0.0 -> installed multicore-magic.2.3.1 -> installed either.1.0.0 -> installed cstruct.6.2.0 -> installed cppo.1.8.0 -> installed camlp-streams.5.0.1 -> installed stdlib-shims.0.3.0 -> installed result.1.5 -> installed thread-table.1.0.0 -> installed tsort.2.2.0 -> installed ocplib-endian.1.2 -> installed domain-local-timeout.1.0.1 -> installed domain-local-await.1.0.1 -> installed dune-configurator.3.19.1 -> installed crowbar.0.2.1 -> installed yojson.3.0.0 -> installed re.1.12.0 -> installed kcas.0.7.0 -> installed bigstringaf.0.10.0 -> installed iomux.0.3 -> installed alcotest.1.9.0 -> installed containers.3.16 -> installed mdx.2.5.0 -> installed dscheck.0.5.0 Done. <><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><> => afl-persistent is installed, but since the current OCaml compiler does not enable AFL instrumentation by default, most packages will not be instrumented and fuzzing with afl-fuzz may not be effective. To globally enable AFL instrumentation, create an OCaml switch like: opam switch create 5.3.0+afl ocaml-variants.5.3.0+options ocaml-option-afl # To update the current shell environment, run: eval $(opam env) 2025-06-13 04:16.04 ---> saved as "04c8e1a83aa26bae5a4ce6c72d175cec8a692c52804cc73accb3a7f5ffcc22c6" /: (copy (src .) (dst ./src)) 2025-06-13 04:16.06 ---> saved as "06223b1d91e6bb2579bc30459e3a6fb707c696e7b187bdef021ae0b9ef220e2a" /: (run (shell "cd ./src && opam exec -- dune build --only-packages=eio_windows,eio_posix,eio_main,eio @install @check @runtest && rm -rf _build")) (cd _build/default/fuzz && ./fuzz_buf_read.exe) random ops: PASS (cd _build/default/fuzz && ./fuzz_inherit_fds.exe) inherit_fds: PASS (cd _build/default/fuzz && ./fuzz_buf_write.exe) random ops: PASS File "lib_eio_posix/test/dune", line 7, characters 9-21: 7 | (names open_beneath test_await) ^^^^^^^^^^^^ (cd _build/default/lib_eio_posix/test && ./open_beneath.exe) Fatal error: exception Eio.Io Fs Permission_denied Outside_sandbox ("..") Raised at Eio_posix__Low_level.Resolve.resolve in file "lib_eio_posix/low_level.ml", line 254, characters 10-97 Called from Eio_posix__Low_level.Resolve.open_beneath_fallback.(fun).aux in file "lib_eio_posix/low_level.ml", line 309, characters 14-48 Called from Eio_posix__Low_level.Resolve.with_state in file "lib_eio_posix/low_level.ml", line 284, characters 10-18 Re-raised at Eio_posix__Low_level.Resolve.with_state in file "lib_eio_posix/low_level.ml", line 289, characters 6-41 Called from Dune__exe__Open_beneath.check.(fun) in file "lib_eio_posix/test/open_beneath.ml", line 15, characters 11-72 Called from Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 170, characters 10-14 Re-raised at Eio_unix__Rcfd.use in file "lib_eio/unix/rcfd.ml", line 175, characters 6-41 Called from Dune__exe__Open_beneath.check.(fun) in file "lib_eio_posix/test/open_beneath.ml", lines 14-15, characters 4-111 Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 133, characters 8-12 Re-raised at Eio__core__Switch.maybe_raise_exs in file "lib_eio/core/switch.ml", line 119, characters 21-56 Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 149, characters 4-21 Called from Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 118, characters 8-12 Re-raised at Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 120, characters 50-58 Called from Dune__exe__Open_beneath.(fun) in file "lib_eio_posix/test/open_beneath.ml", line 80, characters 4-52 Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 133, characters 8-12 Re-raised at Eio__core__Switch.maybe_raise_exs in file "lib_eio/core/switch.ml", line 119, characters 21-56 Called from Eio__core__Switch.run_internal in file "lib_eio/core/switch.ml", line 149, characters 4-21 Called from Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 118, characters 8-12 Re-raised at Eio__core__Cancel.with_cc in file "lib_eio/core/cancel.ml", line 120, characters 50-58 Called from Eio_posix__Sched.with_op in file "lib_eio_posix/sched.ml", line 318, characters 8-12 Re-raised at Eio_posix__Sched.with_op in file "lib_eio_posix/sched.ml", line 324, characters 4-12 Called from Eio_posix__Sched.run.(fun) in file "lib_eio_posix/sched.ml", line 386, characters 29-47 Called from Eio_unix__Thread_pool.run in file "lib_eio/unix/thread_pool.ml", line 108, characters 8-13 Re-raised at Eio_unix__Thread_pool.run in file "lib_eio/unix/thread_pool.ml", line 113, characters 4-39 Re-raised at Eio_posix__Sched.run.fork.(fun) in file "lib_eio_posix/sched.ml", line 342, characters 12-76 Called from Stdlib__Fun.protect in file "fun.ml", line 34, characters 8-15 Re-raised at Stdlib__Fun.protect in file "fun.ml", line 39, characters 6-52 Called from Eio_posix__Sched.run in file "lib_eio_posix/sched.ml", lines 381-388, characters 4-9 Called from Eio_posix__Sched.with_sched in file "lib_eio_posix/sched.ml", line 258, characters 8-12 Re-raised at Eio_posix__Sched.with_sched in file "lib_eio_posix/sched.ml", line 263, characters 4-39 Called from Dune__exe__Open_beneath in file "lib_eio_posix/test/open_beneath.ml", lines 60-87, characters 4-38 File "tests/process.md", line 1, characters 0-0: /usr/bin/git --no-pager diff --no-index --color=always -u _build/default/tests/process.md _build/default/tests/.mdx/process.md.corrected diff --git a/_build/default/tests/process.md b/_build/default/tests/.mdx/process.md.corrected index 3a8483c..492521d 100644 --- a/_build/default/tests/process.md +++ b/_build/default/tests/.mdx/process.md.corrected @@ -138,7 +138,7 @@ Trying to access a path outside of the cwd: ```ocaml # run @@ fun mgr env -> Process.run mgr ~cwd:(env#cwd / "..") [ "cat"; "test-cwd" ];; -Exception: Eio.Io Fs Permission_denied _ +Exception: Unix.Unix_error(Unix.EACCES, "openat", "..") ``` If a command fails, we get shown the arguments (quoted if necessary): "/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build --only-packages=eio_windows,eio_posix,eio_main,eio @install @check @runtest && rm -rf _build" failed with exit status 1 2025-06-13 04:16.19: Job failed: Failed: Build failed