Organisationssanettebogueb307b7 ()freebsd-4.14_opam-2.2

freebsd-4.14_opam-2.2

Link Copied
Code Copied

Logs

2024-09-18 15:13.53: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (b307b736609e19ba6fee688cfed761ce9425a2e1) (freebsd-x86_64:freebsd-4.14_opam-2.2)
Base: freebsd-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 b307b736
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-ocaml-4.14
# freebsd-4.14_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.2 /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 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 bogue.opam ./
RUN opam pin add -yn bogue.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.16.0 dune-configurator.3.16.0 host-arch-x86_64.1 host-system-other.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.8 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.16.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --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


2024-09-18 15:13.53: Using cache hint "sanette/bogue-freebsd-ocaml-4.14-freebsd-4.14_opam-2.2-dcdd48cb077e6f5365ad23711a187ee4"
2024-09-18 15:13.53: Using OBuilder spec:
((from freebsd-ocaml-4.14)
 (comment freebsd-4.14_opam-2.2)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/local/bin/opam-2.2 /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 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src bogue.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn bogue.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.16.0 dune-configurator.3.16.0 host-arch-x86_64.1 host-system-other.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.8 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.16.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.2 --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"))
)


2024-09-18 15:13.53: Waiting for resource in pool OCluster
2024-09-18 15:19.10: Waiting for worker…
2024-09-18 16:48.58: Got resource from pool OCluster
Building on summer
All commits already cached
Updating files: 100% (386/386), done.
HEAD is now at b307b73 remove audio un/lock


(from freebsd-ocaml-4.14)
2024-09-18 16:39.55 ---> using "57eeeabfec88366322a66f228a693df277d348dc99f1cc2a63749102c5e1e405" from cache


/: (comment freebsd-4.14_opam-2.2)


/: (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.2 /usr/local/bin/opam"))
2024-09-18 16:39.56 ---> using "331cb54c56ba47239b6522558e6295f68ba679de6d38a5ddae6e1282bd4c3227" 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
2024-09-18 16:39.56 ---> using "0ea397e38f2ed580c996b50aedfdb35f589fe8d5328e4d5701e3485ad0ee7d31" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.0-RELEASE-p6
The OCaml toplevel, version 4.14.2
2.2.0
2024-09-18 16:39.56 ---> using "e6ed3443f91a45dc3e2b2fd8eca0fa438601ccaf0a656f5e040e0ef7ec1bf353" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-09-18 16:39.57 ---> using "a8768039a9919ab7082a771b4ea48607524661cf72600917c57416f2763555c6" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 45f961713f04a0d83218c0eb2706131a40f96d54 || git fetch origin master) && git reset -q --hard 45f961713f04a0d83218c0eb2706131a40f96d54 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   e2171914dc..45f961713f  master     -> origin/master
45f961713f Merge pull request #26585 from dra27/trunk-tweaks


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
default (at git+file:///home/opam/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).


The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.4.0
  - ocaml-config.3
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2024-09-18 16:39.57 ---> using "3259f93475f7a50c53db15fea820441451b48ad960b53b90cc70b1d28aa970b4" from cache


/src: (copy (src bogue.opam) (dst ./))
2024-09-18 16:40.04 ---> saved as "3af031131315c7594eb814c79577247485c6762050d29c351dd7900de834dc10"


/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)
2024-09-18 16:40.07 ---> saved as "7f808a1713586bb3f7b93750d14daffa055762fe0eae46520ea16f19402f23a3"


/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.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.16.0 dune-configurator.3.16.0 host-arch-x86_64.1 host-system-other.1 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.15.0 ocamlfind.1.9.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.8 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.16.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.2 --depext-only -y bogue.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bogue.dev] synchronised (no changes)


[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 host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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...
- [summer] Fetching data.pkg: ..
- ...
- ....
- . done
- Processing entries: 
- ..
- .
- ..
- ..
- .
- .
- . done
- FreeBSD repository update completed. 34439 packages processed.
- 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.11
- 	aom: 3.9.1
- 	brotli: 1.1.0,1
- 	dav1d: 1.4.3_1
- 	freetype2: 2.13.2
- 	gdk-pixbuf2: 2.42.10_3
- 	giflib: 5.2.2
- 	glib: 2.80.5,2
- 	graphite2: 1.3.14
- 	harfbuzz: 9.0.0
- 	highway: 1.2.0
- 	jbigkit: 2.1_3
- 	jpeg-turbo: 3.0.3
- 	lerc: 4.0.0
- 	libX11: 1.8.9,1
- 	libXScrnSaver: 1.2.4_1
- 	libXau: 1.0.9_1
- 	libXcursor: 1.2.2
- 	libXdamage: 1.1.6
- 	libXdmcp: 1.1.5
- 	libXext: 1.3.6,1
- 	libXfixes: 6.0.0_1
- 	libXi: 1.8_1,1
- 	libXrandr: 1.5.2_1
- 	libXrender: 0.9.10_2
- 	libXxf86vm: 1.1.4_4
- 	libavif: 1.0.4_1
- 	libdeflate: 1.20
- 	libdrm: 2.4.122,1
- 	libepoll-shim: 0.0.20240608
- 	libglvnd: 1.7.0
- 	libinotify: 20211018_1
- 	libjxl: 0.10.3
- 	libpciaccess: 0.18
- 	libxcb: 1.17.0
- 	libxkbcommon: 1.7.0_1
- 	libxml2: 2.11.8
- 	libxshmfence: 1.3.2
- 	mesa-libs: 24.0.9_1
- 	openexr: 3.2.4
- 	png: 1.6.43
- 	py311-packaging: 24.1
- 	python311: 3.11.9
- 	sdl2: 2.30.3
- 	sdl2_image: 2.8.2_1
- 	sdl2_ttf: 2.22.0
- 	shared-mime-info: 2.2_3
- 	tiff: 4.6.0
- 	vmaf: 3.0.0
- 	vulkan-loader: 1.3.289
- 	wayland: 1.23.1
- 	webp: 1.4.0_1
- 	xkeyboard-config: 2.41_4
- 	xorgproto: 2024.1
- 
- Number of packages to be installed: 54
- 
- The process will require 354 MiB more space.
- 54 MiB to be downloaded.
- [summer] [1/54] Fetching png-1.6.43.pkg: .......... done
- [summer] [2/54] Fetching vulkan-loader-1.3.289.pkg: .......... done
- [summer] [3/54] Fetching libxcb-1.17.0.pkg: .......... done
- [summer] [4/54] Fetching freetype2-2.13.2.pkg: ..
- ........ done
- [summer] [5/54] Fetching jpeg-turbo-3.0.3.pkg: .......... done
- [summer] [6/54] Fetching libXcursor-1.2.2.pkg: .... done
- [summer] [7/54] Fetching libglvnd-1.7.0.pkg: .......... done
- [summer] [8/54] Fetching highway-1.2.0.pkg: .......... done
- [summer] [9/54] Fetching sdl2_ttf-2.22.0.pkg: ..... done
- [summer] [10/54] Fetching libXrandr-1.5.2_1.pkg: .... done
- [summer] [11/54] Fetching libavif-1.0.4_1.pkg: .......... done
- [summer] [12/54] Fetching brotli-1.1.0,1.pkg: .......... done
- [summer] [13/54] Fetching Imath-3.1.11.pkg: .......... done
- [summer] [14/54] Fetching libdeflate-1.20.pkg: ........ done
- [summer] [15/54] Fetching libXext-1.3.6,1.pkg: ......... done
- [summer] [16/54] Fetching libXxf86vm-1.1.4_4.pkg: .... done
- [summer] [17/54] Fetching vmaf-3.0.0.pkg: .......... done
- [summer] [18/54] Fetching libXdamage-1.1.6.pkg: ... done
- [summer] [19/54] Fetching libdrm-2.4.122,1.pkg: .......... done
- [summer] [20/54] Fetching libXfixes-6.0.0_1.pkg: .. done
- [summer] [21/54] Fetching libXau-1.0.9_1.pkg: .... done
- [summer] [22/54] Fetching libxml2-2.11.8.pkg: ......... done
- [summer] [23/54] Fetching wayland-1.23.1.pkg: .......... done
- [summer] [24/54] Fetching aom-3.9.1.pkg: .
- ......... done
- [summer] [25/54] Fetching gdk-pixbuf2-2.42.10_3.pkg: .......... done
- [summer] [26/54] Fetching libxshmfence-1.3.2.pkg: . done
- [summer] [27/54] Fetching dav1d-1.4.3_1.pkg: ...
- ....... done
- [summer] [28/54] Fetching py311-packaging-24.1.pkg: ......... done
- [summer] [29/54] Fetching libXScrnSaver-1.2.4_1.pkg: .. done
- [summer] [30/54] Fetching libepoll-shim-0.0.20240608.pkg: ... done
- [summer] [31/54] Fetching libjxl-0.10.3.pkg: .......... done
- [summer] [32/54] Fetching libX11-1.8.9,1.pkg: ..
- ........ done
- [summer] [33/54] Fetching giflib-5.2.2.pkg: .......... done
- [summer] [34/54] Fetching glib-2.80.5,2.pkg: .......
- ... done
- [summer] [35/54] Fetching libXrender-0.9.10_2.pkg: ... done
- [summer] [36/54] Fetching openexr-3.2.4.pkg: .......... done
- [summer] [37/54] Fetching xorgproto-2024.1.pkg: .......... done
- [summer] [38/54] Fetching xkeyboard-config-2.41_4.pkg: .......... done
- [summer] [39/54] Fetching libXi-1.8_1,1.pkg: .......... done
- [summer] [40/54] Fetching libxkbcommon-1.7.0_1.pkg: .......
- ... done
- [summer] [41/54] Fetching sdl2_image-2.8.2_1.pkg: ...... done
- [summer] [42/54] Fetching jbigkit-2.1_3.pkg: ....... done
- [summer] [43/54] Fetching webp-1.4.0_1.pkg: .......... done
- [summer] [44/54] Fetching sdl2-2.30.3.pkg: .......... done
- [summer] [45/54] Fetching graphite2-1.3.14.pkg: ........ done
- [summer] [46/54] Fetching libXdmcp-1.1.5.pkg: .. done
- [summer] [47/54] Fetching tiff-4.6.0.pkg: .......... done
- [summer] [48/54] Fetching shared-mime-info-2.2_3.pkg: .......... done
- [summer] [49/54] Fetching harfbuzz-9.0.0.pkg: ......... done
- [summer] [50/54] Fetching python311-3.11.9.pkg: 
- .
- .
- ..
- ..
- ...
- . done
- [summer] [51/54] Fetching mesa-libs-24.0.9_1.pkg: .......... done
- [summer] [52/54] Fetching libinotify-20211018_1.pkg: .... done
- [summer] [53/54] Fetching lerc-4.0.0.pkg: .......... done
- [summer] [54/54] Fetching libpciaccess-0.18.pkg: .. done
- Checking integrity... done (0 conflicting)
- [summer] [1/54] Installing xorgproto-2024.1...
- [summer] [1/54] Extracting xorgproto-2024.1: .......... done
- [summer] [2/54] Installing libXau-1.0.9_1...
- [summer] [2/54] Extracting libXau-1.0.9_1: .......... done
- [summer] [3/54] Installing libXdmcp-1.1.5...
- [summer] [3/54] Extracting libXdmcp-1.1.5: ......... done
- [summer] [4/54] Installing libxcb-1.17.0...
- [summer] [4/54] Extracting libxcb-1.17.0: .......... done
- [summer] [5/54] Installing python311-3.11.9...
- [summer] [5/54] Extracting python311-3.11.9: ........
- .. done
- [summer] [6/54] Installing py311-packaging-24.1...
- [summer] [6/54] Extracting py311-packaging-24.1: .......... done
- [summer] [7/54] Installing libX11-1.8.9,1...
- [summer] [7/54] Extracting libX11-1.8.9,1: .......... done
- [summer] [8/54] Installing jpeg-turbo-3.0.3...
- [summer] [8/54] Extracting jpeg-turbo-3.0.3: .......... done
- [summer] [9/54] Installing libdeflate-1.20...
- [summer] [9/54] Extracting libdeflate-1.20: .......... done
- [summer] [10/54] Installing libXext-1.3.6,1...
- [summer] [10/54] Extracting libXext-1.3.6,1: .......... done
- [summer] [11/54] Installing libXfixes-6.0.0_1...
- [summer] [11/54] Extracting libXfixes-6.0.0_1: .......... done
- [summer] [12/54] Installing libxml2-2.11.8...
- [summer] [12/54] Extracting libxml2-2.11.8: .......... done
- [summer] [13/54] Installing libepoll-shim-0.0.20240608...
- [summer] [13/54] Extracting libepoll-shim-0.0.20240608: .......... done
- [summer] [14/54] Installing glib-2.80.5,2...
- [summer] [14/54] Extracting glib-2.80.5,2: .......... done
- [summer] [15/54] Installing libXrender-0.9.10_2...
- [summer] [15/54] Extracting libXrender-0.9.10_2: .......... done
- [summer] [16/54] Installing jbigkit-2.1_3...
- [summer] [16/54] Extracting jbigkit-2.1_3: .......... done
- [summer] [17/54] Installing lerc-4.0.0...
- [summer] [17/54] Extracting lerc-4.0.0: ........ done
- [summer] [18/54] Installing libpciaccess-0.18...
- [summer] [18/54] Extracting libpciaccess-0.18: ........ done
- [summer] [19/54] Installing png-1.6.43...
- [summer] [19/54] Extracting png-1.6.43: .......... done
- [summer] [20/54] Installing libXrandr-1.5.2_1...
- [summer] [20/54] Extracting libXrandr-1.5.2_1: .......... done
- [summer] [21/54] Installing brotli-1.1.0,1...
- [summer] [21/54] Extracting brotli-1.1.0,1: .......... done
- [summer] [22/54] Installing Imath-3.1.11...
- [summer] [22/54] Extracting Imath-3.1.11: .......... done
- [summer] [23/54] Installing libXxf86vm-1.1.4_4...
- [summer] [23/54] Extracting libXxf86vm-1.1.4_4: .......... done
- [summer] [24/54] Installing vmaf-3.0.0...
- [summer] [24/54] Extracting vmaf-3.0.0: .......... done
- [summer] [25/54] Installing libXdamage-1.1.6...
- [summer] [25/54] Extracting libXdamage-1.1.6: ......... done
- [summer] [26/54] Installing libdrm-2.4.122,1...
- [summer] [26/54] Extracting libdrm-2.4.122,1: .......... done
- [summer] [27/54] Installing wayland-1.23.1...
- [summer] [27/54] Extracting wayland-1.23.1: .......... done
- [summer] [28/54] Installing libxshmfence-1.3.2...
- [summer] [28/54] Extracting libxshmfence-1.3.2: ......... done
- [summer] [29/54] Installing xkeyboard-config-2.41_4...
- [summer] [29/54] Extracting xkeyboard-config-2.41_4: .......... done
- [summer] [30/54] Installing tiff-4.6.0...
- [summer] [30/54] Extracting tiff-4.6.0: .......... done
- [summer] [31/54] Installing shared-mime-info-2.2_3...
- [summer] [31/54] Extracting shared-mime-info-2.2_3: ......... done
- [summer] [32/54] Installing vulkan-loader-1.3.289...
- [summer] [32/54] Extracting vulkan-loader-1.3.289: .......... done
- [summer] [33/54] Installing freetype2-2.13.2...
- [summer] [33/54] Extracting freetype2-2.13.2: .......... done
- [summer] [34/54] Installing libXcursor-1.2.2...
- [summer] [34/54] Extracting libXcursor-1.2.2: .......... done
- [summer] [35/54] Installing libglvnd-1.7.0...
- [summer] [35/54] Extracting libglvnd-1.7.0: .......... done
- [summer] [36/54] Installing highway-1.2.0...
- [summer] [36/54] Extracting highway-1.2.0: .......... done
- [summer] [37/54] Installing aom-3.9.1...
- [summer] [37/54] Extracting aom-3.9.1: .......... done
- [summer] [38/54] Installing gdk-pixbuf2-2.42.10_3...
- [summer] [38/54] Extracting gdk-pixbuf2-2.42.10_3: .......... done
- [summer] [39/54] Installing dav1d-1.4.3_1...
- [summer] [39/54] Extracting dav1d-1.4.3_1: .......... done
- [summer] [40/54] Installing libXScrnSaver-1.2.4_1...
- [summer] [40/54] Extracting libXScrnSaver-1.2.4_1: .......... done
- [summer] [41/54] Installing giflib-5.2.2...
- [summer] [41/54] Extracting giflib-5.2.2: .......... done
- [summer] [42/54] Installing openexr-3.2.4...
- [summer] [42/54] Extracting openexr-3.2.4: .......... done
- [summer] [43/54] Installing libXi-1.8_1,1...
- [summer] [43/54] Extracting libXi-1.8_1,1: .......... done
- [summer] [44/54] Installing libxkbcommon-1.7.0_1...
- [summer] [44/54] Extracting libxkbcommon-1.7.0_1: .......... done
- [summer] [45/54] Installing graphite2-1.3.14...
- [summer] [45/54] Extracting graphite2-1.3.14: .......... done
- [summer] [46/54] Installing mesa-libs-24.0.9_1...
- [summer] [46/54] Extracting mesa-libs-24.0.9_1: .......... done
- [summer] [47/54] Installing libinotify-20211018_1...
- [summer] [47/54] Extracting libinotify-20211018_1: .......... done
- [summer] [48/54] Installing libavif-1.0.4_1...
- [summer] [48/54] Extracting libavif-1.0.4_1: .......... done
- [summer] [49/54] Installing libjxl-0.10.3...
- [summer] [49/54] Extracting libjxl-0.10.3: .......... done
- [summer] [50/54] Installing webp-1.4.0_1...
- [summer] [50/54] Extracting webp-1.4.0_1: .......... done
- [summer] [51/54] Installing sdl2-2.30.3...
- [summer] [51/54] Extracting sdl2-2.30.3: .......... done
- [summer] [52/54] Installing harfbuzz-9.0.0...
- [summer] [52/54] Extracting harfbuzz-9.0.0: .......... done
- [summer] [53/54] Installing sdl2_ttf-2.22.0...
- [summer] [53/54] Extracting sdl2_ttf-2.22.0: .......... done
- [summer] [54/54] Installing sdl2_image-2.8.2_1...
- [summer] [54/54] Extracting sdl2_image-2.8.2_1: .......... done
- ==> Running trigger: gio-modules.ucl
- Generating GIO 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: gdk-pixbuf-query-loaders.ucl
- Generating gdk-pixbuf modules cache
- =====
- Message from python311-3.11.9:
- 
- --
- Note that some standard Python modules are provided as separate ports
- as they require additional dependencies. They are available as:
- 
- py311-gdbm       databases/py-gdbm@py311
- py311-sqlite3    databases/py-sqlite3@py311
- py311-tkinter    x11-toolkits/py-tkinter@py311
- =====
- Message from wayland-1.23.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 freetype2-2.13.2:
- 
- --
- 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 libxkbcommon-1.7.0_1:
- 
- --
- If arrow keys don't work under X11 switch to legacy rules e.g.,
- 
- For sh/bash/ksh/zsh run and (optionally) add into ~/.profile:
-   export XKB_DEFAULT_RULES=xorg
- 
- For csh/tcsh run and (optionally) add into ~/.login:
-   setenv XKB_DEFAULT_RULES xorg
- =====
- Message from libinotify-20211018_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 libjxl-0.10.3:
- 
- --
- Additional packages recommended for new users:
- - imlib2-jxl (e.g., feh, scrot)
- - kf5-kimageformats (e.g., nomacs, flameshot, skanlite)
- - gimp-jxl-plugin
2024-09-18 16:41.49 ---> saved as "9cd0765205650a056e16332f228b02d683c900ef04088d1da0d3becca3d726e0"


/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 host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[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   3
   conf-sdl2         1
   conf-sdl2-image   1
   conf-sdl2-ttf     1
   csexp             1.5.2
   ctypes            0.20.2
   ctypes-foreign    0.18.0
   dune              3.16.0
   dune-configurator 3.16.0
   integers          0.7.0
   ocamlbuild        0.15.0
   ocamlfind         1.9.6
   stdlib-shims      0.3.0
   topkg             1.0.7
   tsdl              0.9.8
   tsdl-image        0.6
   tsdl-ttf          0.6
   xdg               3.16.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved csexp.1.5.2  (cached)
 installed conf-pkg-config.3
 retrieved ctypes.0.20.2  (cached)
 installed conf-sdl2-ttf.1
 installed conf-sdl2-image.1
 installed conf-sdl2.1
 retrieved integers.0.7.0  (cached)
 installed conf-libffi.2.0.0
 installed ctypes-foreign.0.18.0
 retrieved bigarray-compat.1.1.0  (cached)
 retrieved ocamlbuild.0.15.0  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved ocamlfind.1.9.6  (cached)
 retrieved topkg.1.0.7  (cached)
 retrieved tsdl.0.9.8  (https://erratique.ch/software/tsdl/releases/tsdl-0.9.8.tbz)
 retrieved tsdl-image.0.6  (cached)
 retrieved tsdl-ttf.0.6  (cached)
 retrieved dune.3.16.0, dune-configurator.3.16.0, xdg.3.16.0  (cached)
 installed ocamlbuild.0.15.0
 installed ocamlfind.1.9.6
 installed topkg.1.0.7
 installed dune.3.16.0
 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.16.0
 installed dune-configurator.3.16.0
 installed ctypes.0.20.2
 installed tsdl.0.9.8
 installed tsdl-image.0.6
 installed tsdl-ttf.0.6
Done.
2024-09-18 16:47.15 ---> saved as "8b57643574b203e0276028d52d5adf8bf5c3dc58b13e09b1f9b357b4b8295ce4"


/src: (copy (src .) (dst /src))
2024-09-18 16:47.30 ---> saved as "0334550f1445f6ca2ed978428b412b93e98ebc092dff4137d18e9cc43e30d5cc"


/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 '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
[71][0] :	 ERROR: Cannot find share directory for examples.exe/.! bin_dir=., prefix_dir=/src/_build/default
[71][0] :	 Warning: User variable 'DIR' not found in config.
[71][0] :	 Warning: Using DIR=
[311][0] :	 Warning: User variable 'THEME' not found in config.
[311][0] :	 Warning: Using THEME=default
[311][0] :	 I/O: No theme specified, using default=default
[313][0] :	 I/O: Reading config file [/src/_build/install/default/share/bogue/themes/default/bogue.conf]. BOGUE Version [20240229]
[313][0] :	 I/O: Reading BACKGROUND=color:white
[313][0] :	 I/O: Reading CHECK_ON=fa:check-square-o
[313][0] :	 I/O: Reading CHECK_OFF=fa:square-o
[313][0] :	 Warning: Using THEME=default
Loading Bogue 20240229 with config dir /src/_build/install/default/share/bogue/themes/default
[313][0] :	 Warning: Using BACKGROUND=color:white
[313][0] :	 Warning: User variable 'BG_COLOR' not found in config.
[313][0] :	 Warning: Using BG_COLOR=lightsteelblue
[313][0] :	 Warning: User variable 'BUTTON_COLOR_OFF' not found in config.
[313][0] :	 Warning: Using BUTTON_COLOR_OFF=steelblue
[313][0] :	 Warning: User variable 'BUTTON_COLOR_ON' not found in config.
[313][0] :	 Warning: Using BUTTON_COLOR_ON=darkturquoise
[313][0] :	 Warning: Using CHECK_ON=fa:check-square-o
[313][0] :	 Warning: Using CHECK_OFF=fa:square-o
[313][0] :	 Warning: User variable 'CURSOR_COLOR' not found in config.
[313][0] :	 Warning: Using CURSOR_COLOR=#2a7da2
[313][0] :	 Warning: User variable 'FAINT_COLOR' not found in config.
[313][0] :	 Warning: Using FAINT_COLOR=gainsboro
[313][0] :	 Warning: User variable 'TEXT_COLOR' not found in config.
[313][0] :	 Warning: Using TEXT_COLOR=black
[313][0] :	 Warning: User variable 'SEL_BG_COLOR' not found in config.
[313][0] :	 Warning: Using SEL_BG_COLOR=slategray
[313][0] :	 Warning: User variable 'SEL_FG_COLOR' not found in config.
[313][0] :	 Warning: Using SEL_FG_COLOR=white
[313][0] :	 Warning: User variable 'LABEL_COLOR' not found in config.
[313][0] :	 Warning: Using LABEL_COLOR=black
[313][0] :	 Warning: User variable 'MENU_HL_COLOR' not found in config.
[313][0] :	 Warning: Using MENU_HL_COLOR=#8099a2
[313][0] :	 Warning: User variable 'MENU_BG_COLOR' not found in config.
[313][0] :	 Warning: Using MENU_BG_COLOR=#BEBEBE
[313][0] :	 Warning: User variable 'LABEL_FONT_SIZE' not found in config.
[314][0] :	 Warning: Using LABEL_FONT_SIZE=14
[314][0] :	 Warning: User variable 'LABEL_FONT' not found in config.
[314][0] :	 Warning: Using LABEL_FONT=Ubuntu-R.ttf
[314][0] :	 Warning: User variable 'TEXT_FONT' not found in config.
[314][0] :	 Warning: Using TEXT_FONT=Ubuntu-R.ttf
[314][0] :	 Warning: User variable 'TEXT_FONT_SIZE' not found in config.
[314][0] :	 Warning: Using TEXT_FONT_SIZE=14
[314][0] :	 Warning: User variable 'SMALL_FONT_SIZE' not found in config.
[314][0] :	 Warning: Using SMALL_FONT_SIZE=10
[314][0] :	 Warning: User variable 'MONO_FONT' not found in config.
[314][0] :	 Warning: Using MONO_FONT=UbuntuMono-R.ttf
[314][0] :	 Warning: User variable 'ROOM_MARGIN' not found in config.
[314][0] :	 Warning: Using ROOM_MARGIN=10
[314][0] :	 Warning: User variable 'FA_DIR' not found in config.
[314][0] :	 Warning: Using FA_DIR=font-awesome-4.6.3
[314][0] :	 Warning: User variable 'INT_SCALE' not found in config.
[314][0] :	 Warning: Using INT_SCALE=false
[314][0] :	 Warning: User variable 'SCALE' not found in config.
[314][0] :	 Warning: Using SCALE=0
[314][0] :	 Warning: User variable 'OPENGL_MULTISAMPLE' not found in config.
[314][0] :	 Warning: Using OPENGL_MULTISAMPLE=false
[318][0] :	 I/O: Reading color names from [/src/_build/install/default/share/bogue/themes/common/colors/liste.txt].
[373][0] :	 I/O; Warning: Cannot find rsvg converter. You will not be able to load SVG images.
[373][0] :	 Warning: SDL initialized
[395][0] :	 Event: SDL Events initialized
[395][0] :	 Event: Register new event type:user (32768)
[395][0] :	 Event: Register new event type:stop (32769)
[395][0] :	 Event: Register new event type:stopped (32770)
[395][0] :	 Event: Register new event type:mouse_enter (32771)
[395][0] :	 Event: Register new event type:mouse_leave (32772)
[395][0] :	 Event: Register new event type:redraw (32773)
[395][0] :	 Event: Register new event type:mouse_at_rest (32774)
[395][0] :	 Event: Register new event type:startup (32775)
[395][0] :	 Event: Register new event type:var_changed (32776)
[395][0] :	 Event: Register new event type:update (32777)
[395][0] :	 Event: Register new event type:sync_action (32778)
[395][0] :	 Event: Register new event type:keyboard_focus (32779)
[395][0] :	 Event: Register new event type:mouse_focus (32780)
[395][0] :	 Event: Register new event type:remove_layout (32781)
[395][0] :	 Event: Register new event type:destroy_window (32782)
[395][0] :	 Event: Register new event type:not_used (32783)
[395][0] :	 Board: Layout #1 (dummy) created.
[396][0] :	 I/O: Checking image file size /src/_build/install/default/share/bogue/assets/images/chl.png
[423][0] :	 Graphics: SDL Video initialized
[423][0] :	 Memory: Create surface_load (/src/_build/install/default/share/bogue/themes/default/bogue-icon.png)
[425][0] :	 ERROR; Graphics: SDL get DPI error: That operation is not supported
[451][0] :	 Warning: Cannot get monitor's DPI from xdpyinfo.
[451][0] :	 Graphics: DPI from system: 110
[451][0] :	 Graphics; Warning: Using SCALE=1.000000
[451][0] :	 ERROR; Graphics: SDL Image could not be initialized
[451][0] :	 Memory: Create surface_load (/src/_build/install/default/share/bogue/assets/images/chl.png)
[453][0] :	 Memory: Freeing surface (330,290)
00 = Bogue initialization without opening any window.
[453][0] :	 Board: Adding timeout 1
[453][0] :	 Board: Layout #2 (windows_house) created.
[453][0] :	 Board: ==> Running board!
[464][0] :	 Board: Has focus: NO
[464][0] :	 Board: Adding timeout 2
[464][0] :	 Graphics: FPS:100 (round_trip=0)


[1504][0] :	 Board: Executing timeout 1
Hello world
[1504][0] :	 Memory: All zombies have been killed! Congratulations!
[1504][0] :	 Board: Quitting...
[1504][0] :	 Graphics: Quitting SDL Image
[1504][0] :	 Graphics: Quitting SDL Video
[1504][0] :	 Graphics: Cleaning up 0 SDL_TTF surfaces...
[1504][0] :	 Memory: Freeing surface (123,128)
[1504][0] :	 Event: Quitting SDL Events
[1504][0] :	 Graphics: Exit SDL...
[0][0] :	 Graphics: Done.
INFO: Using SDL 2.30.3
/bin/sh: xdpyinfo: not found
2024-09-18 16:47.49 ---> saved as "384b8b36d3c4fc892ddc994a110194b582a2c4e32923ee90221557f8b1c259f2"
Job succeeded
2024-09-18 16:56.56: Job succeeded