2026-03-19 08:04.46: New job: test ocaml-multicore/eio-trace https://github.com/ocaml-multicore/eio-trace.git#refs/heads/main (ce5fb3cfd516783c13cc6ae1962459a0c57a2514) (linux-x86_64:alpine-3.22-5.4_opam-2.5)Base: ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5Opam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-multicore/eio-trace.git" -b "main" && cd "eio-trace" && git reset --hard ce5fb3cfcat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5# alpine-3.22-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -uCOPY --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-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.2.1.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.22.0 dune-configurator.3.22.0 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.4 lablgtk3.3.1.5-1 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.1 uring.2.7.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y eio-trace.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-03-19 08:04.46: Using cache hint "ocaml-multicore/eio-trace-ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5-alpine-3.22-5.4_opam-2.5-a7880d1c0c35d26c58065cfb016f7a43"2026-03-19 08:04.46: Using OBuilder spec:((from ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5)(comment alpine-3.22-5.4_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && 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 (shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "afl-persistent.1.4 base-bigarray.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.2.1.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.22.0 dune-configurator.3.22.0 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.4 lablgtk3.3.1.5-1 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.1 uring.2.7.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.5 --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")))2026-03-19 08:04.46: Waiting for resource in pool OCluster2026-03-19 12:01.18: Waiting for worker…2026-03-19 12:04.53: Got resource from pool OClusterBuilding on eumacheAll commits already cachedHEAD is now at ce5fb3c Merge pull request #45 from talex5/nix(from ocaml/opam:alpine-3.22-ocaml-5.4@sha256:7d7dd1f15b5b094a8c6ec589b462e81fe5f982c5d6f2ac4af2e5e3dcdc1525e5)2026-03-19 12:04.54 ---> using "8e7368a35b514e2f693b7ef97549c85525e506baecfd9cb71dfa7c1285b9bf9e" from cache/: (comment alpine-3.22-5.4_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-03-19 12:04.54 ---> using "5de1607ed24a4d9a94f038b30a5d26051019ad9d567bd9b920207c8a8790958e" 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2026-03-19 12:04.54 ---> using "9a9c4e5cee84ea1f4dd03ef20c73db2f8677135dce421b26bfc6a84a6e4cec86" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 5.15.0-131-genericThe OCaml toplevel, version 5.4.02.5.02026-03-19 12:04.54 ---> using "667074f5be2334a92415ceab74ec15bb59d47bdf0e2beb825eaa389555f40c78" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-19 12:04.54 ---> using "33c7b91e3a3fd17dd0b670dfb64c2fe390ea331270d4439429317512d6a40df2" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef || git fetch origin master) && git reset -q --hard 9f189ca4f94fbb5f0045820bf3c4ffafb21145ef && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADa6b2f19780..9f189ca4f9 master -> origin/master9f189ca4f9 Merge pull request #29562 from shonfeder/release-dune-3.22.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possibleHowever, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.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)2026-03-19 12:04.54 ---> using "8593ccef5932dcda59545a3d9dc8bb31fb19217e61fef42361b30d044bebfffa" from cache/src: (copy (src eio-trace.opam) (dst ./))2026-03-19 12:04.55 ---> saved as "fdd93cf55b2324b27790bb01b547ab826a9c568a1c7a7e269a0f1f234459b9a0"/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)2026-03-19 12:05.00 ---> saved as "dac1e6fa4972dae493983068e834810220fd798f1b684fda31b09b8f3385b6d0"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-19 12:05.01 ---> saved as "eae740922a67f579961dfe1d93597dc54bf44dd974e108d5848a34e099c408f4"/src: (env DEPS "afl-persistent.1.4 base-bigarray.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.2.1.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 crowbar.0.2.2 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.22.0 dune-configurator.3.22.0 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.4 lablgtk3.3.1.5-1 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.1 uring.2.7.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.5 --depext-only -y eio-trace.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.3-75-ged08c5a4e85 [https://dl-cdn.alpinelinux.org/alpine/v3.22/main]- v3.22.3-76-g2f42617de4f [https://dl-cdn.alpinelinux.org/alpine/v3.22/community]- v20260127-3340-gc788c35cc2d [https://dl-cdn.alpinelinux.org/alpine/edge/main]- v20260127-3325-g35baec0ae82 [https://dl-cdn.alpinelinux.org/alpine/edge/community]- v20260127-3324-gf9ebfb46bef [https://dl-cdn.alpinelinux.org/alpine/edge/testing]- OK: 61067 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.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.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/170) Installing cairo-tools (1.18.4-r0)- (2/170) Upgrading libexpat (2.7.3-r0 -> 2.7.5-r0)- (3/170) Installing libpng (1.6.55-r0)- (4/170) Installing freetype (2.13.3-r0)- (5/170) Installing fontconfig (2.15.0-r3)- (6/170) Installing expat (2.7.5-r0)- (7/170) Installing expat-dev (2.7.5-r0)- (8/170) Installing bzip2-dev (1.0.8-r6)- (9/170) Installing brotli (1.1.0-r2)- (10/170) Installing brotli-dev (1.1.0-r2)- (11/170) Installing zlib-dev (1.3.1-r2)- (12/170) Installing libpng-dev (1.6.55-r0)- (13/170) Installing freetype-dev (2.13.3-r0)- (14/170) Installing fontconfig-dev (2.15.0-r3)- (15/170) Installing libxext (1.3.6-r2)- (16/170) Installing libxext-dev (1.3.6-r2)- (17/170) Installing libxrender (0.9.12-r0)- (18/170) Installing libxrender-dev (0.9.12-r0)- (19/170) Installing pixman (0.46.4-r0)- (20/170) Installing pixman-dev (0.46.4-r0)- (21/170) Installing util-macros (1.20.1-r0)- (22/170) Installing xcb-util (0.4.1-r3)- (23/170) Installing xcb-util-dev (0.4.1-r3)- (24/170) Installing cairo (1.18.4-r0)- (25/170) Installing libintl (0.24.1-r0)- (26/170) Installing libeconf (0.6.3-r0)- (27/170) Installing libblkid (2.41-r9)- (28/170) Installing libmount (2.41-r9)- (29/170) Installing glib (2.84.4-r0)- (30/170) Installing cairo-gobject (1.18.4-r0)- (31/170) Installing libxml2 (2.13.9-r0)- (32/170) Installing libxml2-utils (2.13.9-r0)- (33/170) Installing docbook-xml (4.5-r10)- Executing docbook-xml-4.5-r10.post-install- (34/170) Installing libxslt (1.1.43-r3)- (35/170) Installing docbook-xsl-ns (1.79.2-r11)- Executing docbook-xsl-ns-1.79.2-r11.post-install- (36/170) Installing docbook-xsl-nons (1.79.2-r11)- Executing docbook-xsl-nons-1.79.2-r11.post-install- (37/170) Installing docbook-xsl (1.79.2-r11)- (38/170) Installing gettext-asprintf (0.24.1-r0)- (39/170) Installing gettext-libs (0.24.1-r0)- (40/170) Installing gettext-envsubst (0.24.1-r0)- (41/170) Installing gettext (0.24.1-r0)- (42/170) Installing gettext-dev (0.24.1-r0)- (43/170) Installing py3-parsing (3.2.5-r0)- (44/170) Installing py3-parsing-pyc (3.2.5-r0)- (45/170) Installing py3-packaging (25.0-r0)- (46/170) Installing py3-packaging-pyc (25.0-r0)- (47/170) Installing linux-headers (6.14.2-r0)- (48/170) Installing libffi-dev (3.4.8-r0)- (49/170) Installing bsd-compat-headers (0.7.2-r6)- (50/170) Installing libedit (20250104.3.1-r1)- (51/170) Installing libedit-dev (20250104.3.1-r1)- (52/170) Installing libpcre2-16 (10.46-r0)- (53/170) Installing libpcre2-32 (10.46-r0)- (54/170) Installing pcre2-dev (10.46-r0)- (55/170) Installing libuuid (2.41-r9)- (56/170) Installing libfdisk (2.41-r9)- (57/170) Installing liblastlog2 (2.41-r9)- (58/170) Installing libsmartcols (2.41-r9)- (59/170) Installing sqlite (3.49.2-r1)- (60/170) Installing sqlite-dev (3.49.2-r1)- (61/170) Installing util-linux-dev (2.41-r9)- (62/170) Installing glib-dev (2.84.4-r0)- (63/170) Installing cairo-dev (1.18.4-r0)- (64/170) Installing shared-mime-info (2.4-r6)- (65/170) Installing libjpeg-turbo (3.1.0-r0)- (66/170) Installing libsharpyuv (1.5.0-r0)- (67/170) Installing libwebp (1.5.0-r0)- (68/170) Installing tiff (4.7.1-r0)- (69/170) Installing gdk-pixbuf (2.42.12-r1)- (70/170) Installing libturbojpeg (3.1.0-r0)- (71/170) Installing libjpeg-turbo-dev (3.1.0-r0)- (72/170) Installing libtiffxx (4.7.1-r0)- (73/170) Installing libwebpdecoder (1.5.0-r0)- (74/170) Installing libwebpdemux (1.5.0-r0)- (75/170) Installing libwebpmux (1.5.0-r0)- (76/170) Installing libwebp-dev (1.5.0-r0)- (77/170) Installing zstd-dev (1.5.7-r0)- (78/170) Installing tiff-dev (4.7.1-r0)- (79/170) Installing gdk-pixbuf-dev (2.42.12-r1)- (80/170) Installing libepoxy (1.5.10-r1)- (81/170) Installing hwdata-pci (0.395-r0)- (82/170) Installing libpciaccess (0.18.1-r0)- (83/170) Installing libdrm (2.4.124-r0)- (84/170) Installing libpciaccess-dev (0.18.1-r0)- (85/170) Installing libdrm-dev (2.4.124-r0)- (86/170) Installing libxdamage (1.1.6-r5)- (87/170) Installing libxfixes (6.0.1-r4)- (88/170) Installing libxfixes-dev (6.0.1-r4)- (89/170) Installing libxdamage-dev (1.1.6-r5)- (90/170) Installing libxshmfence (1.3.3-r0)- (91/170) Installing libxshmfence-dev (1.3.3-r0)- (92/170) Installing llvm20-libs (20.1.8-r0)- (93/170) Installing spirv-tools (1.4.313.0-r0)- (94/170) Installing libelf (0.193-r0)- (95/170) Installing wayland-libs-server (1.23.1-r3)- (96/170) Installing mesa (25.1.9-r0)- (97/170) Installing mesa-gbm (25.1.9-r0)- (98/170) Installing wayland-libs-client (1.23.1-r3)- (99/170) Installing mesa-egl (25.1.9-r0)- (100/170) Installing libxxf86vm (1.1.7-r0)- (101/170) Installing mesa-gl (25.1.9-r0)- (102/170) Installing mesa-gles (25.1.9-r0)- (103/170) Installing clang20-headers (20.1.8-r0)- (104/170) Installing libclc (20.1.8-r0)- (105/170) Installing spirv-llvm-translator-libs (20.1.2-r0)- (106/170) Installing clang20-libs (20.1.8-r0)- (107/170) Installing mesa-rusticl (25.1.9-r0)- (108/170) Installing mesa-xatracker (25.1.9-r0)- (109/170) Installing libxxf86vm-dev (1.1.7-r0)- (110/170) Installing mesa-dev (25.1.9-r0)- (111/170) Installing libepoxy-dev (1.5.10-r1)- (112/170) Installing libxi (1.8.2-r0)- (113/170) Installing libxi-dev (1.8.2-r0)- (114/170) Installing libxinerama (1.1.5-r4)- (115/170) Installing libxinerama-dev (1.1.5-r4)- (116/170) Installing xkeyboard-config (2.43-r0)- (117/170) Installing libxkbcommon (1.8.1-r2)- (118/170) Installing libxkbcommon-x11 (1.8.1-r2)- (119/170) Installing xz-dev (5.8.1-r0)- (120/170) Installing libxml2-dev (2.13.9-r0)- (121/170) Installing libxkbcommon-dev (1.8.1-r2)- (122/170) Installing wayland-libs-cursor (1.23.1-r3)- (123/170) Installing wayland-protocols (1.44-r0)- (124/170) Installing gobject-introspection (1.84.0-r0)- (125/170) Installing hicolor-icon-theme (0.18-r0)- (126/170) Installing gtk-update-icon-cache (3.24.50-r0)- (127/170) Installing libxcomposite (0.4.6-r5)- (128/170) Installing libxcursor (1.2.3-r0)- (129/170) Installing libxrandr (1.5.4-r1)- (130/170) Installing libatk-1.0 (2.56.5-r0)- (131/170) Installing dbus-libs (1.16.2-r1)- (132/170) Installing at-spi2-core-libs (2.56.5-r0)- (133/170) Installing libxtst (1.2.5-r0)- (134/170) Installing at-spi2-core (2.56.5-r0)- (135/170) Installing libatk-bridge-2.0 (2.56.5-r0)- (136/170) Installing avahi-libs (0.8-r21)- (137/170) Installing nettle (3.10.2-r0)- (138/170) Installing libtasn1 (4.21.0-r0)- (139/170) Installing p11-kit (0.25.5-r2)- (140/170) Installing gnutls (3.8.12-r0)- (141/170) Installing cups-libs (2.4.16-r0)- (142/170) Installing fribidi (1.0.16-r1)- (143/170) Installing graphite2 (1.3.14-r6)- (144/170) Installing harfbuzz (11.2.1-r0)- (145/170) Installing libxft (2.3.8-r3)- (146/170) Installing pango (1.56.3-r0)- (147/170) Installing wayland-libs-egl (1.23.1-r3)- (148/170) Installing gtk+3.0 (3.24.50-r0)- (149/170) Installing dbus-dev (1.16.2-r1)- (150/170) Installing libxtst-dev (1.2.5-r0)- (151/170) Installing at-spi2-core-dev (2.56.5-r0)- (152/170) Installing fribidi-dev (1.0.16-r1)- (153/170) Installing pango-tools (1.56.3-r0)- (154/170) Installing harfbuzz-cairo (11.2.1-r0)- (155/170) Installing harfbuzz-gobject (11.2.1-r0)- (156/170) 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.- *- (157/170) Installing icu-libs (76.1-r1)- (158/170) Installing harfbuzz-icu (11.2.1-r0)- (159/170) Installing harfbuzz-subset (11.2.1-r0)- (160/170) Installing graphite2-dev (1.3.14-r6)- (161/170) Installing icu (76.1-r1)- (162/170) Installing icu-dev (76.1-r1)- (163/170) Installing harfbuzz-dev (11.2.1-r0)- (164/170) Installing libxft-dev (2.3.8-r3)- (165/170) Installing pango-dev (1.56.3-r0)- (166/170) Installing wayland-dev (1.23.1-r3)- (167/170) Installing libxcomposite-dev (0.4.6-r5)- (168/170) Installing libxcursor-dev (1.2.3-r0)- (169/170) Installing libxrandr-dev (1.5.4-r1)- (170/170) Installing gtk+3.0-dev (3.24.50-r0)- Executing busybox-1.37.0-r20.trigger- Executing glib-2.84.4-r0.trigger- Executing shared-mime-info-2.4-r6.trigger- Executing gdk-pixbuf-2.42.12-r1.trigger- Executing gtk-update-icon-cache-3.24.50-r0.trigger- Executing gtk+3.0-3.24.50-r0.trigger- OK: 995 MiB in 272 packages# To update the current shell environment, run: eval $(opam env)2026-03-19 12:06.34 ---> saved as "bdbab9f1cc503f93b22ea889a6b637af554580423efbcc4f918123c4e86bb914"/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.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.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 33 packages- install afl-persistent 1.4- install bigstringaf 0.10.0- install cairo2 0.6.5- install camlp-streams 5.0.1- install cmdliner 2.1.0- install conf-cairo 1- install conf-gtk3 18- install conf-pkg-config 4- install crowbar 0.2.2- install csexp 1.5.2- install cstruct 6.2.0- install domain-local-await 1.0.1- install dune 3.22.0- install dune-configurator 3.22.0- 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.4- install lablgtk3 3.1.5-1- install lwt-dllist 1.1.0- install mtime 2.1.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- 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.1- install uring 2.7.0<><> 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 crowbar.0.2.2 (cached)-> retrieved cmdliner.2.1.0 (cached)-> installed conf-pkg-config.4-> retrieved csexp.1.5.2 (cached)-> retrieved cstruct.6.2.0 (cached)-> retrieved domain-local-await.1.0.1 (cached)-> installed conf-cairo.1-> installed conf-gtk3.18-> retrieved fmt.0.11.0 (cached)-> retrieved hmap.0.8.1 (cached)-> retrieved iomux.0.4 (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 lablgtk3.3.1.5-1 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (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.1 (cached)-> retrieved uring.2.7.0 (cached)-> retrieved dune.3.22.0, dune-configurator.3.22.0 (cached)-> installed cmdliner.2.1.0-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed hmap.0.8.1-> installed mtime.2.1.0-> installed fmt.0.11.0-> installed dune.3.22.0-> 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 crowbar.0.2.2-> installed domain-local-await.1.0.1-> installed dune-configurator.3.22.0-> installed bigstringaf.0.10.0-> installed iomux.0.4-> installed eio.1.3-> installed uring.2.7.0-> installed cairo2.0.6.5-> installed eio_linux.1.3-> installed eio_posix.1.3-> installed eio_main.1.3-> installed lablgtk3.3.1.5-1Done.<><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><>=> afl-persistent is installed, but since the current OCaml compiler doesnot enable AFL instrumentation by default, most packages will not beinstrumented and fuzzing with afl-fuzz may not be effective.To globally enable AFL instrumentation, create an OCaml switch like:opam switch create 5.4.0+afl ocaml-variants.5.4.0+options ocaml-option-afl# To update the current shell environment, run: eval $(opam env)2026-03-19 12:08.39 ---> saved as "bd395fde465d5acf74e1025820990aeb88e9242e13b719acfc39f7fdd2efbb90"/src: (copy (src .) (dst /src))2026-03-19 12:08.41 ---> saved as "a31a0672ce773cac4be6b08881041fe4bf425ed85f3e54858b215a584f86ca42"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test.exe)ivt: PASSspace: PASS2026-03-19 12:08.46 ---> saved as "c2fae89cf093142fad152a76d456a7589692537bd8bebed86a2007f5125319fc"Job succeeded2026-03-19 12:08.46: Job succeeded