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) (freebsd-x86_64:freebsd-14.3-5.4_opam-2.5)Base: freebsd-14.3-ocaml-5.4Opam 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 freebsd-14.3-ocaml-5.4# freebsd-14.3-5.4_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/local/bin/opam-2.5 /usr/local/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_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"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-freebsd-14.3-ocaml-5.4-freebsd-14.3-5.4_opam-2.5-6ee5b5832ac1bee8fd9b80133d23df6f"2026-03-19 08:04.46: 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 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_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")(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 08:50.12: Waiting for worker…2026-03-19 09:43.54: Got resource from pool OClusterBuilding on rosemaryAll commits already cachedHEAD is now at ce5fb3c Merge pull request #45 from talex5/nix(from freebsd-14.3-ocaml-5.4)2026-03-19 09:39.10 ---> 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-03-19 09:39.10 ---> 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 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///home/opam/opam-repository2026-03-19 09:39.11 ---> using "991489237400f99acdd227f8234d37ac98134e18d1f3c091be7204acf59248ac" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 14.3-RELEASE-p3The OCaml toplevel, version 5.4.02.5.02026-03-19 09:39.11 ---> using "add5f681a375911dcea6c14418d3635cba7f82294574aa9177e3a0a9fa01d5bd" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-03-19 09:39.11 ---> 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 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_HEAD71325ac6ed..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 possibleThe following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.5.0However, 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-03-19 09:39.12 ---> using "d8b6246dbb70b16b03c68a053ab9f95afbbeadde38363417d37dd4be3056feea" from cache/src: (copy (src eio-trace.opam) (dst ./))2026-03-19 09:39.13 ---> saved as "f0ce9d2b605d4e0e88da7972cfd3d0b46208825f27e197be94d571f2df39ac35"/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 09:39.14 ---> saved as "e64b4dbe061f5518ccd6e141ed23eb1983ed3652883b3a9db9b533dabc7d1e4f"/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))2026-03-19 09:39.15 ---> saved as "122d9b3fce475a19c9c23bcbd427276fff7e695cb2925fcf89c7acc677f0947a"/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_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")/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.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:graphics/cairo gtk3<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /usr/local/bin/sudo "pkg" "install" "-y" "graphics/cairo" "gtk3"- Updating FreeBSD repository catalogue...- [rosemary] Fetching data.pkg:- ...- ......- . done- Processing entries: .- ..- ...- ..- .. done- FreeBSD repository update completed. 36687 packages processed.- Updating FreeBSD-kmods repository catalogue...- [rosemary] Fetching data.pkg: .......- .. done- Processing entries: .......... done- FreeBSD-kmods repository update completed. 245 packages processed.- All repositories are up to date.- New version of pkg detected; it needs to be installed first.- The following 1 package(s) will be affected (of 0 checked):-- Installed packages to be UPGRADED:- pkg: 2.4.2 -> 2.5.1 [FreeBSD]-- Number of packages to be upgraded: 1-- The operation will free 24 MiB.- 6 MiB to be downloaded.- [rosemary] [1/1] Fetching pkg-2.5.1~75e3b55743.pkg: .......... done- Checking integrity... done (0 conflicting)- [rosemary] [1/1] Upgrading pkg from 2.4.2 to 2.5.1...- [rosemary] [1/1] Extracting pkg-2.5.1: .......... done- Updating FreeBSD repository catalogue...- FreeBSD repository is up to date.- Updating FreeBSD-kmods repository catalogue...- FreeBSD-kmods repository is up to date.- 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.7 [FreeBSD]- avahi-app: 0.8_6 [FreeBSD]- cairo: 1.18.2,3 [FreeBSD]- colord: 1.4.8 [FreeBSD]- cups: 2.4.16 [FreeBSD]- dav1d: 1.5.3 [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.1 [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.51 [FreeBSD]- harfbuzz: 12.3.0 [FreeBSD]- hicolor-icon-theme: 0.18 [FreeBSD]- hwdata: 0.403,1 [FreeBSD]- jbigkit: 2.1_3 [FreeBSD]- jpeg-turbo: 3.1.3 [FreeBSD]- json-glib: 1.10.8 [FreeBSD]- lcms2: 2.17 [FreeBSD]- lerc: 4.0.0 [FreeBSD]- libICE: 1.1.2,1 [FreeBSD]- libSM: 1.2.6,1 [FreeBSD]- libX11: 1.8.12,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.61.3 [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 [FreeBSD]- pixman: 0.46.2 [FreeBSD]- png: 1.6.53 [FreeBSD]- polkit: 127 [FreeBSD]- py311-packaging: 25.0 [FreeBSD]- shared-mime-info: 2.4_2 [FreeBSD]- sqlite3: 3.50.4_2,1 [FreeBSD]- tiff: 4.7.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 393 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.53: ...... 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.1: .......... done- [rosemary] [ 7/82] Fetching jpeg-turbo-3.1.3: .......... 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.61.3: ........- .. 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.17: .......... 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: .......... 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: .......... 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.7: .......... done- [rosemary] [52/82] Fetching sqlite3-3.50.4_2,1: .......... done- [rosemary] [53/82] Fetching py311-packaging-25.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: .......... done- [rosemary] [58/82] Fetching libX11-1.8.12,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.51: .- ......... 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.403,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: .......... done- [rosemary] [76/82] Fetching shared-mime-info-2.4_2: ........ done- [rosemary] [77/82] Fetching libgudev-237: ... done- [rosemary] [78/82] Fetching harfbuzz-12.3.0: .......... 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...- [rosemary] [ 1/82] Extracting dav1d-1.5.3: .......... 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.403,1...- [rosemary] [ 9/82] Extracting hwdata-0.403,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.3...- [rosemary] [11/82] Extracting jpeg-turbo-3.1.3: .......... 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.53...- [rosemary] [33/82] Extracting png-1.6.53: .......... done- [rosemary] [34/82] Installing freetype2-2.14.1...- [rosemary] [34/82] Extracting freetype2-2.14.1: .......... 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-25.0...- [rosemary] [36/82] Extracting py311-packaging-25.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-12.3.0...- [rosemary] [40/82] Extracting harfbuzz-12.3.0: .......... 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...- [rosemary] [46/82] Extracting tiff-4.7.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.17...- [rosemary] [51/82] Extracting lcms2-2.17: .......... 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.12,1...- [rosemary] [57/82] Extracting libX11-1.8.12,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.7...- [rosemary] [74/82] Extracting at-spi2-core-2.56.7:- .......... 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...- [rosemary] [78/82] Extracting pango-1.56.4: .......... done- [rosemary] [79/82] Installing librsvg2-rust-2.61.3...- [rosemary] [79/82] Extracting librsvg2-rust-2.61.3: .......... 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...- ===> Creating groups- Creating group 'colord' with gid '970'- ===> Creating users- Creating user 'colord' with uid '970'- [rosemary] [81/82] Extracting colord-1.4.8: .......... done- [rosemary] [82/82] Installing gtk3-3.24.51...- [rosemary] [82/82] Extracting gtk3-3.24.51: .......... done- ==> Running trigger: gio-modules.ucl- Generating GIO modules cache- ld-elf.so.1: /usr/local/lib/libpcre2-8.so.0: version PCRE2_10.47 required by /usr/local/lib/libglib-2.0.so.0 not defined- ==> Running trigger: shared-mime-info.ucl- Building the Shared MIME-Info database cache- ld-elf.so.1: /usr/local/lib/libpcre2-8.so.0: version PCRE2_10.47 required by /usr/local/lib/libglib-2.0.so.0 not defined- ==> Running trigger: gtk-update-icon-cache.ucl- Generating GTK icon cache for /usr/local/share/icons/hicolor- ld-elf.so.1: /usr/local/lib/libpcre2-8.so.0: version PCRE2_10.47 required by /usr/local/lib/libglib-2.0.so.0 not defined- Generating GTK icon cache for /usr/local/share/icons/Adwaita- ld-elf.so.1: /usr/local/lib/libpcre2-8.so.0: version PCRE2_10.47 required by /usr/local/lib/libglib-2.0.so.0 not defined- Generating GTK icon cache for /usr/local/share/icons/AdwaitaLegacy- ld-elf.so.1: /usr/local/lib/libpcre2-8.so.0: version PCRE2_10.47 required by /usr/local/lib/libglib-2.0.so.0 not defined- ==> Running trigger: fontconfig.ucl- Running fc-cache to build fontconfig cache...- ==> Running trigger: gdk-pixbuf-query-loaders.ucl- Generating gdk-pixbuf modules cache- ld-elf.so.1: /usr/local/lib/libpcre2-8.so.0: version PCRE2_10.47 required by /usr/local/lib/libglib-2.0.so.0 not defined- ==> Running trigger: glib-schemas.ucl- Compiling glib schemas- ld-elf.so.1: /usr/local/lib/libpcre2-8.so.0: version PCRE2_10.47 required by /usr/local/lib/libglib-2.0.so.0 not defined- =====- 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.1:-- --- 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 xorg2026-03-19 09:39.57 ---> saved as "4b46e82dab49308d19af7b5bcf67cf5d28f745a652254513405b31014111d1a1"/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 31 packages∗ afl-persistent 1.4∗ 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_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 afl-persistent.1.4 (cached)⬇ retrieved camlp-streams.5.0.1 (cached)∗ installed conf-pkg-config.4⬇ retrieved csexp.1.5.2 (cached)∗ installed conf-gtk3.18∗ installed conf-cairo.1⬇ retrieved crowbar.0.2.2 (cached)⬇ retrieved cmdliner.2.1.0 (cached)⬇ retrieved domain-local-await.1.0.1 (cached)⬇ retrieved cstruct.6.2.0 (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 lablgtk3.3.1.5-1 (cached)⬇ retrieved ocamlbuild.0.16.1 (cached)⬇ retrieved optint.0.3.0 (cached)⬇ retrieved ocamlfind.1.9.8 (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 dune.3.22.0, dune-configurator.3.22.0 (cached)⬇ retrieved processor.0.2 (https://github.com/haesbaert/ocaml-processor/archive/refs/tags/0.2.tar.gz)∗ 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 csexp.1.5.2∗ installed thread-table.1.0.0∗ installed psq.0.2.1∗ installed processor.0.2∗ installed optint.0.3.0∗ installed lwt-dllist.1.1.0∗ installed cstruct.6.2.0∗ installed camlp-streams.5.0.1∗ installed afl-persistent.1.4∗ installed domain-local-await.1.0.1∗ installed crowbar.0.2.2∗ installed dune-configurator.3.22.0∗ installed bigstringaf.0.10.0∗ installed iomux.0.4∗ installed cairo2.0.6.5∗ installed eio.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-afl2026-03-19 09:41.35 ---> saved as "914a6e99fb91af9936f95b1b011e36d265c9317595362e7c8e4d7e873a6ed87c"/src: (copy (src .) (dst /src))2026-03-19 09:41.36 ---> saved as "acbef4fd7b7d2f52cd203b8b228ac481adde292aefa0d0a2fc31b92e58d96ae8"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default/test && ./test.exe)ivt: PASSspace: PASS2026-03-19 09:41.39 ---> saved as "48aac81d0e3be3ada0294c75844e1b0744b6151f80b40824691cd54bd39037f0"Job succeeded2026-03-19 09:46.24: Job succeeded