2025-02-07 18:43.51: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (b8afb456f3f0207d34936ae6e320111c151be31c) (freebsd-x86_64:freebsd-14.1-4.14_opam-2.3) Base: freebsd-14.1-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 b8afb456 cat > Dockerfile <<'END-OF-DOCKERFILE' FROM freebsd-14.1-ocaml-4.14 # freebsd-14.1-4.14_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/local/bin/opam-2.3 /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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 bogue.opam ./ RUN opam pin add -yn bogue.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.17.2 dune-configurator.3.17.2 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.8 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.17.2" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.3 --depext-only -y bogue.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-02-07 18:43.51: Using cache hint "sanette/bogue-freebsd-14.1-ocaml-4.14-freebsd-14.1-4.14_opam-2.3-be4bb6ab4cd34ea4528ded664fd2ac70" 2025-02-07 18:43.51: Using OBuilder spec: ((from freebsd-14.1-ocaml-4.14) (comment freebsd-14.1-4.14_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/local/bin/opam-2.3 /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 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src bogue.opam) (dst ./)) (run (network host) (shell "opam pin add -yn bogue.dev './'")) (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.17.2 dune-configurator.3.17.2 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.8 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.17.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.3 --depext-only -y bogue.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2025-02-07 18:43.51: Waiting for resource in pool OCluster 2025-02-07 18:43.51: Waiting for worker… 2025-02-07 18:46.33: Got resource from pool OCluster Building on summer All commits already cached HEAD is now at b8afb45 missing file (from freebsd-14.1-ocaml-4.14) 2025-02-07 18:34.24 ---> using "ae13298952475462d6ff8423c053aa12bd6b321268da2da393f31b39d910ae06" from cache /: (comment freebsd-14.1-4.14_opam-2.3) /: (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.3 /usr/local/bin/opam")) 2025-02-07 18:34.24 ---> using "a01a14b3afaf0e96198b4995f7495eb095c8d446bea3004be25da82cfecae768" from cache /src: (run (shell "opam init --reinit -ni")) No configuration file found, using built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [y/n] y [NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=1 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] no changes from git+file:///home/opam/opam-repository 2025-02-07 18:34.25 ---> using "a60b36efeb57e54e6ca4e23dae975fff8d0668822376b173ed63b66aa24444bc" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) FreeBSD 14.1-RELEASE-p5 The OCaml toplevel, version 4.14.2 2.3.0 2025-02-07 18:34.25 ---> using "188549049d3e68e7a3a1a01e1161c07610550818a3f0b75ffbaafa2a77641d27" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-02-07 18:34.26 ---> using "39fdaef227d4780a13f56312f6b694c46af609f82c1eca907bb338ae047f238f" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 3ee951993de4d18fd335fcea4ac7375cab56a637 || git fetch origin master) && git reset -q --hard 3ee951993de4d18fd335fcea4ac7375cab56a637 && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD c31c18de15..38fed1a4c7 master -> origin/master 3ee951993d Merge pull request #27253 from kit-ty-kate/opam-publish-ocamlfind.1.9.8 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository 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. 2025-02-07 18:34.26 ---> using "139a2c6ec8d22cb7b2f4f20a3fca040ac5afe2995bd65ca22323937006a648d9" from cache /src: (copy (src bogue.opam) (dst ./)) 2025-02-07 18:34.30 ---> saved as "6fa1eeebabcaefd008634557f1e3e833d912b13ff09a91732336804351af6137" /src: (run (network host) (shell "opam pin add -yn bogue.dev './'")) [bogue.dev] synchronised (file:///src) bogue is now pinned to file:///src (version dev) 2025-02-07 18:34.36 ---> saved as "c71b5c8594cf9ae359d15f72810d7458e37758a6b3e0f36f129b70abc090998e" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-02-07 18:34.36 ---> saved as "a95e53e3f15d48561da20261050bead73a86d415d77e575461b0b88088834483" /src: (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.17.2 dune-configurator.3.17.2 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.8 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.17.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.3 --depext-only -y bogue.dev $DEPS")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [bogue.dev] synchronised (file:///src) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following system packages will first need to be installed: sdl2 sdl2_image sdl2_ttf <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/local/bin/sudo "pkg" "install" "-y" "sdl2" "sdl2_image" "sdl2_ttf" - Updating FreeBSD repository catalogue... - [summer] Fetching data.pkg: . - .. - ... - . - ... done - Processing entries: - ... - . - .. - .. - . - . done - FreeBSD repository update completed. 35886 packages processed. - All repositories are up to date. - The following 55 package(s) will be affected (of 0 checked): - - New packages to be INSTALLED: - Imath: 3.1.12 - aom: 3.11.0 - brotli: 1.1.0,1 - dav1d: 1.5.0 - freetype2: 2.13.3 - gdk-pixbuf2: 2.42.10_3 - giflib: 5.2.2 - glib: 2.80.5_1,2 - graphite2: 1.3.14 - harfbuzz: 10.1.0 - highway: 1.2.0 - hwdata: 0.390,1 - jbigkit: 2.1_3 - jpeg-turbo: 3.0.4 - lerc: 4.0.0 - libX11: 1.8.9,1 - libXScrnSaver: 1.2.4_1 - libXau: 1.0.11 - libXcursor: 1.2.2 - libXdamage: 1.1.6 - libXdmcp: 1.1.5 - libXext: 1.3.6,1 - libXfixes: 6.0.1 - libXi: 1.8.1,1 - libXrandr: 1.5.4 - libXrender: 0.9.11 - libXxf86vm: 1.1.5 - libavif: 1.1.1 - libdeflate: 1.22 - libdrm: 2.4.123,1 - libepoll-shim: 0.0.20240608 - libglvnd: 1.7.0 - libinotify: 20240724 - libjxl: 0.11.1_1 - libpciaccess: 0.18.1_1 - libxcb: 1.17.0 - libxkbcommon: 1.7.0_1 - libxml2: 2.11.9 - libxshmfence: 1.3.2 - libyuv: 0.0.1789_2 - mesa-libs: 24.1.7_1 - openexr: 3.3.2 - png: 1.6.44 - py311-packaging: 24.2 - sdl2: 2.30.10_1 - sdl2_image: 2.8.4 - sdl2_ttf: 2.22.0 - shared-mime-info: 2.4_1 - tiff: 4.7.0 - vmaf: 3.0.0 - vulkan-loader: 1.4.304 - wayland: 1.23.1 - webp: 1.5.0 - xkeyboard-config: 2.41_4 - xorgproto: 2024.1 - - Number of packages to be installed: 55 - - The process will require 168 MiB more space. - 30 MiB to be downloaded. - [summer] [1/55] Fetching png-1.6.44.pkg: . - .... - .... done - [summer] [2/55] Fetching libxcb-1.17.0.pkg: - .. - .... - .... done - [summer] [3/55] Fetching freetype2-2.13.3.pkg: - ..... - .... - . done - [summer] [4/55] Fetching jpeg-turbo-3.0.4.pkg: ..... - ..... done - [summer] [5/55] Fetching libglvnd-1.7.0.pkg: ... - .... - ... done - [summer] [6/55] Fetching sdl2_ttf-2.22.0.pkg: ... done - [summer] [7/55] Fetching libXrandr-1.5.4.pkg: .. done - [summer] [8/55] Fetching libdeflate-1.22.pkg: .. - .... done - [summer] [9/55] Fetching libXxf86vm-1.1.5.pkg: .. done - [summer] [10/55] Fetching vmaf-3.0.0.pkg: - .. - . - . - . - . - .... done - [summer] [11/55] Fetching libXdamage-1.1.6.pkg: . done - [summer] [12/55] Fetching libdrm-2.4.123,1.pkg: . - .. - ... - .... done - [summer] [13/55] Fetching libXfixes-6.0.1.pkg: . done - [summer] [14/55] Fetching libxml2-2.11.9.pkg: . - ....... - .. done - [summer] [15/55] Fetching wayland-1.23.1.pkg: ......... done - [summer] [16/55] Fetching aom-3.11.0.pkg: . - .. - .. - .. - .. - . done - [summer] [17/55] Fetching gdk-pixbuf2-2.42.10_3.pkg: ....... - ... done - [summer] [18/55] Fetching libxshmfence-1.3.2.pkg: . done - [summer] [19/55] Fetching py311-packaging-24.2.pkg: ........ done - [summer] [20/55] Fetching libXScrnSaver-1.2.4_1.pkg: . done - [summer] [21/55] Fetching libepoll-shim-0.0.20240608.pkg: .. done - [summer] [22/55] Fetching libjxl-0.11.1_1.pkg: . - .. - . - . - . - . - . - . - . done - [summer] [23/55] Fetching libX11-1.8.9,1.pkg: - . - .. - ..... - .. done - [summer] [24/55] Fetching giflib-5.2.2.pkg: ...... - .... done - [summer] [25/55] Fetching libXrender-0.9.11.pkg: .. done - [summer] [26/55] Fetching xorgproto-2024.1.pkg: .......... done - [summer] [27/55] Fetching libXi-1.8.1,1.pkg: ........ done - [summer] [28/55] Fetching sdl2_image-2.8.4.pkg: ..... done - [summer] [29/55] Fetching webp-1.5.0.pkg: .......... done - [summer] [30/55] Fetching hwdata-0.390,1.pkg: .. - ..... - ... done - [summer] [31/55] Fetching graphite2-1.3.14.pkg: ....... done - [summer] [32/55] Fetching shared-mime-info-2.4_1.pkg: .... - ..... - . done - [summer] [33/55] Fetching harfbuzz-10.1.0.pkg: . - .... - ... - . - . done - [summer] [34/55] Fetching mesa-libs-24.1.7_1.pkg: .... - ...... done - [summer] [35/55] Fetching libinotify-20240724.pkg: .. done - [summer] [36/55] Fetching libpciaccess-0.18.1_1.pkg: . done - [summer] [37/55] Fetching vulkan-loader-1.4.304.pkg: . - ........ done - [summer] [38/55] Fetching libXcursor-1.2.2.pkg: . - .. done - [summer] [39/55] Fetching highway-1.2.0.pkg: . - .. - .... - ... done - [summer] [40/55] Fetching libavif-1.1.1.pkg: .......... done - [summer] [41/55] Fetching brotli-1.1.0,1.pkg: .. - ........ done - [summer] [42/55] Fetching Imath-3.1.12.pkg: .......... done - [summer] [43/55] Fetching libXext-1.3.6,1.pkg: ....... done - [summer] [44/55] Fetching libXau-1.0.11.pkg: . done - [summer] [45/55] Fetching libyuv-0.0.1789_2.pkg: ... - ...... done - [summer] [46/55] Fetching dav1d-1.5.0.pkg: .... - ..... - . done - [summer] [47/55] Fetching glib-2.80.5_1,2.pkg: - . - . - . - . - . - . - . - . - . - . done - [summer] [48/55] Fetching openexr-3.3.2.pkg: . - ... - ... - ... done - [summer] [49/55] Fetching xkeyboard-config-2.41_4.pkg: - .. - ..... - ... done - [summer] [50/55] Fetching libxkbcommon-1.7.0_1.pkg: .......... done - [summer] [51/55] Fetching jbigkit-2.1_3.pkg: ..... done - [summer] [52/55] Fetching sdl2-2.30.10_1.pkg: . - ... - .. - .. - .. done - [summer] [53/55] Fetching libXdmcp-1.1.5.pkg: . done - [summer] [54/55] Fetching tiff-4.7.0.pkg: - ..... - ..... done - [summer] [55/55] Fetching lerc-4.0.0.pkg: ... done - Checking integrity... - done (0 conflicting) - [summer] [1/55] Installing xorgproto-2024.1... - [summer] [1/55] Extracting xorgproto-2024.1: .......... done - [summer] [2/55] Installing libXau-1.0.11... - [summer] [2/55] Extracting libXau-1.0.11: .......... done - [summer] [3/55] Installing libXdmcp-1.1.5... - [summer] [3/55] Extracting libXdmcp-1.1.5: ......... done - [summer] [4/55] Installing libxcb-1.17.0... - [summer] [4/55] Extracting libxcb-1.17.0: ........ - .. done - [summer] [5/55] Installing py311-packaging-24.2... - [summer] [5/55] Extracting py311-packaging-24.2: .......... done - [summer] [6/55] Installing libX11-1.8.9,1... - [summer] [6/55] Extracting libX11-1.8.9,1: .......... done - [summer] [7/55] Installing hwdata-0.390,1... - [summer] [7/55] Extracting hwdata-0.390,1: .......... done - [summer] [8/55] Installing jpeg-turbo-3.0.4... - [summer] [8/55] Extracting jpeg-turbo-3.0.4: .......... done - [summer] [9/55] Installing libdeflate-1.22... - [summer] [9/55] Extracting libdeflate-1.22: .......... done - [summer] [10/55] Installing libXfixes-6.0.1... - [summer] [10/55] Extracting libXfixes-6.0.1: .......... done - [summer] [11/55] Installing libxml2-2.11.9... - [summer] [11/55] Extracting libxml2-2.11.9: .......... done - [summer] [12/55] Installing libepoll-shim-0.0.20240608... - [summer] [12/55] Extracting libepoll-shim-0.0.20240608: .......... done - [summer] [13/55] Installing libXrender-0.9.11... - [summer] [13/55] Extracting libXrender-0.9.11: .......... done - [summer] [14/55] Installing libpciaccess-0.18.1_1... - [summer] [14/55] Extracting libpciaccess-0.18.1_1: ........ done - [summer] [15/55] Installing libXext-1.3.6,1... - [summer] [15/55] Extracting libXext-1.3.6,1: .......... done - [summer] [16/55] Installing glib-2.80.5_1,2... - [summer] [16/55] Extracting glib-2.80.5_1,2: .......... done - [summer] [17/55] Installing jbigkit-2.1_3... - [summer] [17/55] Extracting jbigkit-2.1_3: .......... done - [summer] [18/55] Installing lerc-4.0.0... - [summer] [18/55] Extracting lerc-4.0.0: ........ done - [summer] [19/55] Installing png-1.6.44... - [summer] [19/55] Extracting png-1.6.44: .......... done - [summer] [20/55] Installing libXrandr-1.5.4... - [summer] [20/55] Extracting libXrandr-1.5.4: .......... done - [summer] [21/55] Installing libXxf86vm-1.1.5... - [summer] [21/55] Extracting libXxf86vm-1.1.5: .......... done - [summer] [22/55] Installing vmaf-3.0.0... - [summer] [22/55] Extracting vmaf-3.0.0: .......... done - [summer] [23/55] Installing libXdamage-1.1.6... - [summer] [23/55] Extracting libXdamage-1.1.6: ......... done - [summer] [24/55] Installing libdrm-2.4.123,1... - [summer] [24/55] Extracting libdrm-2.4.123,1: .......... done - [summer] [25/55] Installing wayland-1.23.1... - [summer] [25/55] Extracting wayland-1.23.1: .......... done - [summer] [26/55] Installing libxshmfence-1.3.2... - [summer] [26/55] Extracting libxshmfence-1.3.2: ......... done - [summer] [27/55] Installing shared-mime-info-2.4_1... - [summer] [27/55] Extracting shared-mime-info-2.4_1: ......... done - [summer] [28/55] Installing brotli-1.1.0,1... - [summer] [28/55] Extracting brotli-1.1.0,1: .......... done - [summer] [29/55] Installing Imath-3.1.12... - [summer] [29/55] Extracting Imath-3.1.12: .......... done - [summer] [30/55] Installing xkeyboard-config-2.41_4... - [summer] [30/55] Extracting xkeyboard-config-2.41_4: .......... done - [summer] [31/55] Installing tiff-4.7.0... - [summer] [31/55] Extracting tiff-4.7.0: .......... done - [summer] [32/55] Installing freetype2-2.13.3... - [summer] [32/55] Extracting freetype2-2.13.3: .......... done - [summer] [33/55] Installing libglvnd-1.7.0... - [summer] [33/55] Extracting libglvnd-1.7.0: .......... done - [summer] [34/55] Installing aom-3.11.0... - [summer] [34/55] Extracting aom-3.11.0: .......... done - [summer] [35/55] Installing gdk-pixbuf2-2.42.10_3... - [summer] [35/55] Extracting gdk-pixbuf2-2.42.10_3: . - ......... done - [summer] [36/55] Installing libXScrnSaver-1.2.4_1... - [summer] [36/55] Extracting libXScrnSaver-1.2.4_1: .......... done - [summer] [37/55] Installing giflib-5.2.2... - [summer] [37/55] Extracting giflib-5.2.2: .......... done - [summer] [38/55] Installing libXi-1.8.1,1... - [summer] [38/55] Extracting libXi-1.8.1,1: .......... done - [summer] [39/55] Installing graphite2-1.3.14... - [summer] [39/55] Extracting graphite2-1.3.14: .......... done - [summer] [40/55] Installing mesa-libs-24.1.7_1... - [summer] [40/55] Extracting mesa-libs-24.1.7_1: .......... done - [summer] [41/55] Installing libinotify-20240724... - [summer] [41/55] Extracting libinotify-20240724: .......... done - [summer] [42/55] Installing vulkan-loader-1.4.304... - [summer] [42/55] Extracting vulkan-loader-1.4.304: .......... done - [summer] [43/55] Installing libXcursor-1.2.2... - [summer] [43/55] Extracting libXcursor-1.2.2: .......... done - [summer] [44/55] Installing highway-1.2.0... - [summer] [44/55] Extracting highway-1.2.0: .......... done - [summer] [45/55] Installing libyuv-0.0.1789_2... - [summer] [45/55] Extracting libyuv-0.0.1789_2: .......... done - [summer] [46/55] Installing dav1d-1.5.0... - [summer] [46/55] Extracting dav1d-1.5.0: .......... done - [summer] [47/55] Installing openexr-3.3.2... - [summer] [47/55] Extracting openexr-3.3.2: .......... done - [summer] [48/55] Installing libxkbcommon-1.7.0_1... - [summer] [48/55] Extracting libxkbcommon-1.7.0_1: .......... done - [summer] [49/55] Installing libjxl-0.11.1_1... - [summer] [49/55] Extracting libjxl-0.11.1_1: .......... done - [summer] [50/55] Installing webp-1.5.0... - [summer] [50/55] Extracting webp-1.5.0: .......... done - [summer] [51/55] Installing harfbuzz-10.1.0... - [summer] [51/55] Extracting harfbuzz-10.1.0: .......... done - [summer] [52/55] Installing libavif-1.1.1... - [summer] [52/55] Extracting libavif-1.1.1: .......... done - [summer] [53/55] Installing sdl2-2.30.10_1... - [summer] [53/55] Extracting sdl2-2.30.10_1: ....... - ... done - [summer] [54/55] Installing sdl2_ttf-2.22.0... - [summer] [54/55] Extracting sdl2_ttf-2.22.0: .......... done - [summer] [55/55] Installing sdl2_image-2.8.4... - [summer] [55/55] Extracting sdl2_image-2.8.4: .......... done - ==> 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 - ==> Running trigger: gio-modules.ucl - Generating GIO modules cache - ===== - 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.3: - - -- - The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as - the default, emulating a modern version of ClearType. This change inevitably - leads to different rendering results, and you might change port's options to - adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment - variable). - - The environment variable "FREETYPE_PROPERTIES" can be used to control the - driver properties. Example: - - FREETYPE_PROPERTIES=truetype:interpreter-version=35 \ - cff:no-stem-darkening=1 \ - autofitter:warping=1 - - This allows to select, say, the subpixel hinting mode at runtime for a given - application. - - If LONG_PCF_NAMES port's option was enabled, the PCF family names may include - the foundry and information whether they contain wide characters. For example, - "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at - run time with using pcf:no-long-family-names property, if needed. Example: - - FREETYPE_PROPERTIES=pcf:no-long-family-names=1 - - How to recreate fontconfig cache with using such environment variable, - if needed: - # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv - - The controllable properties are listed in the section "Controlling FreeType - Modules" in the reference's table of contents - (/usr/local/share/doc/freetype2/reference/index.html, if documentation was installed). - ===== - Message from libinotify-20240724: - - -- - 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 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 libjxl-0.11.1_1: - - -- - Additional packages recommended for new users: - - imlib2-jxl (e.g., feh, scrot) - - kf5-kimageformats (e.g., nomacs, flameshot, skanlite) - - gimp-jxl-plugin 2025-02-07 18:38.09 ---> saved as "56a7213267e58f3508cc52ff5d3052801b05e5e3ad54fa72b7f2197f5eedc129" /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) [NOTE] Package ocaml-options-vanilla is already installed (current version is 1). [NOTE] Package ocaml-config is already installed (current version is 2). [NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2). [NOTE] Package ocaml is already installed (current version is 4.14.2). [NOTE] Package base-unix is already installed (current version is base). [NOTE] Package base-threads is already installed (current version is base). [NOTE] Package base-bigarray is already installed (current version is base). The following actions will be performed: === install 20 packages ∗ bigarray-compat 1.1.0 ∗ conf-libffi 2.0.0 ∗ conf-pkg-config 4 ∗ conf-sdl2 1 ∗ conf-sdl2-image 1 ∗ conf-sdl2-ttf 1 ∗ csexp 1.5.2 ∗ ctypes 0.23.0 ∗ ctypes-foreign 0.23.0 ∗ dune 3.17.2 ∗ dune-configurator 3.17.2 ∗ integers 0.7.0 ∗ ocamlbuild 0.15.0 ∗ ocamlfind 1.9.8 ∗ stdlib-shims 0.3.0 ∗ topkg 1.0.7 ∗ tsdl 1.1.0 ∗ tsdl-image 0.6 ∗ tsdl-ttf 0.6 ∗ xdg 3.17.2 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> ⬇ retrieved bigarray-compat.1.1.0 (cached) ∗ installed conf-pkg-config.4 ∗ installed conf-sdl2-image.1 ∗ installed conf-sdl2.1 ∗ installed conf-libffi.2.0.0 ⬇ retrieved ctypes.0.23.0, ctypes-foreign.0.23.0 (cached) ∗ installed conf-sdl2-ttf.1 ⬇ retrieved integers.0.7.0 (cached) ⬇ retrieved csexp.1.5.2 (cached) ⬇ retrieved ocamlfind.1.9.8 (cached) ⬇ retrieved stdlib-shims.0.3.0 (cached) ⬇ retrieved ocamlbuild.0.15.0 (cached) ⬇ retrieved topkg.1.0.7 (cached) ⬇ retrieved tsdl.1.1.0 (cached) ⬇ retrieved tsdl-image.0.6 (cached) ⬇ retrieved tsdl-ttf.0.6 (cached) ⬇ retrieved dune.3.17.2, dune-configurator.3.17.2, xdg.3.17.2 (cached) ∗ installed ocamlfind.1.9.8 ∗ installed ocamlbuild.0.15.0 ∗ installed topkg.1.0.7 ∗ installed dune.3.17.2 ∗ 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.17.2 ∗ installed dune-configurator.3.17.2 ∗ installed ctypes.0.23.0 ∗ installed ctypes-foreign.0.23.0 ∗ installed tsdl.1.1.0 ∗ installed tsdl-ttf.0.6 ∗ installed tsdl-image.0.6 Done. 2025-02-07 18:41.10 ---> saved as "0bc08c7668065ebdb8f6dbcc281c6accbd4b826ab63cd3dffc508117086765f1" /src: (copy (src .) (dst /src)) 2025-02-07 18:41.22 ---> saved as "6cb02111c1ff2cd79ccd4e3af9f374164ad49288b384b58d682023d416d58ce7" /src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.opam/4.14.2/bin/ocamlc.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 -bin-annot -I lib/.bogue.objs/byte -I /home/opam/.opam/4.14.2/lib/bigarray-compat -I /home/opam/.opam/4.14.2/lib/ctypes -I /home/opam/.opam/4.14.2/lib/ctypes-foreign -I /home/opam/.opam/4.14.2/lib/integers -I /home/opam/.opam/4.14.2/lib/ocaml/threads -I /home/opam/.opam/4.14.2/lib/stdlib-shims -I /home/opam/.opam/4.14.2/lib/tsdl -I /home/opam/.opam/4.14.2/lib/tsdl-image -I /home/opam/.opam/4.14.2/lib/tsdl-ttf -I /home/opam/.opam/4.14.2/lib/xdg -no-alias-deps -opaque -open Bogue__ -o lib/.bogue.objs/byte/bogue__B_file.cmo -c -impl lib/b_file.ml) File "lib/b_file.ml", line 483, characters 31-43: 483 | let updated = p.updated |> SSet.to_list in ^^^^^^^^^^^^ Error: Unbound value SSet.to_list Hint: Did you mean of_list? jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.17.2 dune-configurator.3.17.2 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.8 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.17.2' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build': failed "jail" "-c" "name=obuilder_3301_66328" "mount.devfs" "path=/obuilder/result/6bcd38298bec78cbb10be28d823f61b9d80f56aefcd228b1e047cac2b3486872/rootfs" "vnet" "exec.start=/sbin/ifconfig lo0 127.0.0.1/8" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.23.0 ctypes-foreign.0.23.0 dune.3.17.2 dune-configurator.3.17.2 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.8 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.17.2' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build'" failed with exit status 1 2025-02-07 18:53.55: Job failed: Failed: Build failed