Organisationssanettebogue3c093f ()freebsd-4.14_opam-2.1

freebsd-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-12 08:06.29: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/pull/34/head (3c093f9d5c4d0ac58f099c16bc65dbdee60572d9) (freebsd-x86_64:freebsd-4.14_opam-2.1)
Base: freebsd-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/bogue.git" && cd "bogue" && git fetch origin "refs/pull/34/head" && git reset --hard 3c093f9d
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-ocaml-4.14
# freebsd-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.1 /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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && 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.15.2 dune-configurator.3.15.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 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.15.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --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-05-12 08:06.29: Using cache hint "sanette/bogue-freebsd-freebsd-ocaml-4.14-freebsd-4.14_opam-2.1-91a5b528f443c63a2ae76f6955591ec3"
2024-05-12 08:06.29: Using OBuilder spec:
((from freebsd-ocaml-4.14)
 (comment freebsd-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/local/bin/opam-2.1 /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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && 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.15.2 dune-configurator.3.15.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 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.15.2")
 (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.1 --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-05-12 08:06.29: Waiting for resource in pool OCluster
2024-05-12 08:06.29: Waiting for worker…
2024-05-12 08:06.29: Got resource from pool OCluster
Building on spring
All commits already cached
HEAD is now at 3c093f9 Support where not which on Windows


(from freebsd-ocaml-4.14)
2024-05-12 08:00.57 ---> using "57eeeabfec88366322a66f228a693df277d348dc99f1cc2a63749102c5e1e405" from cache


/: (comment freebsd-4.14_opam-2.1)


/: (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.1 /usr/local/bin/opam"))
2024-05-12 08:00.57 ---> using "e9fe3959c02c848d2766600d2fd363dc0faa291980b23311949b4972bc5ea188" 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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2024-05-12 08:00.57 ---> using "dba2ef0de478afdbd43a6552d310929f1c3c3ee6b86c81b7ff6f06256f6544c3" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.0-RELEASE-p5
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-12 08:00.58 ---> using "fa8577a82f6c8311031f5ac9ddbcefef5d36d0876493f17a1dc5aa96593235c6" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-12 08:00.58 ---> using "1b1f323c7946b3615d1855d65edd6179caf157152d4670670539e49efbdc1d2e" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   69e073a577..20baedeee4  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


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


Constructing initial basis...
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.3.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-05-12 08:00.58 ---> using "8500110bb34f5fa0eecc8ffdce35dbb8d679b67af89bb1cba1cce8086b8f5e32" from cache


/src: (copy (src bogue.opam) (dst ./))
2024-05-12 08:00.59 ---> saved as "b5136cd41c1522f2b0f7e386274cef039cf16dc8828ddf3d4c10bd4c3514c0f5"


/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-05-12 08:01.00 ---> saved as "dfb9af5c7997eac2262de86163e2dbe9a33f7bbb425eb0848a85cc816afdc1bc"


/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.15.2 dune-configurator.3.15.2 integers.0.7.0 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 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.15.2")


/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.1 --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 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).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices


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...
- [spring] Fetching meta.conf: . done
- [spring] Fetching packagesite.pkg: 
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- Processing entries: .
- ..
- ..
- .
- ..
- .. done
- FreeBSD repository update completed. 34067 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: 1.20.9 -> 1.21.2
- 
- Number of packages to be upgraded: 1
- 
- The process will require 7 MiB more space.
- 12 MiB to be downloaded.
- [spring] [1/1] Fetching pkg-1.21.2.pkg: 
- .
- .
- .
- .
- .
- .
- .
- ..
- . done
- Checking integrity... done (0 conflicting)
- [spring] [1/1] Upgrading pkg from 1.20.9 to 1.21.2...
- [spring] [1/1] Extracting pkg-1.21.2: .......... done
- Updating FreeBSD repository catalogue...
- [spring] Fetching meta.conf: . done
- [spring] Fetching data.pkg: ..
- ........ done
- Processing entries: 
- ...
- ..
- ..
- ..
- . done
- FreeBSD repository update completed. 34067 packages processed.
- All repositories are up to date.
- The following 52 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	Imath: 3.1.11
- 	aom: 3.8.2
- 	brotli: 1.1.0,1
- 	dav1d: 1.4.1
- 	freetype2: 2.13.2
- 	gdk-pixbuf2: 2.42.10_2
- 	giflib: 5.2.1_1
- 	glib: 2.80.2,2
- 	graphite2: 1.3.14
- 	harfbuzz: 8.4.0
- 	highway: 1.1.0
- 	jbigkit: 2.1_2
- 	jpeg-turbo: 3.0.2
- 	libX11: 1.8.7_1,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.120_1,1
- 	libepoll-shim: 0.0.20230411
- 	libglvnd: 1.7.0
- 	libinotify: 20211018_1
- 	libjxl: 0.10.2
- 	libpciaccess: 0.18
- 	libxcb: 1.16.1
- 	libxkbcommon: 1.6.0_2
- 	libxml2: 2.11.7
- 	libxshmfence: 1.3.2
- 	mesa-libs: 24.0.7
- 	openexr: 3.2.4
- 	png: 1.6.43
- 	py39-packaging: 23.2
- 	sdl2: 2.30.2
- 	sdl2_image: 2.6.3_5
- 	sdl2_ttf: 2.20.2
- 	shared-mime-info: 2.2_2
- 	tiff: 4.4.0_3
- 	vmaf: 3.0.0
- 	vulkan-loader: 1.3.282
- 	wayland: 1.22.0
- 	webp: 1.3.2_1
- 	xkeyboard-config: 2.41_4
- 	xorgproto: 2023.2
- 
- Number of packages to be installed: 52
- 
- The process will require 148 MiB more space.
- 26 MiB to be downloaded.
- [spring] [1/52] Fetching png-1.6.43.pkg: .......... done
- [spring] [2/52] Fetching vulkan-loader-1.3.282.pkg: ......... done
- [spring] [3/52] Fetching libxcb-1.16.1.pkg: ........
- .. done
- [spring] [4/52] Fetching freetype2-2.13.2.pkg: .......... done
- [spring] [5/52] Fetching jpeg-turbo-3.0.2.pkg: .......... done
- [spring] [6/52] Fetching libXcursor-1.2.2.pkg: ..... done
- [spring] [7/52] Fetching libglvnd-1.7.0.pkg: ......
- .... done
- [spring] [8/52] Fetching highway-1.1.0.pkg: .......... done
- [spring] [9/52] Fetching sdl2_ttf-2.20.2.pkg: ...... done
- [spring] [10/52] Fetching libXrandr-1.5.2_1.pkg: .... done
- [spring] [11/52] Fetching libavif-1.0.4_1.pkg: ...... done
- [spring] [12/52] Fetching brotli-1.1.0,1.pkg: .......... done
- [spring] [13/52] Fetching py39-packaging-23.2.pkg: ......... done
- [spring] [14/52] Fetching Imath-3.1.11.pkg: ...
- ....... done
- [spring] [15/52] Fetching libdeflate-1.20.pkg: .......... done
- [spring] [16/52] Fetching libXext-1.3.6,1.pkg: .......... done
- [spring] [17/52] Fetching libXxf86vm-1.1.4_4.pkg: ... done
- [spring] [18/52] Fetching vmaf-3.0.0.pkg: .......... done
- [spring] [19/52] Fetching libXdamage-1.1.6.pkg: ... done
- [spring] [20/52] Fetching libdrm-2.4.120_1,1.pkg: ......... done
- [spring] [21/52] Fetching libXfixes-6.0.0_1.pkg: ... done
- [spring] [22/52] Fetching libXau-1.0.9_1.pkg: ... done
- [spring] [23/52] Fetching libxml2-2.11.7.pkg: .
- ......... done
- [spring] [24/52] Fetching wayland-1.22.0.pkg: ...... done
- [spring] [25/52] Fetching aom-3.8.2.pkg: ...
- ....... done
- [spring] [26/52] Fetching gdk-pixbuf2-2.42.10_2.pkg: .......... done
- [spring] [27/52] Fetching libxshmfence-1.3.2.pkg: .. done
- [spring] [28/52] Fetching dav1d-1.4.1.pkg: .......... done
- [spring] [29/52] Fetching libXScrnSaver-1.2.4_1.pkg: ... done
- [spring] [30/52] Fetching libepoll-shim-0.0.20230411.pkg: .... done
- [spring] [31/52] Fetching libjxl-0.10.2.pkg: ....
- ...... done
- [spring] [32/52] Fetching libX11-1.8.7_1,1.pkg: .......... done
- [spring] [33/52] Fetching giflib-5.2.1_1.pkg: ........ done
- [spring] [34/52] Fetching glib-2.80.2,2.pkg: .........
- . done
- [spring] [35/52] Fetching libXrender-0.9.10_2.pkg: .... done
- [spring] [36/52] Fetching openexr-3.2.4.pkg: .......... done
- [spring] [37/52] Fetching xorgproto-2023.2.pkg: ........ done
- [spring] [38/52] Fetching xkeyboard-config-2.41_4.pkg: .....
- ..... done
- [spring] [39/52] Fetching libXi-1.8_1,1.pkg: ...... done
- [spring] [40/52] Fetching libxkbcommon-1.6.0_2.pkg: .......... done
- [spring] [41/52] Fetching sdl2_image-2.6.3_5.pkg: ....... done
- [spring] [42/52] Fetching jbigkit-2.1_2.pkg: ......... done
- [spring] [43/52] Fetching webp-1.3.2_1.pkg: .......... done
- [spring] [44/52] Fetching sdl2-2.30.2.pkg: ..
- ........ done
- [spring] [45/52] Fetching graphite2-1.3.14.pkg: ........ done
- [spring] [46/52] Fetching libXdmcp-1.1.5.pkg: ....... done
- [spring] [47/52] Fetching tiff-4.4.0_3.pkg: .......... done
- [spring] [48/52] Fetching shared-mime-info-2.2_2.pkg: 
- .......... done
- [spring] [49/52] Fetching harfbuzz-8.4.0.pkg: .......... done
- [spring] [50/52] Fetching mesa-libs-24.0.7.pkg: ......... done
- [spring] [51/52] Fetching libinotify-20211018_1.pkg: ... done
- [spring] [52/52] Fetching libpciaccess-0.18.pkg: 
- ... done
- Checking integrity... done (0 conflicting)
- [spring] [1/52] Installing xorgproto-2023.2...
- [spring] [1/52] Extracting xorgproto-2023.2: .......... done
- [spring] [2/52] Installing libXau-1.0.9_1...
- [spring] [2/52] Extracting libXau-1.0.9_1: .......... done
- [spring] [3/52] Installing libXdmcp-1.1.5...
- [spring] [3/52] Extracting libXdmcp-1.1.5: ......... done
- [spring] [4/52] Installing libxcb-1.16.1...
- [spring] [4/52] Extracting libxcb-1.16.1: .......... done
- [spring] [5/52] Installing py39-packaging-23.2...
- [spring] [5/52] Extracting py39-packaging-23.2: .......... done
- [spring] [6/52] Installing libX11-1.8.7_1,1...
- [spring] [6/52] Extracting libX11-1.8.7_1,1: .......... done
- [spring] [7/52] Installing jpeg-turbo-3.0.2...
- [spring] [7/52] Extracting jpeg-turbo-3.0.2: .......... done
- [spring] [8/52] Installing libdeflate-1.20...
- [spring] [8/52] Extracting libdeflate-1.20: .......... done
- [spring] [9/52] Installing libXext-1.3.6,1...
- [spring] [9/52] Extracting libXext-1.3.6,1: .......... done
- [spring] [10/52] Installing libXfixes-6.0.0_1...
- [spring] [10/52] Extracting libXfixes-6.0.0_1: .......... done
- [spring] [11/52] Installing libxml2-2.11.7...
- [spring] [11/52] Extracting libxml2-2.11.7: .......... done
- [spring] [12/52] Installing libepoll-shim-0.0.20230411...
- [spring] [12/52] Extracting libepoll-shim-0.0.20230411: .......... done
- [spring] [13/52] Installing glib-2.80.2,2...
- [spring] [13/52] Extracting glib-2.80.2,2: .......... done
- [spring] [14/52] Installing libXrender-0.9.10_2...
- [spring] [14/52] Extracting libXrender-0.9.10_2: .......... done
- [spring] [15/52] Installing jbigkit-2.1_2...
- [spring] [15/52] Extracting jbigkit-2.1_2: .......... done
- [spring] [16/52] Installing libpciaccess-0.18...
- [spring] [16/52] Extracting libpciaccess-0.18: ........ done
- [spring] [17/52] Installing png-1.6.43...
- [spring] [17/52] Extracting png-1.6.43: .......... done
- [spring] [18/52] Installing libXrandr-1.5.2_1...
- [spring] [18/52] Extracting libXrandr-1.5.2_1: .......... done
- [spring] [19/52] Installing brotli-1.1.0,1...
- [spring] [19/52] Extracting brotli-1.1.0,1: .......... done
- [spring] [20/52] Installing Imath-3.1.11...
- [spring] [20/52] Extracting Imath-3.1.11: .......... done
- [spring] [21/52] Installing libXxf86vm-1.1.4_4...
- [spring] [21/52] Extracting libXxf86vm-1.1.4_4: .......... done
- [spring] [22/52] Installing vmaf-3.0.0...
- [spring] [22/52] Extracting vmaf-3.0.0: .......... done
- [spring] [23/52] Installing libXdamage-1.1.6...
- [spring] [23/52] Extracting libXdamage-1.1.6: ......... done
- [spring] [24/52] Installing libdrm-2.4.120_1,1...
- [spring] [24/52] Extracting libdrm-2.4.120_1,1: .......... done
- [spring] [25/52] Installing wayland-1.22.0...
- [spring] [25/52] Extracting wayland-1.22.0: .......... done
- [spring] [26/52] Installing libxshmfence-1.3.2...
- [spring] [26/52] Extracting libxshmfence-1.3.2: ......... done
- [spring] [27/52] Installing xkeyboard-config-2.41_4...
- [spring] [27/52] Extracting xkeyboard-config-2.41_4: .......... done
- [spring] [28/52] Installing tiff-4.4.0_3...
- [spring] [28/52] Extracting tiff-4.4.0_3: .......... done
- [spring] [29/52] Installing shared-mime-info-2.2_2...
- [spring] [29/52] Extracting shared-mime-info-2.2_2: ......... done
- [spring] [30/52] Installing vulkan-loader-1.3.282...
- [spring] [30/52] Extracting vulkan-loader-1.3.282: .......... done
- [spring] [31/52] Installing freetype2-2.13.2...
- [spring] [31/52] Extracting freetype2-2.13.2: .......... done
- [spring] [32/52] Installing libXcursor-1.2.2...
- [spring] [32/52] Extracting libXcursor-1.2.2: .......... done
- [spring] [33/52] Installing libglvnd-1.7.0...
- [spring] [33/52] Extracting libglvnd-1.7.0: .......... done
- [spring] [34/52] Installing highway-1.1.0...
- [spring] [34/52] Extracting highway-1.1.0: .......... done
- [spring] [35/52] Installing aom-3.8.2...
- [spring] [35/52] Extracting aom-3.8.2: .......... done
- [spring] [36/52] Installing gdk-pixbuf2-2.42.10_2...
- [spring] [36/52] Extracting gdk-pixbuf2-2.42.10_2: .......... done
- [spring] [37/52] Installing dav1d-1.4.1...
- [spring] [37/52] Extracting dav1d-1.4.1: .......... done
- [spring] [38/52] Installing libXScrnSaver-1.2.4_1...
- [spring] [38/52] Extracting libXScrnSaver-1.2.4_1: .......... done
- [spring] [39/52] Installing giflib-5.2.1_1...
- [spring] [39/52] Extracting giflib-5.2.1_1: .......... done
- [spring] [40/52] Installing openexr-3.2.4...
- [spring] [40/52] Extracting openexr-3.2.4: .......... done
- [spring] [41/52] Installing libXi-1.8_1,1...
- [spring] [41/52] Extracting libXi-1.8_1,1: .......... done
- [spring] [42/52] Installing libxkbcommon-1.6.0_2...
- [spring] [42/52] Extracting libxkbcommon-1.6.0_2: .......... done
- [spring] [43/52] Installing graphite2-1.3.14...
- [spring] [43/52] Extracting graphite2-1.3.14: .......... done
- [spring] [44/52] Installing mesa-libs-24.0.7...
- [spring] [44/52] Extracting mesa-libs-24.0.7: .......... done
- [spring] [45/52] Installing libinotify-20211018_1...
- [spring] [45/52] Extracting libinotify-20211018_1: .......... done
- [spring] [46/52] Installing libavif-1.0.4_1...
- [spring] [46/52] Extracting libavif-1.0.4_1: .......... done
- [spring] [47/52] Installing libjxl-0.10.2...
- [spring] [47/52] Extracting libjxl-0.10.2: .......... done
- [spring] [48/52] Installing webp-1.3.2_1...
- [spring] [48/52] Extracting webp-1.3.2_1: .......... done
- [spring] [49/52] Installing sdl2-2.30.2...
- [spring] [49/52] Extracting sdl2-2.30.2: .......... done
- [spring] [50/52] Installing harfbuzz-8.4.0...
- [spring] [50/52] Extracting harfbuzz-8.4.0: .......... done
- [spring] [51/52] Installing sdl2_ttf-2.20.2...
- [spring] [51/52] Extracting sdl2_ttf-2.20.2: .......... done
- [spring] [52/52] Installing sdl2_image-2.6.3_5...
- [spring] [52/52] Extracting sdl2_image-2.6.3_5: .......... done
- ==> Running trigger: gdk-pixbuf-query-loaders.ucl
- Generating gdk-pixbuf modules cache
- ==> Running trigger: gio-modules.ucl
- Generating GIO modules cache
- ==> Running trigger: shared-mime-info.ucl
- Building the Shared MIME-Info database cache
- ==> Running trigger: glib-schemas.ucl
- Compiling glib schemas
- No schema files found: doing nothing.
- =====
- Message from wayland-1.22.0:
- 
- --
- 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.6.0_2:
- 
- --
- 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.2:
- 
- --
- Additional packages recommended for new users:
- - imlib2-jxl (e.g., feh, scrot)
- - kf5-kimageformats (e.g., nomacs, flameshot, skanlite)
- - gimp-jxl-plugin
2024-05-12 08:02.37 ---> saved as "d70c8f33694dc0cd6801866fcef6d8f94c06b08bf6ec542093815c2b0bbf00ae"


/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).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices
The following actions will be performed:
   install ocamlbuild        0.14.3
   install conf-pkg-config   3
   install ocamlfind         1.9.6
   install dune              3.15.2
   install conf-sdl2-ttf     1
   install conf-sdl2-image   1
   install conf-sdl2         1
   install conf-libffi       2.0.0
   install topkg             1.0.7
   install xdg               3.15.2
   install stdlib-shims      0.3.0
   install csexp             1.5.2
   install bigarray-compat   1.1.0
   install ctypes-foreign    0.18.0
   install integers          0.7.0
   install dune-configurator 3.15.2
   install ctypes            0.20.2
   install tsdl              0.9.8
   install tsdl-ttf          0.6
   install tsdl-image        0.6
=====  20 =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved ctypes.0.20.2  (cached)
 installed conf-pkg-config.3
 installed conf-sdl2.1
 installed conf-sdl2-image.1
 installed conf-sdl2-ttf.1
 installed conf-libffi.2.0.0
 installed ctypes-foreign.0.18.0
 retrieved csexp.1.5.2  (cached)
 retrieved bigarray-compat.1.1.0  (cached)
 retrieved integers.0.7.0  (cached)
 retrieved ocamlbuild.0.14.3  (cached)
 retrieved ocamlfind.1.9.6  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved dune-configurator.3.15.2  (cached)
 retrieved topkg.1.0.7  (cached)
 retrieved tsdl.0.9.8  (cached)
 retrieved tsdl-image.0.6  (cached)
 retrieved tsdl-ttf.0.6  (cached)
 retrieved dune.3.15.2  (cached)
 retrieved xdg.3.15.2  (cached)
 installed ocamlfind.1.9.6
 installed ocamlbuild.0.14.3
 installed topkg.1.0.7
 installed dune.3.15.2
 installed stdlib-shims.0.3.0
 installed csexp.1.5.2
 installed bigarray-compat.1.1.0
 installed integers.0.7.0
 installed xdg.3.15.2
 installed dune-configurator.3.15.2
 installed ctypes.0.20.2
 installed tsdl.0.9.8
 installed tsdl-image.0.6
 installed tsdl-ttf.0.6
Done.
2024-05-12 08:04.08 ---> saved as "f028fdebdccf7d5effbe591392c014ffcd0d0cb79f5aee15729dccc907773fd9"


/src: (copy (src .) (dst /src))
2024-05-12 08:04.09 ---> saved as "1ed34832c365f721ae39c804bab77b5213e4c1de4a1f3478c73a9e3336c7f8fb"


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


[1069][0] :	 Board: Executing timeout 1
Hello world
[1069][0] :	 Memory: All zombies have been killed! Congratulations!
[1069][0] :	 Board: Quitting...
[1069][0] :	 Graphics: Quitting SDL Image
[1069][0] :	 Graphics: Quitting SDL Video
[1069][0] :	 Graphics: Cleaning up 0 SDL_TTF surfaces...
[1069][0] :	 Memory: Freeing surface (123,128)
[1069][0] :	 Event: Quitting SDL Events
[1070][0] :	 Graphics: Exit SDL...
[0][0] :	 Graphics: Done.
INFO: Using SDL 2.30.2
/bin/sh: xdpyinfo: not found
2024-05-12 08:04.14 ---> saved as "c6913b671f657f393c9da8f0b9089a5065a498351c86918efe0627fe0e900429"
Job succeeded
2024-05-12 08:09.47: Job succeeded