2025-10-01 21:00.51: New job: test sanette/gl-legacy https://github.com/sanette/gl-legacy.git#refs/heads/main (c9092d1712f92f1a664ef40588bbe27f984c5aa4) (freebsd-x86_64:freebsd-14.2-5.3_opam-2.4)Base: freebsd-14.2-ocaml-5.3Opam project buildTo reproduce locally:git clone --recursive "https://github.com/sanette/gl-legacy.git" -b "main" && cd "gl-legacy" && git reset --hard c9092d17cat > Dockerfile <<'END-OF-DOCKERFILE'FROM freebsd-14.2-ocaml-5.3# freebsd-14.2-5.3_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.4 /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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && 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-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-libgl.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.4 --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-BLOCK2025-10-01 21:00.51: Using cache hint "sanette/gl-legacy-freebsd-14.2-ocaml-5.3-freebsd-14.2-5.3_opam-2.4-d94a333a7608ae22a3751fa583abf3b0"2025-10-01 21:00.51: Using OBuilder spec:((from freebsd-14.2-ocaml-5.3)(comment freebsd-14.2-5.3_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/local/bin/opam-2.4 /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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && 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 bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-libgl.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.4 --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")))2025-10-01 21:00.51: Waiting for resource in pool OCluster2025-10-01 21:00.51: Waiting for worker…2025-10-01 21:00.51: Got resource from pool OClusterBuilding on rosemaryHEAD is now at cba7158 fix docHEAD is now at c9092d1 fix version(from freebsd-14.2-ocaml-5.3)2025-10-01 20:59.12 ---> using "47c9a03b962be450225081ed69acde1f5c6dadb6d1106d9b1a8b4fd61c2defa6" from cache/: (comment freebsd-14.2-5.3_opam-2.4)/: (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.4 /usr/local/bin/opam"))2025-10-01 20:59.12 ---> using "3cf9d05e5eb2b3cab7746fab6ccc73ebe3b43051756027b7ee3d88bc2433384a" 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-repository2025-10-01 20:59.12 ---> using "6be513be757734d73b41a31e19f8ae22aa3fe2fd424869d3fd3c8b16bb4fa69a" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 14.2-RELEASE-p1The OCaml toplevel, version 5.3.02.4.12025-10-01 20:59.12 ---> using "6406a960b971760de52a319d92e3ade2dc00fc29daba60f2a83f980f00dde731" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-10-01 20:59.12 ---> using "ceecf1d51f19afc7e1cbf641861a5e731a764903c017a5b842658d708b08899c" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD4028320478..241aae26db master -> origin/master6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryAlready up-to-date.Nothing to do.2025-10-01 20:59.12 ---> using "91759d5f3fe03d58fbf57a8621ed87fe99bdc24a888d2e9aabe5ccaf101a2ddc" from cache/src: (copy (src gl-legacy.opam) (dst ./))2025-10-01 20:59.13 ---> saved as "898e0f7f6aa8a1e7a7237fd597cd9aafb0dd9f22f34cd035e823fc3564c33aeb"/src: (run (network host)(shell "opam pin add -yn gl-legacy.dev './'"))[NOTE] Package gl-legacy does not exist in opam repositories registered in the current switch.[gl-legacy.dev] synchronised (file:///src)gl-legacy is now pinned to file:///src (version dev)2025-10-01 20:59.14 ---> saved as "d975fc7620c6a86ae75690d1403d7eb750a0fdaa233cec40f43669f94604eebb"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-10-01 20:59.14 ---> saved as "5a95971732651ce91f5bd0d28109f38783cc1cd6be3ea8267e13dd26d0946e39"/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-libgl.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.20.2 dune-configurator.3.20.2 integers.0.7.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.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.4 --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.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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. 35127 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- libXau: 1.0.12- libXdmcp: 1.1.5- libXext: 1.3.6,1- libglvnd: 1.7.0- libxcb: 1.17.0- xorgproto: 2024.1-- 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.pkg: . done- [rosemary] [2/7] Fetching libxcb-1.17.0.pkg: ...- ....... done- [rosemary] [3/7] Fetching libglvnd-1.7.0.pkg: .......... done- [rosemary] [4/7] Fetching libX11-1.8.12,1.pkg: .- .....- ...- . done- [rosemary] [5/7] Fetching xorgproto-2024.1.pkg: .......... done- [rosemary] [6/7] Fetching libXdmcp-1.1.5.pkg: .. done- [rosemary] [7/7] Fetching libXext-1.3.6,1.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: .......... done2025-10-01 20:59.44 ---> saved as "0f60e6699b4130b6ba9645ee8438e5ccf242b242844ff08bcc966bdff345030b"/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.3.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).[NOTE] Package ocaml is already installed (current version is 5.3.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 11 packages∗ bigarray-compat 1.1.0∗ conf-libffi 2.0.0∗ conf-libgl 1∗ conf-pkg-config 4∗ csexp 1.5.2∗ ctypes 0.23.0∗ ctypes-foreign 0.23.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.23.0, ctypes-foreign.0.23.0 (cached)∗ installed conf-libgl.1∗ installed conf-libffi.2.0.0⬇ retrieved csexp.1.5.2 (cached)⬇ retrieved bigarray-compat.1.1.0 (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 bigarray-compat.1.1.0∗ installed dune-configurator.3.20.2∗ installed ctypes.0.23.0∗ installed ctypes-foreign.0.23.0Done.2025-10-01 21:00.29 ---> saved as "47a38f96cabd2857618ad4efa949aa4e7409a16d23db818af8ea1740feb2eacb"/src: (copy (src .) (dst /src))2025-10-01 21:00.30 ---> saved as "2628d36987fc4ce8d51986407701a90cf2044cb71b9cc657dfd3f8146f19a0be"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test.exe)Tests skipped. Please install tsdl.2025-10-01 21:00.30 ---> saved as "69720d23817991a2a16a1b8d76b2a6eb670d662ad4963894529031bd17c70410"Job succeeded2025-10-01 21:02.11: Job succeeded