2025-07-31 07:27.20: New job: test ygrek/extunix https://github.com/ygrek/extunix.git#refs/heads/master (e90bd03bbcdf84ccba6b749f727d487f4161aff8) (linux-ppc64:debian-12-5.3_ppc64_opam-2.4) Base: ocaml/opam:debian-12-ocaml-5.3@sha256:25a93efc9a70a11cede147c307bdea32722bede2cbfcc883d9b7015c878483dd Opam project build To reproduce locally: git clone --recursive "https://github.com/ygrek/extunix.git" -b "master" && cd "extunix" && git reset --hard e90bd03b cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:debian-12-ocaml-5.3@sha256:25a93efc9a70a11cede147c307bdea32722bede2cbfcc883d9b7015c878483dd # debian-12-5.3_ppc64_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src 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 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.19.1 dune-configurator.3.19.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 ocamlfind.1.9.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.36.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 $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-07-31 07:27.20: Using cache hint "ygrek/extunix-ocaml/opam:debian-12-ocaml-5.3@sha256:25a93efc9a70a11cede147c307bdea32722bede2cbfcc883d9b7015c878483dd-debian-12-5.3_ppc64_opam-2.4-20f53786954f8485ac151f7d2b0beda8" 2025-07-31 07:27.20: Using OBuilder spec: ((from ocaml/opam:debian-12-ocaml-5.3@sha256:25a93efc9a70a11cede147c307bdea32722bede2cbfcc883d9b7015c878483dd) (comment debian-12-5.3_ppc64_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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && 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.19.1 dune-configurator.3.19.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 ocamlfind.1.9.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.36.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-07-31 07:27.20: Waiting for resource in pool OCluster 2025-07-31 07:38.35: Waiting for worker… 2025-07-31 07:52.16: Got resource from pool OCluster Building on scyleia.caelum.ci.dev All commits already cached HEAD is now at e90bd03 Remove outdated depext on libexecinfo-dev on Alpine (from ocaml/opam:debian-12-ocaml-5.3@sha256:25a93efc9a70a11cede147c307bdea32722bede2cbfcc883d9b7015c878483dd) Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:25a93efc9a70a11cede147c307bdea32722bede2cbfcc883d9b7015c878483dd' locally docker.io/ocaml/opam@sha256:25a93efc9a70a11cede147c307bdea32722bede2cbfcc883d9b7015c878483dd: Pulling from ocaml/opam 5cf87be46ab8: Already exists 0f44a78fd01e: Already exists 094a34f4f82c: Already exists 849a5553b457: Already exists 48a1837609ac: Already exists 6adeab216d83: Already exists 9cae429f65ef: Already exists 4798dcc6fcab: Already exists e33da69b522e: Already exists b6deccc3e8a0: Already exists 54d7e44517d5: Already exists 56a274d4b88a: Already exists a4ba52e80855: Already exists 8147a5280a30: Already exists 135b6496f638: Already exists 34249794785d: Already exists 2cff2ac3a9ff: Already exists 8678fc3742ac: Already exists 75def33464ea: Already exists 4496e2a146b7: Already exists 1a44c9c5868b: Already exists 4f4fb700ef54: Already exists 4f3aeb02fe3b: Already exists 7ef94b7fb364: Already exists 88a32017f90e: Already exists 0e0d029a6f97: Already exists b54bd6763823: Already exists e80729c57bfd: Already exists d34112c80cf8: Already exists 290a9095cad9: Already exists bf1e7cdba20e: Already exists cf181c841b7b: Already exists eb5d59ca12f1: Already exists 9e09024207cd: Already exists 92e320df824a: Already exists fb253b38f30d: Already exists fb4ddc900db0: Already exists b0df255c7d1c: Already exists 4be29eadbe5d: Already exists 3d6c80af4e0e: Already exists 6e5c57122aeb: Pulling fs layer 9930eba335a9: Pulling fs layer 5b50211c7a05: Pulling fs layer 223af4dc23f8: Pulling fs layer b6b1a378e884: Pulling fs layer dd15bd7329d5: Pulling fs layer 8e023810117b: Pulling fs layer 223af4dc23f8: Waiting b6b1a378e884: Waiting dd15bd7329d5: Waiting 8e023810117b: Waiting 9930eba335a9: Download complete 6e5c57122aeb: Verifying Checksum 6e5c57122aeb: Download complete 6e5c57122aeb: Pull complete 9930eba335a9: Pull complete 5b50211c7a05: Verifying Checksum 5b50211c7a05: Download complete 5b50211c7a05: Pull complete dd15bd7329d5: Verifying Checksum dd15bd7329d5: Download complete b6b1a378e884: Verifying Checksum b6b1a378e884: Download complete 8e023810117b: Verifying Checksum 8e023810117b: Download complete 223af4dc23f8: Verifying Checksum 223af4dc23f8: Download complete 223af4dc23f8: Pull complete b6b1a378e884: Pull complete dd15bd7329d5: Pull complete 8e023810117b: Pull complete Digest: sha256:25a93efc9a70a11cede147c307bdea32722bede2cbfcc883d9b7015c878483dd Status: Downloaded newer image for ocaml/opam@sha256:25a93efc9a70a11cede147c307bdea32722bede2cbfcc883d9b7015c878483dd 2025-07-31 07:52.16 ---> using "40a4143042ede749273d0dafc5ba77ebf361841e7d6aafe6186cec9e81f0fbcd" from cache /: (comment debian-12-5.3_ppc64_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-07-31 07:52.16 ---> using "768bb252a9d7363f99c455e583dd53e3eca6c53ad82b895957cf432255ab63c7" 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] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-07-31 07:52.16 ---> using "6bc2f31a57dfa73fd0143d352ae79c53067a08b26c2f0c40a3fccf5ac996de93" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-60-generic The OCaml toplevel, version 5.3.0 2.4.1 2025-07-31 07:52.16 ---> using "57ebb3122bb78d0b3d7fb0608f01ea4134bc34e5934e7f0c7c4019e2f48b5274" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-07-31 07:52.16 ---> using "62b9b318ba6fe37d6378590699b9681aac826adda095a9b81d9faead22ddc0ef" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (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")) a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-07-31 07:52.16 ---> using "a20ff343a90cab93533bfc49a7899c28108780b6133d3cee089c82aa388d1acd" from cache /src: (copy (src extunix.opam) (dst ./)) 2025-07-31 07:52.17 ---> saved as "f50e6d0c3619d3a0ef54c5f745c1c22bfa46d1875f72f904b4618dbfa093f6c2" /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-07-31 07:52.19 ---> saved as "f3500b21f62127e14e40a70358d0a7fc99ac1e7bc5146ca1ab68a9facc22e64a" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-07-31 07:52.19 ---> saved as "d76dd7d3240e27367869aa9f5c0fb0804bf76385db301089c94a4209e0f84c77" /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.19.1 dune-configurator.3.19.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 ocamlfind.1.9.8 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.36.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 bookworm-updates/main ppc64el Packages.diff/Index [18.5 kB] - Get:5 http://deb.debian.org/debian bookworm-updates/main ppc64el Packages T-2025-07-29-2006.47-F-2025-07-29-2006.47.pdiff [5082 B] - Get:5 http://deb.debian.org/debian bookworm-updates/main ppc64el Packages T-2025-07-29-2006.47-F-2025-07-29-2006.47.pdiff [5082 B] - Get:6 http://deb.debian.org/debian-security bookworm-security/main ppc64el Packages [260 kB] - Fetched 387 kB in 1s (717 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.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-07-31 07:52.39 ---> saved as "c35335128cd4c0ef0cf1eb6d7f7f2e12ba4971a564018991f61f1e3b28959105" /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.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 12 packages - install base-bytes base - install csexp 1.5.2 - install dune 3.19.1 - install dune-configurator 3.19.1 - 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.36.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 dune.3.19.1, dune-configurator.3.19.1 (cached) -> retrieved ounit2.2.2.7 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppxlib.0.36.0 (cached) -> retrieved sexplib0.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed dune.3.19.1 -> installed csexp.1.5.2 -> installed ocaml-compiler-libs.v0.17.0 -> installed ppx_derivers.1.2.1 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed ounit2.2.2.7 -> installed dune-configurator.3.19.1 -> installed ppxlib.0.36.0 Done. # To update the current shell environment, run: eval $(opam env) 2025-07-31 07:54.32 ---> saved as "92e4cbf92230588f61291198589c57b07993371f9f501f7bf69e3fc98091d3b7" /src: (copy (src .) (dst /src)) 2025-07-31 07:54.32 ---> saved as "3f808160edd989403a943b1ec7b71328fce67a336f81e470428812b40ae5dd00" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/src && ../discover/discover.exe) checking EVENTFD.............ok checking ATFILE..............ok checking RENAMEAT2...........ok checking RENAME_WHITEOUT.....ok checking DIRFD...............ok checking STATVFS.............ok checking FSTATVFS............ok checking SIOCGIFCONF.........ok checking IFADDRS.............ok checking INET_NTOA...........ok checking INET_NTOP...........ok checking UNAME...............ok checking FADVISE.............ok checking FALLOCATE...........ok checking TTY_IOCTL...........ok checking TTYNAME.............ok checking CTERMID.............ok checking GETTID..............ok checking PGID................ok checking SETREUID............ok checking FSYNC...............ok checking FDATASYNC...........ok checking SYNC................ok checking SYNCFS..............ok checking REALPATH............ok checking SIGNALFD............ok checking PTRACE..............ok checking RESOURCE............ok checking MLOCKALL............ok checking STRPTIME............ok checking STRTIME.............ok checking TIMEZONE............ok checking TIMEGM..............ok checking PTS.................ok checking FCNTL...............ok checking TCPGRP..............ok checking EXECINFO............ok checking SETENV..............ok checking CLEARENV............ok checking MKDTEMP.............ok checking MALLOC_INFO.........ok checking MALLOC_STATS........ok checking MEMALIGN............ok checking ENDIAN..............ok checking READ_CREDENTIALS....ok checking FEXECVE.............ok checking SENDMSG.............ok checking PREAD...............ok checking PWRITE..............ok checking READ................ok checking WRITE...............ok checking MKSTEMPS............ok checking MKOSTEMPS...........ok checking SETRESUID...........ok checking SYSCONF.............ok checking SPLICE..............ok checking TEE.................ok checking VMSPLICE............ok checking SOCKOPT.............ok checking TCP_KEEPIDLE........ok checking TCP_KEEPCNT.........ok checking TCP_KEEPINTVL.......ok checking SO_REUSEPORT........ok checking POLL................ok checking SYSINFO.............ok checking MCHECK..............ok checking MOUNT...............ok checking UNSHARE.............ok checking CHROOT..............ok checking SYSLOG..............ok checking WAIT4...............ok (cd _build/default/test && ./testba.exe) ...... Ran: 6 tests in: 0.01 seconds. OK (cd _build/default/test && ./test.exe) ........................................................ Ran: 42 tests in: 0.04 seconds. OK ... Ran: 42 tests in: 0.05 seconds. OK ... Ran: 42 tests in: 0.05 seconds. OK . Ran: 42 tests in: 0.05 seconds. OK 2025-07-31 07:54.46 ---> saved as "14183f221a406afa9abcceb7d722ad48b6daf59a73bbc1c0b298b049e9928108" Job succeeded 2025-07-31 07:54.46: Job succeeded