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-4.14_opam-2.4) Base: freebsd-14.2-ocaml-4.14 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-4.14 # freebsd-14.2-4.14_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-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.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.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-4.14-freebsd-14.2-4.14_opam-2.4-1e5b54532dffdd3ebc07ff5eac4a4e93" 2025-09-27 09:11.34: Using OBuilder spec: ((from freebsd-14.2-ocaml-4.14) (comment freebsd-14.2-4.14_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-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.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.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 All commits already cached HEAD is now at 744ef50 fix image (from freebsd-14.2-ocaml-4.14) 2025-09-27 09:10.36 ---> using "e232d73c9161ea3ff94ff4ae2b5a6983da9a9ca98d5185b2db1dbadeae5228e2" from cache /: (comment freebsd-14.2-4.14_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.37 ---> using "ab3b72ff1bef5200ab51bf41b5ce466d603a607c082bc77b8cb9a89bd0ee8e2b" 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 "4f5272944a297469599fadae70be6af0a741315c350ad35dc552c1741ce274b4" 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.4.1 2025-09-27 09:10.37 ---> using "07a4e313abba0673771074c9860cdd9543e4761d68d2fb7c6d7221bc739a7e75" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-27 09:10.37 ---> using "3a9f22eefbfbdecb5fa973f708084041cdbe652271a081208757b5e926d582b0" 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 Everything as up-to-date as possible The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.3.0 - ocaml-config.3 However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. 2025-09-27 09:10.37 ---> using "7725261d76654d1dd37a3cb5fdf4f69d667ba527d60d14c45d86c8dd0154d0d1" from cache /src: (copy (src gl-legacy.opam) (dst ./)) 2025-09-27 09:10.37 ---> using "f5a70bf8cfc167c6e2641319dfc32a65bb32a393507287df74bf21f2847e5e12" 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.38 ---> using "71dc7ece963e4078a671e1074f9450e543f8c265ebf24c4a52141a4cb216c4bb" from cache /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-27 09:10.38 ---> using "5ff4f99f3592c0a214be151da128663de3cff33457265d297af5e736385374c1" from cache /src: (env DEPS "base-bigarray.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.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.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 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. 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 "53d394114f1b158b94cc7db5c5769e593f7ffe9b2b730462e60d53d1dca32102" 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 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 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.0 Done. 2025-09-27 09:11.21 ---> saved as "2f10496a0f136ce8575a7b488f829a61f8ac2c789dedd30695d3f439a99a4ae1" /src: (copy (src .) (dst /src)) 2025-09-27 09:11.21 ---> saved as "f4b87c81670b58e8cc82148cacbda42f0c0d333f0327614d9b3bd74e30f8cb67" /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.22 ---> saved as "8d804fca667e4e7aa9699d5907dafd01b48c115065cdb091fe7d749695e6faf1" Job succeeded 2025-09-27 09:12.22: Job succeeded