2025-07-31 07:25.24: New job: test ocaml-multicore/eio-trace https://github.com/ocaml-multicore/eio-trace.git#refs/heads/main (5a6ff407011f4e9292ac9b0fcfc30ce44ff6872c) (linux-x86_64:alpine-3.21-5.3_opam-2.4) Base: ocaml/opam:alpine-3.21-ocaml-5.3@sha256:d6c030813e949275bc4a13bcb712613b7e39a2eaa287092f6084a6bc44d4a5c4 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-multicore/eio-trace.git" -b "main" && cd "eio-trace" && git reset --hard 5a6ff407 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:alpine-3.21-ocaml-5.3@sha256:d6c030813e949275bc4a13bcb712613b7e39a2eaa287092f6084a6bc44d4a5c4 # alpine-3.21-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 e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 eio-trace.opam ./ RUN opam pin add -yn eio-trace.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="afl-persistent.1.4 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cairo2.0.6.5 camlp-streams.5.0.1 cmdliner.1.3.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.19.1 dune-configurator.3.19.1 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.3 lablgtk3.3.1.5 lwt-dllist.1.1.0 mtime.2.1.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 ocplib-endian.1.2 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.0 uring.0.9" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y eio-trace.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-31 07:25.24: Using cache hint "ocaml-multicore/eio-trace-ocaml/opam:alpine-3.21-ocaml-5.3@sha256:d6c030813e949275bc4a13bcb712613b7e39a2eaa287092f6084a6bc44d4a5c4-alpine-3.21-5.3_opam-2.4-b140b9729fce1eed68aec013e2d8e32a" 2025-07-31 07:25.24: Using OBuilder spec: ((from ocaml/opam:alpine-3.21-ocaml-5.3@sha256:d6c030813e949275bc4a13bcb712613b7e39a2eaa287092f6084a6bc44d4a5c4) (comment alpine-3.21-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 e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src eio-trace.opam) (dst ./)) (run (network host) (shell "opam pin add -yn eio-trace.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "afl-persistent.1.4 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cairo2.0.6.5 camlp-streams.5.0.1 cmdliner.1.3.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.19.1 dune-configurator.3.19.1 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.3 lablgtk3.3.1.5 lwt-dllist.1.1.0 mtime.2.1.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 ocplib-endian.1.2 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.0 uring.0.9") (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 eio-trace.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-31 07:25.24: Waiting for resource in pool OCluster 2025-07-31 07:32.19: Waiting for worker… 2025-07-31 07:35.30: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached HEAD is now at 5a6ff40 Merge pull request #44 from talex5/fix-end-time (from ocaml/opam:alpine-3.21-ocaml-5.3@sha256:d6c030813e949275bc4a13bcb712613b7e39a2eaa287092f6084a6bc44d4a5c4) Unable to find image 'ocaml/opam:alpine-3.21-ocaml-5.3@sha256:d6c030813e949275bc4a13bcb712613b7e39a2eaa287092f6084a6bc44d4a5c4' locally docker.io/ocaml/opam@sha256:d6c030813e949275bc4a13bcb712613b7e39a2eaa287092f6084a6bc44d4a5c4: Pulling from ocaml/opam dd574f0c3492: Already exists 8540a499f37c: Already exists b7863f207dd8: Already exists a028201b8c3d: Pulling fs layer f1404b034812: Pulling fs layer e4a578470d64: Pulling fs layer 185fe4286ebd: Pulling fs layer a028201b8c3d: Waiting f1404b034812: Waiting e4a578470d64: Waiting f1404b034812: Download complete e4a578470d64: Verifying Checksum e4a578470d64: Download complete 185fe4286ebd: Verifying Checksum 185fe4286ebd: Download complete a028201b8c3d: Verifying Checksum a028201b8c3d: Download complete a028201b8c3d: Pull complete f1404b034812: Pull complete e4a578470d64: Pull complete 185fe4286ebd: Pull complete Digest: sha256:d6c030813e949275bc4a13bcb712613b7e39a2eaa287092f6084a6bc44d4a5c4 Status: Downloaded newer image for ocaml/opam@sha256:d6c030813e949275bc4a13bcb712613b7e39a2eaa287092f6084a6bc44d4a5c4 2025-07-31 07:35.31 ---> using "3796098fd0d126823ed854f278abbadfdc00c11994147612c943e9529c5a2921" from cache /: (comment alpine-3.21-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-07-31 07:35.31 ---> using "eaaa5e79577a38914056e586e718250dd06d3f1958e0073827c7b1f3807787c5" 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 [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-31 07:35.31 ---> using "c2249f8933ae50245746ed5374725cc9093093eb3ff835b7f0716c1631cbd18f" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 5.15.0-134-generic The OCaml toplevel, version 5.3.0 2.4.1 2025-07-31 07:35.31 ---> using "cff78d7485641ee4d4d9eca158d2ed6d201b93d46d2b0736269d1a45c06edd88" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-07-31 07:35.31 ---> using "3ef68c3907f00c424b8ce3abb4153990165fa9773eaeb7b0c229472c62046fde" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && git log --no-decorate -n1 --oneline && opam update -u")) e77940d8ff Merge pull request #28255 from dbuenzli/b0-publish-fmt.0.11.0 <><> 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-07-31 07:35.31 ---> using "a050f52a7ba9cddb96f0ba46b70b7721a9398e5d6dc14671231b2197d95b1de7" from cache /src: (copy (src eio-trace.opam) (dst ./)) 2025-07-31 07:35.31 ---> saved as "d91553f5bd1ee50129aee8fe32c827bcd6bb7401a764bcf5895c3c35313424ea" /src: (run (network host) (shell "opam pin add -yn eio-trace.dev './'")) [eio-trace.dev] synchronised (file:///src) eio-trace is now pinned to file:///src (version dev) 2025-07-31 07:35.34 ---> saved as "5846a0e3d713fec79b175ccc23504440e4e9b63fa5a80551dfd01d489357d0b7" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-07-31 07:35.34 ---> saved as "97890179451024998401d700386086163a2a012e5cadb4b4311451038b4dd367" /src: (env DEPS "afl-persistent.1.4 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cairo2.0.6.5 camlp-streams.5.0.1 cmdliner.1.3.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.19.1 dune-configurator.3.19.1 eio.1.3 eio_linux.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.3 lablgtk3.3.1.5 lwt-dllist.1.1.0 mtime.2.1.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 ocplib-endian.1.2 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.0 uring.0.9") /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 eio-trace.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.4-24-g2d13e6f2c9c [https://dl-cdn.alpinelinux.org/alpine/v3.21/main] - v3.21.4-22-gaa6bf2dd9cc [https://dl-cdn.alpinelinux.org/alpine/v3.21/community] - v3.23.0_alpha20250612-3599-g383c9b1a8b9 [https://dl-cdn.alpinelinux.org/alpine/edge/main] - v3.23.0_alpha20250612-3601-g24158cd4f39 [https://dl-cdn.alpinelinux.org/alpine/edge/community] - v3.23.0_alpha20250612-3603-g7e4c4d2d9f4 [https://dl-cdn.alpinelinux.org/alpine/edge/testing] - OK: 59231 distinct packages available <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [eio-trace.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 gtk+3.0-dev linux-headers <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/sudo "apk" "add" "cairo-dev" "gtk+3.0-dev" "linux-headers" - (1/172) Installing cairo-tools (1.18.4-r0) - (2/172) Installing libpng (1.6.47-r0) - (3/172) Installing freetype (2.13.3-r0) - (4/172) Installing fontconfig (2.15.0-r1) - (5/172) Installing expat (2.7.0-r0) - (6/172) Installing expat-dev (2.7.0-r0) - (7/172) Installing bzip2-dev (1.0.8-r6) - (8/172) Installing brotli (1.1.0-r2) - (9/172) Installing brotli-dev (1.1.0-r2) - (10/172) Installing zlib-dev (1.3.1-r2) - (11/172) Installing libpng-dev (1.6.47-r0) - (12/172) Installing freetype-dev (2.13.3-r0) - (13/172) Installing fontconfig-dev (2.15.0-r1) - (14/172) Installing libxext (1.3.6-r2) - (15/172) Upgrading sqlite-libs (3.48.0-r2 -> 3.48.0-r3) - (16/172) Installing libxext-dev (1.3.6-r2) - (17/172) Installing libxrender (0.9.11-r5) - (18/172) Installing libxrender-dev (0.9.11-r5) - (19/172) Installing pixman (0.43.4-r1) - (20/172) Installing pixman-dev (0.43.4-r1) - (21/172) Installing util-macros (1.20.1-r0) - (22/172) Installing xcb-util (0.4.1-r3) - (23/172) Installing xcb-util-dev (0.4.1-r3) - (24/172) Installing cairo (1.18.4-r0) - (25/172) Installing libintl (0.22.5-r0) - (26/172) Installing libeconf (0.6.3-r0) - (27/172) Installing libblkid (2.40.4-r1) - (28/172) Installing libmount (2.40.4-r1) - (29/172) Installing glib (2.82.5-r0) - (30/172) Installing cairo-gobject (1.18.4-r0) - (31/172) Installing libxml2 (2.13.4-r6) - (32/172) Installing libxml2-utils (2.13.4-r6) - (33/172) Installing docbook-xml (4.5-r9) - Executing docbook-xml-4.5-r9.post-install - (34/172) Installing libgpg-error (1.51-r0) - (35/172) Installing libgcrypt (1.10.3-r1) - (36/172) Installing libxslt (1.1.42-r2) - (37/172) Installing docbook-xsl-ns (1.79.2-r11) - Executing docbook-xsl-ns-1.79.2-r11.post-install - (38/172) Installing docbook-xsl-nons (1.79.2-r11) - Executing docbook-xsl-nons-1.79.2-r11.post-install - (39/172) Installing docbook-xsl (1.79.2-r11) - (40/172) Installing gettext-asprintf (0.22.5-r0) - (41/172) Installing gettext-libs (0.22.5-r0) - (42/172) Installing gettext-envsubst (0.22.5-r0) - (43/172) Installing gettext (0.22.5-r0) - (44/172) Installing gettext-dev (0.22.5-r0) - (45/172) Installing py3-parsing (3.1.4-r0) - (46/172) Installing py3-parsing-pyc (3.1.4-r0) - (47/172) Installing py3-packaging (24.2-r0) - (48/172) Installing py3-packaging-pyc (24.2-r0) - (49/172) Installing linux-headers (6.6-r1) - (50/172) Installing libffi-dev (3.4.7-r0) - (51/172) Installing bsd-compat-headers (0.7.2-r6) - (52/172) Installing libedit (20240808.3.1-r0) - (53/172) Installing libedit-dev (20240808.3.1-r0) - (54/172) Installing libpcre2-16 (10.43-r0) - (55/172) Installing libpcre2-32 (10.43-r0) - (56/172) Installing pcre2-dev (10.43-r0) - (57/172) Installing libuuid (2.40.4-r1) - (58/172) Installing libfdisk (2.40.4-r1) - (59/172) Installing liblastlog2 (2.40.4-r1) - (60/172) Installing libsmartcols (2.40.4-r1) - (61/172) Installing sqlite (3.48.0-r3) - (62/172) Installing sqlite-dev (3.48.0-r3) - (63/172) Installing util-linux-dev (2.40.4-r1) - (64/172) Installing glib-dev (2.82.5-r0) - (65/172) Installing cairo-dev (1.18.4-r0) - (66/172) Installing shared-mime-info (2.4-r2) - (67/172) Installing libjpeg-turbo (3.0.4-r0) - (68/172) Installing libsharpyuv (1.4.0-r0) - (69/172) Installing libwebp (1.4.0-r0) - (70/172) Installing tiff (4.7.0-r0) - (71/172) Installing gdk-pixbuf (2.42.12-r1) - (72/172) Installing libturbojpeg (3.0.4-r0) - (73/172) Installing libjpeg-turbo-dev (3.0.4-r0) - (74/172) Installing libtiffxx (4.7.0-r0) - (75/172) Installing libwebpdecoder (1.4.0-r0) - (76/172) Installing libwebpdemux (1.4.0-r0) - (77/172) Installing libwebpmux (1.4.0-r0) - (78/172) Installing libwebp-dev (1.4.0-r0) - (79/172) Installing zstd-dev (1.5.6-r2) - (80/172) Installing tiff-dev (4.7.0-r0) - (81/172) Installing gdk-pixbuf-dev (2.42.12-r1) - (82/172) Installing libepoxy (1.5.10-r1) - (83/172) Installing hwdata-pci (0.393-r0) - (84/172) Installing libpciaccess (0.18.1-r0) - (85/172) Installing libdrm (2.4.123-r1) - (86/172) Installing libpciaccess-dev (0.18.1-r0) - (87/172) Installing libdrm-dev (2.4.123-r1) - (88/172) Installing libxdamage (1.1.6-r5) - (89/172) Installing libxfixes (6.0.1-r4) - (90/172) Installing libxfixes-dev (6.0.1-r4) - (91/172) Installing libxdamage-dev (1.1.6-r5) - (92/172) Installing libxshmfence (1.3.2-r6) - (93/172) Installing libxshmfence-dev (1.3.2-r6) - (94/172) Installing llvm19-libs (19.1.4-r1) - (95/172) Installing libelf (0.191-r0) - (96/172) Installing mesa-glapi (24.2.8-r0) - (97/172) Installing mesa (24.2.8-r0) - (98/172) Installing wayland-libs-server (1.23.1-r0) - (99/172) Installing mesa-gbm (24.2.8-r0) - (100/172) Installing wayland-libs-client (1.23.1-r0) - (101/172) Installing mesa-egl (24.2.8-r0) - (102/172) Installing libxxf86vm (1.1.5-r6) - (103/172) Installing mesa-gl (24.2.8-r0) - (104/172) Installing mesa-gles (24.2.8-r0) - (105/172) Installing mesa-osmesa (24.2.8-r0) - (106/172) Installing clang19-headers (19.1.4-r0) - (107/172) Installing libclc (19.1.4-r0) - (108/172) Installing spirv-llvm-translator-libs (19.1.2-r0) - (109/172) Installing spirv-tools (1.3.296.0-r0) - (110/172) Installing clang19-libs (19.1.4-r0) - (111/172) Installing mesa-rusticl (24.2.8-r0) - (112/172) Installing mesa-xatracker (24.2.8-r0) - (113/172) Installing libxxf86vm-dev (1.1.5-r6) - (114/172) Installing mesa-dev (24.2.8-r0) - (115/172) Installing libepoxy-dev (1.5.10-r1) - (116/172) Installing libxi (1.8.2-r0) - (117/172) Installing libxi-dev (1.8.2-r0) - (118/172) Installing libxinerama (1.1.5-r4) - (119/172) Installing libxinerama-dev (1.1.5-r4) - (120/172) Installing xkeyboard-config (2.43-r0) - (121/172) Installing libxkbcommon (1.7.0-r1) - (122/172) Installing libxkbcommon-x11 (1.7.0-r1) - (123/172) Installing xz-dev (5.6.3-r1) - (124/172) Installing libxml2-dev (2.13.4-r6) - (125/172) Installing libxkbcommon-dev (1.7.0-r1) - (126/172) Installing wayland-libs-cursor (1.23.1-r0) - (127/172) Installing wayland-protocols (1.38-r0) - (128/172) Installing hicolor-icon-theme (0.18-r0) - (129/172) Installing gtk-update-icon-cache (3.24.49-r0) - (130/172) Installing libxcomposite (0.4.6-r5) - (131/172) Installing libxcursor (1.2.3-r0) - (132/172) Installing libxrandr (1.5.4-r1) - (133/172) Installing libatk-1.0 (2.54.1-r0) - (134/172) Installing libxtst (1.2.5-r0) - (135/172) Installing dbus-libs (1.14.10-r4) - (136/172) Installing at-spi2-core (2.54.1-r0) - (137/172) Installing libatk-bridge-2.0 (2.54.1-r0) - (138/172) Installing avahi-libs (0.8-r19) - (139/172) Installing nettle (3.10-r1) - (140/172) Installing libtasn1 (4.20.0-r0) - (141/172) Installing p11-kit (0.25.5-r2) - (142/172) Installing gnutls (3.8.8-r0) - (143/172) Installing cups-libs (2.4.11-r0) - (144/172) Installing fribidi (1.0.16-r0) - (145/172) Installing graphite2 (1.3.14-r6) - (146/172) Installing harfbuzz (9.0.0-r1) - (147/172) Installing libxft (2.3.8-r3) - (148/172) Installing pango (1.54.0-r1) - (149/172) Installing wayland-libs-egl (1.23.1-r0) - (150/172) Installing gtk+3.0 (3.24.49-r0) - (151/172) Installing dbus-dev (1.14.10-r4) - (152/172) Installing libxtst-dev (1.2.5-r0) - (153/172) Installing at-spi2-core-dev (2.54.1-r0) - (154/172) Installing fribidi-dev (1.0.16-r0) - (155/172) Installing pango-tools (1.54.0-r1) - (156/172) Installing harfbuzz-cairo (9.0.0-r1) - (157/172) Installing harfbuzz-gobject (9.0.0-r1) - (158/172) Installing icu-data-en (74.2-r1) - Executing icu-data-en-74.2-r1.post-install - * - * If you need ICU with non-English locales and legacy charset support, install - * package icu-data-full. - * - (159/172) Installing icu-libs (74.2-r1) - (160/172) Installing harfbuzz-icu (9.0.0-r1) - (161/172) Installing harfbuzz-subset (9.0.0-r1) - (162/172) Installing graphite2-dev (1.3.14-r6) - (163/172) Installing icu (74.2-r1) - (164/172) Installing icu-dev (74.2-r1) - (165/172) Installing harfbuzz-dev (9.0.0-r1) - (166/172) Installing libxft-dev (2.3.8-r3) - (167/172) Installing pango-dev (1.54.0-r1) - (168/172) Installing wayland-dev (1.23.1-r0) - (169/172) Installing libxcomposite-dev (0.4.6-r5) - (170/172) Installing libxcursor-dev (1.2.3-r0) - (171/172) Installing libxrandr-dev (1.5.4-r1) - (172/172) Installing gtk+3.0-dev (3.24.49-r0) - Executing busybox-1.37.0-r12.trigger - Executing glib-2.82.5-r0.trigger - Executing shared-mime-info-2.4-r2.trigger - Executing gdk-pixbuf-2.42.12-r1.trigger - Executing gtk-update-icon-cache-3.24.49-r0.trigger - Executing gtk+3.0-3.24.49-r0.trigger - OK: 978 MiB in 273 packages 2025-07-31 07:46.27 ---> saved as "55bf39e89f4d4db5ea59c5b31beac23c7347a3d0862606452d6b4f355437af32" /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 36 packages - install afl-persistent 1.4 - install base-bytes base - install bigstringaf 0.10.0 - install cairo2 0.6.5 - install camlp-streams 5.0.1 - install cmdliner 1.3.0 - install conf-cairo 1 - install conf-gtk3 18 - install conf-pkg-config 4 - install cppo 1.8.0 - install crowbar 0.2.1 - install csexp 1.5.2 - install cstruct 6.2.0 - install domain-local-await 1.0.1 - install dune 3.19.1 - install dune-configurator 3.19.1 - install eio 1.3 - install eio_linux 1.3 - install eio_main 1.3 - install eio_posix 1.3 - install fmt 0.11.0 - install hmap 0.8.1 - install iomux 0.3 - install lablgtk3 3.1.5 - install lwt-dllist 1.1.0 - install mtime 2.1.0 - install ocamlbuild 0.16.1 - install ocamlfind 1.9.8 - install ocplib-endian 1.2 - install optint 0.3.0 - install processor 0.2 - install psq 0.2.1 - install seq base - install thread-table 1.0.0 - install topkg 1.1.0 - install uring 0.9 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved afl-persistent.1.4 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved cairo2.0.6.5 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved cmdliner.1.3.0 (cached) -> retrieved cppo.1.8.0 (cached) -> installed conf-pkg-config.4 -> retrieved crowbar.0.2.1 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cstruct.6.2.0 (cached) -> installed conf-cairo.1 -> installed conf-gtk3.18 -> retrieved domain-local-await.1.0.1 (cached) -> retrieved fmt.0.11.0 (cached) -> retrieved hmap.0.8.1 (cached) -> retrieved iomux.0.3 (cached) -> retrieved eio.1.3, eio_linux.1.3, eio_main.1.3, eio_posix.1.3 (cached) -> retrieved lwt-dllist.1.1.0 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved lablgtk3.3.1.5 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved ocplib-endian.1.2 (cached) -> retrieved optint.0.3.0 (cached) -> retrieved psq.0.2.1 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved thread-table.1.0.0 (cached) -> retrieved processor.0.2 (cached) -> retrieved topkg.1.1.0 (cached) -> retrieved uring.0.9 (cached) -> retrieved dune.3.19.1, dune-configurator.3.19.1 (cached) -> installed cmdliner.1.3.0 -> installed ocamlbuild.0.16.1 -> installed ocamlfind.1.9.8 -> installed base-bytes.base -> installed topkg.1.1.0 -> installed hmap.0.8.1 -> installed mtime.2.1.0 -> installed fmt.0.11.0 -> installed dune.3.19.1 -> installed afl-persistent.1.4 -> installed lwt-dllist.1.1.0 -> installed csexp.1.5.2 -> installed camlp-streams.5.0.1 -> installed cstruct.6.2.0 -> installed optint.0.3.0 -> installed processor.0.2 -> installed psq.0.2.1 -> installed thread-table.1.0.0 -> installed cppo.1.8.0 -> installed domain-local-await.1.0.1 -> installed ocplib-endian.1.2 -> installed crowbar.0.2.1 -> installed dune-configurator.3.19.1 -> installed bigstringaf.0.10.0 -> installed iomux.0.3 -> installed eio.1.3 -> installed uring.0.9 -> installed cairo2.0.6.5 -> installed eio_posix.1.3 -> installed eio_linux.1.3 -> installed eio_main.1.3 -> installed lablgtk3.3.1.5 Done. <><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><> => afl-persistent is installed, but since the current OCaml compiler does not enable AFL instrumentation by default, most packages will not be instrumented and fuzzing with afl-fuzz may not be effective. To globally enable AFL instrumentation, create an OCaml switch like: opam switch create 5.3.0+afl ocaml-variants.5.3.0+options ocaml-option-afl # To update the current shell environment, run: eval $(opam env) 2025-07-31 07:48.55 ---> saved as "9c892288378f589fc5bddf79252d80a6a378961aff40f5d4f5ad3acb42b48c10" /src: (copy (src .) (dst /src)) 2025-07-31 07:48.55 ---> saved as "e7afe02e8c64721c2980364403a29c7bffc1ab138826a2c11de091d35dca9d17" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./test.exe) ivt: PASS space: PASS 2025-07-31 07:49.01 ---> saved as "5985da0d00dd377cc7c6ce8c1fdca9181bbe83dde43c4ee5ea07ef8fd0c7c68f" Job succeeded 2025-07-31 07:49.01: Job succeeded