Organisationssanettetsdl-ttfc76d32 ()freebsd-14.3-5.4_opam-2.4

freebsd-14.3-5.4_opam-2.4

Link Copied
Code Copied

Logs

2025-11-21 08:55.20: New job: test sanette/tsdl-ttf https://github.com/sanette/tsdl-ttf.git#refs/heads/master (c76d32ac5c4fa4b41a385591494167a1e0111602) (freebsd-x86_64:freebsd-14.3-5.4_opam-2.4)
Base: freebsd-14.3-ocaml-5.4
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/tsdl-ttf.git" -b "master" && cd "tsdl-ttf" && git reset --hard c76d32ac
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.3-ocaml-5.4
# freebsd-14.3-5.4_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 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 tsdl-ttf.opam ./
RUN opam pin add -yn tsdl-ttf.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 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 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"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y tsdl-ttf.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-11-21 08:55.20: Using cache hint "sanette/tsdl-ttf-freebsd-14.3-ocaml-5.4-freebsd-14.3-5.4_opam-2.4-c44e32e48bce9bc4977ebeeb0735d861"
2025-11-21 08:55.20: Using OBuilder spec:
((from freebsd-14.3-ocaml-5.4)
(comment freebsd-14.3-5.4_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 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src tsdl-ttf.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn tsdl-ttf.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 conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 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")
(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 tsdl-ttf.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-11-21 08:55.20: Waiting for resource in pool OCluster
2025-11-21 08:55.20: Waiting for worker…
2025-11-21 08:55.20: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at c76d32a Merge pull request #12 from zoggy/master


(from freebsd-14.3-ocaml-5.4)
2025-11-21 08:55.14 ---> using "463e9b939b79b2568bf98b05cff00f85b3ec5717170cf88773a44ae3b08f11e7" from cache


/: (comment freebsd-14.3-5.4_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-11-21 08:55.15 ---> using "3a594302e099be4d1fe17d31961c678e53238e61e9f64fbe865d05a177bbd49f" 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-11-21 08:55.15 ---> using "966aea62bfa80234ccffa3e603e9d2a2c27a29ab53d209038b434e38821f2fb7" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.3-RELEASE-p3
The OCaml toplevel, version 5.4.0
2.4.1
2025-11-21 08:55.15 ---> using "901289cfc1072ebb5c56e6766d7e4b0939435c511aca0ca5e37a81de9f740bdb" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-11-21 08:55.15 ---> using "1dc6b19784012bf1d34b6ef08bc9997df686c93fa70b17674c490e435d82e9d9" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 || git fetch origin master) && git reset -q --hard 1ec0eeb78dfedb9d754ae7abb8baed71c715f786 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
5bf570252b..ee3428377a  master     -> origin/master
1ec0eeb78d Merge pull request #28897 from dra27/ocamlfind-msys2-cygwin


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


Already up-to-date.
Nothing to do.
2025-11-21 08:55.20 ---> saved as "a6ec39e297770dd4e03d7f2c8dcf2e7ce25bc9fb14a6ebb4fbee0095a2610580"


/src: (copy (src tsdl-ttf.opam) (dst ./))
2025-11-21 08:55.21 ---> saved as "52e6c5abda649034d3e851b673943a1015574095bef20dab0e124ead85ab418c"


/src: (run (network host)
(shell "opam pin add -yn tsdl-ttf.dev './'"))
[tsdl-ttf.dev] synchronised (file:///src)
tsdl-ttf is now pinned to file:///src (version dev)
2025-11-21 08:55.23 ---> saved as "608a36e957f7f869f29dba52892af24274beec269306bffa55a59725f88177ef"


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


/src: (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-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 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")


/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 tsdl-ttf.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[tsdl-ttf.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.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).


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


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


+ /usr/local/bin/sudo "pkg" "install" "-y" "sdl2" "sdl2_ttf"
- Updating FreeBSD repository catalogue...
- [rosemary] Fetching data.pkg:
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- Processing entries:
- ...
- ..
- ..
- .
- .. done
- FreeBSD repository update completed. 36623 packages processed.
- Updating FreeBSD-kmods repository catalogue...
- [rosemary] Fetching data.pkg: .. done
- Processing entries: .......... done
- FreeBSD-kmods repository update completed. 213 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.3.1 -> 2.4.2 [FreeBSD]
- 
- Number of packages to be upgraded: 1
- 
- 12 MiB to be downloaded.
- [rosemary] [1/1] Fetching pkg-2.4.2.pkg:
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/1] Upgrading pkg from 2.3.1 to 2.4.2...
- [rosemary] [1/1] Extracting pkg-2.4.2: .......... done
- Updating FreeBSD repository catalogue...
- FreeBSD repository is up to date.
- Updating FreeBSD-kmods repository catalogue...
- FreeBSD-kmods repository is up to date.
- All repositories are up to date.
- The following 35 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	freetype2: 2.13.3 [FreeBSD]
- 	glib: 2.84.1_3,2 [FreeBSD]
- 	graphite2: 1.3.14 [FreeBSD]
- 	harfbuzz: 10.3.0 [FreeBSD]
- 	hwdata: 0.399,1 [FreeBSD]
- 	libX11: 1.8.12,1 [FreeBSD]
- 	libXScrnSaver: 1.2.4_1 [FreeBSD]
- 	libXau: 1.0.12 [FreeBSD]
- 	libXcursor: 1.2.3 [FreeBSD]
- 	libXdamage: 1.1.6 [FreeBSD]
- 	libXdmcp: 1.1.5 [FreeBSD]
- 	libXext: 1.3.6,1 [FreeBSD]
- 	libXfixes: 6.0.1 [FreeBSD]
- 	libXi: 1.8.2,1 [FreeBSD]
- 	libXrandr: 1.5.4 [FreeBSD]
- 	libXrender: 0.9.12 [FreeBSD]
- 	libXxf86vm: 1.1.6 [FreeBSD]
- 	libdrm: 2.4.123,1 [FreeBSD]
- 	libepoll-shim: 0.0.20240608 [FreeBSD]
- 	libglvnd: 1.7.0 [FreeBSD]
- 	libinotify: 20240724_3 [FreeBSD]
- 	libpciaccess: 0.18.1_1 [FreeBSD]
- 	libxcb: 1.17.0 [FreeBSD]
- 	libxkbcommon: 1.8.1_3 [FreeBSD]
- 	libxml2: 2.14.5 [FreeBSD]
- 	libxshmfence: 1.3.3 [FreeBSD]
- 	mesa-libs: 24.1.7_1 [FreeBSD]
- 	png: 1.6.50 [FreeBSD]
- 	py311-packaging: 25.0 [FreeBSD]
- 	sdl2: 2.32.8 [FreeBSD]
- 	sdl2_ttf: 2.24.0 [FreeBSD]
- 	vulkan-loader: 1.4.327 [FreeBSD]
- 	wayland: 1.24.0_2 [FreeBSD]
- 	xkeyboard-config: 2.41_4 [FreeBSD]
- 	xorgproto: 2024.1 [FreeBSD]
- 
- Number of packages to be installed: 35
- 
- The process will require 175 MiB more space.
- 23 MiB to be downloaded.
- [rosemary] [1/35] Fetching png-1.6.50.pkg: .....
- ..... done
- [rosemary] [2/35] Fetching vulkan-loader-1.4.327.pkg: ...
- ....... done
- [rosemary] [3/35] Fetching libxcb-1.17.0.pkg:
- .
- .
- ...
- ..
- ..
- . done
- [rosemary] [4/35] Fetching freetype2-2.13.3.pkg:
- ..
- ...
- ....
- . done
- [rosemary] [5/35] Fetching libglvnd-1.7.0.pkg:
- .
- ...
- ...
- ... done
- [rosemary] [6/35] Fetching libXcursor-1.2.3.pkg: ..
- . done
- [rosemary] [7/35] Fetching sdl2_ttf-2.24.0.pkg: ... done
- [rosemary] [8/35] Fetching libXrandr-1.5.4.pkg: .
- .. done
- [rosemary] [9/35] Fetching libXext-1.3.6,1.pkg: ...... done
- [rosemary] [10/35] Fetching libXxf86vm-1.1.6.pkg: .. done
- [rosemary] [11/35] Fetching libdrm-2.4.123,1.pkg: ..
- ........ done
- [rosemary] [12/35] Fetching libXdamage-1.1.6.pkg: . done
- [rosemary] [13/35] Fetching libXfixes-6.0.1.pkg: . done
- [rosemary] [14/35] Fetching libXau-1.0.12.pkg: . done
- [rosemary] [15/35] Fetching wayland-1.24.0_2.pkg: ......... done
- [rosemary] [16/35] Fetching libxml2-2.14.5.pkg: ..
- ...
- .
- .
- ..
- . done
- [rosemary] [17/35] Fetching libxshmfence-1.3.3.pkg: . done
- [rosemary] [18/35] Fetching py311-packaging-25.0.pkg: .....
- .... done
- [rosemary] [19/35] Fetching libXScrnSaver-1.2.4_1.pkg: . done
- [rosemary] [20/35] Fetching libepoll-shim-0.0.20240608.pkg: .. done
- [rosemary] [21/35] Fetching libX11-1.8.12,1.pkg: .
- ..
- .
- ..
- ..
- .
- . done
- pkg: libX11-1.8.12,1 failed checksum from repository
- [rosemary] [22/35] Fetching libX11-1.8.12,1.pkg:
- .
- ..
- ..
- ...
- .. done
- [rosemary] [23/35] Fetching glib-2.84.1_3,2.pkg:
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- [rosemary] [24/35] Fetching libXrender-0.9.12.pkg: ... done
- [rosemary] [25/35] Fetching xorgproto-2024.1.pkg: ..
- ........ done
- [rosemary] [26/35] Fetching xkeyboard-config-2.41_4.pkg: ..
- ........ done
- pkg: Failed to fetch https://pkg.FreeBSD.org/FreeBSD:14:amd64/quarterly/All/libXi-1.8.2,1.pkg: Unknown error
- [rosemary] [27/35] Fetching libXi-1.8.2,1.pkg: ........ done
- pkg: libXi-1.8.2,1 failed checksum from repository
[ERROR] System package install failed with exit code 3 at command:
sudo pkg install -y sdl2 sdl2_ttf
[ERROR] These packages are still missing: sdl2 sdl2_ttf


[NOTE] You can retry with '--assume-depexts' to skip this check, or run 'opam option depext=false' to permanently disable handling of system packages.


jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' 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-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 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' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam update --depexts && opam install --cli=2.4 --depext-only -y tsdl-ttf.dev $DEPS': failed
"jail" "-c" "name=obuilder_856_103283" "mount.fstab=/tmp/obuilder-jail-505620/fstab" "mount.devfs" "path=/obuilder/result/aac9e68b61b8b62fef7dc008e93adc67e0b23ae05b34405c5d5eb2f97f4ff169/rootfs" "host=inherit" "ip6=inherit" "ip4=inherit" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' 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-ttf.1 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.20.2 dune-configurator.3.20.2 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' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam update --depexts && opam install --cli=2.4 --depext-only -y tsdl-ttf.dev $DEPS'" failed with exit status 1
2025-11-21 09:00.31: Job failed: Failed: Build failed