2025-10-27 22:39.20: New job: test ygrek/extunix https://github.com/ygrek/extunix.git#refs/heads/master (e90bd03bbcdf84ccba6b749f727d487f4161aff8) (linux-x86_64:debian-12-5.4_opam-2.4)Base: ocaml/opam:debian-12-ocaml-5.4@sha256:4d0f9081aeeb783cf4fd627a56dd552d7bc6f76722c9f392d47f1f16e1ffdb60Opam 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 ocaml/opam:debian-12-ocaml-5.4@sha256:4d0f9081aeeb783cf4fd627a56dd552d7bc6f76722c9f392d47f1f16e1ffdb60# debian-12-5.4_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 ./RUN opam pin add -yn extunix.dev './'RUN echo '(lang dune 3.0)' > './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 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-ocaml/opam:debian-12-ocaml-5.4@sha256:4d0f9081aeeb783cf4fd627a56dd552d7bc6f76722c9f392d47f1f16e1ffdb60-debian-12-5.4_opam-2.4-4ce506828edcc53760c1e8aa74eff988"2025-10-27 22:39.20: Using OBuilder spec:((from ocaml/opam:debian-12-ocaml-5.4@sha256:4d0f9081aeeb783cf4fd627a56dd552d7bc6f76722c9f392d47f1f16e1ffdb60)(comment debian-12-5.4_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(workdir /src)(run (shell "sudo chown opam /src"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(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 ./))(run (network host)(shell "opam pin add -yn extunix.dev './'"))(run (network host)(shell "echo '(lang dune 3.0)' > './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 /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y extunix.dev $DEPS"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst /src))(run (shell "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:50.34: Waiting for worker…2025-10-27 22:54.26: Got resource from pool OClusterBuilding on doris.caelum.ci.devAll commits already cachedHEAD is now at e90bd03 Remove outdated depext on libexecinfo-dev on Alpine(from ocaml/opam:debian-12-ocaml-5.4@sha256:4d0f9081aeeb783cf4fd627a56dd552d7bc6f76722c9f392d47f1f16e1ffdb60)Unable to find image 'ocaml/opam:debian-12-ocaml-5.4@sha256:4d0f9081aeeb783cf4fd627a56dd552d7bc6f76722c9f392d47f1f16e1ffdb60' locallydocker.io/ocaml/opam@sha256:4d0f9081aeeb783cf4fd627a56dd552d7bc6f76722c9f392d47f1f16e1ffdb60: Pulling from ocaml/opam4cb8b0429960: Pulling fs layer7e0fde4a312f: Pulling fs layerbd5aa16dffaf: Pulling fs layerd3eaabf485cb: Pulling fs layer4731a788ca46: Pulling fs layer1a0e3fbb079f: Pulling fs layerbd5aa16dffaf: Waitingd3eaabf485cb: Waitingcc0a51588fd0: Pulling fs layer1a0e3fbb079f: Waiting4731a788ca46: Waiting64063bd4ca16: Pulling fs layer64063bd4ca16: Waitingcc0a51588fd0: Waiting7e0fde4a312f: Download completebd5aa16dffaf: Verifying Checksumbd5aa16dffaf: Download completed3eaabf485cb: Verifying Checksumd3eaabf485cb: Download complete1a0e3fbb079f: Verifying Checksum1a0e3fbb079f: Download completecc0a51588fd0: Verifying Checksumcc0a51588fd0: Download complete64063bd4ca16: Verifying Checksum64063bd4ca16: Download complete4cb8b0429960: Verifying Checksum4cb8b0429960: Download complete4731a788ca46: Verifying Checksum4731a788ca46: Download complete4cb8b0429960: Pull complete7e0fde4a312f: Pull completebd5aa16dffaf: Pull completed3eaabf485cb: Pull complete4731a788ca46: Pull complete1a0e3fbb079f: Pull completecc0a51588fd0: Pull complete64063bd4ca16: Pull completeDigest: sha256:4d0f9081aeeb783cf4fd627a56dd552d7bc6f76722c9f392d47f1f16e1ffdb60Status: Downloaded newer image for ocaml/opam@sha256:4d0f9081aeeb783cf4fd627a56dd552d7bc6f76722c9f392d47f1f16e1ffdb602025-10-27 22:54.26 ---> using "7f4785a09926453b725db5c7111aa423ec6e5d3467032b24591728be673050f5" from cache/: (comment debian-12-5.4_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-10-27 22:54.26 ---> using "53e067a26358c8278608c769d7889349658ef9b3e8e6e0ce8c0dfb980f64b827" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from 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 /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-10-27 22:54.26 ---> using "d5e3c15a2bc6ec9b1d299af4f637f2bc785795aad94d03f748be29cdfef62880" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-157-genericThe OCaml toplevel, version 5.4.02.4.12025-10-27 22:54.26 ---> using "406c0613925175aa9a78918246f6ae4b1d9f23829df820f39a19428fa60432cc" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-27 22:54.26 ---> using "062d8ca37ece23748ef0c38b07fcadff6129a03065277479a2190129e4c65419" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(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:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2025-10-27 22:54.26 ---> using "6d7b33d97fa2232c59d897dc2dbf48ca46a386e90a9644cd664fd559b648c78d" from cache/src: (copy (src extunix.opam) (dst ./))2025-10-27 22:54.26 ---> saved as "684f90c6529d10dbb0e017cc9f91f2e732e61dab7d7523f30d1486d45d57b1ea"/src: (run (network host)(shell "opam pin add -yn extunix.dev './'"))[extunix.dev] synchronised (file:///src)extunix is now pinned to file:///src (version dev)2025-10-27 22:54.28 ---> saved as "9824135d1929634976fa069563e12866babb90b5c39fc69a947d0fcd404e3e8f"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-27 22:54.28 ---> saved as "7c6d46631d320b19573edd28116bb5095f8361fc231531b9872490dde342ec3a"/src: (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")/src: (env CI true)/src: (env OCAMLCI true)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y extunix.dev $DEPS"))+ /usr/bin/sudo "apt-get" "update"- Hit:1 http://deb.debian.org/debian bookworm InRelease- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [283 kB]- Fetched 386 kB in 6s (60.3 kB/s)- Reading package lists...<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[extunix.dev] synchronised (file:///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-27 22:54.42 ---> saved as "a454dd134a97fb7e8db2f0abc8de960bd99b7d06e7a79860e41dd2c8fff5786e"/src: (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.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 csexp.1.5.2 (cached)-> retrieved ocaml-compiler-libs.v0.17.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved ounit2.2.2.7 (cached)-> retrieved ppx_derivers.1.2.1 (cached)-> retrieved seq.base (cached)-> installed seq.base-> retrieved sexplib0.v0.17.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)-> retrieved ppxlib.0.37.0 (cached)-> installed ocamlfind.1.9.8-> installed base-bytes.base-> installed dune.3.20.2-> installed ppx_derivers.1.2.1-> installed csexp.1.5.2-> installed ocaml-compiler-libs.v0.17.0-> installed sexplib0.v0.17.0-> installed stdlib-shims.0.3.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-27 22:55.28 ---> saved as "2370d6606806152d57be9bd1a53821990aa4d7e68a7e315a9755014cfed86fc5"/src: (copy (src .) (dst /src))2025-10-27 22:55.28 ---> saved as "00dbc3a3adf9ff7d00d53e69984589d8649b347ee0cf0df6e0d2ef26ae9ec1c7"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/src && ../discover/discover.exe)checking EVENTFD.............okchecking ATFILE..............okchecking RENAMEAT2...........okchecking RENAME_WHITEOUT.....okchecking DIRFD...............okchecking STATVFS.............okchecking FSTATVFS............okchecking SIOCGIFCONF.........okchecking IFADDRS.............okchecking INET_NTOA...........okchecking INET_NTOP...........okchecking UNAME...............okchecking FADVISE.............okchecking FALLOCATE...........okchecking TTY_IOCTL...........okchecking TTYNAME.............okchecking CTERMID.............okchecking GETTID..............okchecking PGID................okchecking SETREUID............okchecking FSYNC...............okchecking FDATASYNC...........okchecking SYNC................okchecking SYNCFS..............okchecking REALPATH............okchecking SIGNALFD............okchecking PTRACE..............okchecking RESOURCE............okchecking MLOCKALL............okchecking STRPTIME............okchecking STRTIME.............okchecking TIMEZONE............okchecking TIMEGM..............okchecking PTS.................okchecking FCNTL...............okchecking TCPGRP..............okchecking EXECINFO............okchecking SETENV..............okchecking CLEARENV............okchecking MKDTEMP.............okchecking MALLOC_INFO.........okchecking MALLOC_STATS........okchecking MEMALIGN............okchecking ENDIAN..............okchecking READ_CREDENTIALS....okchecking FEXECVE.............okchecking SENDMSG.............okchecking PREAD...............okchecking PWRITE..............okchecking READ................okchecking WRITE...............okchecking MKSTEMPS............okchecking MKOSTEMPS...........okchecking SETRESUID...........okchecking SYSCONF.............okchecking SPLICE..............okchecking TEE.................okchecking VMSPLICE............okchecking SOCKOPT.............okchecking TCP_KEEPIDLE........okchecking TCP_KEEPCNT.........okchecking TCP_KEEPINTVL.......okchecking SO_REUSEPORT........okchecking POLL................okchecking SYSINFO.............okchecking MCHECK..............okchecking MOUNT...............okchecking UNSHARE.............okchecking CHROOT..............okchecking SYSLOG..............okchecking WAIT4...............ok(cd _build/default/test && ./test.exe)............................................................Ran: 42 tests in: 0.02 seconds.OK...Ran: 42 tests in: 0.02 seconds.OK(cd _build/default/test && ./testba.exe)......Ran: 6 tests in: 0.01 seconds.OK2025-10-27 22:55.36 ---> saved as "db7be3723e9e7369923c9aafceaf19c92ce82b703df784475e88450a5ade2db4"Job succeeded2025-10-27 22:55.37: Job succeeded