2025-07-10 14:47.47: New job: test kit-ty-kate/labrys https://github.com/kit-ty-kate/labrys.git#refs/heads/master (0ed178a525af173a5b5a39f058d701b434b176f5) (freebsd-x86_64:freebsd-14.2-4.14_opam-2.3)
Base: freebsd-14.2-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-14.2-ocaml-4.14
# freebsd-14.2-4.14_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.3 /usr/local/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 ab37e2a9d9f2f1e61024e4d213aa81d869042c31 || git fetch origin master) && git reset -q --hard ab37e2a9d9f2f1e61024e4d213aa81d869042c31 && git log --no-decorate -n1 --oneline && 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 bigarray-compat.1.1.0 cmdliner.1.3.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.16 containers-data.3.16 csexp.1.5.2 ctypes.0.23.0 dune.3.19.1 dune-configurator.3.19.1 dune-private-libs.3.19.1 dune-site.3.19.1 dyn.3.19.1 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 msgpack.1.3.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.19.1 pp.2.0.0 pprint.20230830 re.1.13.2 seq.base stdlib-shims.0.3.0 stdune.3.19.1 topkg.1.0.8 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --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
2025-07-10 14:47.47: Using cache hint "kit-ty-kate/labrys-freebsd-14.2-ocaml-4.14-freebsd-14.2-4.14_opam-2.3-b63e4cd37879df9f0a681a91bdbcfea0"
2025-07-10 14:47.47: Using OBuilder spec:
((from freebsd-14.2-ocaml-4.14)
(comment freebsd-14.2-4.14_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 ab37e2a9d9f2f1e61024e4d213aa81d869042c31 || git fetch origin master) && git reset -q --hard ab37e2a9d9f2f1e61024e4d213aa81d869042c31 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src labrys.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn labrys.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.16 containers-data.3.16 csexp.1.5.2 ctypes.0.23.0 dune.3.19.1 dune-configurator.3.19.1 dune-private-libs.3.19.1 dune-site.3.19.1 dyn.3.19.1 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 msgpack.1.3.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.19.1 pp.2.0.0 pprint.20230830 re.1.13.2 seq.base stdlib-shims.0.3.0 stdune.3.19.1 topkg.1.0.8 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.3 --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"))
)
2025-07-10 14:47.47: Waiting for resource in pool OCluster
2025-07-10 21:35.27: Waiting for worker…
2025-07-11 00:32.48: 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-14.2-ocaml-4.14)
2025-07-11 00:32.49 ---> using "e232d73c9161ea3ff94ff4ae2b5a6983da9a9ca98d5185b2db1dbadeae5228e2" from cache
/: (comment freebsd-14.2-4.14_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-07-11 00:32.51 ---> using "5aedfaeff2bc60ce09298f87624d557fac4c416addb6915ab987317e95fa6323" 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] no changes from git+file:///home/opam/opam-repository
2025-07-11 00:32.51 ---> using "33d10a393b3f49c5577becd825d2bcab91e98bdde15eb554bf0dba345ccb7809" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.2-RELEASE-p1
The OCaml toplevel, version 4.14.2
2.3.0
2025-07-11 00:32.52 ---> using "318cf18a0512582a14a586ceb7ba02273510347df5896f5e5d533054ff3c99cc" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-07-11 00:32.52 ---> using "6fc646c578a950069629f2a24c45eb1d012bef32c9d3cba5f25029d6618e05d7" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e ab37e2a9d9f2f1e61024e4d213aa81d869042c31 || git fetch origin master) && git reset -q --hard ab37e2a9d9f2f1e61024e4d213aa81d869042c31 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
0d013e603b..0094db1438 master -> origin/master
ab37e2a9d9 Merge pull request #28153 from jmid/upper-bound-qcheck-in-containers
<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
Everything 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.5.0
- ocaml-config.3
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2025-07-11 00:42.34 ---> saved as "f880b33fcb0873b38edbf6a43e6e7c07ca117f3b2ffcc1c5e02ef86dfd7d32da"
/src: (copy (src labrys.opam) (dst ./))
2025-07-11 00:42.39 ---> saved as "95e9399eae0c7750cfc197cc1423e4c4a1b11fe75dfd36f5b53fda095c7926aa"
/src: (run (network host)
(shell "opam pin add -yn labrys.dev './'"))
[labrys.dev] synchronised (file:///src)
labrys is now pinned to file:///src (version dev)
2025-07-11 00:42.45 ---> saved as "4e22270a3342a754b185e28c28140a553bdd1192ae61fa5597b5bf94e5cd3bcd"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-11 00:42.49 ---> saved as "11da5154ff6f05d2127e1052968c81eaea05e32bcf94566b24c3b6b6b3cfd3be"
/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base bigarray-compat.1.1.0 cmdliner.1.3.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.16 containers-data.3.16 csexp.1.5.2 ctypes.0.23.0 dune.3.19.1 dune-configurator.3.19.1 dune-private-libs.3.19.1 dune-site.3.19.1 dyn.3.19.1 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 msgpack.1.3.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.19.1 pp.2.0.0 pprint.20230830 re.1.13.2 seq.base stdlib-shims.0.3.0 stdune.3.19.1 topkg.1.0.8 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.3 --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.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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 repository catalogue...
- [rosemary] Fetching data.pkg: ...
- ......
- . done
- Processing entries:
- ..
- ..
- .
- .
- .
- .
- .
- . done
- FreeBSD repository update completed. 35624 packages processed.
- All repositories are up to date.
- New version of pkg detected; it needs to be installed first.
- The following 1 package(s) will be affected (of 0 checked):
-
- Installed packages to be UPGRADED:
- pkg: 2.1.2 -> 2.2.1
-
- Number of packages to be upgraded: 1
-
- 12 MiB to be downloaded.
- [rosemary] [1/1] Fetching pkg-2.2.1.pkg:
- ..
- ...
- ...
- .. done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/1] Upgrading pkg from 2.1.2 to 2.2.1...
- [rosemary] [1/1] Extracting pkg-2.2.1:
- .......
- ... done
- Updating FreeBSD repository catalogue...
- FreeBSD repository is up to date.
- All repositories are up to date.
- The following 26 package(s) will be affected (of 0 checked):
-
- New packages to be INSTALLED:
- cmake: 3.31.7
- cmake-core: 3.31.7
- cmake-doc: 3.31.7
- cmake-man: 3.31.7
- fontconfig: 2.15.0_3,1
- freetype2: 2.13.3
- jsoncpp: 1.9.6_1
- libX11: 1.8.12,1
- libXScrnSaver: 1.2.4_1
- libXau: 1.0.12
- libXdmcp: 1.1.5
- libXext: 1.3.6,1
- libXft: 2.3.8
- libXrender: 0.9.12
- libedit: 3.1.20250104,1
- libuv: 1.51.0
- libxcb: 1.17.0
- libxml2: 2.14.4
- llvm11: 11.0.1_10
- lua54: 5.4.7
- png: 1.6.49
- python27: 2.7.18_4
- rhash: 1.4.4_1
- tcl86: 8.6.16_2
- tk86: 8.6.16
- xorgproto: 2024.1
-
- Number of packages to be installed: 26
-
- The process will require 952 MiB more space.
- 163 MiB to be downloaded.
- [rosemary] [1/26] Fetching png-1.6.49.pkg: .......... done
- [rosemary] [2/26] Fetching libxcb-1.17.0.pkg: .....
- ..... done
- [rosemary] [3/26] Fetching freetype2-2.13.3.pkg: .......... done
- [rosemary] [4/26] Fetching libedit-3.1.20250104,1.pkg: ......... done
- [rosemary] [5/26] Fetching cmake-man-3.31.7.pkg: ...
- ....... done
- [rosemary] [6/26] Fetching jsoncpp-1.9.6_1.pkg: ......... done
- [rosemary] [7/26] Fetching libuv-1.51.0.pkg: ......... done
- [rosemary] [8/26] Fetching lua54-5.4.7.pkg: ....... done
- [rosemary] [9/26] Fetching tk86-8.6.16.pkg: .....
- ..... done
- [rosemary] [10/26] Fetching llvm11-11.0.1_10.pkg:
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- [rosemary] [11/26] Fetching cmake-core-3.31.7.pkg: ...
- .....
- .. done
- [rosemary] [12/26] Fetching libXext-1.3.6,1.pkg: ....... done
- [rosemary] [13/26] Fetching python27-2.7.18_4.pkg: ....
- .....
- . done
- [rosemary] [14/26] Fetching cmake-3.31.7.pkg: . done
- [rosemary] [15/26] Fetching libXau-1.0.12.pkg: . done
- [rosemary] [16/26] Fetching libxml2-2.14.4.pkg: .......... done
- [rosemary] [17/26] Fetching fontconfig-2.15.0_3,1.pkg: .......... done
- [rosemary] [18/26] Fetching libXScrnSaver-1.2.4_1.pkg: . done
- [rosemary] [19/26] Fetching libX11-1.8.12,1.pkg: .........
- . done
- [rosemary] [20/26] Fetching libXrender-0.9.12.pkg: ... done
- [rosemary] [21/26] Fetching xorgproto-2024.1.pkg: .......... done
- [rosemary] [22/26] Fetching libXft-2.3.8.pkg: ...... done
- [rosemary] [23/26] Fetching cmake-doc-3.31.7.pkg: ...
- ....... done
- [rosemary] [24/26] Fetching libXdmcp-1.1.5.pkg: . done
- [rosemary] [25/26] Fetching rhash-1.4.4_1.pkg: .......... done
- [rosemary] [26/26] Fetching tcl86-8.6.16_2.pkg: .......... done
- Checking integrity...
- done (0 conflicting)
- [rosemary] [1/26] Installing cmake-doc-3.31.7...
- [rosemary] [1/26] Extracting cmake-doc-3.31.7:
- .
- .
- .
- .
- .
-
- pkg: Fail to chown /html/generator/Unix Makefiles.html:Bad file descriptor
- [rosemary] [1/26] Extracting cmake-doc-3.31.7... done
[ERROR] System package install failed with exit code 3 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 bigarray-compat.1.1.0 cmdliner.1.3.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.16 containers-data.3.16 csexp.1.5.2 ctypes.0.23.0 dune.3.19.1 dune-configurator.3.19.1 dune-private-libs.3.19.1 dune-site.3.19.1 dyn.3.19.1 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 msgpack.1.3.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.19.1 pp.2.0.0 pprint.20230830 re.1.13.2 seq.base stdlib-shims.0.3.0 stdune.3.19.1 topkg.1.0.8 uutf.1.0.4' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam update --depexts && opam install --cli=2.3 --depext-only -y labrys.dev $DEPS': failed
"jail" "-c" "name=obuilder_11788_122245" "mount.fstab=/tmp/obuilder-jail-de0928/fstab" "mount.devfs" "path=/obuilder/result/55c60ad24308ed4add66dcb1ecb0ccd83f4f615e035b5c7451ac0e834e8b6f11/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 bigarray-compat.1.1.0 cmdliner.1.3.0 conf-bash.1 conf-cmake.1 conf-llvm.11.0.0 conf-python-2-7.1.2 containers.3.16 containers-data.3.16 csexp.1.5.2 ctypes.0.23.0 dune.3.19.1 dune-configurator.3.19.1 dune-private-libs.3.19.1 dune-site.3.19.1 dyn.3.19.1 either.1.0.0 integers.0.7.0 llvm.11.0.0 menhir.20240715 menhirCST.20240715 menhirLib.20240715 menhirSdk.20240715 msgpack.1.3.0 num.1.6 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ordering.3.19.1 pp.2.0.0 pprint.20230830 re.1.13.2 seq.base stdlib-shims.0.3.0 stdune.3.19.1 topkg.1.0.8 uutf.1.0.4' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam update --depexts && opam install --cli=2.3 --depext-only -y labrys.dev $DEPS'" failed with exit status 1
2025-07-11 00:44.31: Job failed: Failed: Build failed