Organisationssanettetsdl25296a ()freebsd-14.3-4.14_opam-2.4

freebsd-14.3-4.14_opam-2.4

Link Copied
Code Copied

Logs

2026-01-08 14:11.41: New job: test sanette/tsdl https://github.com/sanette/tsdl.git#refs/heads/master (25296a3707603b6e4bbacf5744176fb9bd21d89c) (freebsd-x86_64:freebsd-14.3-4.14_opam-2.4)
Base: freebsd-14.3-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/tsdl.git" -b "master" && cd "tsdl" && git reset --hard 25296a37
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.3-ocaml-4.14
# freebsd-14.3-4.14_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 tsdl.opam ./
RUN opam pin add -yn tsdl.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y tsdl.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


2026-01-08 14:11.41: Using cache hint "sanette/tsdl-freebsd-14.3-ocaml-4.14-freebsd-14.3-4.14_opam-2.4-8a26471451d0c382ee7b1e09703f4ea6"
2026-01-08 14:11.41: Using OBuilder spec:
((from freebsd-14.3-ocaml-4.14)
(comment freebsd-14.3-4.14_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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src tsdl.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn tsdl.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 stdlib-shims.0.3.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.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"))
)


2026-01-08 14:11.41: Waiting for resource in pool OCluster
2026-01-08 14:11.41: Waiting for worker…
2026-01-08 14:11.41: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at 25296a3 first version


(from freebsd-14.3-ocaml-4.14)
2026-01-08 14:07.48 ---> using "7e5247e9853d1c2fb95ef9ffdfdb895ef70516f48155f08a9b10db936cb8c6c6" from cache


/: (comment freebsd-14.3-4.14_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"))
2026-01-08 14:07.49 ---> using "f8f2ae50f983ba53790a433c81d8570b8becc44c74ab2707cf43746ed1b463d1" 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
2026-01-08 14:07.49 ---> using "a95cd97103c96a777086d9508c45964fbffa4285a5c5e6703b704acabfb6945b" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.3-RELEASE-p3
The OCaml toplevel, version 4.14.2
2.4.1
2026-01-08 14:07.49 ---> using "199d8be57ed603ac6837a6d6cc7e578c2f630e2b79e2520a8892deff98662ca8" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-01-08 14:07.50 ---> using "c9d8693a3c313f3750cea43d98891a3f5490d8d3ab8357236d5eb49fea038272" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls


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


Everything as up-to-date as possible


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 at these versions (e.g. "opam upgrade ocaml.5.4.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2026-01-08 14:07.50 ---> using "bcd9b13385e60d4b367361090fd213de318687e14e4a6577eda3d907f8e6a3b3" from cache


/src: (copy (src tsdl.opam) (dst ./))
2026-01-08 14:07.51 ---> saved as "00aa77996b4445d0695587d0f7c390ac516e668307c74f0a4f4ba4ba3a0fc537"


/src: (run (network host)
(shell "opam pin add -yn tsdl.dev './'"))
[tsdl.dev] synchronised (file:///src)
tsdl is now pinned to file:///src (version dev)
2026-01-08 14:07.52 ---> saved as "1038fc39ae80df98b985d6c9f0e58f54e94218c0a30fdd5089ae519cc64b2e84"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-01-08 14:07.53 ---> saved as "7dac677b47a2ae8797f511b75aee0ef926baaf0d85793d7a3106a6b043f5d423"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-pkg-config.4 conf-sdl2.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 stdlib-shims.0.3.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.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


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


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


+ /usr/local/bin/sudo "pkg" "install" "-y" "sdl2"
- Updating FreeBSD repository catalogue...
- [rosemary] Fetching data.pkg:
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- Processing entries:
- ..
- ...
- ..
- ..
- . done
- FreeBSD repository update completed. 36447 packages processed.
- Updating FreeBSD-kmods repository catalogue...
- [rosemary] Fetching data.pkg: .. done
- Processing entries: .......... done
- FreeBSD-kmods repository update completed. 212 packages processed.
- 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~ec97ae9fa2.pkg: ....
- ...... done
- [rosemary] [2/28] Fetching libxcb-1.17.0~c2711c3d14.pkg: ..
- ........ done
- [rosemary] [3/28] Fetching libglvnd-1.7.0~7a82e08002.pkg: .
- ......... done
- [rosemary] [4/28] Fetching libXcursor-1.2.3~a6de401199.pkg: ... done
- [rosemary] [5/28] Fetching libXrandr-1.5.4~17e2662a8d.pkg: .
- . done
- [rosemary] [6/28] Fetching libXext-1.3.6,1~2635032530.pkg: ....... done
- [rosemary] [7/28] Fetching libXxf86vm-1.1.6~7d3e2e94ac.pkg: .. done
- [rosemary] [8/28] Fetching libdrm-2.4.123,1~e5153bae32.pkg: .......
- .
- .. done
- [rosemary] [9/28] Fetching libXdamage-1.1.6~83908f2061.pkg: . done
- [rosemary] [10/28] Fetching libXfixes-6.0.1~814686313d.pkg: . done
- [rosemary] [11/28] Fetching libXau-1.0.12~a0db9af22c.pkg: . done
- [rosemary] [12/28] Fetching wayland-1.24.0_2~02922a01c0.pkg: .....
- .... done
- [rosemary] [13/28] Fetching libxml2-2.14.5~d184bcd24a.pkg: .
- ....
- ....
- . done
- [rosemary] [14/28] Fetching libxshmfence-1.3.3~c4985142fa.pkg: . done
- [rosemary] [15/28] Fetching libXScrnSaver-1.2.4_1~bee7dd9ccc.pkg: . done
- [rosemary] [16/28] Fetching libepoll-shim-0.0.20240608~a57f604f5b.pkg: .. done
- [rosemary] [17/28] Fetching libX11-1.8.12,1~435bbb8c64.pkg: .
- ....
- ..... done
- [rosemary] [18/28] Fetching libXrender-0.9.12~ed5ad5fda3.pkg: ... done
- [rosemary] [19/28] Fetching xorgproto-2024.1~1b3b35624a.pkg: ...
- ....... done
- [rosemary] [20/28] Fetching xkeyboard-config-2.41_4~191ee7c317.pkg: ..
- .......
- . done
- [rosemary] [21/28] Fetching libXi-1.8.2,1~38222d1745.pkg: ........ done
- [rosemary] [22/28] Fetching libxkbcommon-1.8.1_3~14089683bb.pkg: .......... done
- [rosemary] [23/28] Fetching hwdata-0.399,1~bcfce483c7.pkg: ..
- .....
- ... done
- [rosemary] [24/28] Fetching sdl2-2.32.8~3b9203becf.pkg: ....
- ...... done
- [rosemary] [25/28] Fetching libXdmcp-1.1.5~4a8fa886d1.pkg: . done
- [rosemary] [26/28] Fetching mesa-libs-24.1.7_1~9fa9b0ae0b.pkg: .......... done
- [rosemary] [27/28] Fetching libinotify-20240724_3~d61f770a0f.pkg: .. done
- [rosemary] [28/28] Fetching libpciaccess-0.18.1_1~ce6c4d612a.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
2026-01-08 14:08.47 ---> saved as "b962f68a1dec1988e3b318bd915f16cef78511ca384be1b098c43e1daa09680b"


/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 10 packages
 conf-libffi       2.0.0
 conf-pkg-config   4
 conf-sdl2         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
 stdlib-shims      0.3.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 installed conf-pkg-config.4
 retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
 installed conf-sdl2.1
 installed conf-libffi.2.0.0
 retrieved csexp.1.5.2  (cached)
 retrieved integers.0.7.0  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved dune.3.20.2, dune-configurator.3.20.2  (cached)
 installed dune.3.20.2
 installed stdlib-shims.0.3.0
 installed csexp.1.5.2
 installed integers.0.7.0
 installed dune-configurator.3.20.2
 installed ctypes.0.24.0
 installed ctypes-foreign.0.24.0
Done.
2026-01-08 14:09.49 ---> saved as "1c705faa0dd6f71a387807c42ce01ff63f4bb2134b9cb136035e86e86480c97a"


/src: (copy (src .) (dst /src))
2026-01-08 14:09.50 ---> saved as "2c2d367d4f97e7bdbffcbb856640c17ffe0a3a32d80287245cea7b27d34f6668"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2026-01-08 14:09.55 ---> saved as "aab9c998fabb4a257f40704f303a1768c070c7bfe74febb73a609518b82a482d"
Job succeeded
2026-01-08 14:13.50: Job succeeded