2025-09-16 10:10.59: New job: test kit-ty-kate/waylaunch https://github.com/kit-ty-kate/waylaunch.git#refs/heads/master (b0ae9dbb4239a287101193b8ac6ae5c50fcb33a5) (linux-x86_64:alpine-3.22-5.3_opam-2.4)
Base: ocaml/opam:alpine-3.22-ocaml-5.3@sha256:f501424e898b9ffd369a23e97280207e9a7234cff46e3a314f30c7826d92accb
Opam project build
To reproduce locally:
git clone --recursive "https://github.com/kit-ty-kate/waylaunch.git" -b "master" && cd "waylaunch" && git reset --hard b0ae9dbb
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:alpine-3.22-ocaml-5.3@sha256:f501424e898b9ffd369a23e97280207e9a7234cff46e3a314f30c7826d92accb
# alpine-3.22-5.3_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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 waylaunch.opam ./
RUN opam pin add -yn waylaunch.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 conf-cairo.1 conf-libwayland.1 conf-pango.1 conf-pkg-config.4 conf-wayland-protocols.1 conf-xkbcommon.1 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 fpath.0.7.3 logs.0.9.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 rresult.0.7.0 topkg.1.1.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y waylaunch.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-09-16 10:10.59: Using cache hint "kit-ty-kate/waylaunch-ocaml/opam:alpine-3.22-ocaml-5.3@sha256:f501424e898b9ffd369a23e97280207e9a7234cff46e3a314f30c7826d92accb-alpine-3.22-5.3_opam-2.4-e156cf51cc27c9f874488078e31b02fb"
2025-09-16 10:10.59: Using OBuilder spec:
((from ocaml/opam:alpine-3.22-ocaml-5.3@sha256:f501424e898b9ffd369a23e97280207e9a7234cff46e3a314f30c7826d92accb)
(comment alpine-3.22-5.3_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 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src waylaunch.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn waylaunch.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 conf-cairo.1 conf-libwayland.1 conf-pango.1 conf-pkg-config.4 conf-wayland-protocols.1 conf-xkbcommon.1 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 fpath.0.7.3 logs.0.9.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 rresult.0.7.0 topkg.1.1.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 waylaunch.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-09-16 10:10.59: Waiting for resource in pool OCluster
2025-09-16 10:26.13: Waiting for worker…
2025-09-16 10:30.06: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
Submodule path 'bindings/bemenu': checked out '86f9efe273ac2e6ad61e1310df09b5cd7f68ccf1'
HEAD is now at b0ae9db Mark waylaunch as only available on Linux
Synchronizing submodule url for 'bindings/bemenu'
Cleared directory 'bindings/bemenu'
Submodule 'bemenu' (https://github.com/kit-ty-kate/bemenu) unregistered for path 'bindings/bemenu'
Submodule 'bemenu' (https://github.com/kit-ty-kate/bemenu) registered for path 'bindings/bemenu'
Submodule path 'bindings/bemenu': checked out '86f9efe273ac2e6ad61e1310df09b5cd7f68ccf1'
(from ocaml/opam:alpine-3.22-ocaml-5.3@sha256:f501424e898b9ffd369a23e97280207e9a7234cff46e3a314f30c7826d92accb)
Unable to find image 'ocaml/opam:alpine-3.22-ocaml-5.3@sha256:f501424e898b9ffd369a23e97280207e9a7234cff46e3a314f30c7826d92accb' locally
docker.io/ocaml/opam@sha256:f501424e898b9ffd369a23e97280207e9a7234cff46e3a314f30c7826d92accb: Pulling from ocaml/opam
8c592723c59a: Already exists
918ef8500d6d: Pulling fs layer
6ad5dcb5418b: Pulling fs layer
f02523008125: Pulling fs layer
717bcf0e7179: Pulling fs layer
d458e5376246: Pulling fs layer
0eb41f67cb6b: Pulling fs layer
6ad5dcb5418b: Waiting
918ef8500d6d: Waiting
f02523008125: Waiting
0eb41f67cb6b: Waiting
918ef8500d6d: Verifying Checksum
918ef8500d6d: Download complete
918ef8500d6d: Pull complete
6ad5dcb5418b: Download complete
6ad5dcb5418b: Pull complete
717bcf0e7179: Verifying Checksum
d458e5376246: Verifying Checksum
d458e5376246: Download complete
0eb41f67cb6b: Verifying Checksum
0eb41f67cb6b: Download complete
f02523008125: Verifying Checksum
f02523008125: Download complete
f02523008125: Pull complete
717bcf0e7179: Pull complete
d458e5376246: Pull complete
0eb41f67cb6b: Pull complete
Digest: sha256:f501424e898b9ffd369a23e97280207e9a7234cff46e3a314f30c7826d92accb
Status: Downloaded newer image for ocaml/opam@sha256:f501424e898b9ffd369a23e97280207e9a7234cff46e3a314f30c7826d92accb
2025-09-16 10:30.06 ---> using "8f6725b8b163d90d30de9c8c5e177342b07667db3354753a70bac272bfe2db9a" from cache
/: (comment alpine-3.22-5.3_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"))
2025-09-16 10:30.06 ---> using "60019b56f0ac74bc487e6a10b94f217078fa011d487a7997fa89d230b8fe3f32" 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
2025-09-16 10:30.06 ---> using "c7cb638e7bebf3467944086dced2eb9f0c9b58d22b77655b91aec66202bcf666" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-142-generic
The OCaml toplevel, version 5.3.0
2.4.1
2025-09-16 10:30.06 ---> using "5af03bae8557c8c98fd3e2ecd3885ecd1490b81dcd2aa79041a221f15d3c966b" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-09-16 10:30.06 ---> using "5bd0e598f405f99fe9f4df6e79f9f9a0efe772994aa367852a5bf2612bd3eb66" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 6ef6813522b6ea29933f6451236a1639bdbaec61 || git fetch origin master) && git reset -q --hard 6ef6813522b6ea29933f6451236a1639bdbaec61 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
bcac5d1731..7949ff40d8 master -> origin/master
6ef6813522 Merge pull request #28449 from dra27/ocaml-compiler-msvc
<><> 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)
2025-09-16 10:30.06 ---> using "fb93bdd5898e6e14028909db279c073f6d89f2d9a1d4b0c91000e67fc13a937a" from cache
/src: (copy (src waylaunch.opam) (dst ./))
2025-09-16 10:30.07 ---> saved as "3fa67a69c02749ecb0e45286b3bfd240d7184bc2aba41d0c3c5f9c17a7d7d94c"
/src: (run (network host)
(shell "opam pin add -yn waylaunch.dev './'"))
[waylaunch.dev] synchronised (file:///src)
waylaunch is now pinned to file:///src (version dev)
2025-09-16 10:30.09 ---> saved as "1e1fd329a8f5c1196f4c7ec593dc281b20ee0123cf88f84d2bdbadbe48d503ad"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-09-16 10:30.09 ---> saved as "2f201d234a40d82499d390238f1de68561b0ac2de3c4cd4c307eed1d9e9e5e4a"
/src: (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bos.0.2.1 conf-cairo.1 conf-libwayland.1 conf-pango.1 conf-pkg-config.4 conf-wayland-protocols.1 conf-xkbcommon.1 csexp.1.5.2 dune.3.20.2 dune-configurator.3.20.2 fmt.0.11.0 fpath.0.7.3 logs.0.9.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 rresult.0.7.0 topkg.1.1.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 waylaunch.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.1-419-g1db804adcdb [https://dl-cdn.alpinelinux.org/alpine/v3.22/main]
- v3.22.1-421-ga3d96186855 [https://dl-cdn.alpinelinux.org/alpine/v3.22/community]
- v3.23.0_alpha20250612-6383-gcccceb0937f [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v3.23.0_alpha20250612-6398-gb23fe1d289a [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v3.23.0_alpha20250612-6395-ga5731282624 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 59129 distinct packages available
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[waylaunch.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.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.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:
cairo-dev libxkbcommon-dev pango-dev wayland-dev wayland-protocols
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apk" "add" "cairo-dev" "libxkbcommon-dev" "pango-dev" "wayland-dev" "wayland-protocols"
- (1/93) Installing cairo-tools (1.18.4-r0)
- (2/93) Installing libpng (1.6.47-r0)
- (3/93) Installing freetype (2.13.3-r0)
- (4/93) Installing fontconfig (2.15.0-r3)
- (5/93) Installing expat (2.7.1-r0)
- (6/93) Installing expat-dev (2.7.1-r0)
- (7/93) Installing bzip2-dev (1.0.8-r6)
- (8/93) Installing brotli (1.1.0-r2)
- (9/93) Installing brotli-dev (1.1.0-r2)
- (10/93) Installing zlib-dev (1.3.1-r2)
- (11/93) Installing libpng-dev (1.6.47-r0)
- (12/93) Installing freetype-dev (2.13.3-r0)
- (13/93) Installing fontconfig-dev (2.15.0-r3)
- (14/93) Installing libxext (1.3.6-r2)
- (15/93) Installing libxext-dev (1.3.6-r2)
- (16/93) Installing libxrender (0.9.12-r0)
- (17/93) Installing libxrender-dev (0.9.12-r0)
- (18/93) Installing pixman (0.46.4-r0)
- (19/93) Installing pixman-dev (0.46.4-r0)
- (20/93) Installing util-macros (1.20.1-r0)
- (21/93) Installing xcb-util (0.4.1-r3)
- (22/93) Installing xcb-util-dev (0.4.1-r3)
- (23/93) Installing cairo (1.18.4-r0)
- (24/93) Installing libintl (0.24.1-r0)
- (25/93) Installing libeconf (0.6.3-r0)
- (26/93) Installing libblkid (2.41-r9)
- (27/93) Installing libmount (2.41-r9)
- (28/93) Installing glib (2.84.4-r0)
- (29/93) Installing cairo-gobject (1.18.4-r0)
- (30/93) Installing libxml2 (2.13.8-r0)
- (31/93) Installing libxml2-utils (2.13.8-r0)
- (32/93) Installing docbook-xml (4.5-r10)
- Executing docbook-xml-4.5-r10.post-install
- (33/93) Installing libxslt (1.1.43-r3)
- (34/93) Installing docbook-xsl-ns (1.79.2-r11)
- Executing docbook-xsl-ns-1.79.2-r11.post-install
- (35/93) Installing docbook-xsl-nons (1.79.2-r11)
- Executing docbook-xsl-nons-1.79.2-r11.post-install
- (36/93) Installing docbook-xsl (1.79.2-r11)
- (37/93) Installing gettext-asprintf (0.24.1-r0)
- (38/93) Installing gettext-libs (0.24.1-r0)
- (39/93) Installing gettext-envsubst (0.24.1-r0)
- (40/93) Installing gettext (0.24.1-r0)
- (41/93) Installing gettext-dev (0.24.1-r0)
- (42/93) Installing py3-parsing (3.2.3-r0)
- (43/93) Installing py3-parsing-pyc (3.2.3-r0)
- (44/93) Installing py3-packaging (25.0-r0)
- (45/93) Installing py3-packaging-pyc (25.0-r0)
- (46/93) Installing linux-headers (6.14.2-r0)
- (47/93) Installing libffi-dev (3.4.8-r0)
- (48/93) Installing bsd-compat-headers (0.7.2-r6)
- (49/93) Installing libedit (20250104.3.1-r1)
- (50/93) Installing libedit-dev (20250104.3.1-r1)
- (51/93) Installing libpcre2-16 (10.43-r1)
- (52/93) Installing libpcre2-32 (10.43-r1)
- (53/93) Installing pcre2-dev (10.43-r1)
- (54/93) Installing libuuid (2.41-r9)
- (55/93) Installing libfdisk (2.41-r9)
- (56/93) Installing liblastlog2 (2.41-r9)
- (57/93) Installing libsmartcols (2.41-r9)
- (58/93) Installing sqlite (3.49.2-r1)
- (59/93) Installing sqlite-dev (3.49.2-r1)
- (60/93) Installing util-linux-dev (2.41-r9)
- (61/93) Installing glib-dev (2.84.4-r0)
- (62/93) Installing cairo-dev (1.18.4-r0)
- (63/93) Installing xkeyboard-config (2.43-r0)
- (64/93) Installing libxkbcommon (1.8.1-r2)
- (65/93) Installing libxkbcommon-x11 (1.8.1-r2)
- (66/93) Installing xz-dev (5.8.1-r0)
- (67/93) Installing libxml2-dev (2.13.8-r0)
- (68/93) Installing libxkbcommon-dev (1.8.1-r2)
- (69/93) Installing libxft (2.3.8-r3)
- (70/93) Installing graphite2 (1.3.14-r6)
- (71/93) Installing harfbuzz (11.2.1-r0)
- (72/93) Installing fribidi (1.0.16-r1)
- (73/93) Installing pango (1.56.3-r0)
- (74/93) Installing pango-tools (1.56.3-r0)
- (75/93) Installing fribidi-dev (1.0.16-r1)
- (76/93) Installing harfbuzz-cairo (11.2.1-r0)
- (77/93) Installing harfbuzz-gobject (11.2.1-r0)
- (78/93) 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.
- *
- (79/93) Installing icu-libs (76.1-r1)
- (80/93) Installing harfbuzz-icu (11.2.1-r0)
- (81/93) Installing harfbuzz-subset (11.2.1-r0)
- (82/93) Installing graphite2-dev (1.3.14-r6)
- (83/93) Installing icu (76.1-r1)
- (84/93) Installing icu-dev (76.1-r1)
- (85/93) Installing harfbuzz-dev (11.2.1-r0)
- (86/93) Installing libxft-dev (2.3.8-r3)
- (87/93) Installing pango-dev (1.56.3-r0)
- (88/93) Installing wayland-libs-client (1.23.1-r3)
- (89/93) Installing wayland-libs-cursor (1.23.1-r3)
- (90/93) Installing wayland-libs-egl (1.23.1-r3)
- (91/93) Installing wayland-libs-server (1.23.1-r3)
- (92/93) Installing wayland-dev (1.23.1-r3)
- (93/93) Installing wayland-protocols (1.44-r0)
- Executing busybox-1.37.0-r19.trigger
- Executing glib-2.84.4-r0.trigger
- No schema files found: doing nothing.
- OK: 405 MiB in 196 packages
2025-09-16 10:30.37 ---> saved as "0323ec3f07a1d61e713c89883f652e9673f33630501828230f6f2a5318f3aea6"
/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.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.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 18 packages
- install astring 0.8.5
- install bos 0.2.1
- install conf-cairo 1
- install conf-libwayland 1
- install conf-pango 1
- install conf-pkg-config 4
- install conf-wayland-protocols 1
- install conf-xkbcommon 1
- install csexp 1.5.2
- install dune 3.20.2
- install dune-configurator 3.20.2
- install fmt 0.11.0
- install fpath 0.7.3
- install logs 0.9.0
- install ocamlbuild 0.16.1
- install ocamlfind 1.9.8
- install rresult 0.7.0
- install topkg 1.1.0
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5 (cached)
-> retrieved bos.0.2.1 (cached)
-> retrieved csexp.1.5.2 (cached)
-> installed conf-pkg-config.4
-> retrieved fmt.0.11.0 (cached)
-> retrieved fpath.0.7.3 (cached)
-> installed conf-cairo.1
-> installed conf-pango.1
-> installed conf-wayland-protocols.1
-> installed conf-xkbcommon.1
-> retrieved logs.0.9.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> installed conf-libwayland.1
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved rresult.0.7.0 (cached)
-> retrieved topkg.1.1.0 (cached)
-> retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.1.0
-> installed rresult.0.7.0
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed logs.0.9.0
-> installed fpath.0.7.3
-> installed bos.0.2.1
-> installed dune.3.20.2
-> installed csexp.1.5.2
-> installed dune-configurator.3.20.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-09-16 10:31.12 ---> saved as "dc36637d514f7a30c50765495edc3bfc419413305e87a9999222abadbceb5ebe"
/src: (copy (src .) (dst /src))
2025-09-16 10:31.12 ---> saved as "ac9a8584bbb9b9d39efb67bd39fc2b4d84afdf0d55073bd5280e35b23579250d"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-09-16 10:31.14 ---> saved as "43f1312f239688a409db36a6bd92be389265ee60215901739591444d6673d8c2"
Job succeeded
2025-09-16 10:31.15: Job succeeded