Organisationssanettebogue673e94 ()freebsd-14.2-4.14_opam-2.4

freebsd-14.2-4.14_opam-2.4

Link Copied
Code Copied

Logs

2025-08-14 14:10.07: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (673e9440223e01d0499cb5e800e23ff2fc424a90) (freebsd-x86_64:freebsd-14.2-4.14_opam-2.4)
Base: freebsd-14.2-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard 673e9440
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.2-ocaml-4.14
# freebsd-14.2-4.14_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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bogue.opam ./
RUN opam pin add -yn bogue.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.19.1 dune-configurator.3.19.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.0 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.19.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y bogue.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-08-14 14:10.07: Using cache hint "sanette/bogue-freebsd-14.2-ocaml-4.14-freebsd-14.2-4.14_opam-2.4-47c0b6584766a1974401e732970e5b35"
2025-08-14 14:10.07: Using OBuilder spec:
((from freebsd-14.2-ocaml-4.14)
(comment freebsd-14.2-4.14_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 b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src bogue.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn bogue.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.19.1 dune-configurator.3.19.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.0 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.19.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.4 --depext-only -y bogue.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-08-14 14:10.07: Waiting for resource in pool OCluster
2025-08-14 14:10.07: Waiting for worker…
2025-08-14 14:10.07: Got resource from pool OCluster
Building on rosemary
All commits already cached
Updating files: 100% (444/444), done.
HEAD is now at 673e944 restore ocaml < 4.12 compat


(from freebsd-14.2-ocaml-4.14)
2025-08-14 14:11.11 ---> using "e232d73c9161ea3ff94ff4ae2b5a6983da9a9ca98d5185b2db1dbadeae5228e2" from cache


/: (comment freebsd-14.2-4.14_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-08-14 14:11.12 ---> using "ab3b72ff1bef5200ab51bf41b5ce466d603a607c082bc77b8cb9a89bd0ee8e2b" 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-08-14 14:11.12 ---> using "4f5272944a297469599fadae70be6af0a741315c350ad35dc552c1741ce274b4" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.2-RELEASE-p1
The OCaml toplevel, version 4.14.2
2.4.1
2025-08-14 14:11.13 ---> using "07a4e313abba0673771074c9860cdd9543e4761d68d2fb7c6d7221bc739a7e75" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-08-14 14:11.13 ---> using "3a9f22eefbfbdecb5fa973f708084041cdbe652271a081208757b5e926d582b0" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e b8021439f8c57ba6435bc2263f6596671f4f4466 || git fetch origin master) && git reset -q --hard b8021439f8c57ba6435bc2263f6596671f4f4466 && git log --no-decorate -n1 --oneline && opam update -u"))
b8021439f8 Merge pull request #28261 from kit-ty-kate/deploy-fix-25819


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository


Everything as up-to-date as possible


The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.3.0
- ocaml-config.3
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2025-08-14 14:11.14 ---> using "afc339d1b2a1c40db19982477129f6c35590b586ab7eeeefeb6f3dc3383296c2" from cache


/src: (copy (src bogue.opam) (dst ./))
2025-08-14 14:11.15 ---> using "d1c4544fa89074129b50330436387dbc8c84acafd32e502db3aa62738457c5a9" from cache


/src: (run (network host)
(shell "opam pin add -yn bogue.dev './'"))
[bogue.dev] synchronised (file:///src)
bogue is now pinned to file:///src (version dev)
2025-08-14 14:11.15 ---> using "ca29b5d07fc5ec15f982f68d6d3ba72ef6080de28b9c38df4174ed2ab15494f7" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-08-14 14:11.16 ---> using "308bba09d719b7b6b9bccfba948079dcd86175e17a57827967a2def81f5a0083" from cache


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.19.1 dune-configurator.3.19.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.0 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.19.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.4 --depext-only -y bogue.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bogue.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:
sdl2 sdl2_image sdl2_ttf


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/local/bin/sudo "pkg" "install" "-y" "sdl2" "sdl2_image" "sdl2_ttf"
- Updating FreeBSD repository catalogue...
- [rosemary] Fetching data.pkg: ..
- ..
- .
- .
- .
- ..
- . done
- Processing entries:
- ..
- ..
- ...
- .
- .. done
- FreeBSD repository update completed. 35645 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.2.1 -> 2.2.2
- 
- Number of packages to be upgraded: 1
- 
- 12 MiB to be downloaded.
- [rosemary] [1/1] Fetching pkg-2.2.2.pkg:
- .
- .
- .
- .
- .
- ..
- .
- .. done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/1] Upgrading pkg from 2.2.1 to 2.2.2...
- [rosemary] [1/1] Extracting pkg-2.2.2: .........
- . done
- Updating FreeBSD repository catalogue...
- FreeBSD repository is up to date.
- All repositories are up to date.
- The following 54 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	Imath: 3.1.12
- 	aom: 3.12.1
- 	dav1d: 1.5.1_1
- 	freetype2: 2.13.3
- 	gdk-pixbuf2: 2.42.12_2
- 	giflib: 5.2.2
- 	glib: 2.84.1_2,2
- 	graphite2: 1.3.14
- 	harfbuzz: 10.3.0
- 	highway: 1.2.0
- 	hwdata: 0.396,1
- 	jbigkit: 2.1_3
- 	jpeg-turbo: 3.1.1
- 	lerc: 4.0.0
- 	libX11: 1.8.12,1
- 	libXScrnSaver: 1.2.4_1
- 	libXau: 1.0.12
- 	libXcursor: 1.2.3
- 	libXdamage: 1.1.6
- 	libXdmcp: 1.1.5
- 	libXext: 1.3.6,1
- 	libXfixes: 6.0.1
- 	libXi: 1.8.2,1
- 	libXrandr: 1.5.4
- 	libXrender: 0.9.12
- 	libXxf86vm: 1.1.6
- 	libavif: 1.3.0_1
- 	libdeflate: 1.24
- 	libdrm: 2.4.123,1
- 	libepoll-shim: 0.0.20240608
- 	libglvnd: 1.7.0
- 	libinotify: 20240724_1
- 	libjxl: 0.11.1_1
- 	libpciaccess: 0.18.1_1
- 	libxcb: 1.17.0
- 	libxkbcommon: 1.8.1_3
- 	libxml2: 2.14.5
- 	libxshmfence: 1.3.3
- 	libyuv: 0.0.1789_2
- 	mesa-libs: 24.1.7_1
- 	openexr: 3.3.5
- 	png: 1.6.49
- 	py311-packaging: 25.0
- 	sdl2: 2.32.8
- 	sdl2_image: 2.8.8
- 	sdl2_ttf: 2.24.0
- 	shared-mime-info: 2.4_2
- 	tiff: 4.7.0
- 	vmaf: 3.0.0
- 	vulkan-loader: 1.4.319
- 	wayland: 1.23.1_1
- 	webp: 1.5.0
- 	xkeyboard-config: 2.41_4
- 	xorgproto: 2024.1
- 
- Number of packages to be installed: 54
- 
- The process will require 250 MiB more space.
- 37 MiB to be downloaded.
- [rosemary] [1/54] Fetching png-1.6.49.pkg: ..
- ........ done
- [rosemary] [2/54] Fetching libxcb-1.17.0.pkg: ....
- ..... done
- [rosemary] [3/54] Fetching freetype2-2.13.3.pkg: ..
- ........ done
- [rosemary] [4/54] Fetching jpeg-turbo-3.1.1.pkg:
- .......... done
- [rosemary] [5/54] Fetching libglvnd-1.7.0.pkg: .......... done
- [rosemary] [6/54] Fetching sdl2_ttf-2.24.0.pkg: ... done
- [rosemary] [7/54] Fetching libXrandr-1.5.4.pkg: ... done
- [rosemary] [8/54] Fetching libdeflate-1.24.pkg: ...... done
- [rosemary] [9/54] Fetching libXxf86vm-1.1.6.pkg: . done
- [rosemary] [10/54] Fetching vmaf-3.0.0.pkg: ......... done
- [rosemary] [11/54] Fetching libXdamage-1.1.6.pkg: . done
- [rosemary] [12/54] Fetching libdrm-2.4.123,1.pkg: .......... done
- [rosemary] [13/54] Fetching libXfixes-6.0.1.pkg: . done
- [rosemary] [14/54] Fetching libxml2-2.14.5.pkg: ...
- ....... done
- [rosemary] [15/54] Fetching wayland-1.23.1_1.pkg: ......... done
- [rosemary] [16/54] Fetching aom-3.12.1.pkg: ....
- ...... done
- [rosemary] [17/54] Fetching gdk-pixbuf2-2.42.12_2.pkg: .
- ......... done
- [rosemary] [18/54] Fetching libxshmfence-1.3.3.pkg: . done
- [rosemary] [19/54] Fetching py311-packaging-25.0.pkg: ......... done
- [rosemary] [20/54] Fetching libXScrnSaver-1.2.4_1.pkg: . done
- [rosemary] [21/54] Fetching libepoll-shim-0.0.20240608.pkg: . done
- [rosemary] [22/54] Fetching libjxl-0.11.1_1.pkg: .......... done
- [rosemary] [23/54] Fetching libX11-1.8.12,1.pkg: .
- ......... done
- [rosemary] [24/54] Fetching giflib-5.2.2.pkg: .......... done
- [rosemary] [25/54] Fetching libXrender-0.9.12.pkg: ... done
- [rosemary] [26/54] Fetching xorgproto-2024.1.pkg: .......... done
- [rosemary] [27/54] Fetching libXi-1.8.2,1.pkg: ........ done
- [rosemary] [28/54] Fetching sdl2_image-2.8.8.pkg: ..... done
- [rosemary] [29/54] Fetching webp-1.5.0.pkg: .......... done
- [rosemary] [30/54] Fetching hwdata-0.396,1.pkg: .......... done
- [rosemary] [31/54] Fetching graphite2-1.3.14.pkg: ....... done
- [rosemary] [32/54] Fetching shared-mime-info-2.4_2.pkg: .......... done
- [rosemary] [33/54] Fetching harfbuzz-10.3.0.pkg: .......... done
- [rosemary] [34/54] Fetching libinotify-20240724_1.pkg: .. done
- [rosemary] [35/54] Fetching mesa-libs-24.1.7_1.pkg: .......... done
- [rosemary] [36/54] Fetching libpciaccess-0.18.1_1.pkg: . done
- [rosemary] [37/54] Fetching vulkan-loader-1.4.319.pkg: ......... done
- [rosemary] [38/54] Fetching libXcursor-1.2.3.pkg: ... done
- [rosemary] [39/54] Fetching highway-1.2.0.pkg: .......... done
- [rosemary] [40/54] Fetching libavif-1.3.0_1.pkg: .......... done
- [rosemary] [41/54] Fetching Imath-3.1.12.pkg: .......... done
- [rosemary] [42/54] Fetching libXext-1.3.6,1.pkg: ...... done
- [rosemary] [43/54] Fetching libXau-1.0.12.pkg: . done
- [rosemary] [44/54] Fetching libyuv-0.0.1789_2.pkg: .......... done
- [rosemary] [45/54] Fetching dav1d-1.5.1_1.pkg: .......... done
- [rosemary] [46/54] Fetching openexr-3.3.5.pkg: .......... done
- [rosemary] [47/54] Fetching glib-2.84.1_2,2.pkg: .
- ...
- ....
- .. done
- [rosemary] [48/54] Fetching xkeyboard-config-2.41_4.pkg: ......
- .... done
- [rosemary] [49/54] Fetching libxkbcommon-1.8.1_3.pkg: .......... done
- [rosemary] [50/54] Fetching jbigkit-2.1_3.pkg: ..... done
- [rosemary] [51/54] Fetching sdl2-2.32.8.pkg: .......... done
- [rosemary] [52/54] Fetching libXdmcp-1.1.5.pkg: . done
- [rosemary] [53/54] Fetching tiff-4.7.0.pkg: .......
- ... done
- [rosemary] [54/54] Fetching lerc-4.0.0.pkg: .......... done
- Checking integrity...
-  done (0 conflicting)
- [rosemary] [1/54] Installing Imath-3.1.12...
- [rosemary] [1/54] Extracting Imath-3.1.12: ......
- .... done
- [rosemary] [2/54] Installing dav1d-1.5.1_1...
- [rosemary] [2/54] Extracting dav1d-1.5.1_1: .......... done
- [rosemary] [3/54] Installing giflib-5.2.2...
- [rosemary] [3/54] Extracting giflib-5.2.2: .......... done
- [rosemary] [4/54] Installing graphite2-1.3.14...
- [rosemary] [4/54] Extracting graphite2-1.3.14: .......... done
- [rosemary] [5/54] Installing highway-1.2.0...
- [rosemary] [5/54] Extracting highway-1.2.0: .......... done
- [rosemary] [6/54] Installing hwdata-0.396,1...
- [rosemary] [6/54] Extracting hwdata-0.396,1: .......... done
- [rosemary] [7/54] Installing jbigkit-2.1_3...
- [rosemary] [7/54] Extracting jbigkit-2.1_3: .......... done
- [rosemary] [8/54] Installing jpeg-turbo-3.1.1...
- [rosemary] [8/54] Extracting jpeg-turbo-3.1.1: .......... done
- [rosemary] [9/54] Installing lerc-4.0.0...
- [rosemary] [9/54] Extracting lerc-4.0.0: ........ done
- [rosemary] [10/54] Installing libXau-1.0.12...
- [rosemary] [10/54] Extracting libXau-1.0.12: .......... done
- [rosemary] [11/54] Installing libdeflate-1.24...
- [rosemary] [11/54] Extracting libdeflate-1.24: .......... done
- [rosemary] [12/54] Installing libepoll-shim-0.0.20240608...
- [rosemary] [12/54] Extracting libepoll-shim-0.0.20240608: .......... done
- [rosemary] [13/54] Installing libinotify-20240724_1...
- [rosemary] [13/54] Extracting libinotify-20240724_1: .......... done
- [rosemary] [14/54] Installing libpciaccess-0.18.1_1...
- [rosemary] [14/54] Extracting libpciaccess-0.18.1_1: ........ done
- [rosemary] [15/54] Installing libdrm-2.4.123,1...
- [rosemary] [15/54] Extracting libdrm-2.4.123,1: .......... done
- [rosemary] [16/54] Installing libxml2-2.14.5...
- [rosemary] [16/54] Extracting libxml2-2.14.5: .......... done
- [rosemary] [17/54] Installing libxshmfence-1.3.3...
- [rosemary] [17/54] Extracting libxshmfence-1.3.3:
- ......... done
- [rosemary] [18/54] Installing libyuv-0.0.1789_2...
- [rosemary] [18/54] Extracting libyuv-0.0.1789_2: ......
- .... done
- [rosemary] [19/54] Installing openexr-3.3.5...
- [rosemary] [19/54] Extracting openexr-3.3.5: .
- ...
- ...
- ... done
- [rosemary] [20/54] Installing png-1.6.49...
- [rosemary] [20/54] Extracting png-1.6.49: .......... done
- [rosemary] [21/54] Installing freetype2-2.13.3...
- [rosemary] [21/54] Extracting freetype2-2.13.3: .......... done
- [rosemary] [22/54] Installing py311-packaging-25.0...
- [rosemary] [22/54] Extracting py311-packaging-25.0: .......... done
- [rosemary] [23/54] Installing glib-2.84.1_2,2...
- [rosemary] [23/54] Extracting glib-2.84.1_2,2: ........
- .. done
- [rosemary] [24/54] Installing harfbuzz-10.3.0...
- [rosemary] [24/54] Extracting harfbuzz-10.3.0: .......... done
- [rosemary] [25/54] Installing shared-mime-info-2.4_2...
- [rosemary] [25/54] Extracting shared-mime-info-2.4_2: ......... done
- [rosemary] [26/54] Installing tiff-4.7.0...
- [rosemary] [26/54] Extracting tiff-4.7.0: .........
- . done
- [rosemary] [27/54] Installing gdk-pixbuf2-2.42.12_2...
- [rosemary] [27/54] Extracting gdk-pixbuf2-2.42.12_2: .......... done
- [rosemary] [28/54] Installing libjxl-0.11.1_1...
- [rosemary] [28/54] Extracting libjxl-0.11.1_1: .......... done
- [rosemary] [29/54] Installing vmaf-3.0.0...
- [rosemary] [29/54] Extracting vmaf-3.0.0: .......... done
- [rosemary] [30/54] Installing aom-3.12.1...
- [rosemary] [30/54] Extracting aom-3.12.1: .......... done
- [rosemary] [31/54] Installing libavif-1.3.0_1...
- [rosemary] [31/54] Extracting libavif-1.3.0_1: .......... done
- [rosemary] [32/54] Installing wayland-1.23.1_1...
- [rosemary] [32/54] Extracting wayland-1.23.1_1: .......... done
- [rosemary] [33/54] Installing webp-1.5.0...
- [rosemary] [33/54] Extracting webp-1.5.0: .......... done
- [rosemary] [34/54] Installing xkeyboard-config-2.41_4...
- [rosemary] [34/54] Extracting xkeyboard-config-2.41_4: .......... done
- [rosemary] [35/54] Installing xorgproto-2024.1...
- [rosemary] [35/54] Extracting xorgproto-2024.1: .......... done
- [rosemary] [36/54] Installing libXdmcp-1.1.5...
- [rosemary] [36/54] Extracting libXdmcp-1.1.5: ......... done
- [rosemary] [37/54] Installing libxcb-1.17.0...
- [rosemary] [37/54] Extracting libxcb-1.17.0: .......... done
- [rosemary] [38/54] Installing libX11-1.8.12,1...
- [rosemary] [38/54] Extracting libX11-1.8.12,1: .......... done
- [rosemary] [39/54] Installing libXext-1.3.6,1...
- [rosemary] [39/54] Extracting libXext-1.3.6,1: .......... done
- [rosemary] [40/54] Installing libXScrnSaver-1.2.4_1...
- [rosemary] [40/54] Extracting libXScrnSaver-1.2.4_1: .......... done
- [rosemary] [41/54] Installing libXfixes-6.0.1...
- [rosemary] [41/54] Extracting libXfixes-6.0.1: .......... done
- [rosemary] [42/54] Installing libXdamage-1.1.6...
- [rosemary] [42/54] Extracting libXdamage-1.1.6: ......... done
- [rosemary] [43/54] Installing libXi-1.8.2,1...
- [rosemary] [43/54] Extracting libXi-1.8.2,1: .......... done
- [rosemary] [44/54] Installing libXrender-0.9.12...
- [rosemary] [44/54] Extracting libXrender-0.9.12: .......... done
- [rosemary] [45/54] Installing libXcursor-1.2.3...
- [rosemary] [45/54] Extracting libXcursor-1.2.3: .......... done
- [rosemary] [46/54] Installing libXrandr-1.5.4...
- [rosemary] [46/54] Extracting libXrandr-1.5.4: .......... done
- [rosemary] [47/54] Installing libXxf86vm-1.1.6...
- [rosemary] [47/54] Extracting libXxf86vm-1.1.6: .......... done
- [rosemary] [48/54] Installing libglvnd-1.7.0...
- [rosemary] [48/54] Extracting libglvnd-1.7.0: .......... done
- [rosemary] [49/54] Installing libxkbcommon-1.8.1_3...
- [rosemary] [49/54] Extracting libxkbcommon-1.8.1_3: .......... done
- [rosemary] [50/54] Installing mesa-libs-24.1.7_1...
- [rosemary] [50/54] Extracting mesa-libs-24.1.7_1: .......... done
- [rosemary] [51/54] Installing vulkan-loader-1.4.319...
- [rosemary] [51/54] Extracting vulkan-loader-1.4.319: .......... done
- [rosemary] [52/54] Installing sdl2-2.32.8...
- [rosemary] [52/54] Extracting sdl2-2.32.8: .......... done
- [rosemary] [53/54] Installing sdl2_image-2.8.8...
- [rosemary] [53/54] Extracting sdl2_image-2.8.8: .......... done
- [rosemary] [54/54] Installing sdl2_ttf-2.24.0...
- [rosemary] [54/54] Extracting sdl2_ttf-2.24.0: .......... done
- ==> Running trigger: gdk-pixbuf-query-loaders.ucl
- Generating gdk-pixbuf modules cache
- ==> Running trigger: glib-schemas.ucl
- Compiling glib schemas
- No schema files found: doing nothing.
- ==> Running trigger: shared-mime-info.ucl
- Building the Shared MIME-Info database cache
- ==> Running trigger: gio-modules.ucl
- Generating GIO modules 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 libjxl-0.11.1_1:
- 
- --
- Additional packages recommended for new users:
- - imlib2-jxl (e.g., feh, scrot)
- - kf5-kimageformats (e.g., nomacs, flameshot, skanlite)
- - gimp-jxl-plugin
- =====
- 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
- =====
- Message from vulkan-loader-1.4.319:
- 
- --
- ===>   NOTICE:
- 
- The vulkan-loader port currently does not have a maintainer. As a result, it is
- more likely to have unresolved issues, not be up-to-date, or even be removed in
- the future. To volunteer to maintain this port, please create an issue at:
- 
- https://bugs.freebsd.org/bugzilla
- 
- More information about port maintainership is available at:
- 
- https://docs.freebsd.org/en/articles/contributing/#ports-contributing
2025-08-14 14:11.16 ---> using "1b8e395e0b1ab1651a33f231651a2eb08598ef5df29fda946502a61bf97b4f3f" from cache


/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 20 packages
∗ bigarray-compat   1.1.0
∗ conf-libffi       2.0.0
∗ conf-pkg-config   4
∗ conf-sdl2         1
∗ conf-sdl2-image   1
∗ conf-sdl2-ttf     1
∗ csexp             1.5.2
∗ ctypes            0.23.0
∗ ctypes-foreign    0.23.0
∗ dune              3.19.1
∗ dune-configurator 3.19.1
∗ integers          0.7.0
∗ ocamlbuild        0.16.1
∗ ocamlfind         1.9.8
∗ stdlib-shims      0.3.0
∗ topkg             1.1.0
∗ tsdl              1.1.0
∗ tsdl-image        0.6
∗ tsdl-ttf          0.6
∗ xdg               3.19.1


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
∗ installed conf-pkg-config.4
∗ installed conf-sdl2.1
∗ installed conf-sdl2-ttf.1
∗ installed conf-sdl2-image.1
∗ installed conf-libffi.2.0.0
⬇ retrieved ctypes.0.23.0, ctypes-foreign.0.23.0  (cached)
⬇ retrieved csexp.1.5.2  (cached)
⬇ retrieved bigarray-compat.1.1.0  (cached)
⬇ retrieved integers.0.7.0  (cached)
⬇ retrieved ocamlbuild.0.16.1  (cached)
⬇ retrieved stdlib-shims.0.3.0  (cached)
⬇ retrieved ocamlfind.1.9.8  (cached)
⬇ retrieved topkg.1.1.0  (cached)
⬇ retrieved tsdl.1.1.0  (https://erratique.ch/software/tsdl/releases/tsdl-1.1.0.tbz)
⬇ retrieved tsdl-image.0.6  (https://github.com/sanette/tsdl-image/archive/0.6.tar.gz)
⬇ retrieved dune.3.19.1, dune-configurator.3.19.1, xdg.3.19.1  (cached)
∗ installed ocamlbuild.0.16.1
⬇ retrieved tsdl-ttf.0.6  (https://github.com/sanette/tsdl-ttf/archive/0.6.tar.gz)
∗ installed ocamlfind.1.9.8
∗ installed topkg.1.1.0
∗ installed dune.3.19.1
∗ installed stdlib-shims.0.3.0
∗ installed csexp.1.5.2
∗ installed integers.0.7.0
∗ installed bigarray-compat.1.1.0
∗ installed xdg.3.19.1
∗ installed dune-configurator.3.19.1
∗ installed ctypes.0.23.0
∗ installed ctypes-foreign.0.23.0
∗ installed tsdl.1.1.0
∗ installed tsdl-image.0.6
∗ installed tsdl-ttf.0.6
Done.
2025-08-14 14:11.17 ---> using "c888dcbeb604ee1574b4fbaa100c490d4ffb7aca5dd10647ec8b063c13fd7ecd" from cache


/src: (copy (src .) (dst /src))
2025-08-14 14:11.39 ---> saved as "d77fbcd97f087b59456c7dee45b56258a5d42515685cd40c463d2a26f157dd6a"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/examples && ./examples.exe 00)
[0][0] :	 Warning: User variable 'DEBUG_CODE' not found in config.
[0][0] :	 Warning: Using DEBUG_CODE=1023
[0][0] :	 Warning: User variable 'LOG_TO_FILE' not found in config.
[0][0] :	 Warning: Using LOG_TO_FILE=false
[0][0] :	 I/O: Executable=examples.exe
[0][0] :	 I/O: Invoking opam
[340][0] :	 ERROR: Cannot find share directory for examples.exe/.! bin_dir=., prefix_dir=/src/_build/default
[340][0] :	 Warning: User variable 'DIR' not found in config.
[340][0] :	 Warning: Using DIR=
[544][0] :	 Warning: User variable 'THEME' not found in config.
[544][0] :	 Warning: Using THEME=default
[544][0] :	 I/O: No theme specified, using default=default.
[545][0] :	 I/O: Reading config file [/src/_build/install/default/share/bogue/themes/default/bogue.conf]. BOGUE Version [20250814]
[545][0] :	 I/O: Reading BACKGROUND=color:white
[545][0] :	 I/O: Reading CHECK_ON=fa:check-square-o
[545][0] :	 I/O: Reading CHECK_OFF=fa:square-o
[545][0] :	 Warning: Using THEME=default
Loading Bogue 20250814 with config dir /src/_build/install/default/share/bogue/themes/default
[545][0] :	 Warning: Using BACKGROUND=color:white
[545][0] :	 Warning: User variable 'BG_COLOR' not found in config.
[545][0] :	 Warning: Using BG_COLOR=aliceblue
[545][0] :	 Warning: User variable 'BOX_BG_COLOR' not found in config.
[545][0] :	 Warning: Using BOX_BG_COLOR=lightsteelblue
[545][0] :	 Warning: User variable 'BUTTON_COLOR_OFF' not found in config.
[545][0] :	 Warning: Using BUTTON_COLOR_OFF=#8bc0d1
[545][0] :	 Warning: User variable 'BUTTON_COLOR_ON' not found in config.
[545][0] :	 Warning: Using BUTTON_COLOR_ON=darkturquoise
[545][0] :	 Warning: Using CHECK_ON=fa:check-square-o
[545][0] :	 Warning: Using CHECK_OFF=fa:square-o
[545][0] :	 Warning: User variable 'CURSOR_COLOR' not found in config.
[545][0] :	 Warning: Using CURSOR_COLOR=#2a7da2
[545][0] :	 Warning: User variable 'DISABLED_FG' not found in config.
[545][0] :	 Warning: Using DISABLED_FG=gray
[545][0] :	 Warning: User variable 'DISABLED_BG' not found in config.
[545][0] :	 Warning: Using DISABLED_BG=lightgray
[545][0] :	 Warning: User variable 'FAINT_COLOR' not found in config.
[545][0] :	 Warning: Using FAINT_COLOR=gainsboro
[545][0] :	 Warning: User variable 'TEXT_COLOR' not found in config.
[545][0] :	 Warning: Using TEXT_COLOR=black
[545][0] :	 Warning: User variable 'SEL_BG_COLOR' not found in config.
[545][0] :	 Warning: Using SEL_BG_COLOR=slategray
[545][0] :	 Warning: User variable 'SEL_FG_COLOR' not found in config.
[545][0] :	 Warning: Using SEL_FG_COLOR=white
[545][0] :	 Warning: User variable 'LABEL_COLOR' not found in config.
[545][0] :	 Warning: Using LABEL_COLOR=black
[545][0] :	 Warning: User variable 'MENU_HL_COLOR' not found in config.
[545][0] :	 Warning: Using MENU_HL_COLOR=#8099a2
[545][0] :	 Warning: User variable 'MENU_BG_COLOR' not found in config.
[545][0] :	 Warning: Using MENU_BG_COLOR=#BEBEBE
[545][0] :	 Warning: User variable 'LABEL_FONT_SIZE' not found in config.
[545][0] :	 Warning: Using LABEL_FONT_SIZE=14
[545][0] :	 Warning: User variable 'LABEL_FONT' not found in config.
[545][0] :	 Warning: Using LABEL_FONT=Ubuntu-R.ttf
[545][0] :	 Warning: User variable 'TEXT_FONT' not found in config.
[545][0] :	 Warning: Using TEXT_FONT=Ubuntu-R.ttf
[545][0] :	 Warning: User variable 'TEXT_FONT_SIZE' not found in config.
[545][0] :	 Warning: Using TEXT_FONT_SIZE=14
[545][0] :	 Warning: User variable 'SMALL_FONT_SIZE' not found in config.
[545][0] :	 Warning: Using SMALL_FONT_SIZE=10
[545][0] :	 Warning: User variable 'MONO_FONT' not found in config.
[545][0] :	 Warning: Using MONO_FONT=UbuntuMono-R.ttf
[572][0] :	 Warning: User variable 'ROOM_MARGIN' not found in config.
[572][0] :	 Warning: Using ROOM_MARGIN=10
[572][0] :	 Warning: User variable 'FA_DIR' not found in config.
[572][0] :	 Warning: Using FA_DIR=font-awesome-4.6.3
[572][0] :	 Warning: User variable 'INT_SCALE' not found in config.
[572][0] :	 Warning: Using INT_SCALE=false
[572][0] :	 Warning: User variable 'SCALE' not found in config.
[572][0] :	 Warning: Using SCALE=0
[572][0] :	 Warning: User variable 'OPENGL_MULTISAMPLE' not found in config.
[572][0] :	 Warning: Using OPENGL_MULTISAMPLE=false
[572][0] :	 Warning: User variable 'NO_VSYNC' not found in config.
[572][0] :	 Warning: Using NO_VSYNC=false
[572][0] :	 Warning: User variable 'NATURAL_SCROLLING' not found in config.
[572][0] :	 Warning: Using NATURAL_SCROLLING=auto
[764][0] :	 Warning: User variable 'USE_FSWATCH' not found in config.
[764][0] :	 Warning: Using USE_FSWATCH=true
[766][0] :	 I/O: Reading color names from [/src/_build/install/default/share/bogue/themes/common/colors/liste.txt].
[766][0] :	 Custom: Detected os type: [FreeBSD]
[771][0] :	 I/O; Warning: Cannot find rsvg converter. You will not be able to load SVG images.
[771][0] :	 Warning: SDL initialized
[772][0] :	 Event: SDL Events initialized
[772][0] :	 Event: Register new event type:user (Ox8000)
[772][0] :	 Event: Register new event type:stop (Ox8001)
[772][0] :	 Event: Register new event type:stopped (Ox8002)
[772][0] :	 Event: Register new event type:mouse_enter (Ox8003)
[772][0] :	 Event: Register new event type:mouse_leave (Ox8004)
[772][0] :	 Event: Register new event type:redraw (Ox8005)
[772][0] :	 Event: Register new event type:mouse_at_rest (Ox8006)
[772][0] :	 Event: Register new event type:startup (Ox8007)
[772][0] :	 Event: Register new event type:var_changed (Ox8008)
[772][0] :	 Event: Register new event type:update (Ox8009)
[772][0] :	 Event: Register new event type:sync_action (Ox800a)
[772][0] :	 Event: Register new event type:keyboard_focus (Ox800b)
[772][0] :	 Event: Register new event type:mouse_focus (Ox800c)
[772][0] :	 Event: Register new event type:remove_focus (Ox800d)
[772][0] :	 Event: Register new event type:destroy_window (Ox800e)
[772][0] :	 Event: Register new event type:add_window (Ox800f)
[772][0] :	 Event: Register new event type:not_used (Ox8010)
[772][0] :	 Board: Layout #1 (dummy) created.
[774][0] :	 I/O: Fswatch program not found; using Unix_stat for file monitoring.
[775][0] :	 I/O: Checking image file size /src/_build/install/default/share/bogue/assets/images/chl.png
[776][0] :	 Graphics: SDL Video initialized
[776][0] :	 Memory: Create surface_load (/src/_build/install/default/share/bogue/themes/default/bogue-icon.png)
[914][0] :	 ERROR; Graphics: SDL get DPI error: That operation is not supported
[957][0] :	 Warning: Cannot get monitor's DPI from xdpyinfo.
[957][0] :	 Graphics: DPI from system: 110
[957][0] :	 Graphics; Warning: Using SCALE=1.000000
[957][0] :	 Graphics: SDL Image initialized
[957][0] :	 Memory: Create surface_load (/src/_build/install/default/share/bogue/assets/images/chl.png)
[958][0] :	 Memory: Freeing surface (330,290)
00 = Bogue initialization without opening any window.
[958][0] :	 Board: Adding timeout 1
[958][0] :	 Board: Layout #2 (windows_house) created.
[958][0] :	 Board: ==> Running board!
[958][0] :	 Graphics; Warning: Could not get refresh rate information for any monitor
[958][0] :	 Graphics: Desired FPS=60
[969][0] :	 Board: Has focus: NO
[969][0] :	 Board: Adding timeout 2
[969][0] :	 Graphics: FPS:100 (round_trip=0)


[1968][0] :	 Board: Executing timeout 1
Hello world
[1968][0] :	 Memory: All zombies have been killed! Congratulations!
[1968][0] :	 Board: Board exiting
[1968][0] :	 Board: Quitting...
[1968][0] :	 Graphics: Quitting SDL Image
[1968][0] :	 Graphics: Quitting SDL Video
[1968][0] :	 Graphics: Cleaning up 0 SDL_TTF surfaces...
[1968][0] :	 Memory: Freeing surface (123,128)
[1968][0] :	 Event: Quitting SDL Events
[1968][0] :	 Graphics: Exit SDL...
[1968][0] :	 Graphics: Done.
INFO: Using SDL 2.32.8
/bin/sh: xdpyinfo: not found
2025-08-14 14:12.28 ---> saved as "f5dbbd5689b20bcd1c4b0b086aa04decb26174ce4c18d9f76115050538ff0089"
Job succeeded
2025-08-14 14:11.58: Job succeeded