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-4.14_opam-2.5)Base: freebsd-14.3-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/sanette/gl-legacy.git" -b "main" && cd "gl-legacy" && git reset --hard cd2acb78cat > Dockerfile <<'END-OF-DOCKERFILE'FROM freebsd-14.3-ocaml-4.14# freebsd-14.3-4.14_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 opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN 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 -uCOPY --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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-01-09 21:43.59: Using cache hint "sanette/gl-legacy-freebsd-14.3-ocaml-4.14-freebsd-14.3-4.14_opam-2.5-16eaa6d4de7c3d25fb12bba49bee6249"2026-01-09 21:43.59: Using OBuilder spec:((from freebsd-14.3-ocaml-4.14)(comment freebsd-14.3-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 (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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 OCluster2026-01-09 21:43.59: Waiting for worker…2026-01-10 02:43.31: Got resource from pool OClusterBuilding on rosemaryAll commits already cachedHEAD is now at cd2acb7 safer argument passing(from freebsd-14.3-ocaml-4.14)2026-01-10 02:39.46 ---> using "7e5247e9853d1c2fb95ef9ffdfdb895ef70516f48155f08a9b10db936cb8c6c6" from cache/: (comment freebsd-14.3-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-01-10 02:39.46 ---> using "cc65ce37998b2d98fc767b9dc7c3b5c83138e1952bec339ac27a7bb4d9d920d3" 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-repository2026-01-10 02:39.47 ---> using "87889fea7d09081125d96054d270a07df14f9b2a5c081c0c9434b9f215ecc218" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 14.3-RELEASE-p3The OCaml toplevel, version 4.14.22.5.02026-01-10 02:39.48 ---> using "4a6e16f39bb2fab11842c96050ea21902749c68aefdffcd64774b8b7640a3492" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-01-10 02:39.48 ---> using "ca1b89b4fcfce73b3b6ab80b797b154eda5f870ad814c498da3e18daf8f4b36f" 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-repositoryEverything as up-to-date as possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.4.0- ocaml-config.3However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.2026-01-10 02:39.49 ---> using "3e9bd2973e27374c893b9b086e368da08d72ae027d79177e19f50df0b0bf85a7" from cache/src: (copy (src gl-legacy.opam) (dst ./))2026-01-10 02:39.50 ---> saved as "bea8826035c814ee6dbba4d7226a51a62370d647a00cc85544b55e07e8da9067"/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 "7adae5f8c5aa172b1b69e8af1c89ba28ee5864be1a6654cc758147723b90855d"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-01-10 02:39.54 ---> saved as "5dc720efed3e01925d807b63f2b8ee6acef3e8b9dc0839befa3341b2ab925f6b"/src: (env DEPS "base-bigarray.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 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: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: .......... done2026-01-10 02:40.38 ---> saved as "ab655e77a10b0ba8ae9ef43bfa028f91da740ab3cc299618d5909b35cf64926e"/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 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 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 integers.0.7.0 (cached)⬇ retrieved stdlib-shims.0.3.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.0Done.2026-01-10 03:35.02 ---> saved as "5e444b0bddbdb4cb46335499d102d9a83fdc83f967ba40b1c779b939ef5413b7"/src: (copy (src .) (dst /src))2026-01-10 03:35.11 ---> saved as "2af552a2c711c3cfce2faefb9cc09a9d55c9b4002598e775a13f36c566fae097"/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:35.44 ---> saved as "0d76d6ce0b34296a46e6a296938b86b81520d75e337c9bb7b290a73a8a788dd3"Job succeeded2026-01-10 03:39.39: Job succeeded