2025-10-27 22:39.20: New job: test ygrek/extunix https://github.com/ygrek/extunix.git#refs/heads/master (e90bd03bbcdf84ccba6b749f727d487f4161aff8) (macos-x86_64:macos-homebrew-5.4_opam-2.4)Base: macos-homebrew-ocaml-5.4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ygrek/extunix.git" -b "master" && cd "extunix" && git reset --hard e90bd03bcat > Dockerfile <<'END-OF-DOCKERFILE'FROM macos-homebrew-ocaml-5.4# macos-homebrew-5.4_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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 extunix.opam ./src/./RUN opam pin add -yn extunix.dev './src/./'RUN echo '(lang dune 3.0)' > './src/./dune-project'ENV DEPS="base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.37.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y extunix.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-27 22:39.20: Using cache hint "ygrek/extunix-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_opam-2.4-4ce506828edcc53760c1e8aa74eff988"2025-10-27 22:39.20: Using OBuilder spec:((from macos-homebrew-ocaml-5.4)(comment macos-homebrew-5.4_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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src extunix.opam) (dst ./src/./))(run (network host)(shell "opam pin add -yn extunix.dev './src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))(env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.37.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.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.4 --depext-only -y extunix.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-27 22:39.20: Waiting for resource in pool OCluster2025-10-27 22:39.20: Waiting for worker…2025-10-28 00:18.13: Got resource from pool OClusterBuilding on i7-worker-03All commits already cachedHEAD is now at e90bd03 Remove outdated depext on libexecinfo-dev on Alpine(from macos-homebrew-ocaml-5.4)2025-10-28 00:18.14 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache/: (comment macos-homebrew-5.4_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-28 00:18.14 ---> using "c45c11c7286cf606ab2156414383237a0e197bf48b9278e9465cc1693c9332b7" 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-28 00:18.15 ---> using "59a16318ff40c58338bc0b572a2d778111fa14b30a0dc4a11f6465d8abb80bbd" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 24.5.0The OCaml toplevel, version 5.4.02.4.12025-10-28 00:18.15 ---> using "03cbf303c2ae412068cf1b7f097ec773b09f8e6d693af9a4cf051761664f96f9" 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 7f9c784b97b368cd82ee80890d9866b8e66b7c1b || git fetch origin master) && git reset -q --hard 7f9c784b97b368cd82ee80890d9866b8e66b7c1b && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD5bf570252b..7f9c784b97 master -> origin/master7f9c784b97 Merge pull request #28787 from ocaml/mseri-patch-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-28 00:18.15 ---> using "0d3b40e06fac490f5b93247996fcf52b04dc54fb28708e299ea5669ed85fd164" from cache/: (copy (src extunix.opam) (dst ./src/./))2025-10-28 00:18.17 ---> saved as "a9b21637dfeb5cff9be45dce7f331595c34000da4788503f0247539fc1faf211"/: (run (network host)(shell "opam pin add -yn extunix.dev './src/./'"))[extunix.dev] synchronised (file:///Users/mac1000/src)extunix is now pinned to file:///Users/mac1000/src (version dev)2025-10-28 00:18.28 ---> saved as "04540a3b8d16333a71b4ef679bbdcadf944ce80d33e2acf173cc295ac76d275b"/: (run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2025-10-28 00:18.30 ---> saved as "83fb9290fd9289b8b4f3b123adc178a0d7e1fbbe3cb83c651a032458e93cbdd8"/: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.37.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.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.4 --depext-only -y extunix.dev $DEPS"))+ /usr/local/bin/brew "update"- ==> Updating Homebrew...- Already up-to-date.<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[extunix.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.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.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-10-28 00:18.53 ---> saved as "ccc33a857341db9ec2c595650cb1b9226c6655d65795e88c5b92e3c47eea4d25"/: (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.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.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 12 packages- install base-bytes base- install csexp 1.5.2- install dune 3.20.2- install dune-configurator 3.20.2- install ocaml-compiler-libs v0.17.0- install ocamlfind 1.9.8- install ounit2 2.2.7- install ppx_derivers 1.2.1- install ppxlib 0.37.0- install seq base- install sexplib0 v0.17.0- install stdlib-shims 0.3.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved csexp.1.5.2 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved ounit2.2.2.7 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved ppxlib.0.37.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed dune.3.20.2-> installed stdlib-shims.0.3.0-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed sexplib0.v0.17.0-> installed ocaml-compiler-libs.v0.17.0-> installed ounit2.2.2.7-> installed dune-configurator.3.20.2-> installed ppxlib.0.37.0Done.# To update the current shell environment, run: eval $(opam env)2025-10-28 00:20.30 ---> saved as "d3ea47c61c1859dd7ec6355befa7259f4d14c84af03c50e7e8c8a5c2e798ded7"/: (copy (src .) (dst ./src))2025-10-28 00:20.31 ---> saved as "f2f86f8322ab129adc259f72019533d9a9825eacddcd07979ca42a0fa401a3f5"/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/src && ../discover/discover.exe)checking EVENTFD.............failedchecking ATFILE..............okchecking RENAMEAT2...........failedchecking RENAME_WHITEOUT.....failedchecking DIRFD...............okchecking STATVFS.............okchecking FSTATVFS............okchecking SIOCGIFCONF.........okchecking IFADDRS.............okchecking INET_NTOA...........okchecking INET_NTOP...........okchecking UNAME...............okchecking FADVISE.............failedchecking FALLOCATE...........failedchecking TTY_IOCTL...........okchecking TTYNAME.............okchecking CTERMID.............okchecking GETTID..............okchecking PGID................okchecking SETREUID............okchecking FSYNC...............okchecking FDATASYNC...........failedchecking SYNC................okchecking SYNCFS..............failedchecking REALPATH............okchecking SIGNALFD............failedchecking PTRACE..............failedchecking RESOURCE............okchecking MLOCKALL............okchecking STRPTIME............okchecking STRTIME.............okchecking TIMEZONE............okchecking TIMEGM..............okchecking PTS.................okchecking FCNTL...............okchecking TCPGRP..............okchecking EXECINFO............okchecking SETENV..............okchecking CLEARENV............failedchecking MKDTEMP.............okchecking MALLOC_INFO.........failedchecking MALLOC_STATS........failedchecking MEMALIGN............okchecking ENDIAN..............okchecking READ_CREDENTIALS....failedchecking FEXECVE.............failedchecking SENDMSG.............okchecking PREAD...............okchecking PWRITE..............okchecking READ................okchecking WRITE...............okchecking MKSTEMPS............okchecking MKOSTEMPS...........okchecking SETRESUID...........failedchecking SYSCONF.............okchecking SPLICE..............failedchecking TEE.................failedchecking VMSPLICE............failedchecking SOCKOPT.............okchecking TCP_KEEPIDLE........okchecking TCP_KEEPCNT.........okchecking TCP_KEEPINTVL.......okchecking SO_REUSEPORT........okchecking POLL................okchecking SYSINFO.............failedchecking MCHECK..............failedchecking MOUNT...............failedchecking UNSHARE.............failedchecking CHROOT..............failedchecking SYSLOG..............okchecking WAIT4...............ok(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlmklib -g -o src/ExtUnix_stubs src/wait4.o src/unshare.o src/unistd.o src/uname.o src/tty_ioctl.o src/time.o src/syslog.o src/sysinfo.o src/sysconf.o src/stdlib.o src/statvfs.o src/splice.o src/sockopt.o src/signalfd.o src/sendmsg.o src/resource.o src/rename.o src/realpath.o src/read_cred.o src/pts.o src/ptrace.o src/pread_pwrite_ba.o src/poll.o src/mount.o src/mman.o src/mktemp.o src/memalign.o src/malloc.o src/ioctl_siocgifconf.o src/fsync.o src/fexecve.o src/fallocate.o src/fadvise.o src/execinfo.o src/eventfd.o src/endianba.o src/endian.o src/dirfd.o src/common.o src/bigarray.o src/atfile.o)/Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/libExtUnix_stubs.a(unshare.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/libExtUnix_stubs.a(sysinfo.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/libExtUnix_stubs.a(splice.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/libExtUnix_stubs.a(signalfd.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/libExtUnix_stubs.a(rename.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/libExtUnix_stubs.a(read_cred.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/libExtUnix_stubs.a(ptrace.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/libExtUnix_stubs.a(mount.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/libExtUnix_stubs.a(malloc.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/libExtUnix_stubs.a(fexecve.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/libExtUnix_stubs.a(fallocate.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/libExtUnix_stubs.a(fadvise.o) has no symbols/Library/Developer/CommandLineTools/usr/bin/ranlib: file: src/libExtUnix_stubs.a(eventfd.o) has no symbols(cd _build/default/test && ./testba.exe)......Ran: 6 tests in: 0.01 seconds.OK(cd _build/default/test && ./test.exe)S.SS......S................SS...................SS.SS.SS.SS..Ran: 42 tests in: 0.03 seconds.OK: Cases: 42 Skip: 8Ran: 42 tests in: 0.03 seconds.OK: Cases: 42 Skip: 8.2025-10-28 00:20.45 ---> saved as "5f1e83882be3b6cac8e2a668faa2474168b9bd03999e95b96b7ed76510256d9d"Job succeeded2025-10-28 00:20.52: Job succeeded