Organisationssanettegl-legacy1c403b ()freebsd-14.3-4.14_opam-2.5

freebsd-14.3-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-04-11 09:47.42: New job: test sanette/gl-legacy https://github.com/sanette/gl-legacy.git#refs/heads/main (1c403ba3b6c49eeb70e863421ff9454ea0d852a9) (freebsd-x86_64:freebsd-14.3-4.14_opam-2.5)
Base: freebsd-14.3-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/gl-legacy.git" -b "main" && cd "gl-legacy" && git reset --hard 1c403ba3
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.3-ocaml-4.14
# freebsd-14.3-4.14_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.5 /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 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 gl-legacy.opam ./
RUN opam pin add -yn gl-legacy.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-libgl.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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.5 --depext-only -y gl-legacy.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-04-11 09:47.42: Using cache hint "sanette/gl-legacy-freebsd-14.3-ocaml-4.14-freebsd-14.3-4.14_opam-2.5-2f51877cd4bee577424a0ca94756e536"
2026-04-11 09:47.42: Using OBuilder spec:
((from freebsd-14.3-ocaml-4.14)
(comment freebsd-14.3-4.14_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/local/bin/opam-2.5 /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 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src gl-legacy.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn gl-legacy.dev './'"))
(run (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-libgl.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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.5 --depext-only -y gl-legacy.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-04-11 09:47.42: Waiting for resource in pool OCluster
2026-04-11 09:48.04: Waiting for worker…
2026-04-11 10:10.55: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at 1c403ba readme


(from freebsd-14.3-ocaml-4.14)
2026-04-11 10:06.59 ---> using "7e5247e9853d1c2fb95ef9ffdfdb895ef70516f48155f08a9b10db936cb8c6c6" from cache


/: (comment freebsd-14.3-4.14_opam-2.5)


/: (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.5 /usr/local/bin/opam"))
2026-04-11 10:07.00 ---> using "cc65ce37998b2d98fc767b9dc7c3b5c83138e1952bec339ac27a7bb4d9d920d3" 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-04-11 10:07.01 ---> using "87889fea7d09081125d96054d270a07df14f9b2a5c081c0c9434b9f215ecc218" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.3-RELEASE-p3
The OCaml toplevel, version 4.14.3
2.5.0
2026-04-11 10:07.01 ---> using "4a6e16f39bb2fab11842c96050ea21902749c68aefdffcd64774b8b7640a3492" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-11 10:07.02 ---> using "ca1b89b4fcfce73b3b6ab80b797b154eda5f870ad814c498da3e18daf8f4b36f" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 7858b18273d5f598f5c8a4929102b580a091fc4f || git fetch origin master) && git reset -q --hard 7858b18273d5f598f5c8a4929102b580a091fc4f && git log --no-decorate -n1 --oneline && opam update -u"))
7858b18273 Merge pull request #29691 from punchagan/fix-conf-libffi


<><> 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.5.0
- ocaml-config.3
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2026-04-11 10:07.02 ---> using "961735e0ce2016307ad1939b742af15175605f89fe4364afb71af5d82279c1b4" from cache


/src: (copy (src gl-legacy.opam) (dst ./))
2026-04-11 10:07.05 ---> saved as "a96a21ffb818c6f58c91472cec2a0a4a7fcd4f15e1305cd2f01f21fbee85a92d"


/src: (run (network host)
(shell "opam pin add -yn gl-legacy.dev './'"))
[gl-legacy.dev] synchronised (file:///src)
gl-legacy is now pinned to file:///src (version dev)
2026-04-11 10:07.10 ---> saved as "83c8c2c7c35d88bfe310369fc263cf2242d8a60b2d06cf7e0b2d1e620238bdda"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-11 10:07.12 ---> saved as "5298ee1cb612ba0ddab9887b43c5a7a51dddc7b9216e5454be4aa4da153a9fff"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base conf-libffi.2.0.0 conf-libgl.1 conf-pkg-config.4 csexp.1.5.2 ctypes.0.24.0 ctypes-foreign.0.24.0 dune.3.22.1 dune-configurator.3.22.1 integers.0.7.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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.5 --depext-only -y gl-legacy.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[gl-legacy.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.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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:
libglvnd


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


+ /usr/local/bin/sudo "pkg" "install" "-y" "libglvnd"
- 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 7 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	libX11: 1.8.13,1 [FreeBSD]
- 	libXau: 1.0.12 [FreeBSD]
- 	libXdmcp: 1.1.5 [FreeBSD]
- 	libXext: 1.3.6,1 [FreeBSD]
- 	libglvnd: 1.7.0 [FreeBSD]
- 	libxcb: 1.17.0 [FreeBSD]
- 	xorgproto: 2024.1 [FreeBSD]
- 
- Number of packages to be installed: 7
- 
- The process will require 16 MiB more space.
- 3 MiB to be downloaded.
- [rosemary] [1/7] Fetching libXau-1.0.12: . done
- [rosemary] [2/7] Fetching libxcb-1.17.0: .......... done
- [rosemary] [3/7] Fetching libglvnd-1.7.0: ..... done
- [rosemary] [4/7] Fetching libX11-1.8.13,1: .......... done
- [rosemary] [5/7] Fetching xorgproto-2024.1: ....... done
- [rosemary] [6/7] Fetching libXdmcp-1.1.5: . done
- [rosemary] [7/7] Fetching libXext-1.3.6,1: ...... done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/7] Installing libXau-1.0.12...
- [rosemary] [1/7] Extracting libXau-1.0.12: .......... done
- [rosemary] [2/7] Installing xorgproto-2024.1...
- [rosemary] [2/7] Extracting xorgproto-2024.1: .......... done
- [rosemary] [3/7] Installing libXdmcp-1.1.5...
- [rosemary] [3/7] Extracting libXdmcp-1.1.5: ......... done
- [rosemary] [4/7] Installing libxcb-1.17.0...
- [rosemary] [4/7] Extracting libxcb-1.17.0: ......
- .... done
- [rosemary] [5/7] Installing libX11-1.8.13,1...
- [rosemary] [5/7] Extracting libX11-1.8.13,1: .......... done
- [rosemary] [6/7] Installing libXext-1.3.6,1...
- [rosemary] [6/7] Extracting libXext-1.3.6,1: .......... done
- [rosemary] [7/7] Installing libglvnd-1.7.0...
- [rosemary] [7/7] Extracting libglvnd-1.7.0: .......... done
2026-04-11 10:07.46 ---> saved as "a18f6de2c4d6ddf37ab2204d5a0bc0efc31a1612138012a82d98ee402b82cd53"


/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.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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-libgl        1
 conf-pkg-config   4
 csexp             1.5.2
 ctypes            0.24.0
 ctypes-foreign    0.24.0
 dune              3.22.1
 dune-configurator 3.22.1
 integers          0.7.0
 stdlib-shims      0.3.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 installed conf-pkg-config.4
 installed conf-libffi.2.0.0
 retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
 installed conf-libgl.1
 retrieved csexp.1.5.2  (cached)
 retrieved integers.0.7.0  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved dune.3.22.1, dune-configurator.3.22.1  (cached)
 installed dune.3.22.1
 installed stdlib-shims.0.3.0
 installed csexp.1.5.2
 installed integers.0.7.0
 installed dune-configurator.3.22.1
 installed ctypes.0.24.0
 installed ctypes-foreign.0.24.0
Done.
2026-04-11 10:09.49 ---> saved as "aae0200317d45d33f54b01e2a7f4987098dd3f419a65ec47f34894ce8e88abb4"


/src: (copy (src .) (dst /src))
2026-04-11 10:09.50 ---> saved as "319f7a7d7f1f4b895865f7289e6572fca328598c41252a19fd93cd5b60c8a225"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test.exe)
Tests skipped. Please install tsdl.
OCAMLCI=true
2026-04-11 10:09.52 ---> saved as "31c6ea18be12bdb13c1d1cb4e225dbd00722dc4c2b8c4e2abab2cc5807b883be"
Job succeeded
2026-04-11 10:13.51: Job succeeded