Organisationssanettebogue347db1 ()freebsd-14.2-5.3_opam-2.4

freebsd-14.2-5.3_opam-2.4

Link Copied
Code Copied

Logs

2025-08-21 08:04.42: New job: test sanette/bogue https://github.com/sanette/bogue.git#refs/heads/master (347db17a47f80169a269dae1797556c006d72d10) (freebsd-x86_64:freebsd-14.2-5.3_opam-2.4)
Base: freebsd-14.2-ocaml-5.3
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/bogue.git" -b "master" && cd "bogue" && git reset --hard 347db17a
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.2-ocaml-5.3
# freebsd-14.2-5.3_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.4 /usr/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && 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-domains.base base-effects.base base-nnp.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.20.0 dune-configurator.3.20.0 integers.0.7.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.0 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y bogue.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2025-08-21 08:04.42: Using cache hint "sanette/bogue-freebsd-14.2-ocaml-5.3-freebsd-14.2-5.3_opam-2.4-0aca2ef5697772ad2ef30807b16868f8"
2025-08-21 08:04.42: Using OBuilder spec:
((from freebsd-14.2-ocaml-5.3)
(comment freebsd-14.2-5.3_opam-2.4)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/local/bin/opam-2.4 /usr/local/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(workdir /src)
(run (shell "sudo chown opam /src"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && 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-domains.base base-effects.base base-nnp.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.20.0 dune-configurator.3.20.0 integers.0.7.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.0 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.0")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y bogue.dev $DEPS"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /src))
(run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2025-08-21 08:04.42: Waiting for resource in pool OCluster
2025-08-21 08:04.42: Waiting for worker…
2025-08-21 08:07.43: Got resource from pool OCluster
Building on rosemary
Updating files: 100% (444/444), done.
HEAD is now at 1db52e1 use full image links
HEAD is now at 347db17 fix changelog


(from freebsd-14.2-ocaml-5.3)
2025-08-21 08:08.47 ---> using "47c9a03b962be450225081ed69acde1f5c6dadb6d1106d9b1a8b4fd61c2defa6" from cache


/: (comment freebsd-14.2-5.3_opam-2.4)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.4 /usr/local/bin/opam"))
2025-08-21 08:08.48 ---> using "3cf9d05e5eb2b3cab7746fab6ccc73ebe3b43051756027b7ee3d88bc2433384a" from cache


/src: (run (shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.
Checking for available remotes: rsync and local, git.
- you won't be able to use mercurial repositories unless you install the hg command on your system.
- you won't be able to use darcs repositories unless you install the darcs command on your system.


This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.


Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
opam option jobs=1 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2025-08-21 08:08.49 ---> using "6be513be757734d73b41a31e19f8ae22aa3fe2fd424869d3fd3c8b16bb4fa69a" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.2-RELEASE-p1
The OCaml toplevel, version 5.3.0
2.4.1
2025-08-21 08:08.50 ---> using "6406a960b971760de52a319d92e3ade2dc00fc29daba60f2a83f980f00dde731" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-08-21 08:08.50 ---> using "ceecf1d51f19afc7e1cbf641861a5e731a764903c017a5b842658d708b08899c" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 || git fetch origin master) && git reset -q --hard f9d23e5cb169337cdf0aac6321e4ec46f6f64a74 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
f1d3c77350..0978bfceb7  master     -> origin/master
f9d23e5cb1 Merge pull request #28357 from maiste/release-dune-3.20.0


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


Already up-to-date.
Nothing to do.
2025-08-21 08:08.51 ---> using "28c396d48a5c5c0e5fecd58606cf9cd79a9b85fdb56a4ba76238acbe9810beef" from cache


/src: (copy (src bogue.opam) (dst ./))
2025-08-21 08:08.54 ---> saved as "845a3d1cca7b35cbea15eacf19ce4d666425a66ff4cb9b5a6d6fc7457becb626"


/src: (run (network host)
(shell "opam pin add -yn bogue.dev './'"))
[bogue.dev] synchronised (file:///src)
bogue is now pinned to file:///src (version dev)
2025-08-21 08:08.59 ---> saved as "5cf0991d6eb191acd2bc7c390a55c06819edeebb7e328e201a625b9eb47e6ad8"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-08-21 08:09.02 ---> saved as "d57ad56cf6a184efb242debd31fa4c6ab19f00ea3e71a38e03ab2d59f1f682af"


/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.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.20.0 dune-configurator.3.20.0 integers.0.7.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 stdlib-shims.0.3.0 topkg.1.1.0 tsdl.1.1.0 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.20.0")


/src: (env CI true)


/src: (env OCAMLCI true)


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update --depexts && opam install --cli=2.4 --depext-only -y bogue.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bogue.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.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).


The following system packages will first need to be installed:
sdl2 sdl2_image sdl2_ttf


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


+ /usr/local/bin/sudo "pkg" "install" "-y" "sdl2" "sdl2_image" "sdl2_ttf"
- Updating FreeBSD repository catalogue...
- [rosemary] Fetching data.pkg:
- ...
- ..
- ....
- . done
- Processing entries:
- ..
- ..
- ..
- ..
- .
- . done
- FreeBSD repository update completed. 35660 packages processed.
- All repositories are up to date.
- New version of pkg detected; it needs to be installed first.
- The following 1 package(s) will be affected (of 0 checked):
- 
- Installed packages to be UPGRADED:
- 	pkg: 2.2.1 -> 2.2.2
- 
- Number of packages to be upgraded: 1
- 
- 12 MiB to be downloaded.
- [rosemary] [1/1] Fetching pkg-2.2.2.pkg:
- ..
- ...
- ...
- .. done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/1] Upgrading pkg from 2.2.1 to 2.2.2...
- [rosemary] [1/1] Extracting pkg-2.2.2: ..
- .......
- . done
- Updating FreeBSD repository catalogue...
- FreeBSD repository is up to date.
- All repositories are up to date.
- The following 54 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	Imath: 3.1.12
- 	aom: 3.12.1
- 	dav1d: 1.5.1_1
- 	freetype2: 2.13.3
- 	gdk-pixbuf2: 2.42.12_2
- 	giflib: 5.2.2
- 	glib: 2.84.1_2,2
- 	graphite2: 1.3.14
- 	harfbuzz: 10.3.0
- 	highway: 1.2.0
- 	hwdata: 0.396,1
- 	jbigkit: 2.1_3
- 	jpeg-turbo: 3.1.1
- 	lerc: 4.0.0
- 	libX11: 1.8.12,1
- 	libXScrnSaver: 1.2.4_1
- 	libXau: 1.0.12
- 	libXcursor: 1.2.3
- 	libXdamage: 1.1.6
- 	libXdmcp: 1.1.5
- 	libXext: 1.3.6,1
- 	libXfixes: 6.0.1
- 	libXi: 1.8.2,1
- 	libXrandr: 1.5.4
- 	libXrender: 0.9.12
- 	libXxf86vm: 1.1.6
- 	libavif: 1.3.0_1
- 	libdeflate: 1.24
- 	libdrm: 2.4.123,1
- 	libepoll-shim: 0.0.20240608
- 	libglvnd: 1.7.0
- 	libinotify: 20240724_1
- 	libjxl: 0.11.1_1
- 	libpciaccess: 0.18.1_1
- 	libxcb: 1.17.0
- 	libxkbcommon: 1.8.1_3
- 	libxml2: 2.14.5
- 	libxshmfence: 1.3.3
- 	libyuv: 0.0.1789_2
- 	mesa-libs: 24.1.7_1
- 	openexr: 3.3.5
- 	png: 1.6.49
- 	py311-packaging: 25.0
- 	sdl2: 2.32.8
- 	sdl2_image: 2.8.8
- 	sdl2_ttf: 2.24.0
- 	shared-mime-info: 2.4_2
- 	tiff: 4.7.0
- 	vmaf: 3.0.0
- 	vulkan-loader: 1.4.319
- 	wayland: 1.23.1_1
- 	webp: 1.5.0
- 	xkeyboard-config: 2.41_4
- 	xorgproto: 2024.1
- 
- Number of packages to be installed: 54
- 
- The process will require 250 MiB more space.
- 37 MiB to be downloaded.
- [rosemary] [1/54] Fetching png-1.6.49.pkg: .......... done
- [rosemary] [2/54] Fetching libxcb-1.17.0.pkg: ......
- .... done
- [rosemary] [3/54] Fetching freetype2-2.13.3.pkg: .........
- . done
- [rosemary] [4/54] Fetching jpeg-turbo-3.1.1.pkg: .......... done
- [rosemary] [5/54] Fetching libglvnd-1.7.0.pkg: .......... done
- [rosemary] [6/54] Fetching sdl2_ttf-2.24.0.pkg: ... done
- [rosemary] [7/54] Fetching libXrandr-1.5.4.pkg: ... done
- [rosemary] [8/54] Fetching libdeflate-1.24.pkg: ...... done
- [rosemary] [9/54] Fetching libXxf86vm-1.1.6.pkg: . done
- [rosemary] [10/54] Fetching vmaf-3.0.0.pkg: .......... done
- [rosemary] [11/54] Fetching libXdamage-1.1.6.pkg: . done
- [rosemary] [12/54] Fetching libdrm-2.4.123,1.pkg: .......... done
- [rosemary] [13/54] Fetching libXfixes-6.0.1.pkg: . done
- [rosemary] [14/54] Fetching libxml2-2.14.5.pkg: .......... done
- [rosemary] [15/54] Fetching wayland-1.23.1_1.pkg: ......... done
- [rosemary] [16/54] Fetching aom-3.12.1.pkg: ..
- ........ done
- [rosemary] [17/54] Fetching gdk-pixbuf2-2.42.12_2.pkg: ...
- ....... done
- [rosemary] [18/54] Fetching libxshmfence-1.3.3.pkg: . done
- [rosemary] [19/54] Fetching py311-packaging-25.0.pkg: ......... done
- [rosemary] [20/54] Fetching libXScrnSaver-1.2.4_1.pkg: . done
- [rosemary] [21/54] Fetching libepoll-shim-0.0.20240608.pkg: . done
- [rosemary] [22/54] Fetching libjxl-0.11.1_1.pkg: ....
- ...... done
- [rosemary] [23/54] Fetching libX11-1.8.12,1.pkg: .......... done
- [rosemary] [24/54] Fetching giflib-5.2.2.pkg: .......... done
- [rosemary] [25/54] Fetching libXrender-0.9.12.pkg: ... done
- [rosemary] [26/54] Fetching xorgproto-2024.1.pkg: .......... done
- [rosemary] [27/54] Fetching libXi-1.8.2,1.pkg: ........ done
- [rosemary] [28/54] Fetching sdl2_image-2.8.8.pkg: ..... done
- [rosemary] [29/54] Fetching webp-1.5.0.pkg: .......... done
- [rosemary] [30/54] Fetching hwdata-0.396,1.pkg: .......... done
- [rosemary] [31/54] Fetching graphite2-1.3.14.pkg: ....... done
- [rosemary] [32/54] Fetching shared-mime-info-2.4_2.pkg: .......... done
- [rosemary] [33/54] Fetching harfbuzz-10.3.0.pkg: .......... done
- [rosemary] [34/54] Fetching libinotify-20240724_1.pkg: .. done
- [rosemary] [35/54] Fetching mesa-libs-24.1.7_1.pkg: .......... done
- [rosemary] [36/54] Fetching libpciaccess-0.18.1_1.pkg: . done
- [rosemary] [37/54] Fetching vulkan-loader-1.4.319.pkg: ......... done
- [rosemary] [38/54] Fetching libXcursor-1.2.3.pkg: ... done
- [rosemary] [39/54] Fetching highway-1.2.0.pkg: ...
- ....... done
- [rosemary] [40/54] Fetching libavif-1.3.0_1.pkg: .......... done
- [rosemary] [41/54] Fetching Imath-3.1.12.pkg: ......... done
- [rosemary] [42/54] Fetching libXext-1.3.6,1.pkg: ....... done
- [rosemary] [43/54] Fetching libXau-1.0.12.pkg: . done
- [rosemary] [44/54] Fetching libyuv-0.0.1789_2.pkg: .......... done
- [rosemary] [45/54] Fetching dav1d-1.5.1_1.pkg: .......... done
- [rosemary] [46/54] Fetching openexr-3.3.5.pkg: .......... done
- [rosemary] [47/54] Fetching glib-2.84.1_2,2.pkg:
- .......... done
- [rosemary] [48/54] Fetching xkeyboard-config-2.41_4.pkg: .......... done
- [rosemary] [49/54] Fetching libxkbcommon-1.8.1_3.pkg: .......... done
- [rosemary] [50/54] Fetching jbigkit-2.1_3.pkg: ..... done
- [rosemary] [51/54] Fetching sdl2-2.32.8.pkg: .......... done
- [rosemary] [52/54] Fetching libXdmcp-1.1.5.pkg: . done
- [rosemary] [53/54] Fetching tiff-4.7.0.pkg: .......... done
- [rosemary] [54/54] Fetching lerc-4.0.0.pkg: ...... done
- Checking integrity...
-  done (0 conflicting)
- [rosemary] [1/54] Installing Imath-3.1.12...
- [rosemary] [1/54] Extracting Imath-3.1.12: .....
- ..... done
- [rosemary] [2/54] Installing dav1d-1.5.1_1...
- [rosemary] [2/54] Extracting dav1d-1.5.1_1: ..
- ........ done
- [rosemary] [3/54] Installing giflib-5.2.2...
- [rosemary] [3/54] Extracting giflib-5.2.2: ...
- ....... done
- [rosemary] [4/54] Installing graphite2-1.3.14...
- [rosemary] [4/54] Extracting graphite2-1.3.14: .......... done
- [rosemary] [5/54] Installing highway-1.2.0...
- [rosemary] [5/54] Extracting highway-1.2.0: ..
- .....
- ... done
- [rosemary] [6/54] Installing hwdata-0.396,1...
- [rosemary] [6/54] Extracting hwdata-0.396,1: ....
- ...... done
- [rosemary] [7/54] Installing jbigkit-2.1_3...
- [rosemary] [7/54] Extracting jbigkit-2.1_3: .......... done
- [rosemary] [8/54] Installing jpeg-turbo-3.1.1...
- [rosemary] [8/54] Extracting jpeg-turbo-3.1.1: ........
2025-08-21 08:09.24: Cancelling: Auto-cancelling job because it is no longer needed
Job cancelled