Organisationssanettebogueb8afb4 ()alpine-3.21-4.14_opam-2.3

alpine-3.21-4.14_opam-2.3

Logs

Show full logs
2025-02-07 18:43.51: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (b8afb456f3f0207d34936ae6e320111c151be31c) (linux-x86_64:alpine-3.21-4.14_opam-2.3)
Base: ocaml/opam:alpine-3.21-ocaml-4.14@sha256:c810715263d60567b2461193b2da505b76379f507ee019b54161dd101ccd44bd
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard b8afb456
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.21-ocaml-4.14@sha256:c810715263d60567b2461193b2da505b76379f507ee019b54161dd101ccd44bd
# alpine-3.21-4.14_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && 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 bigarray-compat.1.1.0 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.23.0 ctypes-foreign.0.23.0 dune.3.17.2 dune-configurator.3.17.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.17.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --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

2025-02-07 18:43.51: Using cache hint "sanette/bogue-ocaml/opam:alpine-3.21-ocaml-4.14@sha256:c810715263d60567b2461193b2da505b76379f507ee019b54161dd101ccd44bd-alpine-3.21-4.14_opam-2.3-be4bb6ab4cd34ea4528ded664fd2ac70"
2025-02-07 18:43.51: Using OBuilder spec:
((from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:c810715263d60567b2461193b2da505b76379f507ee019b54161dd101ccd44bd)
 (comment alpine-3.21-4.14_opam-2.3)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && 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 bigarray-compat.1.1.0 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.23.0 ctypes-foreign.0.23.0 dune.3.17.2 dune-configurator.3.17.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.17.2")
 (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.3 --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"))
)

2025-02-07 18:43.51: Waiting for resource in pool OCluster
2025-02-07 18:43.51: Waiting for worker…
2025-02-07 18:44.31: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at b8afb45 missing file

(from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:c810715263d60567b2461193b2da505b76379f507ee019b54161dd101ccd44bd)
Unable to find image 'ocaml/opam:alpine-3.21-ocaml-4.14@sha256:c810715263d60567b2461193b2da505b76379f507ee019b54161dd101ccd44bd' locally
docker.io/ocaml/opam@sha256:c810715263d60567b2461193b2da505b76379f507ee019b54161dd101ccd44bd: Pulling from ocaml/opam
f2acd517ae21: Pulling fs layer
f2acd517ae21: Verifying Checksum
f2acd517ae21: Download complete
f2acd517ae21: Pull complete
Digest: sha256:c810715263d60567b2461193b2da505b76379f507ee019b54161dd101ccd44bd
Status: Downloaded newer image for ocaml/opam@sha256:c810715263d60567b2461193b2da505b76379f507ee019b54161dd101ccd44bd
2025-02-07 18:44.33 ---> using "53a586dee36495bf7ec4fb904a8b3330f0aafc149d45da9757d8480bbc81dd56" from cache

/: (comment alpine-3.21-4.14_opam-2.3)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-02-07 18:44.33 ---> using "461c3f13be41faf96f6a13c92270e688b0ad5416f7520d46cd35e5c4784d07c5" 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 development 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] synchronised from file:///home/opam/opam-repository
2025-02-07 18:44.33 ---> using "a08aa2b714f2eb9001308844375adde0dffdf93ef9dd2ee9cbb051cd0aaaf049" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-130-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-02-07 18:44.33 ---> using "b0a038d393f2dc47db52841066eaf215bed6b9836d87a4470823f9f304af2c74" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-02-07 18:44.33 ---> using "23d495eb6205288b0503ee14c3933a15dc88912b2d66b9e90ce44d81c8bc47ba" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   f93eb7cb02..d87296a7b6  master     -> origin/master
3ee951993d Merge pull request #27253 from kit-ty-kate/opam-publish-ocamlfind.1.9.8

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from 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, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2025-02-07 18:44.33 ---> using "261b1ec82abee6454cc21edee23b1d64e30b0ce7ea000f846013d9faa8db122f" from cache

/src: (copy (src bogue.opam) (dst ./))
2025-02-07 18:44.33 ---> saved as "98a3446c2a57e33f053399f78652a20d29ac7fc7bdeaf90019830d093d95a614"

/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)
2025-02-07 18:44.35 ---> saved as "a7965a8d36bee5def0d8041c78c4d63571decb85de98cb49251e01ada72dcc24"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-02-07 18:44.35 ---> saved as "aa0afad99efe59b1ff1cdae6d557f20643a9288f31bcd79f62912a4adb7501d1"

/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 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.23.0 ctypes-foreign.0.23.0 dune.3.17.2 dune-configurator.3.17.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.17.2")

/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.3 --depext-only -y bogue.dev $DEPS"))
+ /usr/bin/sudo "apk" "update"
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.21/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.21.2-192-g565e32fda91 [https://dl-cdn.alpinelinux.org/alpine/v3.21/main]
- v3.21.2-190-gec0976d52eb [https://dl-cdn.alpinelinux.org/alpine/v3.21/community]
- v20250108-1782-ge12f402ce83 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20250108-1779-g39886a0a322 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20250108-1771-gf0a25397c6c [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 56199 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/140) Installing linux-headers (6.6-r1)
- (2/140) Installing libffi-dev (3.4.6-r0)
- (3/140) Upgrading sqlite-libs (3.47.1-r0 -> 3.48.0-r0)
- (4/140) Installing sdl2 (2.30.9-r0)
- (5/140) Installing hwdata-pci (0.390-r0)
- (6/140) Installing libpciaccess (0.18.1-r0)
- (7/140) Installing libdrm (2.4.123-r1)
- (8/140) Installing libpciaccess-dev (0.18.1-r0)
- (9/140) Installing libdrm-dev (2.4.123-r1)
- (10/140) Installing libxext (1.3.6-r2)
- (11/140) Installing libxext-dev (1.3.6-r2)
- (12/140) Installing libxdamage (1.1.6-r5)
- (13/140) Installing libxfixes (6.0.1-r4)
- (14/140) Installing libxfixes-dev (6.0.1-r4)
- (15/140) Installing libxdamage-dev (1.1.6-r5)
- (16/140) Installing libxshmfence (1.3.2-r6)
- (17/140) Installing libxshmfence-dev (1.3.2-r6)
- (18/140) Installing libxml2 (2.13.4-r3)
- (19/140) Installing llvm19-libs (19.1.4-r0)
- (20/140) Installing libelf (0.191-r0)
- (21/140) Installing mesa-glapi (24.2.8-r0)
- (22/140) Installing mesa (24.2.8-r0)
- (23/140) Installing wayland-libs-server (1.23.1-r0)
- (24/140) Installing mesa-gbm (24.2.8-r0)
- (25/140) Installing wayland-libs-client (1.23.1-r0)
- (26/140) Installing mesa-egl (24.2.8-r0)
- (27/140) Installing libxxf86vm (1.1.5-r6)
- (28/140) Installing mesa-gl (24.2.8-r0)
- (29/140) Installing mesa-gles (24.2.8-r0)
- (30/140) Installing mesa-osmesa (24.2.8-r0)
- (31/140) Installing clang19-headers (19.1.4-r0)
- (32/140) Installing libclc (19.1.4-r0)
- (33/140) Installing spirv-llvm-translator-libs (19.1.2-r0)
- (34/140) Installing spirv-tools (1.3.290.0-r0)
- (35/140) Installing clang19-libs (19.1.4-r0)
- (36/140) Installing mesa-rusticl (24.2.8-r0)
- (37/140) Installing mesa-xatracker (24.2.8-r0)
- (38/140) Installing libxxf86vm-dev (1.1.5-r6)
- (39/140) Installing mesa-dev (24.2.8-r0)
- (40/140) Installing sdl2-dev (2.30.9-r0)
- (41/140) Installing sdl2_image (2.8.2-r0)
- (42/140) Installing sdl2_image-dev (2.8.2-r0)
- (43/140) Installing libpng (1.6.44-r0)
- (44/140) Installing freetype (2.13.3-r0)
- (45/140) Installing bzip2-dev (1.0.8-r6)
- (46/140) Installing brotli (1.1.0-r2)
- (47/140) Installing brotli-dev (1.1.0-r2)
- (48/140) Installing zlib-dev (1.3.1-r2)
- (49/140) Installing libpng-dev (1.6.44-r0)
- (50/140) Installing freetype-dev (2.13.3-r0)
- (51/140) Installing libxrender (0.9.11-r5)
- (52/140) Installing fontconfig (2.15.0-r1)
- (53/140) Installing pixman (0.43.4-r1)
- (54/140) Installing cairo (1.18.2-r1)
- (55/140) Installing libintl (0.22.5-r0)
- (56/140) Installing libeconf (0.6.3-r0)
- (57/140) Installing libblkid (2.40.4-r0)
- (58/140) Installing libmount (2.40.4-r0)
- (59/140) Installing glib (2.82.4-r0)
- (60/140) Installing graphite2 (1.3.14-r6)
- (61/140) Installing harfbuzz (9.0.0-r1)
- (62/140) Installing harfbuzz-cairo (9.0.0-r1)
- (63/140) Installing harfbuzz-gobject (9.0.0-r1)
- (64/140) Installing icu-data-en (74.2-r0)
- Executing icu-data-en-74.2-r0.post-install
- *
- * If you need ICU with non-English locales and legacy charset support, install
- * package icu-data-full.
- *
- (65/140) Installing icu-libs (74.2-r0)
- (66/140) Installing harfbuzz-icu (9.0.0-r1)
- (67/140) Installing harfbuzz-subset (9.0.0-r1)
- (68/140) Installing cairo-tools (1.18.2-r1)
- (69/140) Installing expat (2.6.4-r0)
- (70/140) Installing expat-dev (2.6.4-r0)
- (71/140) Installing fontconfig-dev (2.15.0-r1)
- (72/140) Installing libxrender-dev (0.9.11-r5)
- (73/140) Installing pixman-dev (0.43.4-r1)
- (74/140) Installing util-macros (1.20.1-r0)
- (75/140) Installing xcb-util (0.4.1-r3)
- (76/140) Installing xcb-util-dev (0.4.1-r3)
- (77/140) Installing cairo-gobject (1.18.2-r1)
- (78/140) Installing libxml2-utils (2.13.4-r3)
- (79/140) Installing docbook-xml (4.5-r9)
- Executing docbook-xml-4.5-r9.post-install
- (80/140) Installing libgpg-error (1.51-r0)
- (81/140) Installing libgcrypt (1.10.3-r1)
- (82/140) Installing libxslt (1.1.42-r1)
- (83/140) Installing docbook-xsl-ns (1.79.2-r11)
- Executing docbook-xsl-ns-1.79.2-r11.post-install
- (84/140) Installing docbook-xsl-nons (1.79.2-r11)
- Executing docbook-xsl-nons-1.79.2-r11.post-install
- (85/140) Installing docbook-xsl (1.79.2-r11)
- (86/140) Installing gettext-asprintf (0.22.5-r0)
- (87/140) Installing gettext-libs (0.22.5-r0)
- (88/140) Installing gettext-envsubst (0.22.5-r0)
- (89/140) Installing gettext (0.22.5-r0)
- (90/140) Installing gettext-dev (0.22.5-r0)
- (91/140) Installing py3-parsing (3.1.4-r0)
- (92/140) Installing py3-parsing-pyc (3.1.4-r0)
- (93/140) Installing py3-packaging (24.2-r0)
- (94/140) Installing py3-packaging-pyc (24.2-r0)
- (95/140) Installing bsd-compat-headers (0.7.2-r6)
- (96/140) Installing libedit (20240808.3.1-r0)
- (97/140) Installing libedit-dev (20240808.3.1-r0)
- (98/140) Installing libpcre2-16 (10.43-r0)
- (99/140) Installing libpcre2-32 (10.43-r0)
- (100/140) Installing pcre2-dev (10.43-r0)
- (101/140) Installing libuuid (2.40.4-r0)
- (102/140) Installing libfdisk (2.40.4-r0)
- (103/140) Installing libsmartcols (2.40.4-r0)
- (104/140) Installing sqlite (3.48.0-r0)
- (105/140) Installing sqlite-dev (3.48.0-r0)
- (106/140) Installing util-linux (2.40.4-r0)
- (107/140) Installing dmesg (2.40.4-r0)
- (108/140) Installing setarch (2.40.4-r0)
- (109/140) Installing util-linux-misc (2.40.4-r0)
- (110/140) Installing linux-pam (1.6.1-r1)
- (111/140) Installing runuser (2.40.4-r0)
- (112/140) Installing mount (2.40.4-r0)
- (113/140) Installing losetup (2.40.4-r0)
- (114/140) Installing hexdump (2.40.4-r0)
- (115/140) Installing uuidgen (2.40.4-r0)
- (116/140) Installing blkid (2.40.4-r0)
- (117/140) Installing sfdisk (2.40.4-r0)
- (118/140) Installing mcookie (2.40.4-r0)
- (119/140) Installing agetty (2.40.4-r0)
- (120/140) Installing wipefs (2.40.4-r0)
- (121/140) Installing cfdisk (2.40.4-r0)
- (122/140) Installing umount (2.40.4-r0)
- (123/140) Installing flock (2.40.4-r0)
- (124/140) Installing lsblk (2.40.4-r0)
- (125/140) Installing libcap-ng (0.8.5-r0)
- (126/140) Installing setpriv (2.40.4-r0)
- (127/140) Installing lscpu (2.40.4-r0)
- (128/140) Installing logger (2.40.4-r0)
- (129/140) Installing partx (2.40.4-r0)
- (130/140) Installing fstrim (2.40.4-r0)
- (131/140) Installing findmnt (2.40.4-r0)
- (132/140) Installing util-linux-dev (2.40.4-r0)
- (133/140) Installing glib-dev (2.82.4-r0)
- (134/140) Installing cairo-dev (1.18.2-r1)
- (135/140) Installing graphite2-dev (1.3.14-r6)
- (136/140) Installing icu (74.2-r0)
- (137/140) Installing icu-dev (74.2-r0)
- (138/140) Installing harfbuzz-dev (9.0.0-r1)
- (139/140) Installing sdl2_ttf (2.22.0-r0)
- (140/140) Installing sdl2_ttf-dev (2.22.0-r0)
- Executing busybox-1.37.0-r9.trigger
- Executing glib-2.82.4-r0.trigger
- No schema files found: doing nothing.
- OK: 965 MiB in 240 packages
2025-02-07 18:50.28 ---> saved as "f778681d8e077873a83f8ed74d5801f6cd28dc15462d579b4f1e8d37d7bf921b"

/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 20 packages
  - install bigarray-compat   1.1.0
  - 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.23.0
  - install ctypes-foreign    0.23.0
  - install dune              3.17.2
  - install dune-configurator 3.17.2
  - install integers          0.7.0
  - install ocamlbuild        0.15.0
  - install ocamlfind         1.9.8
  - install stdlib-shims      0.3.0
  - install topkg             1.0.7
  - install tsdl              1.1.0
  - install tsdl-image        0.6
  - install tsdl-ttf          0.6
  - install xdg               3.17.2

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.4
-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0  (cached)
-> retrieved integers.0.7.0  (cached)
-> installed conf-libffi.2.0.0
-> installed conf-sdl2.1
-> installed conf-sdl2-image.1
-> installed conf-sdl2-ttf.1
-> retrieved ocamlbuild.0.15.0  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved tsdl.1.1.0  (cached)
-> retrieved tsdl-image.0.6  (cached)
-> retrieved tsdl-ttf.0.6  (cached)
-> retrieved dune.3.17.2, dune-configurator.3.17.2, xdg.3.17.2  (cached)
-> installed ocamlbuild.0.15.0
-> installed ocamlfind.1.9.8
-> installed topkg.1.0.7
-> installed dune.3.17.2
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed xdg.3.17.2
-> installed integers.0.7.0
-> installed dune-configurator.3.17.2
-> installed ctypes.0.23.0
-> installed ctypes-foreign.0.23.0
-> installed tsdl.1.1.0
-> installed tsdl-image.0.6
-> installed tsdl-ttf.0.6
Done.
# To update the current shell environment, run: eval $(opam env)
2025-02-07 18:51.18 ---> saved as "64115a71135c0d64bd445164843c85c33831cbeaf2fd8fd84ffc0e8bfcd63b64"

/src: (copy (src .) (dst /src))
2025-02-07 18:51.18 ---> saved as "fa088d20cae173246bdef1a036155f9666b62afa14122b7abd239a5c89a2a0b5"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I lib/.bogue.objs/byte -I /home/opam/.opam/4.14/lib/bigarray-compat -I /home/opam/.opam/4.14/lib/ctypes -I /home/opam/.opam/4.14/lib/ctypes-foreign -I /home/opam/.opam/4.14/lib/integers -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/stdlib-shims -I /home/opam/.opam/4.14/lib/tsdl -I /home/opam/.opam/4.14/lib/tsdl-image -I /home/opam/.opam/4.14/lib/tsdl-ttf -I /home/opam/.opam/4.14/lib/xdg -no-alias-deps -opaque -open Bogue__ -o lib/.bogue.objs/byte/bogue__B_file.cmo -c -impl lib/b_file.ml)
File "lib/b_file.ml", line 483, characters 31-43:
483 |     let updated = p.updated |> SSet.to_list in
                                     ^^^^^^^^^^^^
Error: Unbound value SSet.to_list
Hint: Did you mean of_list?
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-02-07 18:51.21: Job failed: Failed: Build failed