2026-06-22 14:59.20: New job: test ahrefs/devkit https://github.com/ahrefs/devkit.git#refs/heads/master (a4f7bf3ac0ac68e4e027f5ccd90b0942503dec54) (freebsd-x86_64:freebsd-15.0-5.4_opam-2.5)Base: freebsd-15.0-ocaml-5.4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ahrefs/devkit.git" -b "master" && cd "devkit" && git reset --hard a4f7bf3acat > Dockerfile <<'END-OF-DOCKERFILE'FROM freebsd-15.0-ocaml-5.4# freebsd-15.0-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opamRUN cd ~/opam-repository && (git cat-file -e e8dee6070985e2146f9ef14e5432de435831e572 || git fetch origin master) && git reset -q --hard e8dee6070985e2146f9ef14e5432de435831e572 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN opam update -uCOPY --chown=1000:1000 devkit.opam ./RUN opam pin add -yn devkit.dev './'RUN echo '(lang dune 3.0)' > './dune-project'ENV DEPS="astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlzip.1.14 conf-libcurl.2 conf-libevent.1 conf-libpcre2-8.2 conf-pkg-config.5 conf-zlib.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 curl.0.10.0 curl_lwt.0.10.0 dune.3.23.1 dune-compiledb.0.6.0 dune-configurator.3.23.1 extlib.1.8.0 extunix.0.4.4 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 libevent.0.9.0 lwt.6.1.2 lwt_ppx.6.1.0 num.1.6 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ocurl.transition ounit2.2.2.7 parsexp.v0.17.0 pcre2.8.0.4 ppx_derivers.1.2.1 ppxlib.0.38.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 trace.0.12 uutf.1.0.4 yojson.3.0.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y devkit.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-06-22 14:59.20: Using cache hint "ahrefs/devkit-freebsd-15.0-ocaml-5.4-freebsd-15.0-5.4_opam-2.5-c5af3bfafaee1afa7701baaffd63e37a"2026-06-22 14:59.20: Using OBuilder spec:((from freebsd-15.0-ocaml-5.4)(comment freebsd-15.0-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e e8dee6070985e2146f9ef14e5432de435831e572 || git fetch origin master) && git reset -q --hard e8dee6070985e2146f9ef14e5432de435831e572 && git log --no-decorate -n1 --oneline"))(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 "opam update -u"))(copy (src devkit.opam) (dst ./))(run (network host)(shell "opam pin add -yn devkit.dev './'"))(run (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlzip.1.14 conf-libcurl.2 conf-libevent.1 conf-libpcre2-8.2 conf-pkg-config.5 conf-zlib.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 curl.0.10.0 curl_lwt.0.10.0 dune.3.23.1 dune-compiledb.0.6.0 dune-configurator.3.23.1 extlib.1.8.0 extunix.0.4.4 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 libevent.0.9.0 lwt.6.1.2 lwt_ppx.6.1.0 num.1.6 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ocurl.transition ounit2.2.2.7 parsexp.v0.17.0 pcre2.8.0.4 ppx_derivers.1.2.1 ppxlib.0.38.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 trace.0.12 uutf.1.0.4 yojson.3.0.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.5 --depext-only -y devkit.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")))2026-06-22 14:59.20: Waiting for resource in pool OCluster2026-06-22 14:59.20: Waiting for worker…2026-06-22 14:59.20: Got resource from pool OClusterBuilding on rosemaryHEAD is now at 021b2e2 suppress log outputs in test.mlHEAD is now at a4f7bf3 tests need threads(from freebsd-15.0-ocaml-5.4)2026-06-22 14:53.15 ---> using "e2f9399617b174328a08b4d831e677f3a97fbfa86ae070bfd238f77cd03a9525" from cache/: (comment freebsd-15.0-5.4_opam-2.5)/: (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.5 /usr/local/bin/opam"))2026-06-22 14:53.17 ---> using "781b57a4d4f2bf94cdb9becd5038442a59a2ca35fdf36b854445c032b968c335" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e e8dee6070985e2146f9ef14e5432de435831e572 || git fetch origin master) && git reset -q --hard e8dee6070985e2146f9ef14e5432de435831e572 && git log --no-decorate -n1 --oneline"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADdd592986d4..7103cbf7d8 master -> origin/mastere8dee60709 Merge pull request #30040 from dra27/mingw-w64-shims2026-06-22 14:53.19 ---> using "c1922012c1c4cbf27cf7243a38341c0ddc9b390d82c93e5e6156a013c7ade01e" 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] synchronised from git+file:///home/opam/opam-repositorydefault (at git+file:///home/opam/opam-repository):[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)default (at git+file:///home/opam/opam-repository):[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)2026-06-22 14:53.20 ---> using "8066a3d537632f17c0bf1d4128499fc1c27a23a1798f7cd2eaafbbe2969a35b8" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 15.0-RELEASE-p6The OCaml toplevel, version 5.4.12.5.02026-06-22 14:53.22 ---> using "c99b845bf5deebf82d3edb40ebcb5da9546d9e3e4c217ed030a77177b776f185" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-22 14:53.24 ---> using "a778f0d62ebcbff5822979e102e2c51c6bf4c0cf551ece0b6d19babe34ce10a0" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0- ocaml-compiler.5.4.1+lrgrep∗ ocaml-base-compiler.5.4.1 is installed and requires ocaml-compiler = 5.4.1However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.2026-06-22 14:53.26 ---> using "8c805564e49b2249c76b43303dfb4389c1aa43058360486f707a84454b656ca0" from cache/src: (copy (src devkit.opam) (dst ./))2026-06-22 14:53.28 ---> using "4145f122318ebfe7a3f4d7327f0b663515f09461dbf4bc35455e4e08f641be10" from cache/src: (run (network host)(shell "opam pin add -yn devkit.dev './'"))[devkit.dev] synchronised (file:///src)devkit is now pinned to file:///src (version dev)2026-06-22 14:53.29 ---> using "b00ad5de96c24158ec26d2c5541a0db60e6a1418182862590540e741fe68097c" from cache/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-06-22 14:53.31 ---> using "d01ca0b72e268b8bfdb7c503cf5edcb59221651fbd4f1572e7cd3d692c46cd83" from cache/src: (env DEPS "astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlzip.1.14 conf-libcurl.2 conf-libevent.1 conf-libpcre2-8.2 conf-pkg-config.5 conf-zlib.1 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 curl.0.10.0 curl_lwt.0.10.0 dune.3.23.1 dune-compiledb.0.6.0 dune-configurator.3.23.1 extlib.1.8.0 extunix.0.4.4 ezjsonm.1.3.0 fmt.0.11.0 fpath.0.7.3 hex.1.5.0 jsonm.1.0.2 libevent.0.9.0 lwt.6.1.2 lwt_ppx.6.1.0 num.1.6 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 ocurl.transition ounit2.2.2.7 parsexp.v0.17.0 pcre2.8.0.4 ppx_derivers.1.2.1 ppxlib.0.38.0 seq.base sexplib.v0.17.0 sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 trace.0.12 uutf.1.0.4 yojson.3.0.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.5 --depext-only -y devkit.dev $DEPS"))[WARNING] Unknown update command for bsd, skipping system update<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[devkit.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.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[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 system packages will first need to be installed:libevent<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/local/bin/sudo "pkg" "install" "-y" "libevent"- Updating FreeBSD-ports repository catalogue...- [rosemary] Fetching data:- .- ....- ..... done- Processing entries:- ..- .- .- .- .- .- .- .- . done- FreeBSD-ports repository update completed. 37046 packages processed.- Updating FreeBSD-ports-kmods repository catalogue...- [rosemary] Fetching data: ..... done- Processing entries: .......... done- FreeBSD-ports-kmods repository update completed. 240 packages processed.- All repositories are up to date.- The following 1 package(s) will be affected (of 0 checked):-- New packages to be INSTALLED:- libevent: 2.1.12 [FreeBSD-ports]-- Number of packages to be installed: 1-- The process will require 2 MiB more space.- 349 KiB to be downloaded.- [rosemary] [1/1] Fetching libevent-2.1.12: .......... done- Checking integrity...- done (0 conflicting)- [rosemary] [1/1] Installing libevent-2.1.12...- [rosemary] [1/1] Extracting libevent-2.1.12: .......... done2026-06-22 14:53.33 ---> using "b2108f6bfa31125462e531beff86da39e108d4239d0a98fc328e9e2f3fe4d39d" from cache/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.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[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 45 packages∗ astring 0.8.5∗ base-bytes base∗ camlzip 1.14∗ conf-libcurl 2∗ conf-libevent 1∗ conf-libpcre2-8 2∗ conf-pkg-config 5∗ conf-zlib 1∗ cppo 1.8.0∗ csexp 1.5.2∗ cstruct 6.2.0∗ curl 0.10.0∗ curl_lwt 0.10.0∗ dune 3.23.1∗ dune-compiledb 0.6.0∗ dune-configurator 3.23.1∗ extlib 1.8.0∗ extunix 0.4.4∗ ezjsonm 1.3.0∗ fmt 0.11.0∗ fpath 0.7.3∗ hex 1.5.0∗ jsonm 1.0.2∗ libevent 0.9.0∗ lwt 6.1.2∗ lwt_ppx 6.1.0∗ num 1.6∗ ocaml-compiler-libs v0.17.0∗ ocamlbuild 0.16.1∗ ocamlfind 1.9.8∗ ocplib-endian 1.2∗ ocurl transition (deprecated)∗ ounit2 2.2.7∗ parsexp v0.17.0∗ pcre2 8.0.4∗ ppx_derivers 1.2.1∗ ppxlib 0.38.0∗ seq base∗ sexplib v0.17.0∗ sexplib0 v0.17.0∗ stdlib-shims 0.3.0∗ topkg 1.1.1∗ trace 0.12∗ uutf 1.0.4∗ yojson 3.0.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>⬇ retrieved conf-pkg-config.5 (cached)∗ installed conf-libcurl.2⬇ retrieved cppo.1.8.0 (cached)⬇ retrieved camlzip.1.14 (cached)⬇ retrieved astring.0.8.5 (cached)⬇ retrieved csexp.1.5.2 (cached)⬇ retrieved curl.0.10.0, curl_lwt.0.10.0, ocurl.transition (cached)⬇ retrieved cstruct.6.2.0 (cached)∗ installed conf-pkg-config.5⬇ retrieved extlib.1.8.0 (cached)∗ installed conf-libpcre2-8.2∗ installed conf-libevent.1∗ installed conf-zlib.1⬇ retrieved dune-compiledb.0.6.0 (cached)⬇ retrieved extunix.0.4.4 (cached)⬇ retrieved ezjsonm.1.3.0 (cached)⬇ retrieved fmt.0.11.0 (cached)⬇ retrieved fpath.0.7.3 (cached)⬇ retrieved jsonm.1.0.2 (cached)⬇ retrieved libevent.0.9.0 (cached)⬇ retrieved hex.1.5.0 (cached)⬇ retrieved lwt_ppx.6.1.0 (cached)⬇ retrieved lwt.6.1.2 (cached)⬇ retrieved num.1.6 (cached)⬇ retrieved ocaml-compiler-libs.v0.17.0 (cached)⬇ retrieved ocamlbuild.0.16.1 (cached)⬇ retrieved ocplib-endian.1.2 (cached)⬇ retrieved ocamlfind.1.9.8 (cached)⬇ retrieved ounit2.2.2.7 (cached)⬇ retrieved pcre2.8.0.4 (cached)⬇ retrieved parsexp.v0.17.0 (cached)⬇ retrieved ppx_derivers.1.2.1 (cached)⬇ retrieved seq.base (cached)∗ installed seq.base⬇ retrieved sexplib.v0.17.0 (cached)⬇ retrieved sexplib0.v0.17.0 (cached)⬇ retrieved stdlib-shims.0.3.0 (cached)⬇ retrieved ppxlib.0.38.0 (cached)⬇ retrieved topkg.1.1.1 (cached)⬇ retrieved uutf.1.0.4 (cached)⬇ retrieved yojson.3.0.0 (cached)⬇ retrieved trace.0.12 (cached)⬇ retrieved dune.3.23.1, dune-configurator.3.23.1 (cached)∗ installed num.1.6∗ installed ocamlbuild.0.16.1∗ installed ocamlfind.1.9.8∗ installed base-bytes.base[ERROR] The compilation of libevent.0.9.0 failed at "gmake depend".∗ installed camlzip.1.14∗ installed topkg.1.1.1∗ installed uutf.1.0.4∗ installed fmt.0.11.0∗ installed astring.0.8.5∗ installed jsonm.1.0.2∗ installed fpath.0.7.3∗ installed dune.3.23.1∗ installed ppx_derivers.1.2.1∗ installed stdlib-shims.0.3.0∗ installed csexp.1.5.2∗ installed sexplib0.v0.17.0∗ installed ocaml-compiler-libs.v0.17.0∗ installed cstruct.6.2.0∗ installed cppo.1.8.0∗ installed trace.0.12∗ installed yojson.3.0.0∗ installed hex.1.5.0∗ installed ocplib-endian.1.2∗ installed ounit2.2.2.7∗ installed ezjsonm.1.3.0∗ installed extlib.1.8.0∗ installed dune-configurator.3.23.1∗ installed parsexp.v0.17.0∗ installed curl.0.10.0∗ installed sexplib.v0.17.0∗ installed dune-compiledb.0.6.0∗ installed pcre2.8.0.4∗ installed lwt.6.1.2∗ installed curl_lwt.0.10.0∗ installed ocurl.transition∗ installed ppxlib.0.38.0∗ installed lwt_ppx.6.1.02026-06-22 15:03.38: Cancelling: Auto-cancelling job because it is no longer neededJob cancelled