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-4.14_opam-2.5)Base: freebsd-14.3-ocaml-4.14Opam project buildTo reproduce locally:git clone --recursive "https://github.com/mtelvers/mandelbrot.git" -b "master" && cd "mandelbrot" && git reset --hard 14e08f30cat > Dockerfile <<'END-OF-DOCKERFILE'FROM freebsd-14.3-ocaml-4.14# freebsd-14.3-4.14_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 302e116c4009da2f5a31c350a57c8b3c9b27289e || git fetch origin master) && git reset -q --hard 302e116c4009da2f5a31c350a57c8b3c9b27289e && git log --no-decorate -n1 --oneline && opam update -uCOPY --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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y mandelbrot.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-02-13 08:06.12: Using cache hint "mtelvers/mandelbrot-freebsd-14.3-ocaml-4.14-freebsd-14.3-4.14_opam-2.5-104bbdab757a3935207f67d9373dd1d7"2026-02-13 08:06.12: Using OBuilder spec:((from freebsd-14.3-ocaml-4.14)(comment freebsd-14.3-4.14_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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 OCluster2026-02-13 08:06.12: Waiting for worker…2026-02-13 08:51.52: Got resource from pool OClusterBuilding on rosemaryAll commits already cachedHEAD is now at 14e08f3 Update README.md(from freebsd-14.3-ocaml-4.14)2026-02-13 08:49.08 ---> using "7e5247e9853d1c2fb95ef9ffdfdb895ef70516f48155f08a9b10db936cb8c6c6" from cache/: (comment freebsd-14.3-4.14_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.09 ---> using "cc65ce37998b2d98fc767b9dc7c3b5c83138e1952bec339ac27a7bb4d9d920d3" 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-02-13 08:49.10 ---> using "87889fea7d09081125d96054d270a07df14f9b2a5c081c0c9434b9f215ecc218" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))FreeBSD 14.3-RELEASE-p3The OCaml toplevel, version 4.14.22.5.02026-02-13 08:49.10 ---> using "4a6e16f39bb2fab11842c96050ea21902749c68aefdffcd64774b8b7640a3492" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-02-13 08:49.10 ---> using "ca1b89b4fcfce73b3b6ab80b797b154eda5f870ad814c498da3e18daf8f4b36f" 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_HEAD71325ac6ed..302e116c40 master -> origin/master302e116c40 Merge pull request #29374 from shonfeder/release-dune-3.21.1<><> 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.4.0- ocaml-config.3However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.2026-02-13 08:49.11 ---> using "d8498f998c51008a338531bbd919bc5760cff9bad513a2034c195ce03e600781" from cache/src: (copy (src mandelbrot.opam) (dst ./))2026-02-13 08:49.14 ---> saved as "1b0120fad9b657529afef450d8acfff96a6920e3207270a7d357caa545648036"/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.16 ---> saved as "4fe4414dcdeaa18ace07dbbe07a6c0842891d8fb4e601164a5fb951882a93291"/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2026-02-13 08:49.18 ---> saved as "886ce0a2d00390c1f044662e2d97d8c94f3109f299a0faea693aa6642af51081"/src: (env DEPS "base-bigarray.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-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.53 ---> saved as "2c0f8c072e1c30bc614a30fd177b8b283c09155a9409bb77583ff2416cd2f2b7"/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 2).[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).[NOTE] Package ocaml is already installed (current version is 4.14.2).[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-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∗ installed conf-libX11.1⬇ retrieved csexp.1.5.2 (cached)⬇ retrieved graphics.5.2.0 (https://github.com/ocaml/graphics/archive/refs/tags/5.2.0.tar.gz)∗ installed conf-libXft.1⬇ 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.0Done.2026-02-13 08:52.00 ---> saved as "af8ec0b105d733016804236a82b31aacc694e1280bb3183aae187ee226765224"/src: (copy (src .) (dst /src))2026-02-13 08:52.03 ---> saved as "877c260b1aac60887391f9e9a234325c9f49e738915be8c9bd63a3216c84885b"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))2026-02-13 08:52.13 ---> saved as "e2f6a75132b41f970245be924123a33d8c830713dba466e6957a8d5e9d23a4a4"Job succeeded2026-02-13 08:54.59: Job succeeded