2026-01-08 14:26.59: New job: test sanette/tsdl https://github.com/sanette/tsdl.git#refs/heads/master (cc278365b3d7f016c8d74fe4530c31bb4150fbe7) (linux-x86_64:alpine-3.22-5.4_opam-2.4) Base: ocaml/opam:alpine-3.22-ocaml-5.4@sha256:b93dce0f7db9356ff4a704587c4d5ecd58b5ad8e3ca5418afcad75bc8f439f66 Opam project build To reproduce locally: git clone --recursive "https://github.com/sanette/tsdl.git" -b "master" && cd "tsdl" && git reset --hard cc278365 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:alpine-3.22-ocaml-5.4@sha256:b93dce0f7db9356ff4a704587c4d5ecd58b5ad8e3ca5418afcad75bc8f439f66 # alpine-3.22-5.4_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.4 /usr/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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 tsdl.opam ./ RUN opam pin add -yn tsdl.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-pkg-config.4 conf-sdl2.1 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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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 tsdl.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 2026-01-08 14:26.59: Using cache hint "sanette/tsdl-ocaml/opam:alpine-3.22-ocaml-5.4@sha256:b93dce0f7db9356ff4a704587c4d5ecd58b5ad8e3ca5418afcad75bc8f439f66-alpine-3.22-5.4_opam-2.4-a73b445bfe14a2bc484cb9321ae7b607" 2026-01-08 14:26.59: Using OBuilder spec: ((from ocaml/opam:alpine-3.22-ocaml-5.4@sha256:b93dce0f7db9356ff4a704587c4d5ecd58b5ad8e3ca5418afcad75bc8f439f66) (comment alpine-3.22-5.4_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.4 /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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src tsdl.opam) (dst ./)) (run (network host) (shell "opam pin add -yn tsdl.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 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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 tsdl.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-08 14:26.59: Waiting for resource in pool OCluster 2026-01-08 14:26.59: Waiting for worker… 2026-01-08 14:26.59: Got resource from pool OCluster Building on odawa.caelum.ci.dev All commits already cached HEAD is now at cc27836 change version (from ocaml/opam:alpine-3.22-ocaml-5.4@sha256:b93dce0f7db9356ff4a704587c4d5ecd58b5ad8e3ca5418afcad75bc8f439f66) 2026-01-08 14:27.00 ---> using "d0327f940a3c6a061e0c402e9328a78119d7dfd715a32de8de339388ce4c3eef" from cache /: (comment alpine-3.22-5.4_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam")) 2026-01-08 14:27.00 ---> using "5dee9b950486dfb3089cc431b3d79d731cac566432611d92e2af71d796efa3f6" 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 Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-01-08 14:27.00 ---> using "2201c82fbbea424d8922cfff96a8636118d76b7d777b2668dd0c8a0002190b0e" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-87-generic The OCaml toplevel, version 5.4.0 2.4.1 2026-01-08 14:27.00 ---> using "0a4c323c7414f4e6678e49268fcc6862031004115b008dfc46899f1c4fb8b11a" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-01-08 14:27.00 ---> using "157d49f864f4b916c270d9ecb2d620b36de25c8cc3e7177a0dc6f45bc76f3840" 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")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD ee48e882f0..93a7bce43a master -> origin/master c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-01-08 14:27.00 ---> using "4d7cb0a6422c357918900d555b6f16ab8249d0099a9d58bc7c8055393cbc21a8" from cache /src: (copy (src tsdl.opam) (dst ./)) 2026-01-08 14:27.00 ---> saved as "668f8ac48ab35cf8b23579f08e26995d4028477c86ebe004575f817a8b6c7fb0" /src: (run (network host) (shell "opam pin add -yn tsdl.dev './'")) [tsdl.dev] synchronised (file:///src) tsdl is now pinned to file:///src (version dev) 2026-01-08 14:27.02 ---> saved as "6ff21fb4b781c75c4e4175ce8efccc4eb790ebd9758d11a28047ce6c6dbdbaae" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-01-08 14:27.02 ---> saved as "b794387bf9573d009c279bd2038608a5b095389ff5a02e33436e6a43fcbcd074" /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-pkg-config.4 conf-sdl2.1 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.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.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 tsdl.dev $DEPS")) + /usr/bin/sudo "apk" "update" - fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz - fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz - v3.22.2-329-g12c23cfd213 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] - v3.22.2-325-gffb20bd62d9 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] - v20251224-741-ge3cb807ff9a [https://dl-cdn.alpinelinux.org/alpine/edge/main] - v20251224-757-ge53bc7cc3d4 [https://dl-cdn.alpinelinux.org/alpine/edge/community] - v20251224-749-gec56738d084 [https://dl-cdn.alpinelinux.org/alpine/edge/testing] - OK: 60678 distinct packages available <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [tsdl.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.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.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: libffi-dev sdl2-dev <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apk" "add" "libffi-dev" "sdl2-dev" - (1/37) Installing linux-headers (6.14.2-r0) - (2/37) Installing libffi-dev (3.4.8-r0) - (3/37) Installing sdl2 (2.32.8-r0) - (4/37) Installing hwdata-pci (0.395-r0) - (5/37) Installing libpciaccess (0.18.1-r0) - (6/37) Installing libdrm (2.4.124-r0) - (7/37) Installing libpciaccess-dev (0.18.1-r0) - (8/37) Installing libdrm-dev (2.4.124-r0) - (9/37) Installing libxext (1.3.6-r2) - (10/37) Installing libxext-dev (1.3.6-r2) - (11/37) Installing libxdamage (1.1.6-r5) - (12/37) Installing libxfixes (6.0.1-r4) - (13/37) Installing libxfixes-dev (6.0.1-r4) - (14/37) Installing libxdamage-dev (1.1.6-r5) - (15/37) Installing libxshmfence (1.3.3-r0) - (16/37) Installing libxshmfence-dev (1.3.3-r0) - (17/37) Installing libxml2 (2.13.9-r0) - (18/37) Installing llvm20-libs (20.1.8-r0) - (19/37) Installing spirv-tools (1.4.313.0-r0) - (20/37) Installing libelf (0.193-r0) - (21/37) Installing wayland-libs-server (1.23.1-r3) - (22/37) Installing mesa (25.1.9-r0) - (23/37) Installing mesa-gbm (25.1.9-r0) - (24/37) Installing wayland-libs-client (1.23.1-r3) - (25/37) Installing mesa-egl (25.1.9-r0) - (26/37) Installing libxxf86vm (1.1.6-r0) - (27/37) Installing mesa-gl (25.1.9-r0) - (28/37) Installing mesa-gles (25.1.9-r0) - (29/37) Installing clang20-headers (20.1.8-r0) - (30/37) Installing libclc (20.1.8-r0) - (31/37) Installing spirv-llvm-translator-libs (20.1.2-r0) - (32/37) Installing clang20-libs (20.1.8-r0) - (33/37) Installing mesa-rusticl (25.1.9-r0) - (34/37) Installing mesa-xatracker (25.1.9-r0) - (35/37) Installing libxxf86vm-dev (1.1.6-r0) - (36/37) Installing mesa-dev (25.1.9-r0) - (37/37) Installing sdl2-dev (2.32.8-r0) - Executing busybox-1.37.0-r20.trigger - OK: 898 MiB in 140 packages 2026-01-08 14:28.09 ---> saved as "63705779044246cc5ff63df2ebbd2fab737643621712cf0f3aa6737a5e7fec11" /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.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0). [NOTE] Package ocaml is already installed (current version is 5.4.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 10 packages - install conf-libffi 2.0.0 - install conf-pkg-config 4 - install conf-sdl2 1 - install csexp 1.5.2 - install ctypes 0.24.0 - install ctypes-foreign 0.24.0 - install dune 3.20.2 - install dune-configurator 3.20.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-sdl2.1 -> 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 integers.0.7.0 -> installed dune-configurator.3.20.2 -> installed ctypes.0.24.0 -> installed ctypes-foreign.0.24.0 Done. # To update the current shell environment, run: eval $(opam env) 2026-01-08 14:28.45 ---> saved as "c59526630a35d3630cb8631c37fb10010561c9d2ad26186ae75e9e32b1950f09" /src: (copy (src .) (dst /src)) 2026-01-08 14:28.46 ---> saved as "5cee9daac07ac534fbab982dfc9cfe0ac123931ba189272a62cf9cdc7b44be07" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2026-01-08 14:28.47 ---> saved as "616a2e8d1a95211a02672a7e0f2a55e03791c0d9c103dc75c15f715dfc102aa0" Job succeeded 2026-01-08 14:28.47: Job succeeded