2026-05-29 05:51.28: New job: test kit-ty-kate/labrys https://github.com/kit-ty-kate/labrys.git#refs/heads/master (0ed178a525af173a5b5a39f058d701b434b176f5) (freebsd-x86_64:freebsd-15.0-4.14_opam-2.5) Base: freebsd-15.0-ocaml-4.14 Opam project build To reproduce locally: git clone --recursive "https://github.com/kit-ty-kate/labrys.git" -b "master" && cd "labrys" && git reset --hard 0ed178a5 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM freebsd-15.0-ocaml-4.14 # freebsd-15.0-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/bin/opam RUN cd ~/opam-repository && (git cat-file -e 4d481b6121a8fa09e2a764350c5b350800e2d4b8 || git fetch origin master) && git reset -q --hard 4d481b6121a8fa09e2a764350c5b350800e2d4b8 && git log --no-decorate -n1 --oneline RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN opam update -u COPY --chown=1000:1000 labrys.opam ./ RUN opam pin add -yn labrys.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.1.1 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.18 containers-data.3.18 csexp.1.5.2 ctypes.0.24.0 dune.3.23.1 dune-configurator.3.23.1 dune-private-libs.3.23.1 dune-site.3.23.1 dyn.3.23.1 either.1.0.0 fs-io.3.23.1 integers.0.8.0 llvm.11.0.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 msgpack.1.3.0 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.23.1 pp.2.0.0 pprint.20230830 re.1.14.0 stdlib-shims.0.3.0 stdune.3.23.1 top-closure.3.23.1 topkg.1.1.1 uutf.1.0.4" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y labrys.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 2026-05-29 05:51.28: Using cache hint "kit-ty-kate/labrys-freebsd-15.0-ocaml-4.14-freebsd-15.0-4.14_opam-2.5-80615e60dd0b1d9616d33c20a783474f" 2026-05-29 05:51.28: Using OBuilder spec: ((from freebsd-15.0-ocaml-4.14) (comment freebsd-15.0-4.14_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 4d481b6121a8fa09e2a764350c5b350800e2d4b8 || git fetch origin master) && git reset -q --hard 4d481b6121a8fa09e2a764350c5b350800e2d4b8 && 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 labrys.opam) (dst ./)) (run (network host) (shell "opam pin add -yn labrys.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.1.1 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.18 containers-data.3.18 csexp.1.5.2 ctypes.0.24.0 dune.3.23.1 dune-configurator.3.23.1 dune-private-libs.3.23.1 dune-site.3.23.1 dyn.3.23.1 either.1.0.0 fs-io.3.23.1 integers.0.8.0 llvm.11.0.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 msgpack.1.3.0 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.23.1 pp.2.0.0 pprint.20230830 re.1.14.0 stdlib-shims.0.3.0 stdune.3.23.1 top-closure.3.23.1 topkg.1.1.1 uutf.1.0.4") (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 labrys.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-05-29 05:51.28: Waiting for resource in pool OCluster 2026-05-29 05:51.28: Waiting for worker… 2026-05-29 06:39.13: Got resource from pool OCluster Building on rosemary All commits already cached HEAD is now at 0ed178a Always call llc during the tests in CI (from freebsd-15.0-ocaml-4.14) 2026-05-29 06:35.53 ---> using "72cdd96d2d21f8c55140a83e6aa1d871999cc103a298a3bf0e5db4a314024f45" from cache /: (comment freebsd-15.0-4.14_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-05-29 06:35.53 ---> using "4538f703783db625d7bb0efc9c3955070c7cf00e8ba9c026a6fd4f53f70a8773" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 4d481b6121a8fa09e2a764350c5b350800e2d4b8 || git fetch origin master) && git reset -q --hard 4d481b6121a8fa09e2a764350c5b350800e2d4b8 && git log --no-decorate -n1 --oneline")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD dd592986d4..4d481b6121 master -> origin/master 4d481b6121 Merge pull request #29956 from avsm/ctypes-reloc 2026-05-29 06:35.54 ---> using "05d60455700f2affca6740c58feb0fa978546ec320680d8c9dbd7135575e95fd" 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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository default (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-05-29 06:35.54 ---> using "01c407df8dd6138d59122cbc01e9bcb50de70acb649e61b6d791c130c56f66e2" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) FreeBSD 15.0-RELEASE-p6 The OCaml toplevel, version 4.14.3 2.5.0 2026-05-29 06:35.54 ---> using "933911b372a2c5a14c12915fd188b7f536e2e024d33b0848aa474c3080779751" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-05-29 06:35.54 ---> using "a6deb21779d4fad3f252b27e9832e563fbb33b1b50dfd9e675e2b85f97acc7b1" 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-repository Everything as up-to-date as possible The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.5.0 - ocaml-config.3 However, 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-05-29 06:35.54 ---> using "d8d2682903194c9ebffc12f95a943d9284536391405c5dc26156df880613c07f" from cache /src: (copy (src labrys.opam) (dst ./)) 2026-05-29 06:35.55 ---> saved as "923faf1396037e45a89708afae5e3bbbb024734bb86b6a20b6b93c35aa2f8c1e" /src: (run (network host) (shell "opam pin add -yn labrys.dev './'")) [NOTE] Package labrys does not exist in opam repositories registered in the current switch. [labrys.dev] synchronised (file:///src) labrys is now pinned to file:///src (version dev) 2026-05-29 06:35.57 ---> saved as "c82bd216bfe77e7f661b7e0d9a51f06290fa46911d9db8c2149c2d33e81e46c1" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-05-29 06:35.58 ---> saved as "1dc315795a31b0b5ffddf53ad87835aaaaa42e205b276c2c86c13ece031cae31" /src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.1.1 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.18 containers-data.3.18 csexp.1.5.2 ctypes.0.24.0 dune.3.23.1 dune-configurator.3.23.1 dune-private-libs.3.23.1 dune-site.3.23.1 dyn.3.23.1 either.1.0.0 fs-io.3.23.1 integers.0.8.0 llvm.11.0.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 msgpack.1.3.0 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.23.1 pp.2.0.0 pprint.20230830 re.1.14.0 stdlib-shims.0.3.0 stdune.3.23.1 top-closure.3.23.1 topkg.1.1.1 uutf.1.0.4") /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 labrys.dev $DEPS")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [labrys.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 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3). [NOTE] Package ocaml is already installed (current version is 4.14.3). [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-bigarray is already installed (current version is base). The following system packages will first need to be installed: devel/cmake devel/llvm11 lang/python27 <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/local/bin/sudo "pkg" "install" "-y" "devel/cmake" "devel/llvm11" "lang/python27" - Updating FreeBSD-ports repository catalogue... - [rosemary] Fetching data: - .. - ... - .. - ... done - Processing entries: - ... - .. - .. - .. - . done - FreeBSD-ports repository update completed. 37067 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. - pkg: No packages available to install matching 'devel/llvm11' have been found in the repositories [ERROR] System package install failed with exit code 1 at command: sudo pkg install -y devel/cmake devel/llvm11 lang/python27 [ERROR] These packages are still missing: devel/cmake devel/llvm11 lang/python27 [NOTE] You can retry with '--assume-depexts' to skip this check, or run 'opam option depext=false' to permanently disable handling of system packages. jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.1.1 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.18 containers-data.3.18 csexp.1.5.2 ctypes.0.24.0 dune.3.23.1 dune-configurator.3.23.1 dune-private-libs.3.23.1 dune-site.3.23.1 dyn.3.23.1 either.1.0.0 fs-io.3.23.1 integers.0.8.0 llvm.11.0.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 msgpack.1.3.0 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.23.1 pp.2.0.0 pprint.20230830 re.1.14.0 stdlib-shims.0.3.0 stdune.3.23.1 top-closure.3.23.1 topkg.1.1.1 uutf.1.0.4' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam update --depexts && opam install --cli=2.5 --depext-only -y labrys.dev $DEPS': failed "jail" "-c" "name=obuilder_1312_46821" "mount.fstab=/tmp/obuilder-jail-edb307/fstab" "mount.devfs" "path=/obuilder/result/6e9b34decb37d064b369ee02f703acfdf7716ecdd4a60c7c18dea3815c68daaa/rootfs" "host=inherit" "ip6=inherit" "ip4=inherit" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.2.1.1 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.18 containers-data.3.18 csexp.1.5.2 ctypes.0.24.0 dune.3.23.1 dune-configurator.3.23.1 dune-private-libs.3.23.1 dune-site.3.23.1 dyn.3.23.1 either.1.0.0 fs-io.3.23.1 integers.0.8.0 llvm.11.0.0 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 msgpack.1.3.0 num.1.6 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.23.1 pp.2.0.0 pprint.20230830 re.1.14.0 stdlib-shims.0.3.0 stdune.3.23.1 top-closure.3.23.1 topkg.1.1.1 uutf.1.0.4' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam update --depexts && opam install --cli=2.5 --depext-only -y labrys.dev $DEPS'" failed with exit status 1 2026-05-29 06:43.28: Job failed: Failed: Build failed