- github
- ocaml
- opam-repository
- 2fd3b1
- freebsd,freebsd-14.3-ocaml-5.4-amd64,tsdl.1.2.0
(not at the head of any monitored branch or PR)
2025-11-10 22:13.32: New job: build tsdl.1.2.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/28878/head (2fd3b1d54d5d84ed64bf110f68db4db53a926f39)
on freebsd-14.3-ocaml-5.4/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/28878/head" && git reset --hard 2fd3b1d5
git fetch origin master
git merge --no-edit b6a264c784afa1e19f7a926fc10d49010ad12be4
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.3-ocaml-5.4
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn tsdl.1.2.0 1.2.0
RUN opam reinstall tsdl.1.2.0; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"freebsd-14.3\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'tsdl.1.2.0' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2025-11-10 22:13.32: Using cache hint "freebsd-14.3-ocaml-5.4-tsdl.1.2.0-2fd3b1d54d5d84ed64bf110f68db4db53a926f39"
2025-11-10 22:13.32: Using OBuilder spec:
((from freebsd-14.3-ocaml-5.4)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam"))
(run (network host)
(shell "opam init --reinit -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn tsdl.1.2.0 1.2.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall tsdl.1.2.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"freebsd-14.3\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'tsdl.1.2.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-11-10 22:13.32: Waiting for resource in pool OCluster
2025-11-10 22:13.32: Waiting for worker…
2025-11-10 22:13.32: Got resource from pool OCluster
Building on rosemary
Updating files: 100% (18713/18713), done.
HEAD is now at ae67b748f4 8 packages from ocaml/opam at 2.5.0~beta1
HEAD is now at b6a264c784 Merge pull request #28853 from AltGr/catala100
Updating b6a264c784..2fd3b1d54d
Fast-forward
packages/tsdl/tsdl.1.2.0/opam | 47 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 47 insertions(+)
create mode 100644 packages/tsdl/tsdl.1.2.0/opam
(from freebsd-14.3-ocaml-5.4)
2025-11-10 22:12.59 ---> using "463e9b939b79b2568bf98b05cff00f85b3ec5717170cf88773a44ae3b08f11e7" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam"))
2025-11-10 22:12.59 ---> using "0f4f38cca0f09ffdac905c0015fdbe56f9214c89e28a28ae3325cd6eed47fd99" from cache
/home/opam: (run (network host)
(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-10 22:12.59 ---> using "430d75e95f6be08ef0776e6e6bb864bc698709d5f7d071fd7fbbf37d0a8617d5" from cache
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.4.1
# self-upgrade no
# system arch=x86_64 os=freebsd os-distribution=freebsd os-version=1403000
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 39
# repositories 1 (version-controlled)
# pinned 0
# current-switch 5.4.0
# invariant ["ocaml-base-compiler" {= "5.4.0"} | "ocaml-system" {= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4.0/lib/ocaml/stublibs:/home/opam/.opam/5.4.0/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2025-11-10 22:12.59 ---> using "8a5a57fecc1d42886ddc4a5b75b36583eef8196838ccdc1bf870bc7798f6f185" from cache
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2025-11-10 22:12.59 ---> using "5d57b5e6a2b42d2aa72fb2cc8558fd5735263edde7f2032c7588b729f1b1565f" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-11-10 22:13.15 ---> saved as "bd624b86abb3a3488beca16d39223c2e0daa32a5a74815fae166164cfbac9768"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-11-10 22:13.29 ---> saved as "df7ae24f175a368f77e079cf00fecb7a51a26aa7aafe918e2feb34ac48cf961f"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
[WARNING] Unknown update command for bsd, skipping system update
2025-11-10 22:13.30 ---> saved as "92d8afe597ca2b5042d05b550c20c5c31fe3438adc3a8565077e32c4fe0bc382"
/home/opam: (run (shell "opam pin add -k version -yn tsdl.1.2.0 1.2.0"))
tsdl is now pinned to version 1.2.0
2025-11-10 22:13.31 ---> saved as "9bab6d79b739f247f263acc5547a45b12019746e48157a9ae13aca37e8c8135f"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall tsdl.1.2.0;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"freebsd-14.3\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'tsdl.1.2.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
tsdl.1.2.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 15 packages
∗ bigarray-compat 1.1.0 [required by ctypes]
∗ conf-libffi 2.0.0 [required by ctypes-foreign]
∗ conf-pkg-config 4 [required by conf-sdl2, ctypes-foreign]
∗ conf-sdl2 1 [required by tsdl]
∗ csexp 1.5.2 [required by dune-configurator]
∗ ctypes 0.23.0 [required by tsdl]
∗ ctypes-foreign 0.23.0 [required by tsdl]
∗ dune 3.20.2 [required by ctypes, ctypes-foreign]
∗ dune-configurator 3.20.2 [required by ctypes, ctypes-foreign]
∗ integers 0.7.0 [required by ctypes]
∗ ocamlbuild 0.16.1 [required by tsdl]
∗ ocamlfind 1.9.8 [required by tsdl]
∗ stdlib-shims 0.3.0 [required by integers]
∗ topkg 1.1.1 [required by tsdl]
∗ tsdl 1.2.0 (pinned)
The following system packages will first need to be installed:
sdl2
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run pkg to install them (may need root/sudo access)
2. Display the recommended pkg command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/local/bin/sudo "pkg" "install" "-y" "sdl2"
- Updating FreeBSD repository catalogue...
- [rosemary] Fetching data.pkg: .
- ....
- ..... done
- Processing entries:
- ...
- ..
- ..
- ..
- . done
- FreeBSD repository update completed. 36619 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 28 package(s) will be affected (of 0 checked):
-
- New packages to be INSTALLED:
- 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]
- sdl2: 2.32.8 [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: 28
-
- The process will require 52 MiB more space.
- 10 MiB to be downloaded.
- [rosemary] [1/28] Fetching vulkan-loader-1.4.327.pkg: .......... done
- [rosemary] [2/28] Fetching libxcb-1.17.0.pkg: ..
- ........ done
- [rosemary] [3/28] Fetching libglvnd-1.7.0.pkg: .......... done
- [rosemary] [4/28] Fetching libXcursor-1.2.3.pkg: ... done
- [rosemary] [5/28] Fetching libXrandr-1.5.4.pkg: .. done
- [rosemary] [6/28] Fetching libXext-1.3.6,1.pkg: .....
- . done
- [rosemary] [7/28] Fetching libXxf86vm-1.1.6.pkg: . done
- [rosemary] [8/28] Fetching libdrm-2.4.123,1.pkg: .......... done
- [rosemary] [9/28] Fetching libXdamage-1.1.6.pkg: . done
- [rosemary] [10/28] Fetching libXfixes-6.0.1.pkg: . done
- [rosemary] [11/28] Fetching libXau-1.0.12.pkg: . done
- [rosemary] [12/28] Fetching wayland-1.24.0_2.pkg: ......... done
- [rosemary] [13/28] Fetching libxml2-2.14.5.pkg: .......... done
- [rosemary] [14/28] Fetching libxshmfence-1.3.3.pkg: . done
- [rosemary] [15/28] Fetching libXScrnSaver-1.2.4_1.pkg: . done
- [rosemary] [16/28] Fetching libepoll-shim-0.0.20240608.pkg: . done
- [rosemary] [17/28] Fetching libX11-1.8.12,1.pkg: ......
- .... done
- [rosemary] [18/28] Fetching libXrender-0.9.12.pkg: ... done
- [rosemary] [19/28] Fetching xorgproto-2024.1.pkg: .......... done
- [rosemary] [20/28] Fetching xkeyboard-config-2.41_4.pkg: .......... done
- [rosemary] [21/28] Fetching libXi-1.8.2,1.pkg: ........ done
- [rosemary] [22/28] Fetching libxkbcommon-1.8.1_3.pkg: .......... done
- [rosemary] [23/28] Fetching hwdata-0.399,1.pkg: .......... done
- [rosemary] [24/28] Fetching sdl2-2.32.8.pkg: .......... done
- [rosemary] [25/28] Fetching libXdmcp-1.1.5.pkg: . done
- [rosemary] [26/28] Fetching mesa-libs-24.1.7_1.pkg: .......... done
- [rosemary] [27/28] Fetching libinotify-20240724_3.pkg: .. done
- [rosemary] [28/28] Fetching libpciaccess-0.18.1_1.pkg: . done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/28] Installing hwdata-0.399,1...
- [rosemary] [1/28] Extracting hwdata-0.399,1: .......... done
- [rosemary] [2/28] Installing libXau-1.0.12...
- [rosemary] [2/28] Extracting libXau-1.0.12: .......... done
- [rosemary] [3/28] Installing libepoll-shim-0.0.20240608...
- [rosemary] [3/28] Extracting libepoll-shim-0.0.20240608: .......... done
- [rosemary] [4/28] Installing libinotify-20240724_3...
- [rosemary] [4/28] Extracting libinotify-20240724_3: .......... done
- [rosemary] [5/28] Installing libpciaccess-0.18.1_1...
- [rosemary] [5/28] Extracting libpciaccess-0.18.1_1: ........ done
- [rosemary] [6/28] Installing libdrm-2.4.123,1...
- [rosemary] [6/28] Extracting libdrm-2.4.123,1: .......... done
- [rosemary] [7/28] Installing libxml2-2.14.5...
- [rosemary] [7/28] Extracting libxml2-2.14.5: .......... done
- [rosemary] [8/28] Installing libxshmfence-1.3.3...
- [rosemary] [8/28] Extracting libxshmfence-1.3.3: ......... done
- [rosemary] [9/28] Installing wayland-1.24.0_2...
- [rosemary] [9/28] Extracting wayland-1.24.0_2: .......... done
- [rosemary] [10/28] Installing xkeyboard-config-2.41_4...
- [rosemary] [10/28] Extracting xkeyboard-config-2.41_4: .......... done
- [rosemary] [11/28] Installing xorgproto-2024.1...
- [rosemary] [11/28] Extracting xorgproto-2024.1: .......... done
- [rosemary] [12/28] Installing libXdmcp-1.1.5...
- [rosemary] [12/28] Extracting libXdmcp-1.1.5: ......... done
- [rosemary] [13/28] Installing libxcb-1.17.0...
- [rosemary] [13/28] Extracting libxcb-1.17.0: .......... done
- [rosemary] [14/28] Installing libX11-1.8.12,1...
- [rosemary] [14/28] Extracting libX11-1.8.12,1: .......... done
- [rosemary] [15/28] Installing libXext-1.3.6,1...
- [rosemary] [15/28] Extracting libXext-1.3.6,1: .......... done
- [rosemary] [16/28] Installing libXScrnSaver-1.2.4_1...
- [rosemary] [16/28] Extracting libXScrnSaver-1.2.4_1: .......... done
- [rosemary] [17/28] Installing libXfixes-6.0.1...
- [rosemary] [17/28] Extracting libXfixes-6.0.1: .......... done
- [rosemary] [18/28] Installing libXdamage-1.1.6...
- [rosemary] [18/28] Extracting libXdamage-1.1.6: ......... done
- [rosemary] [19/28] Installing libXi-1.8.2,1...
- [rosemary] [19/28] Extracting libXi-1.8.2,1: .......... done
- [rosemary] [20/28] Installing libXrender-0.9.12...
- [rosemary] [20/28] Extracting libXrender-0.9.12: .......... done
- [rosemary] [21/28] Installing libXcursor-1.2.3...
- [rosemary] [21/28] Extracting libXcursor-1.2.3: .......... done
- [rosemary] [22/28] Installing libXrandr-1.5.4...
- [rosemary] [22/28] Extracting libXrandr-1.5.4: .......... done
- [rosemary] [23/28] Installing libXxf86vm-1.1.6...
- [rosemary] [23/28] Extracting libXxf86vm-1.1.6: .......... done
- [rosemary] [24/28] Installing libglvnd-1.7.0...
- [rosemary] [24/28] Extracting libglvnd-1.7.0: .......... done
- [rosemary] [25/28] Installing libxkbcommon-1.8.1_3...
- [rosemary] [25/28] Extracting libxkbcommon-1.8.1_3: .......... done
- [rosemary] [26/28] Installing mesa-libs-24.1.7_1...
- [rosemary] [26/28] Extracting mesa-libs-24.1.7_1: .......... done
- [rosemary] [27/28] Installing vulkan-loader-1.4.327...
- [rosemary] [27/28] Extracting vulkan-loader-1.4.327: .......... done
- [rosemary] [28/28] Installing sdl2-2.32.8...
- [rosemary] [28/28] Extracting sdl2-2.32.8: .......... done
- =====
- Message from libinotify-20240724_3:
-
- --
- 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 wayland-1.24.0_2:
-
- --
- 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 libxkbcommon-1.8.1_3:
-
- --
- 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
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved bigarray-compat.1.1.0 (cached)
∗ installed conf-pkg-config.4
∗ installed conf-libffi.2.0.0
∗ installed conf-sdl2.1
⬇ retrieved csexp.1.5.2 (cached)
⬇ retrieved ctypes.0.23.0, ctypes-foreign.0.23.0 (cached)
⬇ retrieved dune.3.20.2, dune-configurator.3.20.2 (cached)
⬇ retrieved integers.0.7.0 (cached)
⬇ retrieved ocamlbuild.0.16.1 (cached)
⬇ retrieved ocamlfind.1.9.8 (cached)
⬇ retrieved stdlib-shims.0.3.0 (cached)
⬇ retrieved topkg.1.1.1 (cached)
⬇ retrieved tsdl.1.2.0 (https://erratique.ch/software/tsdl/releases/tsdl-1.2.0.tbz)
∗ installed ocamlfind.1.9.8
∗ installed ocamlbuild.0.16.1
∗ installed topkg.1.1.1
∗ installed dune.3.20.2
∗ installed csexp.1.5.2
∗ installed stdlib-shims.0.3.0
∗ installed bigarray-compat.1.1.0
∗ installed integers.0.7.0
∗ installed dune-configurator.3.20.2
∗ installed ctypes.0.23.0
∗ installed ctypes-foreign.0.23.0
∗ installed tsdl.1.2.0
Done.
2025-11-10 22:14.54 ---> saved as "1de07bcae3a91b6385455282f6c723bfe5fb015d613f09f36cd0fa2543b2547a"
Job succeeded
2025-11-10 22:15.39: Job succeeded