Organisationssanettebogue-cairo6135ed (main)alpine-3.19-4.14_opam-2.1

alpine-3.19-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-06-17 13:28.33: New job: test sanette/bogue-cairo https://github.com/sanette/bogue-cairo.git#refs/heads/main (6135ed8853d81f84436179006a113cab1846b647) (linux-x86_64:alpine-3.19-4.14_opam-2.1)
Base: ocaml/opam@sha256:4d3b507eb6d349666aafd74b6be9407ba60490b82f2b83b1bfa11dee108383a6
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@sha256:4d3b507eb6d349666aafd74b6be9407ba60490b82f2b83b1bfa11dee108383a6
# alpine-3.19-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bogue-cairo.opam ./
RUN opam pin add -yn bogue-cairo.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20240225 cairo2.0.6.4 conf-cairo.1 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.16.0 dune-configurator.3.16.0 host-arch-x86_64.1 host-system-other.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.8 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.16.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --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


2024-06-17 13:28.33: Using cache hint "sanette/bogue-cairo-ocaml/opam@sha256:4d3b507eb6d349666aafd74b6be9407ba60490b82f2b83b1bfa11dee108383a6-alpine-3.19-4.14_opam-2.1-735b12b424aaab2e5fc791559338ef3a"
2024-06-17 13:28.33: Using OBuilder spec:
((from ocaml/opam@sha256:4d3b507eb6d349666aafd74b6be9407ba60490b82f2b83b1bfa11dee108383a6)
 (comment alpine-3.19-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && 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 './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20240225 cairo2.0.6.4 conf-cairo.1 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.16.0 dune-configurator.3.16.0 host-arch-x86_64.1 host-system-other.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.8 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.16.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.1 --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"))
)


2024-06-17 13:28.33: Waiting for resource in pool OCluster
2024-06-19 16:09.11: Waiting for worker…
2024-06-19 16:13.13: Got resource from pool OCluster
Building on x86-bm-c9.sw.ocaml.org
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@sha256:4d3b507eb6d349666aafd74b6be9407ba60490b82f2b83b1bfa11dee108383a6)
2024-06-19 16:13.14 ---> using "7c84d3c6715c76e11b87a824092e49e2170365f5eab7d36e46dae375b4e90d36" from cache


/: (comment alpine-3.19-4.14_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-06-19 16:13.14 ---> using "3a0b2dfa492b481c3c1940069fb1a00041c3e8f1a264d97e9cf4ea405a29d493" 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.1, 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
2024-06-19 16:13.14 ---> using "d9437c98c97f34e9b4bc717a4aacbca85cbeda3a25ed1930cdeebbe498b092fa" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-112-generic
The OCaml toplevel, version 4.14.2
2.1.6
2024-06-19 16:13.14 ---> using "28afbfca5b4d30823c4da17c4bc70337a135223e35c2330ffb92fb47a74b9818" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-19 16:13.14 ---> using "83e77854ba4072bf5fc5bcecc3911823841748fcf7546ed987e1e3881965ffa7" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e a6069b9eebba0e2b70cdbbd834bc800eb6d671fb || git fetch origin master) && git reset -q --hard a6069b9eebba0e2b70cdbbd834bc800eb6d671fb && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c45f5bab71..59c0c54934  master     -> origin/master
a6069b9eeb [new release] dune (15 packages) (3.16.0)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


The following actions will be performed:
  - install   host-arch-x86_64      1
  - install   host-system-other     1
  - recompile ocaml-options-vanilla 1       [upstream or system changes]
  - recompile ocaml-base-compiler   4.14.2* [upstream or system changes]
  - recompile ocaml-config          2       [upstream or system changes]
  - recompile ocaml                 4.14.2  [uses ocaml-base-compiler, ocaml-config]
  - recompile opam-depext           1.2.1-1 [uses ocaml]
===== 2 to install | 5 to recompile =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.2  (cached)
-> removed   ocaml-options-vanilla.1
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> installed ocaml-options-vanilla.1
-> retrieved opam-depext.1.2.1-1  (cached)
-> retrieved ocaml-base-compiler.4.14.2  (cached)
-> removed   opam-depext.1.2.1-1
-> removed   ocaml.4.14.2
-> removed   ocaml-config.2
-> removed   ocaml-base-compiler.4.14.2
-> installed ocaml-base-compiler.4.14.2
-> installed ocaml-config.2
-> installed ocaml.4.14.2
-> installed opam-depext.1.2.1-1
Done.


<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2024-06-19 16:13.14 ---> using "6cab5e6ad079434a0cdc4f824a24c2496b9ebaaa25ffcfb396bb6aacb29f0d4b" from cache


/src: (copy (src bogue-cairo.opam) (dst ./))
2024-06-19 16:13.15 ---> saved as "d8315908b81522d1638980847ea3d3d58af67056ff3d80d982ed8b78f53966d9"


/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)
2024-06-19 16:13.18 ---> saved as "84b4f5d1d3610c98d760a3d8a50a07a0f7ba6c84afba2f8d9eb9429f99cc61e2"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20240225 cairo2.0.6.4 conf-cairo.1 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.16.0 dune-configurator.3.16.0 host-arch-x86_64.1 host-system-other.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.8 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.16.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.1 --depext-only -y bogue-cairo.dev $DEPS"))
+ /usr/bin/sudo "apk" "update"
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/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.19.2-1-g2b3d3c06700 [https://dl-cdn.alpinelinux.org/alpine/v3.19/main]
- v3.19.1-642-g9e5b575ce97 [https://dl-cdn.alpinelinux.org/alpine/v3.19/community]
- v20240606-884-gd684c584517 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20240606-886-gcb5966e9b62 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20240606-875-g9d3aae4e5c8 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 53457 distinct packages available


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bogue-cairo.dev] synchronised (no changes)


[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 host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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-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/107) Installing cairo-tools (1.18.0-r0)
- (2/107) Installing libpng (1.6.40-r0)
- (3/107) Installing freetype (2.13.2-r0)
- (4/107) Installing fontconfig (2.14.2-r4)
- (5/107) Installing expat (2.6.2-r0)
- (6/107) Installing expat-dev (2.6.2-r0)
- (7/107) Installing brotli (1.1.0-r1)
- (8/107) Installing brotli-dev (1.1.0-r1)
- (9/107) Installing zlib-dev (1.3.1-r0)
- (10/107) Installing libpng-dev (1.6.40-r0)
- (11/107) Installing freetype-dev (2.13.2-r0)
- (12/107) Installing fontconfig-dev (2.14.2-r4)
- (13/107) Installing libxext (1.3.5-r3)
- (14/107) Installing libxext-dev (1.3.5-r3)
- (15/107) Installing libxrender (0.9.11-r4)
- (16/107) Installing libxrender-dev (0.9.11-r4)
- (17/107) Installing pixman (0.42.2-r2)
- (18/107) Installing pixman-dev (0.42.2-r2)
- (19/107) Installing util-macros (1.20.0-r0)
- (20/107) Installing xcb-util (0.4.1-r3)
- (21/107) Installing xcb-util-dev (0.4.1-r3)
- (22/107) Installing cairo (1.18.0-r0)
- (23/107) Installing libintl (0.22.3-r0)
- (24/107) Installing libblkid (2.39.3-r0)
- (25/107) Installing libmount (2.39.3-r0)
- (26/107) Installing glib (2.78.6-r0)
- (27/107) Installing cairo-gobject (1.18.0-r0)
- (28/107) Installing bzip2-dev (1.0.8-r6)
- (29/107) Installing libxml2 (2.11.8-r0)
- (30/107) Installing libxml2-utils (2.11.8-r0)
- (31/107) Installing docbook-xml (4.5-r8)
- Executing docbook-xml-4.5-r8.post-install
- (32/107) Installing libgpg-error (1.47-r2)
- (33/107) Installing libgcrypt (1.10.3-r0)
- (34/107) Installing libxslt (1.1.39-r0)
- (35/107) Installing docbook-xsl (1.79.2-r8)
- Executing docbook-xsl-1.79.2-r8.post-install
- (36/107) Installing gettext-asprintf (0.22.3-r0)
- (37/107) Installing gettext-libs (0.22.3-r0)
- (38/107) Installing gettext-envsubst (0.22.3-r0)
- (39/107) Installing gettext (0.22.3-r0)
- (40/107) Installing gettext-dev (0.22.3-r0)
- (41/107) Installing linux-headers (6.5-r0)
- (42/107) Installing libffi-dev (3.4.4-r3)
- (43/107) Installing bsd-compat-headers (0.7.2-r5)
- (44/107) Installing libedit (20230828.3.1-r3)
- (45/107) Installing libedit-dev (20230828.3.1-r3)
- (46/107) Installing libpcre2-16 (10.42-r2)
- (47/107) Installing libpcre2-32 (10.42-r2)
- (48/107) Installing pcre2-dev (10.42-r2)
- (49/107) Installing libuuid (2.39.3-r0)
- (50/107) Installing libfdisk (2.39.3-r0)
- (51/107) Installing libsmartcols (2.39.3-r0)
- (52/107) Installing util-linux-dev (2.39.3-r0)
- (53/107) Installing glib-dev (2.78.6-r0)
- (54/107) Installing cairo-dev (1.18.0-r0)
- (55/107) Installing sdl2 (2.28.5-r0)
- (56/107) Installing tslib (1.22-r1)
- (57/107) Installing directfb (1.7.7-r7)
- (58/107) Installing directfb-dev (1.7.7-r7)
- (59/107) Installing hwdata-pci (0.377.2-r0)
- (60/107) Installing libpciaccess (0.17-r2)
- (61/107) Installing libdrm (2.4.118-r0)
- (62/107) Installing libpciaccess-dev (0.17-r2)
- (63/107) Installing libdrm-dev (2.4.118-r0)
- (64/107) Installing libxdamage (1.1.6-r4)
- (65/107) Installing libxfixes (6.0.1-r3)
- (66/107) Installing libxfixes-dev (6.0.1-r3)
- (67/107) Installing libxdamage-dev (1.1.6-r4)
- (68/107) Installing libxshmfence (1.3.2-r5)
- (69/107) Installing libxshmfence-dev (1.3.2-r5)
- (70/107) Installing mesa (23.3.6-r0)
- (71/107) Installing wayland-libs-server (1.22.0-r4)
- (72/107) Installing mesa-gbm (23.3.6-r0)
- (73/107) Installing mesa-glapi (23.3.6-r0)
- (74/107) Installing wayland-libs-client (1.22.0-r4)
- (75/107) Installing mesa-egl (23.3.6-r0)
- (76/107) Installing libxxf86vm (1.1.5-r5)
- (77/107) Installing mesa-gl (23.3.6-r0)
- (78/107) Installing mesa-gles (23.3.6-r0)
- (79/107) Installing llvm17-libs (17.0.5-r0)
- (80/107) Installing mesa-osmesa (23.3.6-r0)
- (81/107) Installing clang17-headers (17.0.5-r0)
- (82/107) Installing libclc (17.0.5-r0)
- (83/107) Installing spirv-llvm-translator-libs (17.0.0-r0)
- (84/107) Installing spirv-tools (1.3.261.1-r0)
- (85/107) Installing clang17-libs (17.0.5-r0)
- (86/107) Installing libelf (0.190-r1)
- (87/107) Installing mesa-rusticl (23.3.6-r0)
- (88/107) Installing mesa-xatracker (23.3.6-r0)
- (89/107) Installing libxxf86vm-dev (1.1.5-r5)
- (90/107) Installing mesa-dev (23.3.6-r0)
- (91/107) Installing sdl2-dev (2.28.5-r0)
- (92/107) Installing sdl2_image (2.6.3-r0)
- (93/107) Installing sdl2_image-dev (2.6.3-r0)
- (94/107) Installing graphite2 (1.3.14-r6)
- (95/107) Installing harfbuzz (8.3.0-r0)
- (96/107) Installing harfbuzz-cairo (8.3.0-r0)
- (97/107) Installing harfbuzz-gobject (8.3.0-r0)
- (98/107) Installing icu-data-en (74.1-r0)
- Executing icu-data-en-74.1-r0.post-install
- *
- * If you need ICU with non-English locales and legacy charset support, install
- * package icu-data-full.
- *
- (99/107) Installing icu-libs (74.1-r0)
- (100/107) Installing harfbuzz-icu (8.3.0-r0)
- (101/107) Installing harfbuzz-subset (8.3.0-r0)
- (102/107) Installing graphite2-dev (1.3.14-r6)
- (103/107) Installing icu (74.1-r0)
- (104/107) Installing icu-dev (74.1-r0)
- (105/107) Installing harfbuzz-dev (8.3.0-r0)
- (106/107) Installing sdl2_ttf (2.20.2-r0)
- (107/107) Installing sdl2_ttf-dev (2.20.2-r0)
- Executing busybox-1.36.1-r18.trigger
- Executing glib-2.78.6-r0.trigger
- No schema files found: doing nothing.
- OK: 789 MiB in 207 packages
2024-06-19 16:13.47 ---> saved as "ab10327aa33f75d6c1a37a1248e21f91f5fb457995caf04ed08329011debf8be"


/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 host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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-bigarray is already installed (current version is base).
The following actions will be performed:
  - install ocamlbuild        0.14.3
  - install conf-pkg-config   3
  - install dune              3.16.0
  - install ocamlfind         1.9.6
  - install conf-sdl2-ttf     1
  - install conf-sdl2-image   1
  - install conf-sdl2         1
  - install conf-libffi       2.0.0
  - install conf-cairo        1
  - install xdg               3.16.0
  - install stdlib-shims      0.3.0
  - install csexp             1.5.2
  - install bigarray-compat   1.1.0
  - install topkg             1.0.7
  - install ctypes-foreign    0.18.0
  - install integers          0.7.0
  - install dune-configurator 3.16.0
  - install ctypes            0.20.2
  - install cairo2            0.6.4
  - install tsdl              0.9.8
  - install tsdl-ttf          0.6
  - install tsdl-image        0.6
  - install bogue             20240225
===== 23 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved bogue.20240225  (cached)
-> retrieved cairo2.0.6.4  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.3
-> retrieved ctypes.0.20.2  (cached)
-> installed conf-cairo.1
-> installed conf-libffi.2.0.0
-> installed ctypes-foreign.0.18.0
-> installed conf-sdl2.1
-> installed conf-sdl2-image.1
-> installed conf-sdl2-ttf.1
-> retrieved integers.0.7.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved tsdl.0.9.8  (cached)
-> retrieved tsdl-image.0.6  (cached)
-> retrieved tsdl-ttf.0.6  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved xdg.3.16.0  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed dune.3.16.0
-> 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.16.0
-> installed dune-configurator.3.16.0
-> installed cairo2.0.6.4
-> installed ctypes.0.20.2
-> installed tsdl.0.9.8
-> installed tsdl-ttf.0.6
-> installed tsdl-image.0.6
-> installed bogue.20240225
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-19 16:15.49 ---> saved as "adcf659bac4026dbdf1f57d4d61fdf114eef937539f1d9734c6a5b25e7789d44"


/src: (copy (src .) (dst /src))
2024-06-19 16:15.49 ---> saved as "f31f3ef6cbf4a6dfaee130eb2dc83ba921cb6224b3c6ee60fa4dbec13dabfb8c"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-06-19 16:15.49 ---> saved as "0673bb13025ff746aea6c84eb9c70d1d33998ceed8a0539c29448dd5a02a1ba5"
Job succeeded
2024-06-19 16:15.50: Job succeeded