Organisationssanettebogue-cairo6135ed (main)alpine-3.21-4.14_opam-2.3

alpine-3.21-4.14_opam-2.3

Link Copied
Code Copied

Logs

2025-07-09 12:32.34: New job: test sanette/bogue-cairo https://github.com/sanette/bogue-cairo.git#refs/heads/main (6135ed8853d81f84436179006a113cab1846b647) (linux-x86_64:alpine-3.21-4.14_opam-2.3)
Base: ocaml/opam:alpine-3.21-ocaml-4.14@sha256:ce7c521de2e50e6ba02ecb769afb8f518fd84aef8447affa8b443c3175d9dc33
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/bogue-cairo.git" -b "main" && cd "bogue-cairo" && git reset --hard 6135ed88
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.21-ocaml-4.14@sha256:ce7c521de2e50e6ba02ecb769afb8f518fd84aef8447affa8b443c3175d9dc33
# 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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bogue-cairo.opam ./
RUN opam pin add -yn bogue-cairo.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 bogue.20250224 cairo2.0.6.5 conf-cairo.1 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.19.1 dune-configurator.3.19.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.0.8 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.19.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y bogue-cairo.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-07-09 12:32.34: Using cache hint "sanette/bogue-cairo-ocaml/opam:alpine-3.21-ocaml-4.14@sha256:ce7c521de2e50e6ba02ecb769afb8f518fd84aef8447affa8b443c3175d9dc33-alpine-3.21-4.14_opam-2.3-2ab634aa55403c454b6b5177cdb5b917"
2025-07-09 12:32.34: Using OBuilder spec:
((from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:ce7c521de2e50e6ba02ecb769afb8f518fd84aef8447affa8b443c3175d9dc33)
(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 a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src bogue-cairo.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn bogue-cairo.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 bogue.20250224 cairo2.0.6.5 conf-cairo.1 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.19.1 dune-configurator.3.19.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.0.8 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.19.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.3 --depext-only -y bogue-cairo.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-07-09 12:32.34: Waiting for resource in pool OCluster
2025-07-09 18:17.11: Waiting for worker…
2025-07-09 18:23.13: Got resource from pool OCluster
Building on phoebe
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/bogue-cairo.git-fca9cdfa43d36688dd6ccfd2d5be4340427a46d9/.git/
HEAD is now at 6135ed8 version 0.1.0


(from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:ce7c521de2e50e6ba02ecb769afb8f518fd84aef8447affa8b443c3175d9dc33)
2025-07-09 18:23.15 ---> using "55d202f7fecfb1870e4e5ff40a2bf370c1ccb0b90b65ea9e954fa8fcf7fc2c95" 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-07-09 18:23.15 ---> using "57b9ec26c9d793b9841d4b9b0806229705a50fa368e146f4bfa780c65be697a9" 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
[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
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-07-09 18:23.15 ---> using "c5fb68b3751ecc9278ff2d149fb1343dcef6f7d8470fcb0193da697334885f4e" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-63-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-07-09 18:23.15 ---> using "c71ebc92fba988860b9c156257f28c79e1408d4794c998911176c5ddf483c859" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-07-09 18:23.15 ---> using "0de77c75cb625e4c58667571d1f22ce917bcfd7afcc95609af2c00442f4db95b" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e a28eb8a148feb4fbc6466fa0791668993513dbde || git fetch origin master) && git reset -q --hard a28eb8a148feb4fbc6466fa0791668993513dbde && git log --no-decorate -n1 --oneline && opam update -u"))
a28eb8a148 Merge pull request #28017 from maiste/release-dune-3.19.1


<><> 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, 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-07-09 18:23.43 ---> saved as "ad4d585a71f7446664d8bcf381c8688b73314c3b8adaa43b503148f8bafd29ce"


/src: (copy (src bogue-cairo.opam) (dst ./))
2025-07-09 18:23.44 ---> saved as "c384c9b8e4874a9c90f0be9017659241505edebc09f9ab034fbc98fb06f1cee1"


/src: (run (network host)
(shell "opam pin add -yn bogue-cairo.dev './'"))
Package bogue-cairo does not exist, create as a NEW package? [y/n] y
[bogue-cairo.dev] synchronised (file:///src)
bogue-cairo is now pinned to file:///src (version dev)
2025-07-09 18:23.50 ---> saved as "a10a790af020d478b7530f5f31a71c7507b66253a2bdb7ab9aca51b19bf1af65"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-07-09 18:23.51 ---> saved as "8cf75dd6a377de4e59806c70941f856ed1b02d0cbd320a2432f8c81f32cb6694"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20250224 cairo2.0.6.5 conf-cairo.1 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.19.1 dune-configurator.3.19.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.0.8 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.19.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.3 --depext-only -y bogue-cairo.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.3-636-gf2ab6ba0e70 [https://dl-cdn.alpinelinux.org/alpine/v3.21/main]
- v3.21.3-634-g4638c219547 [https://dl-cdn.alpinelinux.org/alpine/v3.21/community]
- v3.23.0_alpha20250612-1921-g77bdaceb3d8 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v3.23.0_alpha20250612-1925-gb562a8b4338 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v3.23.0_alpha20250612-1903-g4c882391b17 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 59033 distinct packages available


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bogue-cairo.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:
cairo-dev libffi-dev sdl2-dev sdl2_image-dev sdl2_ttf-dev


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/sudo "apk" "add" "cairo-dev" "libffi-dev" "sdl2-dev" "sdl2_image-dev" "sdl2_ttf-dev"
- (1/114) Installing cairo-tools (1.18.4-r0)
- (2/114) Installing libpng (1.6.47-r0)
- (3/114) Installing freetype (2.13.3-r0)
- (4/114) Installing fontconfig (2.15.0-r1)
- (5/114) Installing expat (2.7.0-r0)
- (6/114) Installing expat-dev (2.7.0-r0)
- (7/114) Installing bzip2-dev (1.0.8-r6)
- (8/114) Installing brotli (1.1.0-r2)
- (9/114) Installing brotli-dev (1.1.0-r2)
- (10/114) Installing zlib-dev (1.3.1-r2)
- (11/114) Installing libpng-dev (1.6.47-r0)
- (12/114) Installing freetype-dev (2.13.3-r0)
- (13/114) Installing fontconfig-dev (2.15.0-r1)
- (14/114) Installing libxext (1.3.6-r2)
- (15/114) Installing libxext-dev (1.3.6-r2)
- (16/114) Installing libxrender (0.9.11-r5)
- (17/114) Installing libxrender-dev (0.9.11-r5)
- (18/114) Installing pixman (0.43.4-r1)
- (19/114) Installing pixman-dev (0.43.4-r1)
- (20/114) Installing util-macros (1.20.1-r0)
- (21/114) Installing xcb-util (0.4.1-r3)
- (22/114) Installing xcb-util-dev (0.4.1-r3)
- (23/114) Installing cairo (1.18.4-r0)
- (24/114) Installing libintl (0.22.5-r0)
- (25/114) Installing libeconf (0.6.3-r0)
- (26/114) Installing libblkid (2.40.4-r1)
- (27/114) Installing libmount (2.40.4-r1)
- (28/114) Installing glib (2.82.5-r0)
- (29/114) Installing cairo-gobject (1.18.4-r0)
- (30/114) Installing libxml2 (2.13.4-r6)
- (31/114) Installing libxml2-utils (2.13.4-r6)
- (32/114) Installing docbook-xml (4.5-r9)
- Executing docbook-xml-4.5-r9.post-install
- (33/114) Installing libgpg-error (1.51-r0)
- (34/114) Installing libgcrypt (1.10.3-r1)
- (35/114) Installing libxslt (1.1.42-r2)
- (36/114) Installing docbook-xsl-ns (1.79.2-r11)
- Executing docbook-xsl-ns-1.79.2-r11.post-install
- (37/114) Installing docbook-xsl-nons (1.79.2-r11)
- Executing docbook-xsl-nons-1.79.2-r11.post-install
- (38/114) Installing docbook-xsl (1.79.2-r11)
- (39/114) Installing gettext-asprintf (0.22.5-r0)
- (40/114) Installing gettext-libs (0.22.5-r0)
- (41/114) Installing gettext-envsubst (0.22.5-r0)
- (42/114) Installing gettext (0.22.5-r0)
- (43/114) Installing gettext-dev (0.22.5-r0)
- (44/114) Installing py3-parsing (3.1.4-r0)
- (45/114) Installing py3-parsing-pyc (3.1.4-r0)
- (46/114) Installing py3-packaging (24.2-r0)
- (47/114) Installing py3-packaging-pyc (24.2-r0)
- (48/114) Installing linux-headers (6.6-r1)
- (49/114) Installing libffi-dev (3.4.7-r0)
- (50/114) Installing bsd-compat-headers (0.7.2-r6)
- (51/114) Installing libedit (20240808.3.1-r0)
- (52/114) Installing libedit-dev (20240808.3.1-r0)
- (53/114) Installing libpcre2-16 (10.43-r0)
- (54/114) Installing libpcre2-32 (10.43-r0)
- (55/114) Installing pcre2-dev (10.43-r0)
- (56/114) Installing libuuid (2.40.4-r1)
- (57/114) Installing libfdisk (2.40.4-r1)
- (58/114) Installing liblastlog2 (2.40.4-r1)
- (59/114) Installing libsmartcols (2.40.4-r1)
- (60/114) Installing sqlite (3.48.0-r2)
- (61/114) Installing sqlite-dev (3.48.0-r2)
- (62/114) Installing util-linux-dev (2.40.4-r1)
- (63/114) Installing glib-dev (2.82.5-r0)
- (64/114) Installing cairo-dev (1.18.4-r0)
- (65/114) Installing sdl2 (2.30.9-r0)
- (66/114) Installing hwdata-pci (0.393-r0)
- (67/114) Installing libpciaccess (0.18.1-r0)
- (68/114) Installing libdrm (2.4.123-r1)
- (69/114) Installing libpciaccess-dev (0.18.1-r0)
- (70/114) Installing libdrm-dev (2.4.123-r1)
- (71/114) Installing libxdamage (1.1.6-r5)
- (72/114) Installing libxfixes (6.0.1-r4)
- (73/114) Installing libxfixes-dev (6.0.1-r4)
- (74/114) Installing libxdamage-dev (1.1.6-r5)
- (75/114) Installing libxshmfence (1.3.2-r6)
- (76/114) Installing libxshmfence-dev (1.3.2-r6)
- (77/114) Installing llvm19-libs (19.1.4-r1)
- (78/114) Installing libelf (0.191-r0)
- (79/114) Installing mesa-glapi (24.2.8-r0)
- (80/114) Installing mesa (24.2.8-r0)
- (81/114) Installing wayland-libs-server (1.23.1-r0)
- (82/114) Installing mesa-gbm (24.2.8-r0)
- (83/114) Installing wayland-libs-client (1.23.1-r0)
- (84/114) Installing mesa-egl (24.2.8-r0)
- (85/114) Installing libxxf86vm (1.1.5-r6)
- (86/114) Installing mesa-gl (24.2.8-r0)
- (87/114) Installing mesa-gles (24.2.8-r0)
- (88/114) Installing mesa-osmesa (24.2.8-r0)
- (89/114) Installing clang19-headers (19.1.4-r0)
- (90/114) Installing libclc (19.1.4-r0)
- (91/114) Installing spirv-llvm-translator-libs (19.1.2-r0)
- (92/114) Installing spirv-tools (1.3.296.0-r0)
- (93/114) Installing clang19-libs (19.1.4-r0)
- (94/114) Installing mesa-rusticl (24.2.8-r0)
- (95/114) Installing mesa-xatracker (24.2.8-r0)
- (96/114) Installing libxxf86vm-dev (1.1.5-r6)
- (97/114) Installing mesa-dev (24.2.8-r0)
- (98/114) Installing sdl2-dev (2.30.9-r0)
- (99/114) Installing sdl2_image (2.8.2-r0)
- (100/114) Installing sdl2_image-dev (2.8.2-r0)
- (101/114) Installing graphite2 (1.3.14-r6)
- (102/114) Installing harfbuzz (9.0.0-r1)
- (103/114) Installing harfbuzz-cairo (9.0.0-r1)
- (104/114) Installing harfbuzz-gobject (9.0.0-r1)
- (105/114) 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.
- *
- (106/114) Installing icu-libs (74.2-r0)
- (107/114) Installing harfbuzz-icu (9.0.0-r1)
- (108/114) Installing harfbuzz-subset (9.0.0-r1)
- (109/114) Installing graphite2-dev (1.3.14-r6)
- (110/114) Installing icu (74.2-r0)
- (111/114) Installing icu-dev (74.2-r0)
- (112/114) Installing harfbuzz-dev (9.0.0-r1)
- (113/114) Installing sdl2_ttf (2.22.0-r0)
- (114/114) Installing sdl2_ttf-dev (2.22.0-r0)
- Executing busybox-1.37.0-r12.trigger
- Executing glib-2.82.5-r0.trigger
- No schema files found: doing nothing.
- OK: 961 MiB in 215 packages
2025-07-09 18:25.24 ---> saved as "df4b56104644b47c006adaa22b8c54cda3049cfd80727e7104785606c12754a3"


/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 23 packages
- install bigarray-compat   1.1.0
- install bogue             20250224
- install cairo2            0.6.5
- install conf-cairo        1
- 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.19.1
- install dune-configurator 3.19.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.0.8
- install tsdl              1.1.0
- install tsdl-image        0.6
- install tsdl-ttf          0.6
- install xdg               3.19.1


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2  (cached)
-> installed conf-cairo.1
-> installed conf-libffi.2.0.0
-> retrieved cairo2.0.6.5  (cached)
-> installed conf-sdl2.1
-> installed conf-sdl2-image.1
-> installed conf-sdl2-ttf.1
-> retrieved ctypes.0.23.0, ctypes-foreign.0.23.0  (cached)
-> retrieved bogue.20250224  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved tsdl.1.1.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved tsdl-image.0.6  (cached)
-> retrieved tsdl-ttf.0.6  (cached)
-> retrieved dune.3.19.1, dune-configurator.3.19.1, xdg.3.19.1  (cached)
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.0.8
-> installed dune.3.19.1
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed xdg.3.19.1
-> installed dune-configurator.3.19.1
-> installed cairo2.0.6.5
-> installed ctypes.0.23.0
-> installed ctypes-foreign.0.23.0
-> installed tsdl.1.1.0
-> installed tsdl-ttf.0.6
-> installed tsdl-image.0.6
-> installed bogue.20250224
Done.
# To update the current shell environment, run: eval $(opam env)
2025-07-09 18:28.32 ---> saved as "7aab268be5bca515c6047e4b7835a7bed16924678d264bec0334350412e23227"


/src: (copy (src .) (dst /src))
2025-07-09 18:28.33 ---> saved as "3281fd4df002c26df248339c457c9bf6788abdec7223f3921936afdf8e668e01"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-07-09 18:28.34 ---> saved as "fc7583d1cd0e55fb02da0185752a7d81598e5ae59e07bf19fa002d15d102ece6"
Job succeeded
2025-07-09 18:28.35: Job succeeded