2026-02-13 08:06.12: New job: test mtelvers/mandelbrot https://github.com/mtelvers/mandelbrot.git#refs/heads/master (14e08f30f087994a19822546a55405d078acd0d3) (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/mtelvers/mandelbrot.git" -b "master" && cd "mandelbrot" && git reset --hard 14e08f30 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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 mandelbrot.opam ./ RUN opam pin add -yn mandelbrot.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 graphics.5.2.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y mandelbrot.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-02-13 08:06.12: Using cache hint "mtelvers/mandelbrot-freebsd-14.3-ocaml-5.4-freebsd-14.3-5.4_opam-2.5-f3b9a890fae8c02ba372a75dcccdbfe3" 2026-02-13 08:06.12: 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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src mandelbrot.opam) (dst ./)) (run (network host) (shell "opam pin add -yn mandelbrot.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 graphics.5.2.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.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 mandelbrot.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-02-13 08:06.12: Waiting for resource in pool OCluster 2026-02-13 08:06.12: Waiting for worker… 2026-02-13 08:51.49: Got resource from pool OCluster Building on rosemary All commits already cached HEAD is now at 14e08f3 Update README.md (from freebsd-14.3-ocaml-5.4) 2026-02-13 08:49.05 ---> 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-02-13 08:49.06 ---> 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-02-13 08:49.06 ---> 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.0 2.5.0 2026-02-13 08:49.07 ---> using "add5f681a375911dcea6c14418d3635cba7f82294574aa9177e3a0a9fa01d5bd" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-02-13 08:49.07 ---> 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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 71325ac6ed..302e116c40 master -> origin/master 302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Already up-to-date. Nothing to do. 2026-02-13 08:49.08 ---> using "d30540afdb85e52c7eab75f161aefefbbb01b3baf595bdd11283a6d8d1c457dc" from cache /src: (copy (src mandelbrot.opam) (dst ./)) 2026-02-13 08:49.10 ---> saved as "db9aa420844a22b546acb19fe89acd8de7d27b2031124a3b52f5f5721c6b8b4b" /src: (run (network host) (shell "opam pin add -yn mandelbrot.dev './'")) [NOTE] Package mandelbrot does not exist in opam repositories registered in the current switch. [mandelbrot.dev] synchronised (file:///src) mandelbrot is now pinned to file:///src (version dev) 2026-02-13 08:49.13 ---> saved as "3d56d4c86ba27868866006e0998b900fadfa70a0ef6da1c0ec9e48ca26762363" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-02-13 08:49.15 ---> saved as "502f9831e13bce4eae1c3aa4c8bb11f39f7c68d4446f8555fa2f959a3639d7f0" /src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.21.1 dune-configurator.3.21.1 graphics.5.2.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.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 mandelbrot.dev $DEPS")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [mandelbrot.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: libX11 libXft <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/local/bin/sudo "pkg" "install" "-y" "libX11" "libXft" - Updating FreeBSD repository catalogue... - [rosemary] Fetching data.pkg: - . - ... - ...... done - Processing entries: - . - . - . - .. - .. - . - . - . done - FreeBSD repository update completed. 36700 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~3e6c778e22.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 10 package(s) will be affected (of 0 checked): - - New packages to be INSTALLED: - fontconfig: 2.17.1,1 [FreeBSD] - freetype2: 2.14.1 [FreeBSD] - libX11: 1.8.12,1 [FreeBSD] - libXau: 1.0.12 [FreeBSD] - libXdmcp: 1.1.5 [FreeBSD] - libXft: 2.3.8 [FreeBSD] - libXrender: 0.9.12 [FreeBSD] - libxcb: 1.17.0 [FreeBSD] - png: 1.6.53 [FreeBSD] - xorgproto: 2024.1 [FreeBSD] - - Number of packages to be installed: 10 - - The process will require 23 MiB more space. - 5 MiB to be downloaded. - [rosemary] [ 1/10] Fetching png-1.6.53: .......... done - [rosemary] [ 2/10] Fetching libXau-1.0.12: . done - [rosemary] [ 3/10] Fetching libxcb-1.17.0: .......... done - [rosemary] [ 4/10] Fetching freetype2-2.14.1: .......... done - [rosemary] [ 5/10] Fetching fontconfig-2.17.1,1: .......... done - [rosemary] [ 6/10] Fetching libX11-1.8.12,1: .......... done - [rosemary] [ 7/10] Fetching libXrender-0.9.12: ... done - [rosemary] [ 8/10] Fetching xorgproto-2024.1: .......... done - [rosemary] [ 9/10] Fetching libXft-2.3.8: ...... done - [rosemary] [10/10] Fetching libXdmcp-1.1.5: . done - Checking integrity... done (0 conflicting) - [rosemary] [ 1/10] Installing libXau-1.0.12... - [rosemary] [ 1/10] Extracting libXau-1.0.12: .......... done - [rosemary] [ 2/10] Installing png-1.6.53... - [rosemary] [ 2/10] Extracting png-1.6.53: .......... done - [rosemary] [ 3/10] Installing freetype2-2.14.1... - [rosemary] [ 3/10] Extracting freetype2-2.14.1: .......... done - [rosemary] [ 4/10] Installing fontconfig-2.17.1,1... - [rosemary] [ 4/10] Extracting fontconfig-2.17.1,1: .......... done - [rosemary] [ 5/10] Installing xorgproto-2024.1... - [rosemary] [ 5/10] Extracting xorgproto-2024.1: .......... done - [rosemary] [ 6/10] Installing libXdmcp-1.1.5... - [rosemary] [ 6/10] Extracting libXdmcp-1.1.5: ......... done - [rosemary] [ 7/10] Installing libxcb-1.17.0... - [rosemary] [ 7/10] Extracting libxcb-1.17.0: .......... done - [rosemary] [ 8/10] Installing libX11-1.8.12,1... - [rosemary] [ 8/10] Extracting libX11-1.8.12,1: .......... done - [rosemary] [ 9/10] Installing libXrender-0.9.12... - [rosemary] [ 9/10] Extracting libXrender-0.9.12: .......... done - [rosemary] [10/10] Installing libXft-2.3.8... - [rosemary] [10/10] Extracting libXft-2.3.8: .......... done - ==> Running trigger: fontconfig.ucl - Running fc-cache to build fontconfig cache... - ===== - 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). 2026-02-13 08:49.52 ---> saved as "6c7f707f9bbf7618c9ddc74596cdc047012e1900494b9b21af21f03df40c897c" /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 7 packages ∗ conf-libX11 1 ∗ conf-libXft 1 ∗ conf-pkg-config 4 ∗ csexp 1.5.2 ∗ dune 3.21.1 ∗ dune-configurator 3.21.1 ∗ graphics 5.2.0 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> ∗ installed conf-pkg-config.4 ⬇ retrieved csexp.1.5.2 (cached) ∗ installed conf-libX11.1 ∗ installed conf-libXft.1 ⬇ retrieved graphics.5.2.0 (https://github.com/ocaml/graphics/archive/refs/tags/5.2.0.tar.gz) ⬇ retrieved dune.3.21.1, dune-configurator.3.21.1 (cached) ∗ installed dune.3.21.1 ∗ installed csexp.1.5.2 ∗ installed dune-configurator.3.21.1 ∗ installed graphics.5.2.0 Done. 2026-02-13 08:52.00 ---> saved as "08d81e9c49ded15129c1b8da0527b5e1398e6e2c938421e2f8cfa2798c683c06" /src: (copy (src .) (dst /src)) 2026-02-13 08:52.03 ---> saved as "550ffae3a2dbf58dd726d188375dde1d231c12eced654c982a6ff169c909dae7" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) 2026-02-13 08:52.14 ---> saved as "c81b55cc31def0380b813e90c739021982f7f1132a936179473171c70ce1e178" Job succeeded 2026-02-13 08:55.00: Job succeeded