2026-02-26 07:55.17: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (286e73ff2e603103fe9bd1edbba33f20215e8c87) (linux-x86_64:alpine-3.22-4.14_opam-2.5) Base: ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216 Opam project build To reproduce locally: git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard 286e73ff cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216 # alpine-3.22-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /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 9464771fda037bbbaf1c4db47601272c5cd4b303 || git fetch origin master) && git reset -q --hard 9464771fda037bbbaf1c4db47601272c5cd4b303 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 bogue.opam ./ RUN opam pin add -yn bogue.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.21.1 dune-configurator.3.21.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.21.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y bogue.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-02-26 07:55.17: Using cache hint "sanette/bogue-ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216-alpine-3.22-4.14_opam-2.5-4f8da32203d3af7699d6086d7e3e87ea" 2026-02-26 07:55.17: Using OBuilder spec: ((from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216) (comment alpine-3.22-4.14_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 9464771fda037bbbaf1c4db47601272c5cd4b303 || git fetch origin master) && git reset -q --hard 9464771fda037bbbaf1c4db47601272c5cd4b303 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src bogue.opam) (dst ./)) (run (network host) (shell "opam pin add -yn bogue.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.21.1 dune-configurator.3.21.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.21.1") (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 bogue.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-02-26 07:55.17: Waiting for resource in pool OCluster 2026-02-26 07:55.17: Waiting for worker… 2026-02-26 07:59.02: Got resource from pool OCluster Building on eumache All commits already cached HEAD is now at 286e73f improve Mixer resampling (from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216) Unable to find image 'ocaml/opam:alpine-3.22-ocaml-4.14@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216' locally docker.io/ocaml/opam@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216: Pulling from ocaml/opam 2d35ebdb57d9: Already exists adfc86c1accf: Already exists d09377907434: Already exists a699cf44908b: Already exists c088e74f1f31: Already exists 7e99e6eaa847: Already exists db4b89a22482: Already exists f1f17593da04: Already exists bb79fbf72548: Already exists cf69890848e3: Already exists 80e325d6146c: Already exists 66a526c41d4c: Already exists 347d38b311ac: Already exists 984612fde4c4: Already exists 0ac0da982daa: Already exists 209c9bca9b0e: Already exists 3d3356d548ff: Already exists c072da09f122: Already exists 4f4fb700ef54: Already exists eff3d806a4a8: Already exists f5c413f5234b: Already exists 09ddc5430e22: Already exists 2c7c283b1afc: Already exists 4af9a971b585: Already exists df8d9be3e30d: Already exists 5e55ae3325a7: Already exists 635cb27b4304: Already exists 898fbde8ad42: Already exists 66c0ffc92413: Already exists c8cca855638d: Already exists 45d2501a899c: Already exists 10b0fe6926c2: Already exists 0a1d7b83a687: Already exists 2c3441915309: Already exists 3d1a575b1bb0: Already exists 6e5fa830b59d: Already exists 72225f5a6449: Already exists 5a8b6a59afe3: Already exists 81299dd100ce: Already exists ad267db4d3a7: Already exists de32f8de692b: Already exists Digest: sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216 Status: Downloaded newer image for ocaml/opam@sha256:1c3a5ef9216cc43d14bea2bc9b42f4b1ee30cd78bf2e6993672b4c0c52909216 2026-02-26 08:01.13 ---> saved as "d1cef22083ba59d6db4e2f107091c68dd70ebdcc64c3894ad7db7be62ad17f4a" /: (comment alpine-3.22-4.14_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-02-26 08:01.15 ---> saved as "7c7cce50f5e947565c3d5dbad3ac3b61d12cac1cb4c13b6c802d6a8bb10d1345" /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. [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 --global Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-02-26 08:01.51 ---> saved as "d95bbd73a24778f1321e62f69802692f647c727b93c3a5bbd318b81d4a471a07" /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-131-generic The OCaml toplevel, version 4.14.2 2.5.0 2026-02-26 08:01.53 ---> saved as "0946bc50f9a71a954b4e3169058449c50f765d27decff1e10b17d7843ccd9459" /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-02-26 08:01.55 ---> saved as "f598dcec640aed1c1320fd535f3be224f496aae5fd076bc0ab3a32f9d65fd942" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 9464771fda037bbbaf1c4db47601272c5cd4b303 || git fetch origin master) && git reset -q --hard 9464771fda037bbbaf1c4db47601272c5cd4b303 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD a6b2f19780..ffc3fe0dd7 master -> origin/master 9464771fda Merge pull request #29437 from jrfondren/master <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.1"), 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-02-26 08:02.25 ---> saved as "fc7ccf2f85d2bd588c78fb64fcb4834cf6bcd11761f7b52d809f36476bfd8f70" /src: (copy (src bogue.opam) (dst ./)) 2026-02-26 08:02.27 ---> saved as "8f55a10f8a532870e34f91286418bfb4194062dd88da5de81f48e9451bce0be7" /src: (run (network host) (shell "opam pin add -yn bogue.dev './'")) [bogue.dev] synchronised (file:///src) bogue is now pinned to file:///src (version dev) 2026-02-26 08:02.31 ---> saved as "3487e85fa74b4054b5b6d19af6e6c51d0e4619f483a717e93c68bd4d29c54b6b" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-02-26 08:02.33 ---> saved as "9ab8636cd654499711f6390a99516e791b81b54ffff7c4f8abdf35bdbbbe93ba" /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.21.1 dune-configurator.3.21.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.21.1") /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 bogue.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.3-43-g7447efb1e76 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main] - v3.22.3-42-g2b363deb3f7 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community] - v20260127-1739-g66908978050 [https://dl-cdn.alpinelinux.org/alpine/edge/main] - v20260127-1734-g998e7d5923f [https://dl-cdn.alpinelinux.org/alpine/edge/community] - v20260127-1737-ga7491785f58 [https://dl-cdn.alpinelinux.org/alpine/edge/testing] - OK: 61032 distinct packages available <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [bogue.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: libffi-dev sdl2-dev sdl2_image-dev sdl2_ttf-dev <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apk" "add" "libffi-dev" "sdl2-dev" "sdl2_image-dev" "sdl2_ttf-dev" - (1/111) Upgrading libexpat (2.7.3-r0 -> 2.7.4-r0) - (2/111) Installing linux-headers (6.14.2-r0) - (3/111) Installing libffi-dev (3.4.8-r0) - (4/111) Installing sdl2 (2.32.8-r0) - (5/111) Installing hwdata-pci (0.395-r0) - (6/111) Installing libpciaccess (0.18.1-r0) - (7/111) Installing libdrm (2.4.124-r0) - (8/111) Installing libpciaccess-dev (0.18.1-r0) - (9/111) Installing libdrm-dev (2.4.124-r0) - (10/111) Installing libxext (1.3.6-r2) - (11/111) Installing libxext-dev (1.3.6-r2) - (12/111) Installing libxdamage (1.1.6-r5) - (13/111) Installing libxfixes (6.0.1-r4) - (14/111) Installing libxfixes-dev (6.0.1-r4) - (15/111) Installing libxdamage-dev (1.1.6-r5) - (16/111) Installing libxshmfence (1.3.3-r0) - (17/111) Installing libxshmfence-dev (1.3.3-r0) - (18/111) Installing libxml2 (2.13.9-r0) - (19/111) Installing llvm20-libs (20.1.8-r0) - (20/111) Installing spirv-tools (1.4.313.0-r0) - (21/111) Installing libelf (0.193-r0) - (22/111) Installing wayland-libs-server (1.23.1-r3) - (23/111) Installing mesa (25.1.9-r0) - (24/111) Installing mesa-gbm (25.1.9-r0) - (25/111) Installing wayland-libs-client (1.23.1-r3) - (26/111) Installing mesa-egl (25.1.9-r0) - (27/111) Installing libxxf86vm (1.1.7-r0) - (28/111) Installing mesa-gl (25.1.9-r0) - (29/111) Installing mesa-gles (25.1.9-r0) - (30/111) Installing clang20-headers (20.1.8-r0) - (31/111) Installing libclc (20.1.8-r0) - (32/111) Installing spirv-llvm-translator-libs (20.1.2-r0) - (33/111) Installing clang20-libs (20.1.8-r0) - (34/111) Installing mesa-rusticl (25.1.9-r0) - (35/111) Installing mesa-xatracker (25.1.9-r0) - (36/111) Installing libxxf86vm-dev (1.1.7-r0) - (37/111) Installing mesa-dev (25.1.9-r0) - (38/111) Installing sdl2-dev (2.32.8-r0) - (39/111) Installing sdl2_image (2.8.6-r0) - (40/111) Installing sdl2_image-dev (2.8.6-r0) - (41/111) Installing libpng (1.6.55-r0) - (42/111) Installing freetype (2.13.3-r0) - (43/111) Installing bzip2-dev (1.0.8-r6) - (44/111) Installing brotli (1.1.0-r2) - (45/111) Installing brotli-dev (1.1.0-r2) - (46/111) Installing zlib-dev (1.3.1-r2) - (47/111) Installing libpng-dev (1.6.55-r0) - (48/111) Installing freetype-dev (2.13.3-r0) - (49/111) Installing libxrender (0.9.12-r0) - (50/111) Installing fontconfig (2.15.0-r3) - (51/111) Installing pixman (0.46.4-r0) - (52/111) Installing cairo (1.18.4-r0) - (53/111) Installing libintl (0.24.1-r0) - (54/111) Installing libeconf (0.6.3-r0) - (55/111) Installing libblkid (2.41-r9) - (56/111) Installing libmount (2.41-r9) - (57/111) Installing glib (2.84.4-r0) - (58/111) Installing graphite2 (1.3.14-r6) - (59/111) Installing harfbuzz (11.2.1-r0) - (60/111) Installing harfbuzz-cairo (11.2.1-r0) - (61/111) Installing harfbuzz-gobject (11.2.1-r0) - (62/111) Installing icu-data-en (76.1-r1) - Executing icu-data-en-76.1-r1.post-install - * - * If you need ICU with non-English locales and legacy charset support, install - * package icu-data-full. - * - (63/111) Installing icu-libs (76.1-r1) - (64/111) Installing harfbuzz-icu (11.2.1-r0) - (65/111) Installing harfbuzz-subset (11.2.1-r0) - (66/111) Installing cairo-tools (1.18.4-r0) - (67/111) Installing expat (2.7.4-r0) - (68/111) Installing expat-dev (2.7.4-r0) - (69/111) Installing fontconfig-dev (2.15.0-r3) - (70/111) Installing libxrender-dev (0.9.12-r0) - (71/111) Installing pixman-dev (0.46.4-r0) - (72/111) Installing util-macros (1.20.1-r0) - (73/111) Installing xcb-util (0.4.1-r3) - (74/111) Installing xcb-util-dev (0.4.1-r3) - (75/111) Installing cairo-gobject (1.18.4-r0) - (76/111) Installing libxml2-utils (2.13.9-r0) - (77/111) Installing docbook-xml (4.5-r10) - Executing docbook-xml-4.5-r10.post-install - (78/111) Installing libxslt (1.1.43-r3) - (79/111) Installing docbook-xsl-ns (1.79.2-r11) - Executing docbook-xsl-ns-1.79.2-r11.post-install - (80/111) Installing docbook-xsl-nons (1.79.2-r11) - Executing docbook-xsl-nons-1.79.2-r11.post-install - (81/111) Installing docbook-xsl (1.79.2-r11) - (82/111) Installing gettext-asprintf (0.24.1-r0) - (83/111) Installing gettext-libs (0.24.1-r0) - (84/111) Installing gettext-envsubst (0.24.1-r0) - (85/111) Installing gettext (0.24.1-r0) - (86/111) Installing gettext-dev (0.24.1-r0) - (87/111) Installing py3-parsing (3.2.5-r0) - (88/111) Installing py3-parsing-pyc (3.2.5-r0) - (89/111) Installing py3-packaging (25.0-r0) - (90/111) Installing py3-packaging-pyc (25.0-r0) - (91/111) Installing bsd-compat-headers (0.7.2-r6) - (92/111) Installing libedit (20250104.3.1-r1) - (93/111) Installing libedit-dev (20250104.3.1-r1) - (94/111) Installing libpcre2-16 (10.46-r0) - (95/111) Installing libpcre2-32 (10.46-r0) - (96/111) Installing pcre2-dev (10.46-r0) - (97/111) Installing libuuid (2.41-r9) - (98/111) Installing libfdisk (2.41-r9) - (99/111) Installing liblastlog2 (2.41-r9) - (100/111) Installing libsmartcols (2.41-r9) - (101/111) Installing sqlite (3.49.2-r1) - (102/111) Installing sqlite-dev (3.49.2-r1) - (103/111) Installing util-linux-dev (2.41-r9) - (104/111) Installing glib-dev (2.84.4-r0) - (105/111) Installing cairo-dev (1.18.4-r0) - (106/111) Installing graphite2-dev (1.3.14-r6) - (107/111) Installing icu (76.1-r1) - (108/111) Installing icu-dev (76.1-r1) - (109/111) Installing harfbuzz-dev (11.2.1-r0) - (110/111) Installing sdl2_ttf (2.24.0-r0) - (111/111) Installing sdl2_ttf-dev (2.24.0-r0) - Executing busybox-1.37.0-r20.trigger - Executing glib-2.84.4-r0.trigger - No schema files found: doing nothing. - OK: 980 MiB in 212 packages # To update the current shell environment, run: eval $(opam env) 2026-02-26 08:04.26 ---> saved as "302189fea1b40fc99bf97b82d837a42a8861bd3ca545d2a65a21a35e9da6398d" /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 19 packages - install conf-libffi 2.0.0 - install conf-pkg-config 4 - install conf-sdl2 1 - install conf-sdl2-image 1 - install conf-sdl2-ttf 1 - install csexp 1.5.2 - install ctypes 0.24.0 - install ctypes-foreign 0.24.0 - install dune 3.21.1 - install dune-configurator 3.21.1 - install integers 0.7.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install stdlib-shims 0.3.0 - install topkg 1.1.1 - install tsdl 1.2.0 - install tsdl-image 0.6 - install tsdl-ttf 0.6 - install xdg 3.21.1 <><> 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) -> installed conf-libffi.2.0.0 -> installed conf-sdl2.1 -> retrieved ocamlbuild.0.16.1 (cached) -> installed conf-sdl2-image.1 -> installed conf-sdl2-ttf.1 -> retrieved ocamlfind.1.9.8 (cached) -> retrieved dune.3.21.1, dune-configurator.3.21.1, xdg.3.21.1 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved topkg.1.1.1 (cached) -> retrieved tsdl.1.2.0 (cached) -> retrieved tsdl-image.0.6 (cached) -> retrieved tsdl-ttf.0.6 (cached) -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed topkg.1.1.1 -> installed dune.3.21.1 -> installed csexp.1.5.2 -> installed stdlib-shims.0.3.0 -> installed integers.0.7.0 -> installed xdg.3.21.1 -> installed dune-configurator.3.21.1 2026-02-26 08:05.21: Cancelling: Auto-cancelling job because it is no longer needed Job cancelled