Organisationskit-ty-katewaylaunchb0ae9d (master)alpine-3.21-4.14_opam-2.3

alpine-3.21-4.14_opam-2.3

Link Copied
Code Copied

Logs

2025-05-10 12:28.07: New job: test kit-ty-kate/waylaunch https://github.com/kit-ty-kate/waylaunch.git#refs/heads/master (b0ae9dbb4239a287101193b8ac6ae5c50fcb33a5) (linux-x86_64:alpine-3.21-4.14_opam-2.3)
Base: ocaml/opam:alpine-3.21-ocaml-4.14@sha256:c46d6084a2d69602000f28df4e6676c70008fc18356b5e0da6cde79296e0b89c
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.21-ocaml-4.14@sha256:c46d6084a2d69602000f28df4e6676c70008fc18356b5e0da6cde79296e0b89c
# 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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && 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-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.18.2 dune-configurator.3.18.2 fmt.0.10.0 fpath.0.7.3 logs.0.8.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 rresult.0.7.0 topkg.1.0.8"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --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-05-10 12:28.07: Using cache hint "kit-ty-kate/waylaunch-ocaml/opam:alpine-3.21-ocaml-4.14@sha256:c46d6084a2d69602000f28df4e6676c70008fc18356b5e0da6cde79296e0b89c-alpine-3.21-4.14_opam-2.3-7db998de57088a48d7d5ed4fd70ad342"
2025-05-10 12:28.07: Using OBuilder spec:
((from ocaml/opam:alpine-3.21-ocaml-4.14@sha256:c46d6084a2d69602000f28df4e6676c70008fc18356b5e0da6cde79296e0b89c)
(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 35eb2f107a989a2d623b0bbe170696398fcb9b1e || git fetch origin master) && git reset -q --hard 35eb2f107a989a2d623b0bbe170696398fcb9b1e && 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-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.18.2 dune-configurator.3.18.2 fmt.0.10.0 fpath.0.7.3 logs.0.8.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 rresult.0.7.0 topkg.1.0.8")
(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 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-05-10 12:28.07: Waiting for resource in pool OCluster
2025-05-10 14:11.28: Waiting for worker…
2025-05-10 14:14.17: Got resource from pool OCluster
Building on x86-bm-c1.sw.ocaml.org
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.21-ocaml-4.14@sha256:c46d6084a2d69602000f28df4e6676c70008fc18356b5e0da6cde79296e0b89c)
2025-05-10 14:14.18 ---> using "b31f8ea9b0da9063a13255c6536c5f85700cfe755ad07fbc6516da39211433c3" 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-05-10 14:14.18 ---> using "19df58eb54ed30110ece635c4514ba385d140993ef5afc1d6ea8834ab1dff193" 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-05-10 14:14.18 ---> using "5d59f74e6dbc788d5564e4eb41af6de5cdafa28276e80e99123b7c2df2221c47" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-05-10 14:14.18 ---> using "f3ac1918087de3fd30b9d202f649badc87b770850bf1bccf4ef78510f7ee33ac" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-05-10 14:14.18 ---> using "0399f5b9278019e7dd66be1fc65fe4435ea8eeec9e9d0cc3290c1440795219b0" from cache


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


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes 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-05-10 14:14.18 ---> using "2784e54b94e3e4981854b5a379084402ed4e2516fa5b821ee0215cb1707c3efc" from cache


/src: (copy (src waylaunch.opam) (dst ./))
2025-05-10 14:14.18 ---> saved as "e2fe1cd9fb9415ef8bb83db410991b5dfa7d3b67a86d09812625e6d4aff775bc"


/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-05-10 14:14.23 ---> saved as "2cc6c202abaafc30795da48c3a18b6c0af1fdad69dfff4d7b71079cb8a674c4e"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-05-10 14:14.23 ---> saved as "519da24ebf981c72a2ba61b9f0814dbaac5d46f07d3b68423949c972ac0f725e"


/src: (env DEPS "astring.0.8.5 base-bigarray.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.18.2 dune-configurator.3.18.2 fmt.0.10.0 fpath.0.7.3 logs.0.8.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 rresult.0.7.0 topkg.1.0.8")


/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 waylaunch.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-452-gee5ce66b724 [https://dl-cdn.alpinelinux.org/alpine/v3.21/main]
- v3.21.3-459-gb091f834ac8 [https://dl-cdn.alpinelinux.org/alpine/v3.21/community]
- v20250108-7846-g39271601b77 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20250108-7843-g6586b379a88 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20250108-7827-gb606fd1275d [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 58157 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 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 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/96) Installing cairo-tools (1.18.2-r1)
- (2/96) Installing libpng (1.6.47-r0)
- (3/96) Installing freetype (2.13.3-r0)
- (4/96) Installing fontconfig (2.15.0-r1)
- (5/96) Installing expat (2.7.0-r0)
- (6/96) Installing expat-dev (2.7.0-r0)
- (7/96) Installing bzip2-dev (1.0.8-r6)
- (8/96) Installing brotli (1.1.0-r2)
- (9/96) Installing brotli-dev (1.1.0-r2)
- (10/96) Installing zlib-dev (1.3.1-r2)
- (11/96) Installing libpng-dev (1.6.47-r0)
- (12/96) Installing freetype-dev (2.13.3-r0)
- (13/96) Installing fontconfig-dev (2.15.0-r1)
- (14/96) Installing libxext (1.3.6-r2)
- (15/96) Upgrading sqlite-libs (3.48.0-r1 -> 3.48.0-r2)
- (16/96) Installing libxext-dev (1.3.6-r2)
- (17/96) Installing libxrender (0.9.11-r5)
- (18/96) Installing libxrender-dev (0.9.11-r5)
- (19/96) Installing pixman (0.43.4-r1)
- (20/96) Installing pixman-dev (0.43.4-r1)
- (21/96) Installing util-macros (1.20.1-r0)
- (22/96) Installing xcb-util (0.4.1-r3)
- (23/96) Installing xcb-util-dev (0.4.1-r3)
- (24/96) Installing cairo (1.18.2-r1)
- (25/96) Installing libintl (0.22.5-r0)
- (26/96) Installing libeconf (0.6.3-r0)
- (27/96) Installing libblkid (2.40.4-r1)
- (28/96) Installing libmount (2.40.4-r1)
- (29/96) Installing glib (2.82.5-r0)
- (30/96) Installing cairo-gobject (1.18.2-r1)
- (31/96) Installing libxml2 (2.13.4-r5)
- (32/96) Installing libxml2-utils (2.13.4-r5)
- (33/96) Installing docbook-xml (4.5-r9)
- Executing docbook-xml-4.5-r9.post-install
- (34/96) Installing libgpg-error (1.51-r0)
- (35/96) Installing libgcrypt (1.10.3-r1)
- (36/96) Installing libxslt (1.1.42-r2)
- (37/96) Installing docbook-xsl-ns (1.79.2-r11)
- Executing docbook-xsl-ns-1.79.2-r11.post-install
- (38/96) Installing docbook-xsl-nons (1.79.2-r11)
- Executing docbook-xsl-nons-1.79.2-r11.post-install
- (39/96) Installing docbook-xsl (1.79.2-r11)
- (40/96) Installing gettext-asprintf (0.22.5-r0)
- (41/96) Installing gettext-libs (0.22.5-r0)
- (42/96) Installing gettext-envsubst (0.22.5-r0)
- (43/96) Installing gettext (0.22.5-r0)
- (44/96) Installing gettext-dev (0.22.5-r0)
- (45/96) Installing py3-parsing (3.1.4-r0)
- (46/96) Installing py3-parsing-pyc (3.1.4-r0)
- (47/96) Installing py3-packaging (24.2-r0)
- (48/96) Installing py3-packaging-pyc (24.2-r0)
- (49/96) Installing linux-headers (6.6-r1)
- (50/96) Installing libffi-dev (3.4.7-r0)
- (51/96) Installing bsd-compat-headers (0.7.2-r6)
- (52/96) Installing libedit (20240808.3.1-r0)
- (53/96) Installing libedit-dev (20240808.3.1-r0)
- (54/96) Installing libpcre2-16 (10.43-r0)
- (55/96) Installing libpcre2-32 (10.43-r0)
- (56/96) Installing pcre2-dev (10.43-r0)
- (57/96) Installing libuuid (2.40.4-r1)
- (58/96) Installing libfdisk (2.40.4-r1)
- (59/96) Installing liblastlog2 (2.40.4-r1)
- (60/96) Installing libsmartcols (2.40.4-r1)
- (61/96) Installing sqlite (3.48.0-r2)
- (62/96) Installing sqlite-dev (3.48.0-r2)
- (63/96) Installing util-linux-dev (2.40.4-r1)
- (64/96) Installing glib-dev (2.82.5-r0)
- (65/96) Installing cairo-dev (1.18.2-r1)
- (66/96) Installing xkeyboard-config (2.43-r0)
- (67/96) Installing libxkbcommon (1.7.0-r1)
- (68/96) Installing libxkbcommon-x11 (1.7.0-r1)
- (69/96) Installing xz-dev (5.6.3-r1)
- (70/96) Installing libxml2-dev (2.13.4-r5)
- (71/96) Installing libxkbcommon-dev (1.7.0-r1)
- (72/96) Installing libxft (2.3.8-r3)
- (73/96) Installing graphite2 (1.3.14-r6)
- (74/96) Installing harfbuzz (9.0.0-r1)
- (75/96) Installing fribidi (1.0.16-r0)
- (76/96) Installing pango (1.54.0-r1)
- (77/96) Installing pango-tools (1.54.0-r1)
- (78/96) Installing fribidi-dev (1.0.16-r0)
- (79/96) Installing harfbuzz-cairo (9.0.0-r1)
- (80/96) Installing harfbuzz-gobject (9.0.0-r1)
- (81/96) 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.
- *
- (82/96) Installing icu-libs (74.2-r0)
- (83/96) Installing harfbuzz-icu (9.0.0-r1)
- (84/96) Installing harfbuzz-subset (9.0.0-r1)
- (85/96) Installing graphite2-dev (1.3.14-r6)
- (86/96) Installing icu (74.2-r0)
- (87/96) Installing icu-dev (74.2-r0)
- (88/96) Installing harfbuzz-dev (9.0.0-r1)
- (89/96) Installing libxft-dev (2.3.8-r3)
- (90/96) Installing pango-dev (1.54.0-r1)
- (91/96) Installing wayland-libs-client (1.23.1-r0)
- (92/96) Installing wayland-libs-cursor (1.23.1-r0)
- (93/96) Installing wayland-libs-egl (1.23.1-r0)
- (94/96) Installing wayland-libs-server (1.23.1-r0)
- (95/96) Installing wayland-dev (1.23.1-r0)
- (96/96) Installing wayland-protocols (1.38-r0)
- Executing busybox-1.37.0-r12.trigger
- Executing glib-2.82.5-r0.trigger
- No schema files found: doing nothing.
- OK: 404 MiB in 196 packages
2025-05-10 14:14.52 ---> saved as "864d8c60d92a5c39cfce08deebacdce3f57fcdab9d19ea161d3b6869873b08d2"


/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 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.18.2
- install dune-configurator      3.18.2
- install fmt                    0.10.0
- install fpath                  0.7.3
- install logs                   0.8.0
- install ocamlbuild             0.16.1
- install ocamlfind              1.9.8
- install rresult                0.7.0
- install topkg                  1.0.8


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.4
-> retrieved csexp.1.5.2  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved bos.0.2.1  (cached)
-> installed conf-cairo.1
-> installed conf-pango.1
-> installed conf-wayland-protocols.1
-> installed conf-xkbcommon.1
-> retrieved fmt.0.10.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> installed conf-libwayland.1
-> retrieved logs.0.8.0  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved dune.3.18.2, dune-configurator.3.18.2  (cached)
-> installed ocamlbuild.0.16.1
-> installed ocamlfind.1.9.8
-> installed topkg.1.0.8
-> installed rresult.0.7.0
-> installed fmt.0.10.0
-> installed astring.0.8.5
-> installed logs.0.8.0
-> installed fpath.0.7.3
-> installed bos.0.2.1
-> installed dune.3.18.2
-> installed csexp.1.5.2
-> installed dune-configurator.3.18.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-10 14:16.05 ---> saved as "3d4e0a45f39885cc12a60523fee854b18ae4443c7e1f24fe249174ccc9d6bc43"


/src: (copy (src .) (dst /src))
2025-05-10 14:16.05 ---> saved as "34064c250b202cd18d454609de64fb6a46dbe5491e97b019e536fe2759b2df34"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-05-10 14:16.07 ---> saved as "d66f91ae08202e469bad577264055d683067a55f56d1ce714f75094245206421"
Job succeeded
2025-05-10 14:16.07: Job succeeded