2026-01-09 21:43.59: New job: test sanette/gl-legacy https://github.com/sanette/gl-legacy.git#refs/heads/main (cd2acb780df37fa806ffc04df998bf856a3829d8) (freebsd-x86_64:freebsd-14.3-5.4_opam-2.5) Base: freebsd-14.3-ocaml-5.4 Opam project build To reproduce locally: git clone --recursive "https://github.com/sanette/gl-legacy.git" -b "main" && cd "gl-legacy" && git reset --hard cd2acb78 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM freebsd-14.3-ocaml-5.4 # freebsd-14.3-5.4_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 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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 gl-legacy.opam ./ RUN opam pin add -yn gl-legacy.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-libgl.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 stdlib-shims.0.3.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y gl-legacy.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-01-09 21:43.59: Using cache hint "sanette/gl-legacy-freebsd-14.3-ocaml-5.4-freebsd-14.3-5.4_opam-2.5-e74946b46fe957058e87657c89c3d412" 2026-01-09 21:43.59: Using OBuilder spec: ((from freebsd-14.3-ocaml-5.4) (comment freebsd-14.3-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 (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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src gl-legacy.opam) (dst ./)) (run (network host) (shell "opam pin add -yn gl-legacy.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-libgl.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 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.5 --depext-only -y gl-legacy.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-01-09 21:43.59: Waiting for resource in pool OCluster 2026-01-09 21:43.59: Waiting for worker… 2026-01-10 02:43.31: Got resource from pool OCluster Building on rosemary hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> hint: hint: Disable this message with "git config set advice.defaultBranchName false" Initialized empty Git repository in /obuilder/state/git/gl-legacy.git-643cfcad4c6cee44f8ca158fa701ec3d56de4baf/.git/ HEAD is now at cd2acb7 safer argument passing (from freebsd-14.3-ocaml-5.4) 2026-01-10 02:39.45 ---> using "463e9b939b79b2568bf98b05cff00f85b3ec5717170cf88773a44ae3b08f11e7" from cache /: (comment freebsd-14.3-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-01-10 02:39.46 ---> using "e61cc6f90204801db314d0aa3481b9199ff82a8a270abed9917e5690810c70ed" 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 2026-01-10 02:39.47 ---> using "991489237400f99acdd227f8234d37ac98134e18d1f3c091be7204acf59248ac" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) FreeBSD 14.3-RELEASE-p3 The OCaml toplevel, version 5.4.0 2.5.0 2026-01-10 02:39.47 ---> using "add5f681a375911dcea6c14418d3635cba7f82294574aa9177e3a0a9fa01d5bd" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-01-10 02:39.48 ---> using "56f48ccddab22348a30c0beee9b14f69a3990eb0fbd9a0ccd0040d116cc1fce5" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u")) c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. 2026-01-10 02:39.49 ---> using "e23c2d2ef43aeae9c57e0f1a197cda206246aba88916ec79978285b69733e37c" from cache /src: (copy (src gl-legacy.opam) (dst ./)) 2026-01-10 02:39.50 ---> saved as "0683a64e9120eed6f2d05d511fd92ced3904a3df9b2cc7aaf9fd5c423159a14c" /src: (run (network host) (shell "opam pin add -yn gl-legacy.dev './'")) [gl-legacy.dev] synchronised (file:///src) gl-legacy is now pinned to file:///src (version dev) 2026-01-10 02:39.52 ---> saved as "27861661527aff30cb3b993088df0ae5a129861d7da4c87014c52dacef26bf34" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-01-10 02:39.54 ---> saved as "aa05b11dfece679f8464c43a08a62aeedca08dcd50b70d9fca653549c40ad80a" /src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-libgl.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 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.5 --depext-only -y gl-legacy.dev $DEPS")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [gl-legacy.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.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.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 system packages will first need to be installed: libglvnd <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/local/bin/sudo "pkg" "install" "-y" "libglvnd" - Updating FreeBSD repository catalogue... - [rosemary] Fetching data.pkg: ...... - .... done - Processing entries: - . - ... - .. - . - .. - . done - FreeBSD repository update completed. 36472 packages processed. - Updating FreeBSD-kmods repository catalogue... - [rosemary] Fetching data.pkg: ......... done - Processing entries: .......... done - FreeBSD-kmods repository update completed. 212 packages processed. - All repositories are up to date. - The following 7 package(s) will be affected (of 0 checked): - - New packages to be INSTALLED: - libX11: 1.8.12,1 [FreeBSD] - libXau: 1.0.12 [FreeBSD] - libXdmcp: 1.1.5 [FreeBSD] - libXext: 1.3.6,1 [FreeBSD] - libglvnd: 1.7.0 [FreeBSD] - libxcb: 1.17.0 [FreeBSD] - xorgproto: 2024.1 [FreeBSD] - - Number of packages to be installed: 7 - - The process will require 16 MiB more space. - 3 MiB to be downloaded. - [rosemary] [1/7] Fetching libXau-1.0.12~a0db9af22c.pkg: . done - [rosemary] [2/7] Fetching libxcb-1.17.0~c2711c3d14.pkg: .......... done - [rosemary] [3/7] Fetching libglvnd-1.7.0~7a82e08002.pkg: .......... done - [rosemary] [4/7] Fetching libX11-1.8.12,1~435bbb8c64.pkg: .......... done - [rosemary] [5/7] Fetching xorgproto-2024.1~1b3b35624a.pkg: ...... done - [rosemary] [6/7] Fetching libXdmcp-1.1.5~4a8fa886d1.pkg: .. done - [rosemary] [7/7] Fetching libXext-1.3.6,1~2635032530.pkg: ....... done - Checking integrity... done (0 conflicting) - [rosemary] [1/7] Installing libXau-1.0.12... - [rosemary] [1/7] Extracting libXau-1.0.12: .......... done - [rosemary] [2/7] Installing xorgproto-2024.1... - [rosemary] [2/7] Extracting xorgproto-2024.1: .......... done - [rosemary] [3/7] Installing libXdmcp-1.1.5... - [rosemary] [3/7] Extracting libXdmcp-1.1.5: ......... done - [rosemary] [4/7] Installing libxcb-1.17.0... - [rosemary] [4/7] Extracting libxcb-1.17.0: .......... done - [rosemary] [5/7] Installing libX11-1.8.12,1... - [rosemary] [5/7] Extracting libX11-1.8.12,1: .......... done - [rosemary] [6/7] Installing libXext-1.3.6,1... - [rosemary] [6/7] Extracting libXext-1.3.6,1: .......... done - [rosemary] [7/7] Installing libglvnd-1.7.0... - [rosemary] [7/7] Extracting libglvnd-1.7.0: .......... done 2026-01-10 02:40.38 ---> saved as "30697a36727f5bfaefc8e1bf76d8b4a4dd21b23f8e0bd3248d0241a4aa872114" /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.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.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 10 packages ∗ conf-libffi 2.0.0 ∗ conf-libgl 1 ∗ conf-pkg-config 4 ∗ csexp 1.5.2 ∗ ctypes 0.24.0 ∗ ctypes-foreign 0.24.0 ∗ dune 3.20.2 ∗ dune-configurator 3.20.2 ∗ integers 0.7.0 ∗ stdlib-shims 0.3.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> ∗ installed conf-pkg-config.4 ⬇ retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached) ∗ installed conf-libgl.1 ∗ installed conf-libffi.2.0.0 ⬇ retrieved csexp.1.5.2 (cached) ⬇ retrieved stdlib-shims.0.3.0 (cached) ⬇ retrieved integers.0.7.0 (cached) ⬇ retrieved dune.3.20.2, dune-configurator.3.20.2 (cached) ∗ installed dune.3.20.2 ∗ installed stdlib-shims.0.3.0 ∗ installed csexp.1.5.2 ∗ installed integers.0.7.0 ∗ installed dune-configurator.3.20.2 ∗ installed ctypes.0.24.0 ∗ installed ctypes-foreign.0.24.0 Done. 2026-01-10 03:37.53 ---> saved as "8c35182b1d4a1b918364a552bf1aa7fdd9fbfe5d0c6838aeda69ca4ac4ac1f5c" /src: (copy (src .) (dst /src)) 2026-01-10 03:38.06 ---> saved as "db17be0a32a49cdd0f6b13bc54c38538ac029a8faaa7343093e50d73a0f6e71e" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./test.exe) Tests skipped. Please install tsdl. 2026-01-10 03:38.29 ---> saved as "9d9c40c0759e8d1ff6843faa498da6047d9d8e316ad2506916e11d82722a55d3" Job succeeded 2026-01-10 03:42.22: Job succeeded