2026-02-08 08:01.46: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (4832914d2fe8eeb4cc8b65332066fda137844b24) (macos-arm64:macos-homebrew-5.4_arm64_opam-2.5)Base: macos-homebrew-ocaml-5.4Opam project buildTo reproduce locally:git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard 4832914dcat > Dockerfile <<'END-OF-DOCKERFILE'FROM macos-homebrew-ocaml-5.4# macos-homebrew-5.4_arm64_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"RUN ln -f ~/local/bin/opam-2.5 ~/local/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionRUN cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -uCOPY --chown=1000:1000 bogue.opam ./src/./RUN opam pin add -yn bogue.dev './src/./'RUN echo '(lang dune 3.0)' > './src/./dune-project'ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base 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.24.0 ctypes-foreign.0.24.0 dune.3.21.0 dune-configurator.3.21.0 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.21.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.5 --depext-only -y bogue.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . ./srcRUN cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-02-08 08:01.46: Using cache hint "sanette/bogue-macos-homebrew-ocaml-5.4-macos-homebrew-5.4_arm64_opam-2.5-dbaeeb26f57394ec433fa820a588abf0"2026-02-08 08:01.46: Using OBuilder spec:((from macos-homebrew-ocaml-5.4)(comment macos-homebrew-5.4_arm64_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(run (shell "ln -f ~/local/bin/opam-2.5 ~/local/bin/opam"))(run (shell "opam init --reinit -ni"))(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))(copy (src bogue.opam) (dst ./src/./))(run (network host)(shell "opam pin add -yn bogue.dev './src/./'"))(run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))(env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base 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.24.0 ctypes-foreign.0.24.0 dune.3.21.0 dune-configurator.3.21.0 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.21.0")(env CI true)(env OCAMLCI true)(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y bogue.dev $DEPS"))(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam install $DEPS"))(copy (src .) (dst ./src))(run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build")))2026-02-08 08:01.46: Waiting for resource in pool OCluster2026-02-08 08:01.47: Waiting for worker…2026-02-08 08:01.47: Got resource from pool OClusterBuilding on m1-worker-01HEAD is now at c0ae8d9 docHEAD is now at 4832914 split colors in RGB and RGBA(from macos-homebrew-ocaml-5.4)2026-02-08 08:01.48 ---> using "338135fbf1889e924a607b47198b8b308c32a925cc9436066d65a9bdc402cad5" from cache/: (comment macos-homebrew-5.4_arm64_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (run (shell "ln -f ~/local/bin/opam-2.5 ~/local/bin/opam"))2026-02-08 08:01.48 ---> using "0e9d0f8ed44ab1f77ef30c8d8456629e6c63f869a24319cbb64657a84e315111" from cache/: (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 /Users/mac1000/.opam from version 2.1 to version 2.2, which can't be reverted.You may want to back it up before going further.Continue? [Y/n] y[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:opam option jobs=1 --globalFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] no changes from git+file:///Users/mac1000/opam-repository2026-02-08 08:01.48 ---> using "06effe220fa63e5f9fae9bf4643255961d59bf292a94931a0e1dd6d81a9fa7c6" from cache/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Darwin 24.5.0The OCaml toplevel, version 5.4.02.5.02026-02-08 08:01.48 ---> using "78e99acc02a52806060d0075d40f6ea681e9ef77eb60ecbbaff6e5155272646b" from cache/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 873cb18c37b308713d11ad3894c4bb78d73fb3e7 || git fetch origin master) && git reset -q --hard 873cb18c37b308713d11ad3894c4bb78d73fb3e7 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEAD043b6ea343..3259a77d95 master -> origin/master873cb18c37 Merge pull request #29216 from shonfeder/release-dune-3.21.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///Users/mac1000/opam-repositoryAlready up-to-date.Nothing to do.# To update the current shell environment, run: eval $(opam env)2026-02-08 08:01.48 ---> using "3ff791754a4280b7021cbd48394df6cdd342b687ca5bf0326e8e3e3d3038f4f8" from cache/: (copy (src bogue.opam) (dst ./src/./))2026-02-08 08:01.50 ---> saved as "3c941fac45e701c6a86abaa49abafbf9b27869980d2a5bbe824ec6768a4a1e7b"/: (run (network host)(shell "opam pin add -yn bogue.dev './src/./'"))[bogue.dev] synchronised (file:///Users/mac1000/src)bogue is now pinned to file:///Users/mac1000/src (version dev)2026-02-08 08:02.16 ---> saved as "b5fda2fa4f1afed66e12dfa0cbd6d3a6543142b1373ad8473511c95a98415e43"/: (run (network host)(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))2026-02-08 08:02.17 ---> saved as "898ce90b9a3888967062dc157c9b6de5320213be673a91a5b3f1572700da9569"/: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base 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.24.0 ctypes-foreign.0.24.0 dune.3.21.0 dune-configurator.3.21.0 integers.0.7.0 ocaml.5.4.0 ocaml-base-compiler.5.4.0 ocaml-compiler.5.4.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.1 tsdl.1.2.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.21.0")/: (env CI true)/: (env OCAMLCI true)/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam update --depexts && opam install --cli=2.5 --depext-only -y bogue.dev $DEPS"))+ /opt/homebrew/bin/brew "update"- ==> Updating Homebrew...- ==> Downloading https://ghcr.io/v2/homebrew/core/portable-ruby/blobs/sha256:1c98fa49eacc935640a6f8e10a2bf33f14cfc276804b71ddb658ea45ba99d167- #=#=#- 0.0% 0.3% 0.4% 0.8% 1.1% 1.3% # 1.9%- # 2.3% # 2.5% ## 2.9% ## 3.1% ## 3.3% ## 3.5% ## 3.7% ## 4.0% ## 4.2% ### 4.4% ### 4.7%- ### 4.8% ### 5.1% ### 5.4% #### 5.6% #### 5.8% #### 6.0% #### 6.3% #### 6.4% #### 6.7% #### 6.8% ##### 7.1%- ##### 7.4% ##### 7.5% ##### 7.8% ##### 8.1% ##### 8.2% ###### 8.5% ###### 8.6% ###### 8.9% ###### 9.1% ###### 9.3% ###### 9.5%- ####### 9.8% ####### 9.9% ####### 10.2% ####### 10.5% ####### 10.6% ####### 10.9% ######## 11.2% ######## 11.3% ######## 11.6% ######## 11.7%- ######## 12.0% ######## 12.2% ######## 12.4% ######### 12.6% ######### 12.9% ######### 13.2% ######### 13.3% ######### 13.6% ######### 13.7% ########## 14.0% ########## 14.3%- ########## 14.4% ########## 14.7% ########## 14.9% ########## 15.1% ########### 15.3% ########### 15.6% ########### 15.9% ########### 16.0% ########### 16.3% ########### 16.4%- ############ 16.7% ############ 16.9% ############ 17.2% ############ 17.4% ############ 17.6% ############ 17.9% ############ 18.0% ############# 18.3% ############# 18.6% ############# 18.7% ############# 19.0%- ############# 19.2% ############## 19.5% ############## 19.8% ############## 20.0% ############## 20.4% ############### 20.9% ############### 21.3% ############### 21.8% ############### 22.2% ################ 22.7%- ################ 23.1% ################ 23.5% ################# 23.8% ################# 24.1% ################# 24.4% ################# 24.6% ################# 24.8% ################## 25.0% ################## 25.3% ################## 25.6% ################## 25.7%- ################## 26.0% ################## 26.2% ################## 26.4% ################### 26.6% ################### 26.8% ################### 27.0% ################### 27.2% ################### 27.5% ################### 27.7% #################### 27.9% #################### 28.1%- #################### 28.4% #################### 28.5% #################### 28.8% #################### 29.1% ##################### 29.3% ##################### 29.5% ##################### 29.7% ##################### 29.9% ##################### 30.1% ##################### 30.3% ##################### 30.6%- ###################### 30.8% ###################### 31.0% ###################### 31.2% ###################### 31.5% ###################### 31.6% ###################### 31.9% ####################### 32.2% ####################### 32.3% ####################### 32.6% ####################### 32.8%- ####################### 33.0% ####################### 33.2% ######################## 33.4% ######################## 33.7% ######################## 33.9% ######################## 34.1% ######################## 34.3% ######################## 34.6% ######################### 34.7% ######################### 35.0% ######################### 35.1%- ######################### 35.4% ######################### 35.7% ######################### 35.8% ######################### 36.1% ########################## 36.3% ########################## 36.5% ########################## 36.7% ########################## 36.9% ########################## 37.2% ########################## 37.4% ########################### 37.6%- ########################### 37.8% ########################### 38.0% ########################### 38.2% ########################### 38.5% ########################### 38.8% ############################ 38.9% ############################ 39.2% ############################ 39.3% ############################ 39.6% ############################ 39.8% ############################ 40.0%- ############################ 40.3% ############################# 40.5% ############################# 40.7% ############################# 40.9% ############################# 41.1% ############################# 41.3% ############################# 41.6% ############################## 41.9% ############################## 42.0% ############################## 42.3%- ############################## 42.5% ############################## 42.7% ############################## 42.9% ############################### 43.1% ############################### 43.3% ############################### 43.6% ############################### 43.8% ############################### 44.0% ############################### 44.2% ############################### 44.4% ################################ 44.7%- ################################ 44.8% ################################ 45.1% ################################ 45.4% ################################ 45.5% ################################ 45.8% ################################# 45.9% ################################# 46.2% ################################# 46.4% ################################# 46.7% ################################# 46.9% ################################# 47.1%- ################################## 47.3% ################################## 47.5% ################################## 47.8% ################################## 48.1% ################################## 48.2% ################################## 48.5% ################################### 48.7% ################################### 48.9% ################################### 49.1% ################################### 49.4%- ################################### 49.7% ################################### 49.8% #################################### 50.1% #################################### 50.2% #################################### 50.5% #################################### 50.8% #################################### 50.9% #################################### 51.2% ##################################### 51.4% ##################################### 51.6%- ##################################### 51.8% ##################################### 52.1% ##################################### 52.2% ##################################### 52.5% ##################################### 52.6% ###################################### 52.9% ###################################### 53.2% ###################################### 53.3% ###################################### 53.6% ###################################### 53.7% ###################################### 54.0% ####################################### 54.3%- ####################################### 54.4% ####################################### 54.7% ####################################### 54.8% ####################################### 55.1% ####################################### 55.3% ####################################### 55.5% ######################################## 55.7% ######################################## 56.0% ######################################## 56.1% ######################################## 56.4%- ######################################## 56.7% ######################################## 56.8% ######################################### 57.1% ######################################### 57.4% ######################################### 57.5% ######################################### 57.8% ######################################### 57.9% ######################################### 58.2% ########################################## 58.4% ########################################## 58.7% ########################################## 58.8%- ########################################## 59.1% ########################################## 59.4% ########################################## 59.5% ########################################### 59.8% ########################################### 59.9% ########################################### 60.2% ########################################### 60.3% ########################################### 60.6% ########################################### 60.9% ########################################### 61.0% ############################################ 61.3%- ############################################ 61.4% ############################################ 61.7% ############################################ 61.9% ############################################ 62.1% ############################################ 62.3% ############################################ 62.5% ############################################# 62.7% ############################################# 63.0% ############################################# 63.3% ############################################# 63.4% ############################################# 63.7%- ############################################## 64.0% ############################################## 64.1% ############################################## 64.4% ############################################## 64.6% ############################################## 64.8% ############################################## 65.0% ############################################### 65.3% ############################################### 65.4% ############################################### 65.7% ############################################### 65.8% ############################################### 66.1%- ############################################### 66.4% ############################################### 66.5% ################################################ 66.8% ################################################ 67.1% ################################################ 67.2% ################################################ 67.5% ################################################ 67.6% ################################################ 67.9% ################################################# 68.1% ################################################# 68.3%- ################################################# 68.5% ################################################# 68.7% ################################################# 68.9% ################################################# 69.2% ################################################# 69.3% ################################################## 69.6% ################################################## 69.9% ################################################## 70.0% ################################################## 70.3% ################################################## 70.4% ################################################## 70.7%- ################################################### 71.0% ################################################### 71.1% ################################################### 71.4% ################################################### 71.6% ################################################### 71.8% ################################################### 72.0% #################################################### 72.3% #################################################### 72.4% #################################################### 72.7% #################################################### 73.0%- #################################################### 73.1% #################################################### 73.4% ##################################################### 73.7% ##################################################### 73.8% ##################################################### 74.1% ##################################################### 74.2% ##################################################### 74.5% ##################################################### 74.6% ##################################################### 74.9% ###################################################### 75.1% ###################################################### 75.3% ###################################################### 75.5%- ###################################################### 75.8% ###################################################### 75.9% ###################################################### 76.2% ####################################################### 76.5% ####################################################### 76.6% ####################################################### 76.9% ####################################################### 77.2% ####################################################### 77.3% ####################################################### 77.6% ####################################################### 77.7%- ######################################################## 78.0% ######################################################## 78.1% ######################################################## 78.4% ######################################################## 78.6% ######################################################## 78.8% ######################################################## 79.0% ######################################################### 79.3% ######################################################### 79.4% ######################################################### 79.7% ######################################################### 79.9% ######################################################### 80.1%- ######################################################### 80.4% ######################################################### 80.5% ########################################################## 80.8% ########################################################## 81.1% ########################################################## 81.3% ########################################################## 81.5% ########################################################## 81.7% ########################################################### 82.0% ########################################################### 82.1% ########################################################### 82.4%- ########################################################### 82.7% ########################################################### 82.8% ########################################################### 83.1% ############################################################ 83.4% ############################################################ 83.5% ############################################################ 83.8% ############################################################ 84.0% ############################################################ 84.2% ############################################################ 84.4% ############################################################ 84.7% ############################################################# 84.8%- ############################################################# 85.1% ############################################################# 85.2% ############################################################# 85.5% ############################################################# 85.8% ############################################################# 85.9% ############################################################## 86.2% ############################################################## 86.3% ############################################################## 86.6% ############################################################## 86.9% ############################################################## 87.0% ############################################################## 87.3%- ############################################################## 87.4% ############################################################### 87.7% ############################################################### 87.9% ############################################################### 88.1% ############################################################### 88.3% ############################################################### 88.5% ############################################################### 88.7% ################################################################ 89.0% ################################################################ 89.3% ################################################################ 89.4% ################################################################ 89.7%- ################################################################ 89.8% ################################################################ 90.1% ################################################################# 90.4% ################################################################# 90.5% ################################################################# 90.8% ################################################################# 91.0% ################################################################# 91.2% ################################################################# 91.4% ################################################################## 91.7% ################################################################## 92.0%- ################################################################## 92.1% ################################################################## 92.4% ################################################################## 92.5% ################################################################## 92.8% ################################################################## 93.1% ################################################################### 93.2% ################################################################### 93.5% ################################################################### 93.6% ################################################################### 93.9% ################################################################### 94.1% ################################################################### 94.3% #################################################################### 94.5%- #################################################################### 94.8% #################################################################### 94.9% #################################################################### 95.2% #################################################################### 95.3% #################################################################### 95.6% ##################################################################### 95.9% ##################################################################### 96.0% ##################################################################### 96.3% ##################################################################### 96.6% ##################################################################### 96.7%- ##################################################################### 97.0% ##################################################################### 97.1% ###################################################################### 97.4% ###################################################################### 97.6% ###################################################################### 97.8% ###################################################################### 98.0% ###################################################################### 98.3% ###################################################################### 98.4% ####################################################################### 98.7% ####################################################################### 99.0% ####################################################################### 99.1%- ####################################################################### 99.4% ####################################################################### 99.5% ####################################################################### 99.8% ######################################################################## 100.0%- ==> Pouring portable-ruby-3.4.8.arm64_big_sur.bottle.tar.gz- ==> Homebrew collects anonymous analytics.- Read the analytics documentation (and how to opt-out) here:- https://docs.brew.sh/Analytics- No analytics have been recorded yet (nor will be during this `brew` run).-- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:- https://github.com/Homebrew/brew#donations-- Updated 2 taps (homebrew/core and homebrew/cask).- ==> New Formulae- arcadedb: Multi-Model DBMS: Graph, Document, Key/Value, Search, Time Series, Vector- odiff: Very fast SIMD-first image comparison library (with nodejs API)- sheenbidi: Fast and stable implementation of the Unicode Bidirectional Algorithm- static-web-apps-cli: SWA CLI serves as a local development tool for Azure Static Web Apps- transifex-cli: Transifex command-line client<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>[bogue.dev] synchronised (file:///Users/mac1000/src)[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).[NOTE] It seems you have not updated your repositories for a while. Consider updating them with:opam updateThe following system packages will first need to be installed:libffi pkgconf sdl2 sdl2_image sdl2_ttf<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>+ /opt/homebrew/bin/brew "install" "libffi" "pkgconf" "sdl2" "sdl2_image" "sdl2_ttf"- ==> Fetching downloads for: libffi, pkgconf, sdl2, sdl2_image and sdl2_ttf- ✔︎ Bottle Manifest libffi (3.5.2)- ✔︎ Bottle Manifest pkgconf (2.5.1)- ✔︎ Bottle Manifest sdl2 (2.32.10)- ✔︎ Bottle Manifest sdl2_image (2.8.8)- ✔︎ Bottle Manifest sdl2_ttf (2.24.0)- ✔︎ Bottle Manifest sdl2_image (2.8.8)- ✔︎ Bottle Manifest sdl2_ttf (2.24.0)- ✔︎ Bottle libffi (3.5.2)- ✔︎ Bottle pkgconf (2.5.1)- ✔︎ Bottle sdl2 (2.32.10)- ✔︎ Bottle Manifest jpeg-turbo (3.1.3)- ✔︎ Bottle jpeg-turbo (3.1.3)- ✔︎ Bottle Manifest brotli (1.2.0)- ✔︎ Bottle brotli (1.2.0)- ✔︎ Bottle Manifest giflib (5.2.2)- ✔︎ Bottle giflib (5.2.2)- ✔︎ Bottle Manifest highway (1.3.0)- ✔︎ Bottle highway (1.3.0)- ✔︎ Bottle Manifest imath (3.2.2)- ✔︎ Bottle imath (3.2.2)- ✔︎ Bottle Manifest libpng (1.6.54)- ✔︎ Bottle libpng (1.6.54)- ✔︎ Bottle Manifest xz (5.8.2)- ✔︎ Bottle xz (5.8.2)- ✔︎ Bottle Manifest lz4 (1.10.0)- ✔︎ Bottle lz4 (1.10.0)- ✔︎ Bottle Manifest zstd (1.5.7_1)- ✔︎ Bottle zstd (1.5.7_1)- ✔︎ Bottle Manifest libtiff (4.7.1_1)- ✔︎ Bottle Manifest little-cms2 (2.18)- ✔︎ Bottle little-cms2 (2.18)- ✔︎ Bottle Manifest libdeflate (1.25)- ✔︎ Bottle libdeflate (1.25)- ✔︎ Bottle Manifest openjph (0.26.0)- ✔︎ Bottle openjph (0.26.0)- ✔︎ Bottle Manifest openexr (3.4.4_1)- ✔︎ Bottle openexr (3.4.4_1)- ✔︎ Bottle Manifest jpeg-xl (0.11.1_3)- ✔︎ Bottle jpeg-xl (0.11.1_3)- ✔︎ Bottle Manifest libvmaf (3.0.0)- ✔︎ Bottle libvmaf (3.0.0)- ✔︎ Bottle Manifest aom (3.13.1)- ✔︎ Bottle aom (3.13.1)- ✔︎ Bottle Manifest dav1d (1.5.3)- ✔︎ Bottle dav1d (1.5.3)- ✔︎ Bottle Manifest libavif (1.3.0)- ✔︎ Bottle libavif (1.3.0)- ✔︎ Bottle Manifest webp (1.6.0)- ✔︎ Bottle webp (1.6.0)- ✔︎ Bottle sdl2_image (2.8.8)- ✔︎ Bottle Manifest freetype (2.14.1_1)- ✔︎ Bottle freetype (2.14.1_1)- ✔︎ Bottle Manifest libunistring (1.4.1)- ✔︎ Bottle libunistring (1.4.1)- ✔︎ Bottle Manifest gettext (1.0)- ✔︎ Bottle Manifest fontconfig (2.17.1)- ✔︎ Bottle fontconfig (2.17.1)- ✔︎ Bottle Manifest pcre2 (10.47_1)- ✔︎ Bottle pcre2 (10.47_1)- ✔︎ Bottle Manifest glib (2.86.3)- ✔︎ Bottle Manifest xorgproto (2025.1)- ✔︎ Bottle xorgproto (2025.1)- ✔︎ Bottle Manifest libxau (1.0.12)- ✔︎ Bottle libxau (1.0.12)- ✔︎ Bottle Manifest libxdmcp (1.1.5)- ✔︎ Bottle libxdmcp (1.1.5)- ✔︎ Bottle Manifest libxcb (1.17.0)- ✔︎ Bottle Manifest libx11 (1.8.12)- ✔︎ Bottle Manifest libxext (1.3.7)- ✔︎ Bottle libxext (1.3.7)- ✔︎ Bottle Manifest libxrender (0.9.12)- ✔︎ Bottle libxrender (0.9.12)- ✔︎ Bottle Manifest lzo (2.10)- ✔︎ Bottle lzo (2.10)- ✔︎ Bottle Manifest pixman (0.46.4)- ✔︎ Bottle pixman (0.46.4)- ✔︎ Bottle Manifest cairo (1.18.4)- ✔︎ Bottle cairo (1.18.4)- ✔︎ Bottle Manifest graphite2 (1.3.14)- ✔︎ Bottle graphite2 (1.3.14)- ✔︎ Bottle Manifest icu4c@78 (78.2)- ✔︎ Bottle Manifest harfbuzz (12.3.2)- ✔︎ Bottle sdl2_ttf (2.24.0)- ✔︎ Bottle glib (2.86.3)- ✔︎ Bottle harfbuzz (12.3.2)- ✔︎ Bottle libx11 (1.8.12)- ✔︎ Bottle icu4c@78 (78.2)- ✔︎ Bottle gettext (1.0)- ✔︎ Bottle libxcb (1.17.0)- ✔︎ Bottle libtiff (4.7.1_1)- ==> Pouring libffi--3.5.2.arm64_sequoia.bottle.tar.gz- ==> Caveats- libffi is keg-only, which means it was not symlinked into /opt/homebrew,- because macOS already provides this software and installing another version in- parallel can cause all kinds of trouble.-- For compilers to find libffi you may need to set:- export LDFLAGS="-L/opt/homebrew/opt/libffi/lib"- export CPPFLAGS="-I/opt/homebrew/opt/libffi/include"- ==> Summary- 🍺 /opt/homebrew/Cellar/libffi/3.5.2: 18 files, 830.3KB- ==> Running `brew cleanup libffi`...- Disable this behaviour by setting `HOMEBREW_NO_INSTALL_CLEANUP=1`.- Hide these hints with `HOMEBREW_NO_ENV_HINTS=1` (see `man brew`).- ==> Pouring pkgconf--2.5.1.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/pkgconf/2.5.1: 28 files, 531.1KB- ==> Running `brew cleanup pkgconf`...- ==> Pouring sdl2--2.32.10.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/sdl2/2.32.10: 94 files, 6.7MB- ==> Running `brew cleanup sdl2`...- ==> Installing dependencies for sdl2_image: jpeg-turbo, brotli, giflib, highway, imath, libpng, xz, lz4, zstd, libtiff, little-cms2, libdeflate, openjph, openexr, jpeg-xl, libvmaf, aom, dav1d, libavif and webp- ==> Installing sdl2_image dependency: jpeg-turbo- ==> Pouring jpeg-turbo--3.1.3.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/jpeg-turbo/3.1.3: 47 files, 3.7MB- ==> Installing sdl2_image dependency: brotli- ==> Pouring brotli--1.2.0.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/brotli/1.2.0: 33 files, 1.9MB- ==> Installing sdl2_image dependency: giflib- ==> Pouring giflib--5.2.2.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/giflib/5.2.2: 20 files, 559.0KB- ==> Installing sdl2_image dependency: highway- ==> Pouring highway--1.3.0.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/highway/1.3.0: 81 files, 5.6MB- ==> Installing sdl2_image dependency: imath- ==> Pouring imath--3.2.2.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/imath/3.2.2: 50 files, 987.8KB- ==> Installing sdl2_image dependency: libpng- ==> Pouring libpng--1.6.54.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/libpng/1.6.54: 28 files, 1.4MB- ==> Installing sdl2_image dependency: xz- ==> Pouring xz--5.8.2.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/xz/5.8.2: 96 files, 2.7MB- ==> Installing sdl2_image dependency: lz4- ==> Pouring lz4--1.10.0.arm64_sequoia.bottle.1.tar.gz- 🍺 /opt/homebrew/Cellar/lz4/1.10.0: 24 files, 729.1KB- ==> Installing sdl2_image dependency: zstd- ==> Pouring zstd--1.5.7_1.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/zstd/1.5.7_1: 32 files, 2.3MB- ==> Installing sdl2_image dependency: libtiff- ==> Pouring libtiff--4.7.1_1.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/libtiff/4.7.1_1: 488 files, 9.0MB- ==> Installing sdl2_image dependency: little-cms2- ==> Pouring little-cms2--2.18.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/little-cms2/2.18: 23 files, 1.5MB- ==> Installing sdl2_image dependency: libdeflate- ==> Pouring libdeflate--1.25.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/libdeflate/1.25: 17 files, 441.9KB- ==> Installing sdl2_image dependency: openjph- ==> Pouring openjph--0.26.0.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/openjph/0.26.0: 25 files, 635.8KB- ==> Installing sdl2_image dependency: openexr- ==> Pouring openexr--3.4.4_1.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/openexr/3.4.4_1: 212 files, 4.6MB- ==> Installing sdl2_image dependency: jpeg-xl- ==> Pouring jpeg-xl--0.11.1_3.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/jpeg-xl/0.11.1_3: 64 files, 36MB- ==> Installing sdl2_image dependency: libvmaf- ==> Pouring libvmaf--3.0.0.arm64_sequoia.bottle.1.tar.gz- 🍺 /opt/homebrew/Cellar/libvmaf/3.0.0: 235 files, 7.5MB- ==> Installing sdl2_image dependency: aom- ==> Pouring aom--3.13.1.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/aom/3.13.1: 28 files, 10.6MB- ==> Installing sdl2_image dependency: dav1d- ==> Pouring dav1d--1.5.3.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/dav1d/1.5.3: 16 files, 943.8KB- ==> Installing sdl2_image dependency: libavif- ==> Pouring libavif--1.3.0.arm64_sequoia.bottle.1.tar.gz- 🍺 /opt/homebrew/Cellar/libavif/1.3.0: 22 files, 1MB- ==> Installing sdl2_image dependency: webp- ==> Pouring webp--1.6.0.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/webp/1.6.0: 64 files, 2.6MB- ==> Installing sdl2_image- ==> Pouring sdl2_image--2.8.8.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/sdl2_image/2.8.8: 15 files, 422KB- ==> Running `brew cleanup sdl2_image`...- ==> Installing dependencies for sdl2_ttf: freetype, libunistring, gettext, fontconfig, pcre2, glib, xorgproto, libxau, libxdmcp, libxcb, libx11, libxext, libxrender, lzo, pixman, cairo, graphite2, icu4c@78 and harfbuzz- ==> Installing sdl2_ttf dependency: freetype- ==> Pouring freetype--2.14.1_1.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/freetype/2.14.1_1: 68 files, 2.7MB- ==> Installing sdl2_ttf dependency: libunistring- ==> Pouring libunistring--1.4.1.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/libunistring/1.4.1: 59 files, 5.8MB- ==> Installing sdl2_ttf dependency: gettext- ==> Pouring gettext--1.0.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/gettext/1.0: 2,499 files, 35.3MB- ==> Installing sdl2_ttf dependency: fontconfig- ==> Pouring fontconfig--2.17.1.arm64_sequoia.bottle.1.tar.gz- ==> Regenerating font cache, this may take a while- ==> /opt/homebrew/Cellar/fontconfig/2.17.1/bin/fc-cache --force --really-force --verbose- 🍺 /opt/homebrew/Cellar/fontconfig/2.17.1: 98 files, 1.6MB- ==> Installing sdl2_ttf dependency: pcre2- ==> Pouring pcre2--10.47_1.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/pcre2/10.47_1: 244 files, 7.3MB- ==> Installing sdl2_ttf dependency: glib- ==> Pouring glib--2.86.3.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/glib/2.86.3: 504 files, 39.6MB- ==> Installing sdl2_ttf dependency: xorgproto- ==> Pouring xorgproto--2025.1.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/xorgproto/2025.1: 268 files, 4.1MB- ==> Installing sdl2_ttf dependency: libxau- ==> Pouring libxau--1.0.12.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/libxau/1.0.12: 21 files, 136.1KB- ==> Installing sdl2_ttf dependency: libxdmcp- ==> Pouring libxdmcp--1.1.5.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/libxdmcp/1.1.5: 12 files, 142.4KB- ==> Installing sdl2_ttf dependency: libxcb- ==> Pouring libxcb--1.17.0.arm64_sequoia.bottle.1.tar.gz- 🍺 /opt/homebrew/Cellar/libxcb/1.17.0: 2,498 files, 7.8MB- ==> Installing sdl2_ttf dependency: libx11- ==> Pouring libx11--1.8.12.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/libx11/1.8.12: 1,043 files, 7.4MB- ==> Installing sdl2_ttf dependency: libxext- ==> Pouring libxext--1.3.7.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/libxext/1.3.7: 88 files, 469.6KB- ==> Installing sdl2_ttf dependency: libxrender- ==> Pouring libxrender--0.9.12.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/libxrender/0.9.12: 13 files, 229.5KB- ==> Installing sdl2_ttf dependency: lzo- ==> Pouring lzo--2.10.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/lzo/2.10: 32 files, 579.8KB- ==> Installing sdl2_ttf dependency: pixman- ==> Pouring pixman--0.46.4.arm64_sequoia.bottle.1.tar.gz- 🍺 /opt/homebrew/Cellar/pixman/0.46.4: 11 files, 1.4MB- ==> Installing sdl2_ttf dependency: cairo- ==> Pouring cairo--1.18.4.arm64_sequoia.bottle.1.tar.gz- 🍺 /opt/homebrew/Cellar/cairo/1.18.4: 58 files, 4.7MB- ==> Installing sdl2_ttf dependency: graphite2- ==> Pouring graphite2--1.3.14.arm64_sequoia.bottle.2.tar.gz- 🍺 /opt/homebrew/Cellar/graphite2/1.3.14: 19 files, 276.8KB- ==> Installing sdl2_ttf dependency: icu4c@78- ==> Pouring icu4c@78--78.2.arm64_sequoia.bottle.1.tar.gz- 🍺 /opt/homebrew/Cellar/icu4c@78/78.2: 279 files, 87.9MB- ==> Installing sdl2_ttf dependency: harfbuzz- ==> Pouring harfbuzz--12.3.2.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/harfbuzz/12.3.2: 77 files, 11.6MB- ==> Installing sdl2_ttf- ==> Pouring sdl2_ttf--2.24.0.arm64_sequoia.bottle.tar.gz- 🍺 /opt/homebrew/Cellar/sdl2_ttf/2.24.0: 13 files, 287.2KB- ==> Running `brew cleanup sdl2_ttf`...- ==> Caveats- ==> libffi- libffi is keg-only, which means it was not symlinked into /opt/homebrew,- because macOS already provides this software and installing another version in- parallel can cause all kinds of trouble.-- For compilers to find libffi you may need to set:- export LDFLAGS="-L/opt/homebrew/opt/libffi/lib"- export CPPFLAGS="-I/opt/homebrew/opt/libffi/include"# To update the current shell environment, run: eval $(opam env)2026-02-08 08:05.10 ---> saved as "d87b7b386c934f861544e5ea49110cec42ec48c68eee576c98b62f6b9501bae1"/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))(network host)(shell "opam install $DEPS"))[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).[NOTE] Package ocaml-config is already installed (current version is 3).[NOTE] Package ocaml-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.0).[NOTE] Package ocaml is already installed (current version is 5.4.0).[NOTE] Package base-unix is already installed (current version is base).[NOTE] Package base-threads is already installed (current version is base).[NOTE] Package base-nnp is already installed (current version is base).[NOTE] Package base-effects is already installed (current version is base).[NOTE] Package base-domains is already installed (current version is base).[NOTE] Package base-bigarray is already installed (current version is base).[NOTE] It seems you have not updated your repositories for a while. Consider updating them with:opam updateThe following actions will be performed:=== install 19 packages- install conf-libffi 2.0.0- install conf-pkg-config 4- install conf-sdl2 1- install conf-sdl2-image 1- install conf-sdl2-ttf 1- install csexp 1.5.2- install ctypes 0.24.0- install ctypes-foreign 0.24.0- install dune 3.21.0- install dune-configurator 3.21.0- install integers 0.7.0- install ocamlbuild 0.16.1- install ocamlfind 1.9.8- install stdlib-shims 0.3.0- install topkg 1.1.1- install tsdl 1.2.0- install tsdl-image 0.6- install tsdl-ttf 0.6- install xdg 3.21.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> installed conf-pkg-config.4-> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0 (cached)-> installed conf-sdl2-ttf.1-> installed conf-sdl2-image.1-> installed conf-libffi.2.0.0-> retrieved integers.0.7.0 (cached)-> installed conf-sdl2.1-> retrieved csexp.1.5.2 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved stdlib-shims.0.3.0 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> retrieved tsdl.1.2.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved tsdl-image.0.6 (cached)-> retrieved tsdl-ttf.0.6 (cached)-> retrieved dune.3.21.0, dune-configurator.3.21.0, xdg.3.21.0 (cached)-> installed ocamlbuild.0.16.1-> installed ocamlfind.1.9.8-> installed topkg.1.1.1-> installed dune.3.21.0-> installed stdlib-shims.0.3.0-> installed csexp.1.5.2-> installed integers.0.7.0-> installed xdg.3.21.0-> installed dune-configurator.3.21.0-> installed ctypes.0.24.0-> installed ctypes-foreign.0.24.0-> installed tsdl.1.2.0-> installed tsdl-image.0.6-> installed tsdl-ttf.0.6Done.# To update the current shell environment, run: eval $(opam env)2026-02-08 08:06.07 ---> saved as "668c3d6c6e354e882d46ef64c050dc638fbdbf11132de816cde39f44868935ab"/: (copy (src .) (dst ./src))2026-02-08 08:06.08 ---> saved as "33e6743e4ec4e5c539efe75fda99db3c362a6207072938f4a5ae7fc3b214cb50"/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))(cd _build/default && /Users/mac1000/.opam/5.4.0/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o examples/examples.exe /Users/mac1000/.opam/5.4.0/lib/xdg/xdg.cmxa -I /Users/mac1000/.opam/5.4.0/lib/xdg /Users/mac1000/.opam/5.4.0/lib/ocaml/str/str.cmxa /Users/mac1000/.opam/5.4.0/lib/stdlib-shims/stdlib_shims.cmxa /Users/mac1000/.opam/5.4.0/lib/integers/integers.cmxa -I /Users/mac1000/.opam/5.4.0/lib/integers /Users/mac1000/.opam/5.4.0/lib/ctypes/ctypes.cmxa -I /Users/mac1000/.opam/5.4.0/lib/ctypes /Users/mac1000/.opam/5.4.0/lib/ocaml/unix/unix.cmxa /Users/mac1000/.opam/5.4.0/lib/ocaml/threads/threads.cmxa /Users/mac1000/.opam/5.4.0/lib/ctypes-foreign/ctypes_foreign.cmxa -I /Users/mac1000/.opam/5.4.0/lib/ctypes-foreign /Users/mac1000/.opam/5.4.0/lib/tsdl/tsdl.cmxa -I /Users/mac1000/.opam/5.4.0/lib/tsdl /Users/mac1000/.opam/5.4.0/lib/tsdl-image/tsdl_image.cmxa /Users/mac1000/.opam/5.4.0/lib/tsdl-ttf/tsdl_ttf.cmxa lib/bogue.cmxa examples/.examples.eobjs/native/dune__exe__Examples.cmx)ld: warning: ignoring duplicate libraries: '-lSDL2'(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[20][0] : ERROR: Cannot find share directory for examples.exe/.! bin_dir=/Users/mac1000/src/_build/default/examples, prefix_dir=/Users/mac1000/src/_build/default[20][0] : Warning: User variable 'DIR' not found in config.[20][0] : Warning: Using DIR=[26][0] : Warning: User variable 'THEME' not found in config.[26][0] : Warning: Using THEME=default[26][0] : I/O: No theme specified, using default=default.[26][0] : I/O: Reading config file [/Users/mac1000/src/_build/install/default/share/bogue/themes/default/bogue.conf]. BOGUE Version [20260208][26][0] : I/O: Reading BACKGROUND=color:white[26][0] : I/O: Reading CHECK_ON=fa:check-square-o[26][0] : I/O: Reading CHECK_OFF=fa:square-o[26][0] : Warning: Using THEME=defaultLoading Bogue 20260208 with config dir /Users/mac1000/src/_build/install/default/share/bogue/themes/default[26][0] : Warning: Using BACKGROUND=color:white[26][0] : Warning: User variable 'BG_COLOR' not found in config.[26][0] : Warning: Using BG_COLOR=aliceblue[26][0] : Warning: User variable 'BOX_BG_COLOR' not found in config.[26][0] : Warning: Using BOX_BG_COLOR=lightsteelblue[26][0] : Warning: User variable 'BUTTON_COLOR_OFF' not found in config.[26][0] : Warning: Using BUTTON_COLOR_OFF=#8bc0d1[26][0] : Warning: User variable 'BUTTON_COLOR_ON' not found in config.[26][0] : Warning: Using BUTTON_COLOR_ON=darkturquoise[26][0] : Warning: Using CHECK_ON=fa:check-square-o[26][0] : Warning: Using CHECK_OFF=fa:square-o[26][0] : Warning: User variable 'CURSOR_COLOR' not found in config.[26][0] : Warning: Using CURSOR_COLOR=#2a7da2[26][0] : Warning: User variable 'DISABLED_FG' not found in config.[26][0] : Warning: Using DISABLED_FG=gray[26][0] : Warning: User variable 'DISABLED_BG' not found in config.[26][0] : Warning: Using DISABLED_BG=lightgray[26][0] : Warning: User variable 'FAINT_COLOR' not found in config.[26][0] : Warning: Using FAINT_COLOR=#B1C7D5[26][0] : Warning: User variable 'TEXT_COLOR' not found in config.[26][0] : Warning: Using TEXT_COLOR=black[26][0] : Warning: User variable 'SEL_BG_COLOR' not found in config.[26][0] : Warning: Using SEL_BG_COLOR=slategray[26][0] : Warning: User variable 'SEL_FG_COLOR' not found in config.[26][0] : Warning: Using SEL_FG_COLOR=white[27][0] : Warning: User variable 'LABEL_COLOR' not found in config.[27][0] : Warning: Using LABEL_COLOR=black[27][0] : Warning: User variable 'MENU_HL_COLOR' not found in config.[27][0] : Warning: Using MENU_HL_COLOR=#8099a2[27][0] : Warning: User variable 'MENU_BG_COLOR' not found in config.[27][0] : Warning: Using MENU_BG_COLOR=#BEBEBE[27][0] : Warning: User variable 'LABEL_FONT_SIZE' not found in config.[27][0] : Warning: Using LABEL_FONT_SIZE=14[27][0] : Warning: User variable 'LABEL_FONT' not found in config.[27][0] : Warning: Using LABEL_FONT=Ubuntu-R.ttf[27][0] : Warning: User variable 'TEXT_FONT' not found in config.[27][0] : Warning: Using TEXT_FONT=Ubuntu-R.ttf[27][0] : Warning: User variable 'TEXT_FONT_SIZE' not found in config.[27][0] : Warning: Using TEXT_FONT_SIZE=14[27][0] : Warning: User variable 'SMALL_FONT_SIZE' not found in config.[27][0] : Warning: Using SMALL_FONT_SIZE=10[27][0] : Warning: User variable 'MONO_FONT' not found in config.[27][0] : Warning: Using MONO_FONT=UbuntuMono-R.ttf[27][0] : Warning: User variable 'ROOM_MARGIN' not found in config.[27][0] : Warning: Using ROOM_MARGIN=10[27][0] : Warning: User variable 'FA_DIR' not found in config.[27][0] : Warning: Using FA_DIR=font-awesome-4.6.3[27][0] : Warning: User variable 'INT_SCALE' not found in config.[27][0] : Warning: Using INT_SCALE=false[27][0] : Warning: User variable 'SCALE' not found in config.[27][0] : Warning: Using SCALE=0[27][0] : Warning: User variable 'OPENGL_MULTISAMPLE' not found in config.[27][0] : Warning: Using OPENGL_MULTISAMPLE=false[27][0] : Warning: User variable 'NO_VSYNC' not found in config.[27][0] : Warning: Using NO_VSYNC=false[27][0] : Warning: User variable 'NATURAL_SCROLLING' not found in config.[27][0] : Warning: Using NATURAL_SCROLLING=auto[30][0] : Warning: User variable 'USE_FSWATCH' not found in config.[30][0] : Warning: Using USE_FSWATCH=true[31][0] : Custom: Detected os type: [Darwin][40][0] : I/O; Warning: Cannot find rsvg converter. You will not be able to load SVG images.[40][0] : Warning: SDL initialized[40][0] : Event: SDL Events initialized[40][0] : Event: Register new event type:user (Ox8000)[40][0] : Event: Register new event type:stop (Ox8001)[40][0] : Event: Register new event type:stopped (Ox8002)[40][0] : Event: Register new event type:mouse_enter (Ox8003)[40][0] : Event: Register new event type:mouse_leave (Ox8004)[40][0] : Event: Register new event type:redraw (Ox8005)[40][0] : Event: Register new event type:mouse_at_rest (Ox8006)[40][0] : Event: Register new event type:startup (Ox8007)[40][0] : Event: Register new event type:var_changed (Ox8008)[40][0] : Event: Register new event type:update (Ox8009)[40][0] : Event: Register new event type:sync_action (Ox800a)[40][0] : Event: Register new event type:keyboard_focus (Ox800b)[40][0] : Event: Register new event type:mouse_focus (Ox800c)[40][0] : Event: Register new event type:remove_focus (Ox800d)[40][0] : Event: Register new event type:destroy_window (Ox800e)[40][0] : Event: Register new event type:add_window (Ox800f)[40][0] : Event: Register new event type:new_mail (Ox8010)[40][0] : Event: Register new event type:not_used (Ox8011)[40][0] : Board: Layout #1 (dummy) created.[44][0] : I/O: Fswatch program not found; using Unix_stat for file monitoring.[45][0] : I/O: Checking image file size /Users/mac1000/src/_build/install/default/share/bogue/assets/images/chl.png[45][0] : Graphics: SDL Video initialized[45][0] : Memory: Create surface_load (/Users/mac1000/src/_build/install/default/share/bogue/themes/default/bogue-icon.png)[45][0] : ERROR; Graphics: SDL get DPI error: That operation is not supported[50][0] : Warning: Cannot get monitor's DPI from xdpyinfo.[50][0] : Graphics: DPI from system: 110[50][0] : Graphics; Warning: Using SCALE=1.000000[50][0] : Graphics: SDL Image initialized[50][0] : Memory: Create surface_load (/Users/mac1000/src/_build/install/default/share/bogue/assets/images/chl.png)[51][0] : Memory: Freeing surface (330,290)00 = Bogue initialization without opening any window.[51][0] : Board: Adding timeout 1[51][0] : Board: Layout #2 (windows_house) created.[51][0] : Board: ==> Running board![51][0] : Graphics; Warning: Could not get refresh rate information for any monitor[51][0] : Graphics: Desired FPS=60[141][0] : Board: Has focus: NO[141][0] : Board: Adding timeout 2[141][0] : Graphics: FPS:100 (round_trip=0)[1144][0] : Board: Executing timeout 1Hello world[1144][0] : Memory: All zombies have been killed! Congratulations![1144][0] : Board: Board exiting[1144][0] : Board: Quitting...[1144][0] : Graphics: Quitting SDL Image[1144][0] : Graphics: Quitting SDL Video[1144][0] : Graphics: Cleaning up 0 SDL_TTF surfaces...[1144][0] : Memory: Freeing surface (123,128)[1144][0] : Event: Quitting SDL Events[1145][0] : Graphics: Exit SDL...[1145][0] : Graphics: Done.2026-02-08 08:06:11.888 examples.exe[97663:11156633] INFO: Using SDL 2.32.10/bin/sh: xdpyinfo: command not found2026-02-08 08:06.13 ---> saved as "845eced78592f05d249d47e2962df2c853dc665944ecccea1051ac998a154cd2"Job succeeded2026-02-08 08:06.18: Job succeeded