2025-07-31 07:25.24: New job: test ocaml-multicore/eio-trace https://github.com/ocaml-multicore/eio-trace.git#refs/heads/main (5a6ff407011f4e9292ac9b0fcfc30ce44ff6872c) (freebsd-x86_64:freebsd-14.2-5.3_opam-2.4) Base: freebsd-14.2-ocaml-5.3 Opam project build To reproduce locally: git clone --recursive "https://github.com/ocaml-multicore/eio-trace.git" -b "main" && cd "eio-trace" && git reset --hard 5a6ff407 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM freebsd-14.2-ocaml-5.3 # freebsd-14.2-5.3_opam-2.4 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/local/bin/opam-2.4 /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 e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 eio-trace.opam ./ RUN opam pin add -yn eio-trace.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="afl-persistent.1.4 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cairo2.0.6.5 camlp-streams.5.0.1 cmdliner.1.3.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.19.1 dune-configurator.3.19.1 eio.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.3 lablgtk3.3.1.5 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.0" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.4 --depext-only -y eio-trace.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-07-31 07:25.24: Using cache hint "ocaml-multicore/eio-trace-freebsd-14.2-ocaml-5.3-freebsd-14.2-5.3_opam-2.4-87b522bb0c84e0bafda1bd832c88b3cf" 2025-07-31 07:25.24: Using OBuilder spec: ((from freebsd-14.2-ocaml-5.3) (comment freebsd-14.2-5.3_opam-2.4) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/local/bin/opam-2.4 /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 e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src eio-trace.opam) (dst ./)) (run (network host) (shell "opam pin add -yn eio-trace.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "afl-persistent.1.4 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cairo2.0.6.5 camlp-streams.5.0.1 cmdliner.1.3.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.19.1 dune-configurator.3.19.1 eio.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.3 lablgtk3.3.1.5 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.0") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.4 --depext-only -y eio-trace.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2025-07-31 07:25.24: Waiting for resource in pool OCluster 2025-07-31 07:25.24: Waiting for worker… 2025-07-31 07:35.04: Got resource from pool OCluster Building on rosemary hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch <name> hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m <name> hint: hint: Disable this message with "git config set advice.defaultBranchName false" Initialized empty Git repository in /obuilder/state/git/eio-trace.git-df1ddad2ae8a8f323a49cde58075d833f360fd4b/.git/ HEAD is now at 5a6ff40 Merge pull request #44 from talex5/fix-end-time (from freebsd-14.2-ocaml-5.3) 2025-07-31 07:35.14 ---> using "47c9a03b962be450225081ed69acde1f5c6dadb6d1106d9b1a8b4fd61c2defa6" from cache /: (comment freebsd-14.2-5.3_opam-2.4) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/local/bin/opam-2.4 /usr/local/bin/opam")) 2025-07-31 07:35.15 ---> using "3cf9d05e5eb2b3cab7746fab6ccc73ebe3b43051756027b7ee3d88bc2433384a" 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 2025-07-31 07:35.16 ---> using "6be513be757734d73b41a31e19f8ae22aa3fe2fd424869d3fd3c8b16bb4fa69a" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) FreeBSD 14.2-RELEASE-p1 The OCaml toplevel, version 5.3.0 2.4.1 2025-07-31 07:35.17 ---> using "6406a960b971760de52a319d92e3ade2dc00fc29daba60f2a83f980f00dde731" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-07-31 07:35.18 ---> using "ceecf1d51f19afc7e1cbf641861a5e731a764903c017a5b842658d708b08899c" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e e77940d8ff8706305602d0d643bf01c77beef2e7 || git fetch origin master) && git reset -q --hard e77940d8ff8706305602d0d643bf01c77beef2e7 && git log --no-decorate -n1 --oneline && opam update -u")) e77940d8ff Merge pull request #28255 from dbuenzli/b0-publish-fmt.0.11.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. 2025-07-31 07:35.19 ---> using "b839ed237da9a062f46ef3287af09640157ee3d2ef1194b77ce5d1e3b9bc3c23" from cache /src: (copy (src eio-trace.opam) (dst ./)) 2025-07-31 07:35.22 ---> saved as "b8cf70917ffe0be9efa42d19dc47f4cf97843c6b26063cb16e22960f697e6e6d" /src: (run (network host) (shell "opam pin add -yn eio-trace.dev './'")) [eio-trace.dev] synchronised (file:///src) eio-trace is now pinned to file:///src (version dev) 2025-07-31 07:35.27 ---> saved as "c3d9b57a77635a0f0ccf5b2dba2e1f88bb5d1df9be33bce6b834a78c1a94708b" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-07-31 07:35.29 ---> saved as "563bc435507fe884256e54ec8745c7b93fa565ac1b9022a674549b3606fe0048" /src: (env DEPS "afl-persistent.1.4 base-bigarray.base base-bytes.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 cairo2.0.6.5 camlp-streams.5.0.1 cmdliner.1.3.0 conf-cairo.1 conf-gtk3.18 conf-pkg-config.4 cppo.1.8.0 crowbar.0.2.1 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.19.1 dune-configurator.3.19.1 eio.1.3 eio_main.1.3 eio_posix.1.3 fmt.0.11.0 hmap.0.8.1 iomux.0.3 lablgtk3.3.1.5 lwt-dllist.1.1.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ocplib-endian.1.2 optint.0.3.0 processor.0.2 psq.0.2.1 seq.base thread-table.1.0.0 topkg.1.1.0") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.4 --depext-only -y eio-trace.dev $DEPS")) [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.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following system packages will first need to be installed: graphics/cairo gtk3 <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/local/bin/sudo "pkg" "install" "-y" "graphics/cairo" "gtk3" - Updating FreeBSD repository catalogue... - FreeBSD 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 - adwaita-icon-theme-legacy: 46.2 - at-spi2-core: 2.56.3 - avahi-app: 0.8_6 - cairo: 1.18.2,3 - colord: 1.4.7_3 - cups: 2.4.11_1 - dav1d: 1.5.1_1 - dbus: 1.16.2_3,1 - dbus-glib: 0.114 - duktape-lib: 2.7.0 - fontconfig: 2.15.0_3,1 - freetype2: 2.13.3 - fribidi: 1.0.16 - gdbm: 1.25 - gdk-pixbuf2: 2.42.12_2 - glib: 2.84.1_2,2 - gmp: 6.3.0 - gnome_subr: 1.0 - gnutls: 3.8.9 - gobject-introspection: 1.84.0,1 - graphite2: 1.3.14 - gsettings-desktop-schemas: 47.1_2 - gtk-update-icon-cache: 3.24.42 - gtk3: 3.24.49 - harfbuzz: 10.3.0 - hicolor-icon-theme: 0.18 - hwdata: 0.396,1 - jbigkit: 2.1_3 - jpeg-turbo: 3.1.1 - json-glib: 1.10.6 - lcms2: 2.17 - lerc: 4.0.0 - libICE: 1.1.2,1 - libSM: 1.2.6,1 - libX11: 1.8.12,1 - libXau: 1.0.12 - libXcomposite: 0.4.6_1,1 - libXcursor: 1.2.3 - libXdamage: 1.1.6 - libXdmcp: 1.1.5 - libXext: 1.3.6,1 - libXfixes: 6.0.1 - libXft: 2.3.8 - libXi: 1.8.2,1 - libXinerama: 1.1.5,1 - libXrandr: 1.5.4 - libXrender: 0.9.12 - libXtst: 1.2.5 - libdaemon: 0.14_1 - libdatrie: 0.2.13_2 - libdeflate: 1.24 - libedit: 3.1.20250104,1 - libepoll-shim: 0.0.20240608 - libepoxy: 1.5.10 - libevent: 2.1.12 - libglvnd: 1.7.0 - libgudev: 237 - libgusb: 0.4.9_1 - libinotify: 20240724_1 - libpaper: 1.1.28_1 - librsvg2-rust: 2.60.0_3 - libtasn1: 4.20.0_1 - libthai: 0.1.29_1 - libudev-devd: 0.6.0 - libxcb: 1.17.0 - libxkbcommon: 1.8.1_3 - libxml2: 2.14.5 - lzo2: 2.10_1 - nettle: 3.10.2 - p11-kit: 0.25.5 - pango: 1.56.1 - pixman: 0.46.2 - png: 1.6.49 - polkit: 125_1 - py311-packaging: 25.0 - shared-mime-info: 2.4_2 - sqlite3: 3.46.1_1,1 - tiff: 4.7.0 - wayland: 1.23.1_1 - xkeyboard-config: 2.41_4 - xorgproto: 2024.1 - - Number of packages to be installed: 82 - - The process will require 394 MiB more space. - 66 MiB to be downloaded. - [rosemary] [1/82] Fetching duktape-lib-2.7.0.pkg: ....... - ... done - [rosemary] [2/82] Fetching png-1.6.49.pkg: - ... - ....... done - [rosemary] [3/82] Fetching avahi-app-0.8_6.pkg: ..... - .... - . done - [rosemary] [4/82] Fetching libxcb-1.17.0.pkg: . - . - . - . - . - . - . - .. - . done - [rosemary] [5/82] Fetching libdatrie-0.2.13_2.pkg: .. - . done - [rosemary] [6/82] Fetching freetype2-2.13.3.pkg: - .. - . - .. - .. - . - . - . done - [rosemary] [7/82] Fetching jpeg-turbo-3.1.1.pkg: - .. - . - . - .. - .. - .. done - [rosemary] [8/82] Fetching dbus-1.16.2_3,1.pkg: . - ...... - .. - . done - [rosemary] [9/82] Fetching libedit-3.1.20250104,1.pkg: ..... - .. done - [rosemary] [10/82] Fetching librsvg2-rust-2.60.0_3.pkg: - . - . - . - . - . - . - . - . - . - . done - [rosemary] [11/82] Fetching libXcursor-1.2.3.pkg: .. done - [rosemary] [12/82] Fetching libglvnd-1.7.0.pkg: - .. - .. - .. - .. - . - . done - [rosemary] [13/82] Fetching json-glib-1.10.6.pkg: - . - . - . - . - . - . - . - . - .. done - [rosemary] [14/82] Fetching cups-2.4.11_1.pkg: - . - . - . - . - . - . - . - . - . - . done - [rosemary] [15/82] Fetching gobject-introspection-1.84.0,1.pkg: .. - ... - .. - .. - . done - [rosemary] [16/82] Fetching nettle-3.10.2.pkg: - . - . - .. - . - .. - . - . - . done - [rosemary] [17/82] Fetching libXrandr-1.5.4.pkg: . done - [rosemary] [18/82] Fetching libudev-devd-0.6.0.pkg: .. done - [rosemary] [19/82] Fetching lzo2-2.10_1.pkg: .. - ...... done - [rosemary] [20/82] Fetching adwaita-icon-theme-legacy-46.2.pkg: - . - . - . - . - . - .. - . - . - . done - [rosemary] [21/82] Fetching lcms2-2.17.pkg: - . - . - . - . - . - . - . - . - . - . done - [rosemary] [22/82] Fetching adwaita-icon-theme-47.0.pkg: ...... - ... - . done - [rosemary] [23/82] Fetching libthai-0.1.29_1.pkg: . - .... - ..... done - [rosemary] [24/82] Fetching pango-1.56.1.pkg: - . - . - . - . - . - . - . - . - . - . done - [rosemary] [25/82] Fetching polkit-125_1.pkg: .......... done - [rosemary] [26/82] Fetching gmp-6.3.0.pkg: - ... - .. - . - .. - .. done - [rosemary] [27/82] Fetching gtk-update-icon-cache-3.24.42.pkg: ...... done - [rosemary] [28/82] Fetching libdeflate-1.24.pkg: ...... done - [rosemary] [29/82] Fetching libXext-1.3.6,1.pkg: ...... - . done - [rosemary] [30/82] Fetching fribidi-1.0.16.pkg: ...... done - [rosemary] [31/82] Fetching libXdamage-1.1.6.pkg: . done - [rosemary] [32/82] Fetching libtasn1-4.20.0_1.pkg: .......... done - [rosemary] [33/82] Fetching libXfixes-6.0.1.pkg: . done - [rosemary] [34/82] Fetching p11-kit-0.25.5.pkg: - .. - ... - .. - . - . - . done - [rosemary] [35/82] Fetching dbus-glib-0.114.pkg: ........ - .. done - [rosemary] [36/82] Fetching libXinerama-1.1.5,1.pkg: . done - [rosemary] [37/82] Fetching libXau-1.0.12.pkg: . done - [rosemary] [38/82] Fetching libXcomposite-0.4.6_1,1.pkg: . done - [rosemary] [39/82] Fetching libxml2-2.14.5.pkg: - .. - ... - .. - . - .. done - [rosemary] [40/82] Fetching wayland-1.23.1_1.pkg: ......... done - [rosemary] [41/82] Fetching gnome_subr-1.0.pkg: . done - [rosemary] [42/82] Fetching libICE-1.1.2,1.pkg: ....... done - [rosemary] [43/82] Fetching fontconfig-2.15.0_3,1.pkg: ..... - ..... done - [rosemary] [44/82] Fetching pixman-0.46.2.pkg: .... - ...... done - [rosemary] [45/82] Fetching gdk-pixbuf2-2.42.12_2.pkg: - . - .. - .. - . - . - . - . - . done - [rosemary] [46/82] Fetching libgusb-0.4.9_1.pkg: . - . - .. - .. - ... - . done - [rosemary] [47/82] Fetching dav1d-1.5.1_1.pkg: . - ..... - .. - .. done - [rosemary] [48/82] Fetching gnutls-3.8.9.pkg: - . - . - . - . - . - . - . - . - . - . done - [rosemary] [49/82] Fetching hicolor-icon-theme-0.18.pkg: . done - [rosemary] [50/82] Fetching gsettings-desktop-schemas-47.1_2.pkg: - .... - ..... - . done - [rosemary] [51/82] Fetching at-spi2-core-2.56.3.pkg: .... - ..... - . done - [rosemary] [52/82] Fetching sqlite3-3.46.1_1,1.pkg: . - . - . - .. - . - . - .. - . done - [rosemary] [53/82] Fetching py311-packaging-25.0.pkg: ... - ...... done - [rosemary] [54/82] Fetching libepoll-shim-0.0.20240608.pkg: .. done - [rosemary] [55/82] Fetching libpaper-1.1.28_1.pkg: .. done - [rosemary] [56/82] Fetching libSM-1.2.6,1.pkg: .. done - [rosemary] [57/82] Fetching colord-1.4.7_3.pkg: ... - ... - .... done - [rosemary] [58/82] Fetching libX11-1.8.12,1.pkg: - . - .. - ... - .... done - [rosemary] [59/82] Fetching libXrender-0.9.12.pkg: .. done - [rosemary] [60/82] Fetching glib-2.84.1_2,2.pkg: - . - . - . - . - .. - . - . - . - . done - [rosemary] [61/82] Fetching xorgproto-2024.1.pkg: .......... done - [rosemary] [62/82] Fetching libXtst-1.2.5.pkg: .. done - [rosemary] [63/82] Fetching xkeyboard-config-2.41_4.pkg: - ...... - .... done - [rosemary] [64/82] Fetching libXi-1.8.2,1.pkg: ........ done - [rosemary] [65/82] Fetching gtk3-3.24.49.pkg: - . - . - . - . - . - . - . - . - . - . done - [rosemary] [66/82] Fetching libxkbcommon-1.8.1_3.pkg: ....... - .. done - [rosemary] [67/82] Fetching libXft-2.3.8.pkg: ...... done - [rosemary] [68/82] Fetching jbigkit-2.1_3.pkg: ..... done - [rosemary] [69/82] Fetching libepoxy-1.5.10.pkg: .... - ...... done - [rosemary] [70/82] Fetching libdaemon-0.14_1.pkg: ... done - [rosemary] [71/82] Fetching cairo-1.18.2,3.pkg: . - ..... - .... done - [rosemary] [72/82] Fetching hwdata-0.396,1.pkg: - .... - ... - .. - . done - [rosemary] [73/82] Fetching libXdmcp-1.1.5.pkg: . done - [rosemary] [74/82] Fetching graphite2-1.3.14.pkg: ... - .... done - [rosemary] [75/82] Fetching shared-mime-info-2.4_2.pkg: .. - .... - ... - . done - [rosemary] [76/82] Fetching tiff-4.7.0.pkg: .. - . - .. - . - . - .. - . done - [rosemary] [77/82] Fetching libgudev-237.pkg: ... done - [rosemary] [78/82] Fetching harfbuzz-10.3.0.pkg: - . - .. - .... - ... done - [rosemary] [79/82] Fetching libevent-2.1.12.pkg: ......... - . done - [rosemary] [80/82] Fetching libinotify-20240724_1.pkg: .. done - [rosemary] [81/82] Fetching lerc-4.0.0.pkg: ........ done - [rosemary] [82/82] Fetching gdbm-1.25.pkg: . - .... - ..... done - Checking integrity... - done (0 conflicting) - [rosemary] [1/82] Installing dav1d-1.5.1_1... - [rosemary] [1/82] Extracting dav1d-1.5.1_1: .......... done - [rosemary] [2/82] Installing duktape-lib-2.7.0... - [rosemary] [2/82] Extracting duktape-lib-2.7.0: ......... done - [rosemary] [3/82] Installing fribidi-1.0.16... - [rosemary] [3/82] Extracting fribidi-1.0.16: .......... done - [rosemary] [4/82] Installing gdbm-1.25... - [rosemary] [4/82] Extracting gdbm-1.25: .......... 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.396,1... - [rosemary] [9/82] Extracting hwdata-0.396,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.1... - [rosemary] [11/82] Extracting jpeg-turbo-3.1.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.13_2... - [rosemary] [17/82] Extracting libdatrie-0.2.13_2: .......... done - [rosemary] [18/82] Installing libdeflate-1.24... - [rosemary] [18/82] Extracting libdeflate-1.24: .......... done - [rosemary] [19/82] Installing libedit-3.1.20250104,1... - [rosemary] [19/82] Extracting libedit-3.1.20250104,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_1... - [rosemary] [22/82] Extracting libinotify-20240724_1: .......... 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.20.0_1... - [rosemary] [24/82] Extracting libtasn1-4.20.0_1: .......... done - [rosemary] [25/82] Installing libthai-0.1.29_1... - [rosemary] [25/82] Extracting libthai-0.1.29_1: .......... 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.14.5... - [rosemary] [27/82] Extracting libxml2-2.14.5: .... - ...... 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.25.5... - [rosemary] [30/82] Extracting p11-kit-0.25.5: .......... done - [rosemary] [31/82] Installing gnutls-3.8.9... - [rosemary] [31/82] Extracting gnutls-3.8.9: .......... 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.49... - [rosemary] [33/82] Extracting png-1.6.49: .......... done - [rosemary] [34/82] Installing freetype2-2.13.3... - [rosemary] [34/82] Extracting freetype2-2.13.3: .......... done - [rosemary] [35/82] Installing fontconfig-2.15.0_3,1... - [rosemary] [35/82] Extracting fontconfig-2.15.0_3,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.1_2,2... - [rosemary] [37/82] Extracting glib-2.84.1_2,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-10.3.0... - [rosemary] [40/82] Extracting harfbuzz-10.3.0: .......... done - [rosemary] [41/82] Installing json-glib-1.10.6... - [rosemary] [41/82] Extracting json-glib-1.10.6: .......... 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.46.1_1,1... - [rosemary] [45/82] Extracting sqlite3-3.46.1_1,1: . - ......... done - [rosemary] [46/82] Installing tiff-4.7.0... - [rosemary] [46/82] Extracting tiff-4.7.0: .......... done - [rosemary] [47/82] Installing gdk-pixbuf2-2.42.12_2... - [rosemary] [47/82] Extracting gdk-pixbuf2-2.42.12_2: .......... 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.23.1_1... - [rosemary] [52/82] Extracting wayland-1.23.1_1: .......... 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_3,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_3,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.11_1... - ===> Creating groups - Creating group 'cups' with gid '193' - ===> Creating users - Creating user 'cups' with uid '193' - [rosemary] [61/82] Extracting cups-2.4.11_1: .......... 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.3... - [rosemary] [74/82] Extracting at-spi2-core-2.56.3: .......... 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.8.1_3... - [rosemary] [77/82] Extracting libxkbcommon-1.8.1_3: .......... done - [rosemary] [78/82] Installing pango-1.56.1... - [rosemary] [78/82] Extracting pango-1.56.1: .......... done - [rosemary] [79/82] Installing librsvg2-rust-2.60.0_3... - [rosemary] [79/82] Extracting librsvg2-rust-2.60.0_3: .......... done - [rosemary] [80/82] Installing polkit-125_1... - ===> Creating groups - Creating group 'polkitd' with gid '565' - ===> Creating users - Creating user 'polkitd' with uid '565' - [rosemary] [80/82] Extracting polkit-125_1: ......... done - [rosemary] [81/82] Installing colord-1.4.7_3... - ===> Creating groups - Creating group 'colord' with gid '970' - ===> Creating users - Creating user 'colord' with uid '970' - [rosemary] [81/82] Extracting colord-1.4.7_3: .......... done - [rosemary] [82/82] Installing gtk3-3.24.49... - [rosemary] [82/82] Extracting gtk3-3.24.49: .. - ........ done - ==> 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: gio-modules.ucl - Generating GIO modules cache - ==> Running trigger: shared-mime-info.ucl - Building the Shared MIME-Info database 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: gdk-pixbuf-query-loaders.ucl - Generating gdk-pixbuf modules cache - ==> Running trigger: fontconfig.ucl - Running fc-cache to build fontconfig cache... - ===== - Message from libinotify-20240724_1: - - -- - 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.13.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.23.1_1: - - -- - 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.8.1_3: - - -- - 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 2025-07-31 07:43.16 ---> saved as "2de6b38129638fe05259619b14153f5a0f13c3cc78b995d8a389f1ff69930b7a" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 3). [NOTE] Package ocaml-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0). [NOTE] Package ocaml is already installed (current version is 5.3.0). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-nnp is already installed (current version is base). [NOTE] Package base-effects is already installed (current version is base). [NOTE] Package base-domains is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 34 packages ∗ afl-persistent 1.4 ∗ base-bytes base ∗ bigstringaf 0.10.0 ∗ cairo2 0.6.5 ∗ camlp-streams 5.0.1 ∗ cmdliner 1.3.0 ∗ conf-cairo 1 ∗ conf-gtk3 18 ∗ conf-pkg-config 4 ∗ cppo 1.8.0 ∗ crowbar 0.2.1 ∗ csexp 1.5.2 ∗ cstruct 6.2.0 ∗ domain-local-await 1.0.1 ∗ dune 3.19.1 ∗ dune-configurator 3.19.1 ∗ eio 1.3 ∗ eio_main 1.3 ∗ eio_posix 1.3 ∗ fmt 0.11.0 ∗ hmap 0.8.1 ∗ iomux 0.3 ∗ lablgtk3 3.1.5 ∗ lwt-dllist 1.1.0 ∗ mtime 2.1.0 ∗ ocamlbuild 0.16.1 ∗ ocamlfind 1.9.8 ∗ ocplib-endian 1.2 ∗ optint 0.3.0 ∗ processor 0.2 ∗ psq 0.2.1 ∗ seq base ∗ thread-table 1.0.0 ∗ topkg 1.1.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> ⬇ retrieved bigstringaf.0.10.0 (cached) ⬇ retrieved camlp-streams.5.0.1 (cached) ⬇ retrieved cmdliner.1.3.0 (cached) ⬇ retrieved cppo.1.8.0 (cached) ∗ installed conf-pkg-config.4 ⬇ retrieved afl-persistent.1.4 (https://github.com/stedolan/ocaml-afl-persistent/archive/refs/tags/v1.4.tar.gz) ∗ installed conf-cairo.1 ∗ installed conf-gtk3.18 ⬇ retrieved csexp.1.5.2 (cached) ⬇ retrieved cstruct.6.2.0 (cached) ⬇ retrieved cairo2.0.6.5 (https://github.com/Chris00/ocaml-cairo/releases/download/0.6.5/cairo2-0.6.5.tbz) ⬇ retrieved crowbar.0.2.1 (https://github.com/stedolan/crowbar/archive/v0.2.1.tar.gz) ⬇ retrieved eio.1.3, eio_main.1.3, eio_posix.1.3 (https://github.com/ocaml-multicore/eio/releases/download/v1.3/eio-1.3.tbz) ⬇ retrieved fmt.0.11.0 (cached) ⬇ retrieved hmap.0.8.1 (cached) ⬇ retrieved dune.3.19.1, dune-configurator.3.19.1 (cached) ⬇ retrieved iomux.0.3 (https://github.com/haesbaert/ocaml-iomux/releases/download/v0.3/iomux-0.3.tbz) ⬇ 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 ocplib-endian.1.2 (cached) ∗ installed cmdliner.1.3.0 ⬇ retrieved optint.0.3.0 (cached) ⬇ retrieved domain-local-await.1.0.1 (https://github.com/ocaml-multicore/domain-local-await/releases/download/1.0.1/domain-local-await-1.0.1.tbz) ⬇ retrieved psq.0.2.1 (cached) ⬇ retrieved seq.base (cached) ∗ installed seq.base ⬇ retrieved thread-table.1.0.0 (https://github.com/ocaml-multicore/thread-table/releases/download/1.0.0/thread-table-1.0.0.tbz) ⬇ retrieved topkg.1.1.0 (cached) ⬇ retrieved processor.0.2 (https://github.com/haesbaert/ocaml-processor/archive/refs/tags/0.2.tar.gz) ⬇ retrieved lablgtk3.3.1.5 (https://github.com/garrigue/lablgtk/releases/download/3.1.5/lablgtk3-3.1.5.tbz) ∗ installed ocamlfind.1.9.8 ∗ installed base-bytes.base ∗ installed ocamlbuild.0.16.1 ∗ installed topkg.1.1.0 ∗ installed hmap.0.8.1 ∗ installed mtime.2.1.0 ∗ installed fmt.0.11.0 ∗ installed dune.3.19.1 ∗ installed afl-persistent.1.4 ∗ installed 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 cppo.1.8.0 ∗ installed camlp-streams.5.0.1 ∗ installed domain-local-await.1.0.1 ∗ installed ocplib-endian.1.2 ∗ installed crowbar.0.2.1 ∗ installed dune-configurator.3.19.1 ∗ installed bigstringaf.0.10.0 ∗ installed iomux.0.3 ∗ installed cairo2.0.6.5 ∗ installed eio.1.3 ∗ installed eio_posix.1.3 ∗ installed eio_main.1.3 ∗ installed lablgtk3.3.1.5 Done. <><> afl-persistent.1.4 installed successfully ><><><><><><><><><><><><><><><><> => afl-persistent is installed, but since the current OCaml compiler does not enable AFL instrumentation by default, most packages will not be instrumented and fuzzing with afl-fuzz may not be effective. To globally enable AFL instrumentation, create an OCaml switch like: opam switch create 5.3.0+afl ocaml-variants.5.3.0+options ocaml-option-afl 2025-07-31 07:45.14 ---> saved as "adfc83d8f980f22403a632c0cf3dae9ab645cd9417ba0e0079f3b56f86322493" /src: (copy (src .) (dst /src)) 2025-07-31 07:45.16 ---> saved as "6c7e9277ce0cad33da9a460d3b61294e41d4a888af2675175fa8d80ebed0ba94" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default/test && ./test.exe) ivt: PASS space: PASS 2025-07-31 07:45.20 ---> saved as "8db407844f08f901f0a851e34fe554f35211ad6aa49e812c032bc2be057b23c9" Job succeeded 2025-07-31 07:45.18: Job succeeded