2026-04-28 18:44.40: New job: test sanette/gl-legacy https://github.com/sanette/gl-legacy.git#refs/heads/main (1c403ba3b6c49eeb70e863421ff9454ea0d852a9) (linux-x86_64:alpine-3.23-5.4_opam-2.5)Base: ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366Opam project buildTo reproduce locally:git clone --recursive "https://github.com/sanette/gl-legacy.git" -b "main" && cd "gl-legacy" && git reset --hard 1c403ba3cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366# alpine-3.23-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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 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.22.2 dune-configurator.3.22.2 integers.0.7.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-04-28 18:44.40: Using cache hint "sanette/gl-legacy-ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366-alpine-3.23-5.4_opam-2.5-905a55c0e46d312b05fb07bdfcb4856b"2026-04-28 18:44.40: Using OBuilder spec:((from ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366)(comment alpine-3.23-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/bin/opam-2.5 /usr/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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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 (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.22.2 dune-configurator.3.22.2 integers.0.7.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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-04-28 18:44.40: Waiting for resource in pool OCluster2026-04-28 18:55.04: Waiting for worker…2026-04-28 18:58.15: Got resource from pool OClusterBuilding on phoebe.caelum.ci.devAll commits already cachedHEAD is now at 1c403ba readme(from ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366)Unable to find image 'ocaml/opam:alpine-3.23-ocaml-5.4@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366' locallydocker.io/ocaml/opam@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366: Pulling from ocaml/opam6a0ac1617861: Already exists9630673831f3: Pulling fs layer4cffb540229a: Pulling fs layer9630673831f3: Waitingaa3cee094119: Pulling fs layer4cffb540229a: Waitingf2700202f619: Pulling fs layeraa3cee094119: Waiting33135c7375d5: Pulling fs layerf2700202f619: Waiting1ea4b64ae955: Pulling fs layer33135c7375d5: Waitingca34ef70eda1: Pulling fs layer1ea4b64ae955: Waitingd4998b6f8f35: Pulling fs layerca34ef70eda1: Waiting4a43cfe8648c: Pulling fs layerd4998b6f8f35: Waiting453dd28eaace: Pulling fs layer4a43cfe8648c: Waitinga962f0379f0a: Pulling fs layerb68882dcbbd8: Pulling fs layer453dd28eaace: Waitinga962f0379f0a: Waiting3f63b4eac828: Pulling fs layerb68882dcbbd8: Waiting0720e1e1068a: Pulling fs layer3f63b4eac828: Waiting0676d4d6023a: Pulling fs layer0ab690805f49: Pulling fs layer0720e1e1068a: Waiting0676d4d6023a: Waitingfc0af979c0fe: Pulling fs layer0ab690805f49: Waiting4f4fb700ef54: Pulling fs layer63f1d0bef8ae: Pulling fs layer4f4fb700ef54: Waitingfc0af979c0fe: Waiting43fd6995d88f: Pulling fs layer63f1d0bef8ae: Waitingc775bfb331ab: Pulling fs layer43fd6995d88f: Waitinga7a9b5ed8780: Pulling fs layerc775bfb331ab: Waiting86ac791930d3: Pulling fs layera7a9b5ed8780: Waiting86ac791930d3: Waiting2e34d70b785c: Pulling fs layer56c554cb0baa: Pulling fs layer2e34d70b785c: Waiting0109b7ea4beb: Pulling fs layera72aa581a14e: Pulling fs layer0109b7ea4beb: Waiting56c554cb0baa: Waitinga72aa581a14e: Waiting0b969b88b90b: Pulling fs layerd1ae0e2bf910: Pulling fs layer0b969b88b90b: Waitingcfd8efe5a061: Pulling fs layerd1ae0e2bf910: Waitinga34595d6f491: Pulling fs layercfd8efe5a061: Waiting7333547f58a0: Pulling fs layera34595d6f491: Waiting803cdf5f2902: Pulling fs layer7333547f58a0: Waitingd74501489c54: Pulling fs layer803cdf5f2902: Waiting628aecb9cafb: Pulling fs layerd74501489c54: Waiting0c52f398a865: Pulling fs layerf4e18988783e: Pulling fs layer628aecb9cafb: Waiting0c52f398a865: Waitingd9b0005bf058: Pulling fs layerac511140fcec: Pulling fs layerf4e18988783e: Waitingd9b0005bf058: Waitinge5e3b5898b4b: Pulling fs layerac511140fcec: Waiting08e53197d17a: Pulling fs layere5e3b5898b4b: Waiting9502f6b2d19e: Pulling fs layer08e53197d17a: Waiting9502f6b2d19e: Waiting4cffb540229a: Download complete9630673831f3: Verifying Checksum9630673831f3: Download complete9630673831f3: Pull complete4cffb540229a: Pull completef2700202f619: Verifying Checksumf2700202f619: Download complete33135c7375d5: Verifying Checksum33135c7375d5: Download complete1ea4b64ae955: Verifying Checksum1ea4b64ae955: Download completed4998b6f8f35: Verifying Checksumd4998b6f8f35: Download completeca34ef70eda1: Verifying Checksumca34ef70eda1: Download complete453dd28eaace: Verifying Checksum453dd28eaace: Download complete4a43cfe8648c: Verifying Checksum4a43cfe8648c: Download completeb68882dcbbd8: Verifying Checksumb68882dcbbd8: Download completea962f0379f0a: Verifying Checksuma962f0379f0a: Download complete3f63b4eac828: Download complete0720e1e1068a: Download complete0ab690805f49: Download complete4f4fb700ef54: Download completefc0af979c0fe: Verifying Checksumfc0af979c0fe: Download complete63f1d0bef8ae: Verifying Checksum63f1d0bef8ae: Download complete43fd6995d88f: Download completea7a9b5ed8780: Verifying Checksuma7a9b5ed8780: Download complete86ac791930d3: Verifying Checksum86ac791930d3: Download completec775bfb331ab: Verifying Checksumc775bfb331ab: Download complete56c554cb0baa: Verifying Checksum56c554cb0baa: Download complete0109b7ea4beb: Verifying Checksum0109b7ea4beb: Download complete2e34d70b785c: Download completea72aa581a14e: Download complete0b969b88b90b: Verifying Checksum0b969b88b90b: Download completeaa3cee094119: Verifying Checksumaa3cee094119: Download completed1ae0e2bf910: Verifying Checksumcfd8efe5a061: Download complete7333547f58a0: Download completed74501489c54: Download complete628aecb9cafb: Download complete0c52f398a865: Download completef4e18988783e: Verifying Checksumf4e18988783e: Download completed9b0005bf058: Download completea34595d6f491: Verifying Checksuma34595d6f491: Download complete803cdf5f2902: Verifying Checksum803cdf5f2902: Download completee5e3b5898b4b: Verifying Checksume5e3b5898b4b: Download complete08e53197d17a: Verifying Checksum08e53197d17a: Download completeaa3cee094119: Pull complete9502f6b2d19e: Download completeac511140fcec: Verifying Checksumac511140fcec: Download completef2700202f619: Pull complete33135c7375d5: Pull complete1ea4b64ae955: Pull completeca34ef70eda1: Pull completed4998b6f8f35: Pull complete4a43cfe8648c: Pull complete453dd28eaace: Pull completea962f0379f0a: Pull completeb68882dcbbd8: Pull complete3f63b4eac828: Pull complete0720e1e1068a: Pull complete0676d4d6023a: Pull complete0ab690805f49: Pull completefc0af979c0fe: Pull complete4f4fb700ef54: Pull complete63f1d0bef8ae: Pull complete43fd6995d88f: Pull completec775bfb331ab: Pull completea7a9b5ed8780: Pull complete86ac791930d3: Pull complete2e34d70b785c: Pull complete56c554cb0baa: Pull complete0109b7ea4beb: Pull completea72aa581a14e: Pull complete0b969b88b90b: Pull completed1ae0e2bf910: Pull completecfd8efe5a061: Pull completea34595d6f491: Pull complete7333547f58a0: Pull complete803cdf5f2902: Pull completed74501489c54: Pull complete628aecb9cafb: Pull complete0c52f398a865: Pull completef4e18988783e: Pull completed9b0005bf058: Pull completeac511140fcec: Pull completee5e3b5898b4b: Pull complete08e53197d17a: Pull complete9502f6b2d19e: Pull completeDigest: sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f63366Status: Downloaded newer image for ocaml/opam@sha256:b5f9c251ed23ceaf402a2fd8548d89b9d710ba800ef8a7f46f773bfff6f633662026-04-28 18:58.20 ---> using "01c11b07ac2b5cd48e66007e5a5cac291b476dda37442ad969d24b0ab6dc0559" from cache/: (comment alpine-3.23-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/bin/opam-2.5 /usr/bin/opam"))2026-04-28 18:58.22 ---> using "a8a9ea5c59254a5a0f8f67ea52c72885ad5d9b7a990b02c87babbf030ab69642" from cache/src: (run (shell "opam init --reinit -ni"))Configuring from /home/opam/.opamrc and then from 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.0 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 255 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=255 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-04-28 18:58.23 ---> using "1e76191cb180700a1a4b4fb6f0b59791d7b11a581be0b4b93d5476ddfe3df3f0" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-107-genericThe OCaml toplevel, version 5.4.12.5.12026-04-28 18:58.25 ---> using "059e0fa9bf335039c3fd833df6288d715762c1f93e9a1b08fa520560ef5ec6c3" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-04-28 18:58.25 ---> using "df7006147f8edefa1d31bb335dd77eaeb1d134668f6ea6934fc058697cdbef27" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleHowever, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-04-28 18:58.26 ---> using "f732b87e75ca0340aea537502376e6d2519a136db03ec70be93c6bfc5c444674" from cache/src: (copy (src gl-legacy.opam) (dst ./))2026-04-28 18:58.32 ---> saved as "75d035e933c5a21f9a48047970650a3471acedd3f410eae62bc6bc6c7bfdc26f"/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-04-28 18:58.40 ---> saved as "738e8a4c02d040b4b86874e6b37ec4373610ca88c365864c937ff0e09f3d2b1d"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-04-28 18:58.46 ---> saved as "f624eaa01499033fd8a6a95ddf4a0eef91129bb5797f09415b93c19f1c7564d4"/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.22.2 dune-configurator.3.22.2 integers.0.7.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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"))+ /usr/bin/sudo "apk" "update"- v3.23.4-87-g1a6cf4ecc50 [https://dl-cdn.alpinelinux.org/alpine/v3.23/main]- v3.23.4-87-g1a6cf4ecc50 [https://dl-cdn.alpinelinux.org/alpine/v3.23/community]- v20260127-8614-g3dadfe355ed [https://dl-cdn.alpinelinux.org/alpine/edge/main]- v20260127-8630-g198de671ae5 [https://dl-cdn.alpinelinux.org/alpine/edge/community]- v20260127-8630-g198de671ae5 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]- OK: 62099 distinct packages available<><> 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.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[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:libffi-dev mesa-dev<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/bin/sudo "apk" "add" "libffi-dev" "mesa-dev"- ( 1/33) Installing linux-headers (6.16.12-r0)- ( 2/33) Installing libffi-dev (3.5.2-r0)- ( 3/33) Installing hwdata-pci (0.401-r0)- ( 4/33) Installing libpciaccess (0.18.1-r1)- ( 5/33) Installing libdrm (2.4.131-r0)- ( 6/33) Installing libpciaccess-dev (0.18.1-r1)- ( 7/33) Installing libdrm-dev (2.4.131-r0)- ( 8/33) Installing libxdamage (1.1.6-r5)- ( 9/33) Installing libxfixes (6.0.2-r0)- (10/33) Installing libxfixes-dev (6.0.2-r0)- (11/33) Installing libxdamage-dev (1.1.6-r5)- (12/33) Installing libxshmfence (1.3.3-r0)- (13/33) Installing libxshmfence-dev (1.3.3-r0)- (14/33) Installing libxml2 (2.13.9-r0)- (15/33) Installing llvm21-libs (21.1.2-r1)- (16/33) Installing spirv-tools (1.4.321.0-r1)- (17/33) Installing libelf (0.194-r0)- (18/33) Installing mesa (25.2.7-r1)- (19/33) Installing mesa-gles (25.2.7-r1)- (20/33) Installing mesa-gbm (25.2.7-r1)- (21/33) Installing wayland-libs-client (1.24.0-r0)- (22/33) Installing mesa-egl (25.2.7-r1)- (23/33) Installing libxext (1.3.6-r2)- (24/33) Installing libxxf86vm (1.1.7-r0)- (25/33) Installing mesa-gl (25.2.7-r1)- (26/33) Installing clang21-headers (21.1.2-r2)- (27/33) Installing libclc (21.1.2-r0)- (28/33) Installing spirv-llvm-translator-libs (21.1.0-r0)- (29/33) Installing clang21-libs (21.1.2-r2)- (30/33) Installing mesa-rusticl (25.2.7-r1)- (31/33) Installing libxext-dev (1.3.6-r2)- (32/33) Installing libxxf86vm-dev (1.1.7-r0)- (33/33) Installing mesa-dev (25.2.7-r1)- Executing busybox-1.37.0-r30.trigger- OK: 774.1 MiB in 137 packages# To update the current shell environment, run: eval $(opam env)2026-04-28 18:59.28 ---> saved as "64e54b3ddefd52d534291a2ce6df7071c153488bdfbba4c2040ab38a8ba1a127"/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.1).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).[NOTE] Package ocaml is already installed (current version is 5.4.1).[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- install conf-libffi 2.0.0- install conf-libgl 1- install conf-pkg-config 4- install csexp 1.5.2- install ctypes 0.24.0- install ctypes-foreign 0.24.0- install dune 3.22.2- install dune-configurator 3.22.2- install integers 0.7.0- install stdlib-shims 0.3.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved csexp.1.5.2 (cached)-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached)-> installed conf-pkg-config.4-> retrieved integers.0.7.0 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> installed conf-libffi.2.0.0-> installed conf-libgl.1-> retrieved dune.3.22.2, dune-configurator.3.22.2 (cached)-> installed dune.3.22.2-> installed csexp.1.5.2-> installed stdlib-shims.0.3.0-> installed integers.0.7.0-> installed dune-configurator.3.22.2-> installed ctypes.0.24.0-> installed ctypes-foreign.0.24.0Done.# To update the current shell environment, run: eval $(opam env)2026-04-28 19:00.52 ---> saved as "eccdf3c5a1b86566d98864a9625dd62c2df2c0301f9dae3b02b957f67eaf9132"/src: (copy (src .) (dst /src))2026-04-28 19:01.53 ---> saved as "9aaa17c798c35f05e048f055664ae1c3033f9f06c6aa903eb1d87c5b82f370d0"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test.exe)Tests skipped. Please install tsdl.OCAMLCI=true2026-04-28 19:02.02 ---> saved as "db564fc1f740375514849095d22271eda9c81eadc6167294eae23b7a414efcd3"Job succeeded2026-04-28 19:02.33: Job succeeded