2025-03-05 21:29.19: New job: test ygrek/extunix https://github.com/ygrek/extunix.git#refs/heads/master (3e34b741ef323f9715662346ffa126740915412b) (freebsd-x86_64:freebsd-14.1-5.3_opam-2.3)Base: freebsd-14.1-ocaml-5.3Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ygrek/extunix.git" -b "master" && cd "extunix" && git reset --hard 3e34b741cat > Dockerfile <<'END-OF-DOCKERFILE'FROM freebsd-14.1-ocaml-5.3# freebsd-14.1-5.3_opam-2.3USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.3 /usr/local/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 06348888ceab6d4a0af165056f0adf0c5f2c9468 || git fetch origin master) && git reset -q --hard 06348888ceab6d4a0af165056f0adf0c5f2c9468 && 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.17.2 dune-configurator.3.17.2 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.3 --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-03-05 21:29.19: Using cache hint "ygrek/extunix-freebsd-14.1-ocaml-5.3-freebsd-14.1-5.3_opam-2.3-aa58063e1b362e54e783bceabf8f685e"2025-03-05 21:29.19: Using OBuilder spec:((from freebsd-14.1-ocaml-5.3)(comment freebsd-14.1-5.3_opam-2.3)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/local/bin/opam-2.3 /usr/local/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 06348888ceab6d4a0af165056f0adf0c5f2c9468 || git fetch origin master) && git reset -q --hard 06348888ceab6d4a0af165056f0adf0c5f2c9468 && 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.17.2 dune-configurator.3.17.2 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.3 --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-03-05 21:29.19: Waiting for resource in pool OCluster2025-03-05 21:29.19: Waiting for worker…2025-03-05 21:56.13: Got resource from pool OClusterBuilding on summerAll commits already cachedHEAD is now at 3e34b74 renameat2: check RENAME_WHITEOUT constructor(from freebsd-14.1-ocaml-5.3)2025-03-05 21:47.45 ---> using "fa4c65a721275037aa0f851d49090cd38fc202c0147147d39fba5c0e4d9b16e6" from cache/: (comment freebsd-14.1-5.3_opam-2.3)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.3 /usr/local/bin/opam"))2025-03-05 21:47.46 ---> using "707c7e294765dd0c27e269a5b580560b225237a2f86c98e49e9b55231281b700" from cache/src: (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 /home/opam/.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:///home/opam/opam-repository2025-03-05 21:47.46 ---> using "45749df81b3980750ffa6bca410a05b72322147ab2725b654dada75710103de9" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 14.1-RELEASE-p5The OCaml toplevel, version 5.3.02.3.02025-03-05 21:47.46 ---> using "f64bb7c3e303337c7ff569b67d81a7b6dbef733cbc8fc2ef78eebdda8d34b5e9" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-03-05 21:47.46 ---> using "b5dd81919ce8bb132a9ebf4541726236220f50fa3e495f7f25632fce1e88b154" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 06348888ceab6d4a0af165056f0adf0c5f2c9468 || git fetch origin master) && git reset -q --hard 06348888ceab6d4a0af165056f0adf0c5f2c9468 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADf93eb7cb02..91d74cddbf master -> origin/master06348888ce Merge pull request #27478 from NathanReb/release-ppxlib-0.36.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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.4.0However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.2025-03-05 21:47.47 ---> using "4a9642f5c53761d77a039ea403724e43308ca8fd8f8eb88cb7d5c11e7c2aa11e" from cache/src: (copy (src extunix.opam) (dst ./))2025-03-05 21:47.47 ---> using "2f2ba1f849db116cca39cd247f14295d13f1f425583fd9178931f8974e5b6674" from cache/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-03-05 21:47.47 ---> using "66800116fc4c940ea4a40c72baab52177894444a9bbdd1997633fe9d36beaace" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-03-05 21:47.47 ---> using "98938d036402fedb6bc10c3920f0ec2dfc1c794a2535767cfe3478c1450746b1" from cache/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.17.2 dune-configurator.3.17.2 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.3 --depext-only -y extunix.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> 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-03-05 21:47.59 ---> saved as "7582fdccb9e6d492c590c2ee3acc9d8a2ecb251982cade8c3b21f76160e6c00c"/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∗ base-bytes base∗ csexp 1.5.2∗ dune 3.17.2∗ dune-configurator 3.17.2∗ ocaml-compiler-libs v0.17.0∗ 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<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>⬇ retrieved csexp.1.5.2 (cached)⬇ retrieved ocaml-compiler-libs.v0.17.0 (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.36.0 (cached)⬇ retrieved dune.3.17.2, dune-configurator.3.17.2 (cached)∗ installed ocamlfind.1.9.8∗ installed base-bytes.base∗ installed dune.3.17.2∗ installed csexp.1.5.2∗ installed stdlib-shims.0.3.0∗ installed sexplib0.v0.17.0∗ installed ppx_derivers.1.2.1∗ installed ocaml-compiler-libs.v0.17.0∗ installed ounit2.2.2.7∗ installed dune-configurator.3.17.2∗ installed ppxlib.0.36.0Done.2025-03-05 21:51.05 ---> saved as "b9e3fed0ccffcec81993a530007a71908c8ced23ff7e2a609cdf9a9b51dbab15"/src: (copy (src .) (dst /src))2025-03-05 21:51.16 ---> saved as "45a746cd678a7f494330ce80919236a610d8559f6acd4eff9875c3da40a5204a"/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...........failedchecking RENAME_WHITEOUT.....failedchecking DIRFD...............okchecking STATVFS.............okchecking FSTATVFS............okchecking SIOCGIFCONF.........failedchecking IFADDRS.............okchecking INET_NTOA...........okchecking INET_NTOP...........okchecking UNAME...............okchecking FADVISE.............failedchecking FALLOCATE...........failedchecking TTY_IOCTL...........failedchecking TTYNAME.............okchecking CTERMID.............okchecking GETTID..............failedchecking PGID................okchecking SETREUID............okchecking FSYNC...............okchecking FDATASYNC...........okchecking SYNC................okchecking SYNCFS..............failedchecking REALPATH............okchecking SIGNALFD............failedchecking PTRACE..............failedchecking RESOURCE............okchecking MLOCKALL............okchecking STRPTIME............okchecking STRTIME.............okchecking TIMEZONE............failedchecking TIMEGM..............failedchecking 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.............okchecking SENDMSG.............failedchecking PREAD...............okchecking PWRITE..............okchecking READ................okchecking WRITE...............okchecking MKSTEMPS............failedchecking MKOSTEMPS...........failedchecking SETRESUID...........failedchecking SYSCONF.............okchecking SPLICE..............failedchecking TEE.................failedchecking VMSPLICE............failedchecking SOCKOPT.............okchecking TCP_KEEPIDLE........failedchecking TCP_KEEPCNT.........failedchecking TCP_KEEPINTVL.......failedchecking SO_REUSEPORT........failedchecking POLL................okchecking SYSINFO.............failedchecking MCHECK..............failedchecking MOUNT...............failedchecking UNSHARE.............failedchecking CHROOT..............failedchecking SYSLOG..............ok(cd _build/default && /home/opam/.opam/5.3.0/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I ppx_have/.ppx_have.objs/byte -I /home/opam/.opam/5.3.0/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.3.0/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.3.0/lib/ocaml/compiler-libs -I /home/opam/.opam/5.3.0/lib/ppx_derivers -I /home/opam/.opam/5.3.0/lib/ppxlib -I /home/opam/.opam/5.3.0/lib/ppxlib/ast -I /home/opam/.opam/5.3.0/lib/ppxlib/astlib -I /home/opam/.opam/5.3.0/lib/ppxlib/print_diff -I /home/opam/.opam/5.3.0/lib/ppxlib/stdppx -I /home/opam/.opam/5.3.0/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.3.0/lib/sexplib0 -I /home/opam/.opam/5.3.0/lib/stdlib-shims -no-alias-deps -opaque -open Ppx_have__ -o ppx_have/.ppx_have.objs/byte/ppx_have.cmo -c -impl ppx_have/ppx_have.pp.ml)File "ppx_have/ppx_have.ml", line 157, characters 34-48:157 | let expr = pexp_function ~loc (make_have ()) in^^^^^^^^^^^^^^Error: This expression has type case listbut an expression was expected of type function_param listType case is not compatible with type function_paramjail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' 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.17.2 dune-configurator.3.17.2 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' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build': failed"jail" "-c" "name=obuilder_26101_22197" "mount.devfs" "path=/obuilder/result/9e96016c7d41947f05f6798ec5493f710c67548f20b6f27faa502cf5dbaf611f/rootfs" "vnet" "exec.start=/sbin/ifconfig lo0 127.0.0.1/8" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' 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.17.2 dune-configurator.3.17.2 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' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build'" failed with exit status 12025-03-05 22:03.54: Job failed: Failed: Build failed