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-4.14_opam-2.4) Base: ocaml/opam:alpine-3.22-ocaml-4.14@sha256:e1cb67ff0571dfb179fc3cd9b7f5639658f87d2d7fc9f8a0ba7da3644a9fec12 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-4.14@sha256:e1cb67ff0571dfb179fc3cd9b7f5639658f87d2d7fc9f8a0ba7da3644a9fec12 # alpine-3.22-4.14_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-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.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.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-4.14@sha256:e1cb67ff0571dfb179fc3cd9b7f5639658f87d2d7fc9f8a0ba7da3644a9fec12-alpine-3.22-4.14_opam-2.4-8c5a94fa0e520531852ac583e81d8100" 2025-09-16 10:10.59: Using OBuilder spec: ((from ocaml/opam:alpine-3.22-ocaml-4.14@sha256:e1cb67ff0571dfb179fc3cd9b7f5639658f87d2d7fc9f8a0ba7da3644a9fec12) (comment alpine-3.22-4.14_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-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.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.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.58: Got resource from pool OCluster Building on doris.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-4.14@sha256:e1cb67ff0571dfb179fc3cd9b7f5639658f87d2d7fc9f8a0ba7da3644a9fec12) Unable to find image 'ocaml/opam:alpine-3.22-ocaml-4.14@sha256:e1cb67ff0571dfb179fc3cd9b7f5639658f87d2d7fc9f8a0ba7da3644a9fec12' locally docker.io/ocaml/opam@sha256:e1cb67ff0571dfb179fc3cd9b7f5639658f87d2d7fc9f8a0ba7da3644a9fec12: Pulling from ocaml/opam 8c592723c59a: Already exists a783cd037be3: Pulling fs layer 454bb22af03c: Pulling fs layer b46fcd8729b0: Pulling fs layer d538880e5354: Pulling fs layer d538880e5354: Waiting 454bb22af03c: Verifying Checksum 454bb22af03c: Download complete b46fcd8729b0: Verifying Checksum b46fcd8729b0: Download complete d538880e5354: Verifying Checksum d538880e5354: Download complete a783cd037be3: Verifying Checksum a783cd037be3: Download complete a783cd037be3: Pull complete 454bb22af03c: Pull complete b46fcd8729b0: Pull complete d538880e5354: Pull complete Digest: sha256:e1cb67ff0571dfb179fc3cd9b7f5639658f87d2d7fc9f8a0ba7da3644a9fec12 Status: Downloaded newer image for ocaml/opam@sha256:e1cb67ff0571dfb179fc3cd9b7f5639658f87d2d7fc9f8a0ba7da3644a9fec12 2025-09-16 10:30.58 ---> using "b004d39c9addeb865f11c6029618ea8df221f8b3190584e8b865e82aabd3dd51" from cache /: (comment alpine-3.22-4.14_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.58 ---> using "dc04a0ff5b9e994b7e6e55d5cf86c7b82f5374df269ae66b8df2bca0413939ef" 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.58 ---> using "a9a9eaa9d50db89f4f33cbeb762934c46b3f5b23cb45a71fd92a321cf1a9d222" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-142-generic The OCaml toplevel, version 4.14.2 2.4.1 2025-09-16 10:30.58 ---> using "2a99766c1ce676ccbca3c905ed36c3c69070138df11536ba7bda390dd4e47fdc" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-16 10:30.58 ---> using "8e8eaa4c381747faed0e5bf48183dcc3e702c4123d2d0a0549aee06926b56bea" 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 Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.0"), 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-09-16 10:30.58 ---> using "d894801c54cba0f90a9fa45ce30fd3eebb69b11c7247a78b78bbcb77762633c6" from cache /src: (copy (src waylaunch.opam) (dst ./)) 2025-09-16 10:30.59 ---> saved as "bf2cc070284df7f4ed85e4df1e6ddc1f3394dea3b3b64fdeeecb0191702c0153" /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:31.01 ---> saved as "e049d2f06aad363e8aecec37ec3e2d5b185b0e90db517b0e1d9c586e2b2a8c34" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-16 10:31.01 ---> saved as "4b28fc048ce38ac6ad3cedc116847579b1e40d0d6e43ddfbc9f1ec87f3056e19" /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.20.2 dune-configurator.3.20.2 fmt.0.11.0 fpath.0.7.3 logs.0.9.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.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 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/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 195 packages 2025-09-16 10:33.13 ---> saved as "e4275b2895e1f19a4eca4cceb748d5e022cd7b5ede05926ee8c52b28b7f5b73b" /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.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:33.48 ---> saved as "86f05d36149637da4d62fc6ee4f869e7658f8d1cdd1d02665b8fa7ba3719be19" /src: (copy (src .) (dst /src)) 2025-09-16 10:33.49 ---> saved as "a383f4913e242791ad7686527b759f224465eb75ba9e75d50bb54ed0e2432125" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2025-09-16 10:33.50 ---> saved as "be0bcedd80a7ec3dbb6a9aed6d26baa56e70a67a830faba8fbe19bc862ab36dc" Job succeeded 2025-09-16 10:33.51: Job succeeded