2026-04-22 14:12.08: New job: test ocaml-multicore/eio-trace https://github.com/ocaml-multicore/eio-trace.git#refs/heads/main (ce5fb3cfd516783c13cc6ae1962459a0c57a2514) (freebsd-x86_64:freebsd-14.3-5.4_opam-2.5) Base: freebsd-14.3-ocaml-5.4 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 ce5fb3cf cat > Dockerfile <<'END-OF-DOCKERFILE' FROM freebsd-14.3-ocaml-5.4 # freebsd-14.3-5.4_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && 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-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.1 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.2 dune-configurator.3.22.2 eio.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.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --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 2026-04-22 14:12.08: Using cache hint "ocaml-multicore/eio-trace-freebsd-14.3-ocaml-5.4-freebsd-14.3-5.4_opam-2.5-085284b6bece85df568518d453c0bf55" 2026-04-22 14:12.08: Using OBuilder spec: ((from freebsd-14.3-ocaml-5.4) (comment freebsd-14.3-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/local/bin/opam-2.5 /usr/local/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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && 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.1 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.2 dune-configurator.3.22.2 eio.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.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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") (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-04-22 14:12.08: Waiting for resource in pool OCluster 2026-04-22 14:35.33: Waiting for worker… 2026-04-22 15:15.38: Got resource from pool OCluster Building on rosemary All commits already cached HEAD is now at ce5fb3c Merge pull request #45 from talex5/nix (from freebsd-14.3-ocaml-5.4) 2026-04-22 15:12.01 ---> using "463e9b939b79b2568bf98b05cff00f85b3ec5717170cf88773a44ae3b08f11e7" from cache /: (comment freebsd-14.3-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/local/bin/opam-2.5 /usr/local/bin/opam")) 2026-04-22 15:12.02 ---> using "e61cc6f90204801db314d0aa3481b9199ff82a8a270abed9917e5690810c70ed" from cache /src: (run (shell "opam init --reinit -ni")) No configuration file found, using 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.1 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 1 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=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository 2026-04-22 15:12.02 ---> using "991489237400f99acdd227f8234d37ac98134e18d1f3c091be7204acf59248ac" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) FreeBSD 14.3-RELEASE-p3 The OCaml toplevel, version 5.4.1 2.5.0 2026-04-22 15:12.03 ---> using "add5f681a375911dcea6c14418d3635cba7f82294574aa9177e3a0a9fa01d5bd" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-04-22 15:12.03 ---> using "56f48ccddab22348a30c0beee9b14f69a3990eb0fbd9a0ccd0040d116cc1fce5" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 42844088d7..80ba534fc6 master -> origin/master 036883c540 Merge pull request #29788 from dbuenzli/b0-publish-cmdliner.2.1.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository default (at git+file:///home/opam/opam-repository): [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html) default (at git+file:///home/opam/opam-repository): [INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html) Everything as up-to-date as possible The following packages are not being upgraded because the new versions conflict with other installed packages: - ocaml.5.5.0 However, 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. 2026-04-22 15:12.03 ---> using "a59e9e8b30fc610e066b70950d76d735bccf907666272bc868dfdcfacfd22c94" from cache /src: (copy (src eio-trace.opam) (dst ./)) 2026-04-22 15:12.04 ---> saved as "913f7e5de489ea22bd1cd3d383ddf4fd5f11a385e0808c875e046cd95e3c3271" /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-04-22 15:12.06 ---> saved as "82e3409f386ff6e321a32fa8cc3b281083e3a3b2e8ccce05f40c93f199a2a8b0" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-04-22 15:12.08 ---> saved as "91be8247d46aa358da6d94eeed3fcf192e611bf5cd29546909c7202c9af3e315" /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.1 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.2 dune-configurator.3.22.2 eio.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.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 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") /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")) [WARNING] Unknown update command for bsd, skipping system update <><> 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.1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml is already installed (current version is 5.4.1). [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: graphics/cairo gtk3 <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/local/bin/sudo "pkg" "install" "-y" "graphics/cairo" "gtk3" - Updating FreeBSD repository catalogue... - [rosemary] Fetching data: - .. - ..... - ... done - Processing entries: - .. - . - . - .. - . - . - . - . done - FreeBSD repository update completed. 37065 packages processed. - Updating FreeBSD-kmods repository catalogue... - [rosemary] Fetching data: ........ done - Processing entries: .......... done - FreeBSD-kmods repository update completed. 245 packages processed. - All repositories are up to date. - The following 82 package(s) will be affected (of 0 checked): - - New packages to be INSTALLED: - adwaita-icon-theme: 47.0 [FreeBSD] - adwaita-icon-theme-legacy: 46.2 [FreeBSD] - at-spi2-core: 2.56.8 [FreeBSD] - avahi-app: 0.8_6 [FreeBSD] - cairo: 1.18.2,3 [FreeBSD] - colord: 1.4.8_1 [FreeBSD] - cups: 2.4.16 [FreeBSD] - dav1d: 1.5.3_1 [FreeBSD] - dbus: 1.16.2_4,1 [FreeBSD] - dbus-glib: 0.114 [FreeBSD] - duktape-lib: 2.7.0_1 [FreeBSD] - fontconfig: 2.17.1,1 [FreeBSD] - freetype2: 2.14.3 [FreeBSD] - fribidi: 1.0.16 [FreeBSD] - gdbm: 1.26 [FreeBSD] - gdk-pixbuf2: 2.44.1 [FreeBSD] - glib: 2.84.4,2 [FreeBSD] - gmp: 6.3.0 [FreeBSD] - gnome_subr: 1.0 [FreeBSD] - gnutls: 3.8.12 [FreeBSD] - gobject-introspection: 1.84.0,1 [FreeBSD] - graphite2: 1.3.14 [FreeBSD] - gsettings-desktop-schemas: 47.1_2 [FreeBSD] - gtk-update-icon-cache: 3.24.42 [FreeBSD] - gtk3: 3.24.52 [FreeBSD] - harfbuzz: 13.2.1 [FreeBSD] - hicolor-icon-theme: 0.18 [FreeBSD] - hwdata: 0.405,1 [FreeBSD] - jbigkit: 2.1_3 [FreeBSD] - jpeg-turbo: 3.1.4.1 [FreeBSD] - json-glib: 1.10.8 [FreeBSD] - lcms2: 2.18 [FreeBSD] - lerc: 4.0.0 [FreeBSD] - libICE: 1.1.2,1 [FreeBSD] - libSM: 1.2.6,1 [FreeBSD] - libX11: 1.8.13,1 [FreeBSD] - libXau: 1.0.12 [FreeBSD] - libXcomposite: 0.4.6_1,1 [FreeBSD] - libXcursor: 1.2.3 [FreeBSD] - libXdamage: 1.1.6 [FreeBSD] - libXdmcp: 1.1.5 [FreeBSD] - libXext: 1.3.6,1 [FreeBSD] - libXfixes: 6.0.1 [FreeBSD] - libXft: 2.3.8 [FreeBSD] - libXi: 1.8.2,1 [FreeBSD] - libXinerama: 1.1.5,1 [FreeBSD] - libXrandr: 1.5.4 [FreeBSD] - libXrender: 0.9.12 [FreeBSD] - libXtst: 1.2.5 [FreeBSD] - libdaemon: 0.14_1 [FreeBSD] - libdatrie: 0.2.14_1 [FreeBSD] - libdeflate: 1.25 [FreeBSD] - libedit: 3.1.20251016_1,1 [FreeBSD] - libepoll-shim: 0.0.20240608 [FreeBSD] - libepoxy: 1.5.10 [FreeBSD] - libevent: 2.1.12 [FreeBSD] - libglvnd: 1.7.0 [FreeBSD] - libgudev: 237 [FreeBSD] - libgusb: 0.4.9_1 [FreeBSD] - libinotify: 20240724_3 [FreeBSD] - libpaper: 1.1.28_1 [FreeBSD] - librsvg2-rust: 2.62.0_1 [FreeBSD] - libtasn1: 4.21.0 [FreeBSD] - libthai: 0.1.30 [FreeBSD] - libudev-devd: 0.6.0 [FreeBSD] - libxcb: 1.17.0 [FreeBSD] - libxkbcommon: 1.13.1 [FreeBSD] - libxml2: 2.15.2 [FreeBSD] - lzo2: 2.10_1 [FreeBSD] - nettle: 3.10.2 [FreeBSD] - p11-kit: 0.26.2 [FreeBSD] - pango: 1.56.4_1 [FreeBSD] - pixman: 0.46.2 [FreeBSD] - png: 1.6.57 [FreeBSD] - polkit: 127 [FreeBSD] - py311-packaging: 26.0 [FreeBSD] - shared-mime-info: 2.4_2 [FreeBSD] - sqlite3: 3.50.4_2,1 [FreeBSD] - tiff: 4.7.1_1 [FreeBSD] - wayland: 1.24.0_2 [FreeBSD] - xkeyboard-config: 2.41_4 [FreeBSD] - xorgproto: 2024.1 [FreeBSD] - - Number of packages to be installed: 82 - - The process will require 394 MiB more space. - 67 MiB to be downloaded. - [rosemary] [ 1/82] Fetching duktape-lib-2.7.0_1: .......... done - [rosemary] [ 2/82] Fetching png-1.6.57: .......... done - [rosemary] [ 3/82] Fetching avahi-app-0.8_6: ...... done - [rosemary] [ 4/82] Fetching libxcb-1.17.0: ......... done - [rosemary] [ 5/82] Fetching libdatrie-0.2.14_1: ... done - [rosemary] [ 6/82] Fetching freetype2-2.14.3: .......... done - [rosemary] [ 7/82] Fetching jpeg-turbo-3.1.4.1: ........ done - [rosemary] [ 8/82] Fetching dbus-1.16.2_4,1: ....... done - [rosemary] [ 9/82] Fetching libedit-3.1.20251016_1,1: .......... done - [rosemary] [10/82] Fetching librsvg2-rust-2.62.0_1: .......... done - [rosemary] [11/82] Fetching libglvnd-1.7.0: .......... done - [rosemary] [12/82] Fetching libXcursor-1.2.3: ... done - [rosemary] [13/82] Fetching json-glib-1.10.8: .......... done - [rosemary] [14/82] Fetching cups-2.4.16: .......... done - [rosemary] [15/82] Fetching gobject-introspection-1.84.0,1: .......... done - [rosemary] [16/82] Fetching nettle-3.10.2: .......... done - [rosemary] [17/82] Fetching libXrandr-1.5.4: .. done - [rosemary] [18/82] Fetching libudev-devd-0.6.0: .. done - [rosemary] [19/82] Fetching lzo2-2.10_1: ........ done - [rosemary] [20/82] Fetching lcms2-2.18: ... - ....... done - [rosemary] [21/82] Fetching adwaita-icon-theme-47.0: .......... done - [rosemary] [22/82] Fetching adwaita-icon-theme-legacy-46.2: .......... done - [rosemary] [23/82] Fetching libthai-0.1.30: .......... done - [rosemary] [24/82] Fetching pango-1.56.4_1: .......... done - [rosemary] [25/82] Fetching polkit-127: .......... done - [rosemary] [26/82] Fetching gmp-6.3.0: ........ done - [rosemary] [27/82] Fetching gtk-update-icon-cache-3.24.42: ..... done - [rosemary] [28/82] Fetching libdeflate-1.25: ...... done - [rosemary] [29/82] Fetching libXext-1.3.6,1: ...... done - [rosemary] [30/82] Fetching fribidi-1.0.16: ..... done - [rosemary] [31/82] Fetching libXdamage-1.1.6: . done - [rosemary] [32/82] Fetching libtasn1-4.21.0: .......... done - [rosemary] [33/82] Fetching libXfixes-6.0.1: . done - [rosemary] [34/82] Fetching p11-kit-0.26.2: .......... done - [rosemary] [35/82] Fetching dbus-glib-0.114: .......... done - [rosemary] [36/82] Fetching libXinerama-1.1.5,1: . done - [rosemary] [37/82] Fetching libXau-1.0.12: . done - [rosemary] [38/82] Fetching libXcomposite-0.4.6_1,1: . done - [rosemary] [39/82] Fetching wayland-1.24.0_2: ........ done - [rosemary] [40/82] Fetching libxml2-2.15.2: .......... done - [rosemary] [41/82] Fetching libICE-1.1.2,1: ...... done - [rosemary] [42/82] Fetching gnome_subr-1.0: . done - [rosemary] [43/82] Fetching fontconfig-2.17.1,1: .......... done - [rosemary] [44/82] Fetching pixman-0.46.2: ..... done - [rosemary] [45/82] Fetching gdk-pixbuf2-2.44.1: .......... done - [rosemary] [46/82] Fetching libgusb-0.4.9_1: ......... done - [rosemary] [47/82] Fetching dav1d-1.5.3_1: .......... done - [rosemary] [48/82] Fetching gsettings-desktop-schemas-47.1_2: .......... done - [rosemary] [49/82] Fetching hicolor-icon-theme-0.18: . done - [rosemary] [50/82] Fetching gnutls-3.8.12: .......... done - [rosemary] [51/82] Fetching at-spi2-core-2.56.8: .......... done - [rosemary] [52/82] Fetching sqlite3-3.50.4_2,1: .......... done - [rosemary] [53/82] Fetching py311-packaging-26.0: .......... done - [rosemary] [54/82] Fetching libepoll-shim-0.0.20240608: .. done - [rosemary] [55/82] Fetching libpaper-1.1.28_1: .. done - [rosemary] [56/82] Fetching libSM-1.2.6,1: .. done - [rosemary] [57/82] Fetching colord-1.4.8_1: .......... done - [rosemary] [58/82] Fetching libX11-1.8.13,1: .......... done - [rosemary] [59/82] Fetching libXrender-0.9.12: .. done - [rosemary] [60/82] Fetching glib-2.84.4,2: .......... done - [rosemary] [61/82] Fetching xorgproto-2024.1: .......... done - [rosemary] [62/82] Fetching libXtst-1.2.5: . done - [rosemary] [63/82] Fetching xkeyboard-config-2.41_4: .......... done - [rosemary] [64/82] Fetching libXi-1.8.2,1: ........ done - [rosemary] [65/82] Fetching gtk3-3.24.52: .. - ........ done - [rosemary] [66/82] Fetching libXft-2.3.8: ..... done - [rosemary] [67/82] Fetching libxkbcommon-1.13.1: ..... done - [rosemary] [68/82] Fetching jbigkit-2.1_3: ..... done - [rosemary] [69/82] Fetching libepoxy-1.5.10: .......... done - [rosemary] [70/82] Fetching libdaemon-0.14_1: ... done - [rosemary] [71/82] Fetching cairo-1.18.2,3: .......... done - [rosemary] [72/82] Fetching hwdata-0.405,1: .......... done - [rosemary] [73/82] Fetching libXdmcp-1.1.5: . done - [rosemary] [74/82] Fetching graphite2-1.3.14: ....... done - [rosemary] [75/82] Fetching tiff-4.7.1_1: .......... done - [rosemary] [76/82] Fetching shared-mime-info-2.4_2: .......... done - [rosemary] [77/82] Fetching libgudev-237: .... done - [rosemary] [78/82] Fetching harfbuzz-13.2.1: .......... done - [rosemary] [79/82] Fetching libevent-2.1.12: .......... done - [rosemary] [80/82] Fetching libinotify-20240724_3: .. done - [rosemary] [81/82] Fetching lerc-4.0.0: .......... done - [rosemary] [82/82] Fetching gdbm-1.26: .......... done - Checking integrity... - done (0 conflicting) - [rosemary] [ 1/82] Installing dav1d-1.5.3_1... - [rosemary] [ 1/82] Extracting dav1d-1.5.3_1: .......... done - [rosemary] [ 2/82] Installing duktape-lib-2.7.0_1... - [rosemary] [ 2/82] Extracting duktape-lib-2.7.0_1: ......... done - [rosemary] [ 3/82] Installing fribidi-1.0.16... - [rosemary] [ 3/82] Extracting fribidi-1.0.16: .......... done - [rosemary] [ 4/82] Installing gdbm-1.26... - [rosemary] [ 4/82] Extracting gdbm-1.26: .......... done - [rosemary] [ 5/82] Installing gmp-6.3.0... - [rosemary] [ 5/82] Extracting gmp-6.3.0: .......... done - [rosemary] [ 6/82] Installing gnome_subr-1.0... - [rosemary] [ 6/82] Extracting gnome_subr-1.0: .... done - [rosemary] [ 7/82] Installing graphite2-1.3.14... - [rosemary] [ 7/82] Extracting graphite2-1.3.14: .......... done - [rosemary] [ 8/82] Installing hicolor-icon-theme-0.18... - [rosemary] [ 8/82] Extracting hicolor-icon-theme-0.18: . done - [rosemary] [ 9/82] Installing hwdata-0.405,1... - [rosemary] [ 9/82] Extracting hwdata-0.405,1: .......... done - [rosemary] [10/82] Installing jbigkit-2.1_3... - [rosemary] [10/82] Extracting jbigkit-2.1_3: .......... done - [rosemary] [11/82] Installing jpeg-turbo-3.1.4.1... - [rosemary] [11/82] Extracting jpeg-turbo-3.1.4.1: .......... done - [rosemary] [12/82] Installing lerc-4.0.0... - [rosemary] [12/82] Extracting lerc-4.0.0: ........ done - [rosemary] [13/82] Installing libICE-1.1.2,1... - [rosemary] [13/82] Extracting libICE-1.1.2,1: .......... done - [rosemary] [14/82] Installing libSM-1.2.6,1... - [rosemary] [14/82] Extracting libSM-1.2.6,1: .......... done - [rosemary] [15/82] Installing libXau-1.0.12... - [rosemary] [15/82] Extracting libXau-1.0.12: .......... done - [rosemary] [16/82] Installing libdaemon-0.14_1... - [rosemary] [16/82] Extracting libdaemon-0.14_1: .......... done - [rosemary] [17/82] Installing libdatrie-0.2.14_1... - [rosemary] [17/82] Extracting libdatrie-0.2.14_1: .......... done - [rosemary] [18/82] Installing libdeflate-1.25... - [rosemary] [18/82] Extracting libdeflate-1.25: .......... done - [rosemary] [19/82] Installing libedit-3.1.20251016_1,1... - [rosemary] [19/82] Extracting libedit-3.1.20251016_1,1: .......... done - [rosemary] [20/82] Installing libepoll-shim-0.0.20240608... - [rosemary] [20/82] Extracting libepoll-shim-0.0.20240608: .......... done - [rosemary] [21/82] Installing libevent-2.1.12... - [rosemary] [21/82] Extracting libevent-2.1.12: .......... done - [rosemary] [22/82] Installing libinotify-20240724_3... - [rosemary] [22/82] Extracting libinotify-20240724_3: .......... done - [rosemary] [23/82] Installing libpaper-1.1.28_1... - [rosemary] [23/82] Extracting libpaper-1.1.28_1: .......... done - [rosemary] [24/82] Installing libtasn1-4.21.0... - [rosemary] [24/82] Extracting libtasn1-4.21.0: .......... done - [rosemary] [25/82] Installing libthai-0.1.30... - [rosemary] [25/82] Extracting libthai-0.1.30: .......... done - [rosemary] [26/82] Installing libudev-devd-0.6.0... - [rosemary] [26/82] Extracting libudev-devd-0.6.0: ........ done - [rosemary] [27/82] Installing libxml2-2.15.2... - [rosemary] [27/82] Extracting libxml2-2.15.2: .......... done - [rosemary] [28/82] Installing lzo2-2.10_1... - [rosemary] [28/82] Extracting lzo2-2.10_1: .......... done - [rosemary] [29/82] Installing nettle-3.10.2... - [rosemary] [29/82] Extracting nettle-3.10.2: .......... done - [rosemary] [30/82] Installing p11-kit-0.26.2... - [rosemary] [30/82] Extracting p11-kit-0.26.2: .......... done - [rosemary] [31/82] Installing gnutls-3.8.12... - [rosemary] [31/82] Extracting gnutls-3.8.12: .......... done - [rosemary] [32/82] Installing pixman-0.46.2... - [rosemary] [32/82] Extracting pixman-0.46.2: ......... done - [rosemary] [33/82] Installing png-1.6.57... - [rosemary] [33/82] Extracting png-1.6.57: .......... done - [rosemary] [34/82] Installing freetype2-2.14.3... - [rosemary] [34/82] Extracting freetype2-2.14.3: .......... done - [rosemary] [35/82] Installing fontconfig-2.17.1,1... - [rosemary] [35/82] Extracting fontconfig-2.17.1,1: .......... done - [rosemary] [36/82] Installing py311-packaging-26.0... - [rosemary] [36/82] Extracting py311-packaging-26.0: .......... done - [rosemary] [37/82] Installing glib-2.84.4,2... - [rosemary] [37/82] Extracting glib-2.84.4,2: ........ - .. done - [rosemary] [38/82] Installing gobject-introspection-1.84.0,1... - [rosemary] [38/82] Extracting gobject-introspection-1.84.0,1: .......... done - [rosemary] [39/82] Installing gsettings-desktop-schemas-47.1_2... - [rosemary] [39/82] Extracting gsettings-desktop-schemas-47.1_2: .......... done - [rosemary] [40/82] Installing harfbuzz-13.2.1... - [rosemary] [40/82] Extracting harfbuzz-13.2.1: .......... done - [rosemary] [41/82] Installing json-glib-1.10.8... - [rosemary] [41/82] Extracting json-glib-1.10.8: .......... done - [rosemary] [42/82] Installing libgudev-237... - [rosemary] [42/82] Extracting libgudev-237: .......... done - [rosemary] [43/82] Installing libgusb-0.4.9_1... - [rosemary] [43/82] Extracting libgusb-0.4.9_1: .......... done - [rosemary] [44/82] Installing shared-mime-info-2.4_2... - [rosemary] [44/82] Extracting shared-mime-info-2.4_2: ......... done - [rosemary] [45/82] Installing sqlite3-3.50.4_2,1... - [rosemary] [45/82] Extracting sqlite3-3.50.4_2,1: .......... done - [rosemary] [46/82] Installing tiff-4.7.1_1... - [rosemary] [46/82] Extracting tiff-4.7.1_1: .......... done - [rosemary] [47/82] Installing gdk-pixbuf2-2.44.1... - [rosemary] [47/82] Extracting gdk-pixbuf2-2.44.1: .......... done - [rosemary] [48/82] Installing gtk-update-icon-cache-3.24.42... - [rosemary] [48/82] Extracting gtk-update-icon-cache-3.24.42: .......... done - [rosemary] [49/82] Installing adwaita-icon-theme-legacy-46.2... - [rosemary] [49/82] Extracting adwaita-icon-theme-legacy-46.2: ........ - .. done - [rosemary] [50/82] Installing adwaita-icon-theme-47.0... - [rosemary] [50/82] Extracting adwaita-icon-theme-47.0: .......... done - [rosemary] [51/82] Installing lcms2-2.18... - [rosemary] [51/82] Extracting lcms2-2.18: .......... done - [rosemary] [52/82] Installing wayland-1.24.0_2... - [rosemary] [52/82] Extracting wayland-1.24.0_2: .......... done - [rosemary] [53/82] Installing xkeyboard-config-2.41_4... - [rosemary] [53/82] Extracting xkeyboard-config-2.41_4: .......... done - [rosemary] [54/82] Installing xorgproto-2024.1... - [rosemary] [54/82] Extracting xorgproto-2024.1: .......... done - [rosemary] [55/82] Installing libXdmcp-1.1.5... - [rosemary] [55/82] Extracting libXdmcp-1.1.5: ......... done - [rosemary] [56/82] Installing libxcb-1.17.0... - [rosemary] [56/82] Extracting libxcb-1.17.0: .......... done - [rosemary] [57/82] Installing libX11-1.8.13,1... - [rosemary] [57/82] Extracting libX11-1.8.13,1: ......... - . done - [rosemary] [58/82] Installing dbus-1.16.2_4,1... - ===> Creating groups - Creating group 'messagebus' with gid '556' - ===> Creating users - Creating user 'messagebus' with uid '556' - [rosemary] [58/82] Extracting dbus-1.16.2_4,1: ......... done - [rosemary] [59/82] Installing dbus-glib-0.114... - [rosemary] [59/82] Extracting dbus-glib-0.114: .......... done - [rosemary] [60/82] Installing avahi-app-0.8_6... - ===> Creating groups - Creating group 'avahi' with gid '558' - ===> Creating users - Creating user 'avahi' with uid '558' - [rosemary] [60/82] Extracting avahi-app-0.8_6: .......... done - [rosemary] [61/82] Installing cups-2.4.16... - ===> Creating groups - Creating group 'cups' with gid '193' - ===> Creating users - Creating user 'cups' with uid '193' - [rosemary] [61/82] Extracting cups-2.4.16: .......... done - [rosemary] [62/82] Installing libXext-1.3.6,1... - [rosemary] [62/82] Extracting libXext-1.3.6,1: .......... done - [rosemary] [63/82] Installing libXfixes-6.0.1... - [rosemary] [63/82] Extracting libXfixes-6.0.1: .......... done - [rosemary] [64/82] Installing libXcomposite-0.4.6_1,1... - [rosemary] [64/82] Extracting libXcomposite-0.4.6_1,1: .......... done - [rosemary] [65/82] Installing libXdamage-1.1.6... - [rosemary] [65/82] Extracting libXdamage-1.1.6: ......... done - [rosemary] [66/82] Installing libXi-1.8.2,1... - [rosemary] [66/82] Extracting libXi-1.8.2,1: .......... done - [rosemary] [67/82] Installing libXinerama-1.1.5,1... - [rosemary] [67/82] Extracting libXinerama-1.1.5,1: .......... done - [rosemary] [68/82] Installing libXrender-0.9.12... - [rosemary] [68/82] Extracting libXrender-0.9.12: .......... done - [rosemary] [69/82] Installing cairo-1.18.2,3... - [rosemary] [69/82] Extracting cairo-1.18.2,3: .......... done - [rosemary] [70/82] Installing libXcursor-1.2.3... - [rosemary] [70/82] Extracting libXcursor-1.2.3: .......... done - [rosemary] [71/82] Installing libXft-2.3.8... - [rosemary] [71/82] Extracting libXft-2.3.8: .... - ...... done - [rosemary] [72/82] Installing libXrandr-1.5.4... - [rosemary] [72/82] Extracting libXrandr-1.5.4: .......... done - [rosemary] [73/82] Installing libXtst-1.2.5... - [rosemary] [73/82] Extracting libXtst-1.2.5: .......... done - [rosemary] [74/82] Installing at-spi2-core-2.56.8... - [rosemary] [74/82] Extracting at-spi2-core-2.56.8: .......... done - [rosemary] [75/82] Installing libglvnd-1.7.0... - [rosemary] [75/82] Extracting libglvnd-1.7.0: .......... done - [rosemary] [76/82] Installing libepoxy-1.5.10... - [rosemary] [76/82] Extracting libepoxy-1.5.10: .......... done - [rosemary] [77/82] Installing libxkbcommon-1.13.1... - [rosemary] [77/82] Extracting libxkbcommon-1.13.1: .......... done - [rosemary] [78/82] Installing pango-1.56.4_1... - [rosemary] [78/82] Extracting pango-1.56.4_1: .......... done - [rosemary] [79/82] Installing librsvg2-rust-2.62.0_1... - [rosemary] [79/82] Extracting librsvg2-rust-2.62.0_1: .......... done - [rosemary] [80/82] Installing polkit-127... - ===> Creating groups - Creating group 'polkitd' with gid '565' - ===> Creating users - Creating user 'polkitd' with uid '565' - [rosemary] [80/82] Extracting polkit-127: ......... done - [rosemary] [81/82] Installing colord-1.4.8_1... - ===> Creating groups - Creating group 'colord' with gid '970' - ===> Creating users - Creating user 'colord' with uid '970' - [rosemary] [81/82] Extracting colord-1.4.8_1: .......... done - [rosemary] [82/82] Installing gtk3-3.24.52... - [rosemary] [82/82] Extracting gtk3-3.24.52: .......... done - ==> Running trigger: gio-modules.ucl - Generating GIO modules cache - ==> Running trigger: gtk-update-icon-cache.ucl - Generating GTK icon cache for /usr/local/share/icons/hicolor - Generating GTK icon cache for /usr/local/share/icons/Adwaita - Generating GTK icon cache for /usr/local/share/icons/AdwaitaLegacy - ==> Running trigger: fontconfig.ucl - Running fc-cache to build fontconfig cache... - ==> Running trigger: glib-schemas.ucl - Compiling glib schemas - Warning: Schema “org.gnome.system.locale” has path “/system/locale/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated. - Warning: Schema “org.gnome.system.proxy” has path “/system/proxy/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated. - Warning: Schema “org.gnome.system.proxy.http” has path “/system/proxy/http/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated. - Warning: Schema “org.gnome.system.proxy.https” has path “/system/proxy/https/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated. - Warning: Schema “org.gnome.system.proxy.ftp” has path “/system/proxy/ftp/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated. - Warning: Schema “org.gnome.system.proxy.socks” has path “/system/proxy/socks/”. Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated. - ==> Running trigger: shared-mime-info.ucl - Building the Shared MIME-Info database cache - ==> Running trigger: gdk-pixbuf-query-loaders.ucl - Generating gdk-pixbuf modules cache - ===== - Message from libinotify-20240724_3: - - -- - You might want to consider increasing the kern.maxfiles tunable if you plan - to use this library for applications that need to monitor activity of a lot - of files. - ===== - Message from freetype2-2.14.3: - - -- - The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as - the default, emulating a modern version of ClearType. This change inevitably - leads to different rendering results, and you might change port's options to - adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment - variable). - - The environment variable "FREETYPE_PROPERTIES" can be used to control the - driver properties. Example: - - FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ - cff:no-stem-darkening=1 \ - autofitter:warping=1 - - This allows to select, say, the subpixel hinting mode at runtime for a given - application. - - If LONG_PCF_NAMES port's option was enabled, the PCF family names may include - the foundry and information whether they contain wide characters. For example, - "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at - run time with using pcf:no-long-family-names property, if needed. Example: - - FREETYPE_PROPERTIES=pcf:no-long-family-names=1 - - How to recreate fontconfig cache with using such environment variable, - if needed: - # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv - - The controllable properties are listed in the section "Controlling FreeType - Modules" in the reference's table of contents - (/usr/local/share/doc/freetype2/reference/index.html, if documentation was installed). - ===== - Message from wayland-1.24.0_2: - - -- - Wayland requires XDG_RUNTIME_DIR to be defined to a path that will - contain "wayland-%d" unix(4) sockets. This is usually handled by - consolekit2 (via ck-launch-session) or pam_xdg (via login). - ===== - Message from libxkbcommon-1.13.1: - - -- - If arrow keys don't work under X11 switch to legacy rules e.g., - - For sh/bash/ksh/zsh run and (optionally) add into ~/.profile: - export XKB_DEFAULT_RULES=xorg - - For csh/tcsh run and (optionally) add into ~/.login: - setenv XKB_DEFAULT_RULES xorg 2026-04-22 15:13.18 ---> saved as "a18a66e143454185a6a366dc1d4362e9f168e45eeb8b8079d5e30547ef45477a" /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.1). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1). [NOTE] Package ocaml is already installed (current version is 5.4.1). [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 31 packages ∗ afl-persistent 1.4 ∗ bigstringaf 0.10.0 ∗ cairo2 0.6.5 ∗ camlp-streams 5.0.1 ∗ cmdliner 2.1.1 ∗ 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.2 ∗ dune-configurator 3.22.2 ∗ eio 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 ∗ 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 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> ⬇ retrieved cairo2.0.6.5 (cached) ⬇ retrieved bigstringaf.0.10.0 (cached) ⬇ retrieved camlp-streams.5.0.1 (cached) ⬇ retrieved crowbar.0.2.2 (cached) ∗ installed conf-pkg-config.4 ⬇ retrieved csexp.1.5.2 (cached) ∗ installed conf-gtk3.18 ∗ installed conf-cairo.1 ⬇ retrieved cmdliner.2.1.1 (cached) ⬇ retrieved domain-local-await.1.0.1 (cached) ⬇ retrieved cstruct.6.2.0 (cached) ⬇ retrieved afl-persistent.1.4 (cached) ⬇ retrieved fmt.0.11.0 (cached) ⬇ retrieved hmap.0.8.1 (cached) ⬇ retrieved iomux.0.4 (cached) ⬇ retrieved eio.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 ocamlfind.1.9.8 (cached) ⬇ retrieved optint.0.3.0 (cached) ⬇ retrieved lablgtk3.3.1.5-1 (cached) ⬇ retrieved psq.0.2.1 (cached) ⬇ retrieved seq.base (cached) ∗ installed seq.base ⬇ retrieved thread-table.1.0.0 (cached) ⬇ retrieved topkg.1.1.1 (cached) ⬇ retrieved processor.0.2 (https://github.com/haesbaert/ocaml-processor/archive/refs/tags/0.2.tar.gz) ⬇ retrieved dune.3.22.2, dune-configurator.3.22.2 (cached) ∗ installed cmdliner.2.1.1 ∗ installed ocamlbuild.0.16.1 ∗ installed ocamlfind.1.9.8 ∗ installed topkg.1.1.1 ∗ installed hmap.0.8.1 ∗ installed fmt.0.11.0 ∗ installed mtime.2.1.0 ∗ installed dune.3.22.2 ∗ installed lwt-dllist.1.1.0 ∗ installed csexp.1.5.2 ∗ installed afl-persistent.1.4 ∗ installed thread-table.1.0.0 ∗ installed psq.0.2.1 ∗ installed processor.0.2 ∗ installed optint.0.3.0 ∗ installed cstruct.6.2.0 ∗ installed camlp-streams.5.0.1 ∗ installed crowbar.0.2.2 ∗ installed domain-local-await.1.0.1 ∗ installed dune-configurator.3.22.2 ∗ installed bigstringaf.0.10.0 ∗ installed iomux.0.4 ∗ installed cairo2.0.6.5 ∗ installed eio.1.3 ∗ installed eio_posix.1.3 ∗ installed lablgtk3.3.1.5-1 ∗ installed eio_main.1.3 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.4.1+afl ocaml-variants.5.4.1+options ocaml-option-afl 2026-04-22 15:16.48 ---> saved as "ba1e97af3ce8e97b6b1d85e9eae12cb64ce8aa584c2631224e7324a78d7a0e30" /src: (copy (src .) (dst /src)) 2026-04-22 15:16.52 ---> saved as "4f91d5ab01a539c45cfbb3abb08a7f7f9651a93130606a8a2c35e946e2826366" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./test.exe) ivt: PASS space: PASS 2026-04-22 15:17.13 ---> saved as "bda315493b37b8701690f8dba2e47c6bf311b31b4ae3d3a59525b40a971465cb" Job succeeded 2026-04-22 15:20.50: Job succeeded