2025-09-27 09:11.34: New job: test sanette/gl-legacy https://github.com/sanette/gl-legacy.git#refs/heads/main (744ef50dfe13a2c45abb4bf3a7e55a6d0eccaba0) (freebsd-x86_64:freebsd-14.2-5.3_opam-2.4) Base: freebsd-14.2-ocaml-5.3 Opam project build To reproduce locally: git clone --recursive "https://github.com/sanette/gl-legacy.git" -b "main" && cd "gl-legacy" && git reset --hard 744ef50d cat > Dockerfile <<'END-OF-DOCKERFILE' FROM freebsd-14.2-ocaml-5.3 # freebsd-14.2-5.3_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/local/bin/opam-2.4 /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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && 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 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 $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-09-27 09:11.34: Using cache hint "sanette/gl-legacy-freebsd-14.2-ocaml-5.3-freebsd-14.2-5.3_opam-2.4-d94a333a7608ae22a3751fa583abf3b0" 2025-09-27 09:11.34: 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-09-27 09:11.34: Waiting for resource in pool OCluster 2025-09-27 09:11.35: Waiting for worker… 2025-09-27 09:11.35: Got resource from pool OCluster Building on rosemary HEAD is now at 3cce73b image_quad HEAD is now at 744ef50 fix image (from freebsd-14.2-ocaml-5.3) 2025-09-27 09:10.36 ---> 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-09-27 09:10.36 ---> 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 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository 2025-09-27 09:10.37 ---> using "6be513be757734d73b41a31e19f8ae22aa3fe2fd424869d3fd3c8b16bb4fa69a" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) FreeBSD 14.2-RELEASE-p1 The OCaml toplevel, version 5.3.0 2.4.1 2025-09-27 09:10.37 ---> using "6406a960b971760de52a319d92e3ade2dc00fc29daba60f2a83f980f00dde731" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-27 09:10.37 ---> 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_HEAD 4028320478..ec0dc125ad master -> origin/master 6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. 2025-09-27 09:10.37 ---> using "91759d5f3fe03d58fbf57a8621ed87fe99bdc24a888d2e9aabe5ccaf101a2ddc" from cache /src: (copy (src gl-legacy.opam) (dst ./)) 2025-09-27 09:10.37 ---> using "01a35977e981f8a92a11f7131c768dcab0c662da16035720aa88ac8335e94a34" from cache /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-09-27 09:10.37 ---> using "b502b753970d03ae9f326b799a55608a6c0390dc58711d72dea341244a085776" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-27 09:10.37 ---> using "1dc968750ed4f5cfb90047bf36a7376005ad50be85d4e8a3ce06aa9e37e1ac6b" from cache /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. 35659 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: .......... done 2025-09-27 09:10.38 ---> using "4b2ff9491c724b181fd0c6ea345181880a42e729aabe2cdd04784b179ca9fa46" from cache /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 csexp.1.5.2 ∗ installed stdlib-shims.0.3.0 ∗ installed bigarray-compat.1.1.0 ∗ installed integers.0.7.0 ∗ installed dune-configurator.3.20.2 ∗ installed ctypes.0.23.0 ∗ installed ctypes-foreign.0.23.0 Done. 2025-09-27 09:11.23 ---> saved as "b1cc2e99939a9a160b312564d81e9eaf8697828c386029c7189d68688f547150" /src: (copy (src .) (dst /src)) 2025-09-27 09:11.24 ---> saved as "bc1fbace2fde13e7ce3ee1c723d7724ab3e63c8af3ba306791769da8a38cd9f1" /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-09-27 09:11.24 ---> saved as "582cb05dfab8d5ab759faaeda210f7cf4e039b05b50cd114c931df00fc519f1d" Job succeeded 2025-09-27 09:12.24: Job succeeded