Organisationssanetteoplotb4639f (master)freebsd-4.14_opam-2.1

freebsd-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-14 21:20.37: New job: test sanette/oplot https://github.com/sanette/oplot.git#refs/heads/master (b4639f010b83c88c0d1340b57775f4f481362a86) (freebsd-x86_64:freebsd-4.14_opam-2.1)
Base: freebsd-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/oplot.git" -b "master" && cd "oplot" && git reset --hard b4639f01
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-ocaml-4.14
# freebsd-4.14_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.1 /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 c1bf247e3384f45e503dbb89dea9af63114b085f || git fetch origin master) && git reset -q --hard c1bf247e3384f45e503dbb89dea9af63114b085f && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 oplot.opam ./
RUN opam pin add -yn oplot.dev './'
ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bos.0.2.1 camlp-streams.5.0.1 camlp5.8.02.01 camlp5-buildscripts.0.03 conf-bash.1 conf-freeglut.1 conf-libffi.2.0.0 conf-libgl.1 conf-libglu.1 conf-m4.1 conf-perl.2 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 conf-which.1 csexp.1.5.2 ctypes.0.22.0 ctypes-foreign.0.22.0 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 fpath.0.7.3 integers.0.7.0 lablgl.1.07 logs.0.7.0 not-ocamlfind.0.13 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlgraph.2.1.0 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.0.0 tsdl-image.0.6 tsdl-ttf.0.6"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y oplot.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


2024-05-14 21:20.37: Using cache hint "sanette/oplot-freebsd-freebsd-ocaml-4.14-freebsd-4.14_opam-2.1-8590fadebe028fb60dac9292a2936916"
2024-05-14 21:20.37: Using OBuilder spec:
((from freebsd-ocaml-4.14)
 (comment freebsd-4.14_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/local/bin/opam-2.1 /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 c1bf247e3384f45e503dbb89dea9af63114b085f || git fetch origin master) && git reset -q --hard c1bf247e3384f45e503dbb89dea9af63114b085f && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src oplot.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn oplot.dev './'"))
 (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bos.0.2.1 camlp-streams.5.0.1 camlp5.8.02.01 camlp5-buildscripts.0.03 conf-bash.1 conf-freeglut.1 conf-libffi.2.0.0 conf-libgl.1 conf-libglu.1 conf-m4.1 conf-perl.2 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 conf-which.1 csexp.1.5.2 ctypes.0.22.0 ctypes-foreign.0.22.0 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 fpath.0.7.3 integers.0.7.0 lablgl.1.07 logs.0.7.0 not-ocamlfind.0.13 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlgraph.2.1.0 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.0.0 tsdl-image.0.6 tsdl-ttf.0.6")
 (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.1 --depext-only -y oplot.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"))
)


2024-05-14 21:20.37: Waiting for resource in pool OCluster
2024-05-14 21:20.37: Waiting for worker…
2024-05-14 21:25.54: Got resource from pool OCluster
Building on summer
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /obuilder/state/git/oplot.git-0040832652ba2654262481a27c2ccaa98ec4918a/.git/
HEAD is now at b4639f0 update doc v0.72


(from freebsd-ocaml-4.14)
2024-05-14 21:19.38 ---> using "57eeeabfec88366322a66f228a693df277d348dc99f1cc2a63749102c5e1e405" from cache


/: (comment freebsd-4.14_opam-2.1)


/: (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.1 /usr/local/bin/opam"))
2024-05-14 21:19.40 ---> using "e9fe3959c02c848d2766600d2fd363dc0faa291980b23311949b4972bc5ea188" 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.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2024-05-14 21:19.41 ---> using "dba2ef0de478afdbd43a6552d310929f1c3c3ee6b86c81b7ff6f06256f6544c3" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.0-RELEASE-p5
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-14 21:19.42 ---> using "fa8577a82f6c8311031f5ac9ddbcefef5d36d0876493f17a1dc5aa96593235c6" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-14 21:19.43 ---> using "1b1f323c7946b3615d1855d65edd6179caf157152d4670670539e49efbdc1d2e" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e c1bf247e3384f45e503dbb89dea9af63114b085f || git fetch origin master) && git reset -q --hard c1bf247e3384f45e503dbb89dea9af63114b085f && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   ac9a846c00..c1bf247e33  master     -> origin/master
c1bf247e33 Merge pull request #25794 from chetmurthy/release-not-ocamlfind-0.13


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


Constructing initial basis...
Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).


The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.3.0
  - ocaml-config.3
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2024-05-14 21:19.44 ---> using "ffb6a98ce4f49312635c49cb431ccd86f31ae540e41e5fbe8416d929ea7c2b98" from cache


/src: (copy (src oplot.opam) (dst ./))
2024-05-14 21:19.50 ---> saved as "432d3d27b760b23d91fcda353b745f09c9d9435c1e9c9135cffc7ee97b6a1855"


/src: (run (network host)
           (shell "opam pin add -yn oplot.dev './'"))
[oplot.dev] synchronised (file:///src)
oplot is now pinned to file:///src (version dev)
2024-05-14 21:20.01 ---> saved as "4a11e0eadcfb05c3b6c9f4f0c6e5865d67dd891680fad85576daba66e5d54b56"


/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bos.0.2.1 camlp-streams.5.0.1 camlp5.8.02.01 camlp5-buildscripts.0.03 conf-bash.1 conf-freeglut.1 conf-libffi.2.0.0 conf-libgl.1 conf-libglu.1 conf-m4.1 conf-perl.2 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 conf-which.1 csexp.1.5.2 ctypes.0.22.0 ctypes-foreign.0.22.0 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 fpath.0.7.3 integers.0.7.0 lablgl.1.07 logs.0.7.0 not-ocamlfind.0.13 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlgraph.2.1.0 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.0.0 tsdl-image.0.6 tsdl-ttf.0.6")


/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.1 --depext-only -y oplot.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[oplot.dev] synchronised (no changes)


[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).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices


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


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/sudo "pkg" "install" "-y" "freeglut" "libGLU" "libglvnd" "sdl2" "sdl2_image" "sdl2_ttf"
- Updating FreeBSD repository catalogue...
- [summer] Fetching meta.conf: . done
- [summer] Fetching packagesite.pkg: .
- .....
- .... done
- Processing entries: 
- ..
- .
- .
- .
- .
- .
- .
- .
- . done
- FreeBSD repository update completed. 34065 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: 1.20.9 -> 1.21.2
- 
- Number of packages to be upgraded: 1
- 
- The process will require 7 MiB more space.
- 12 MiB to be downloaded.
- [summer] [1/1] Fetching pkg-1.21.2.pkg: .
- ....
- ..... done
- Checking integrity... done (0 conflicting)
- [summer] [1/1] Upgrading pkg from 1.20.9 to 1.21.2...
- [summer] [1/1] Extracting pkg-1.21.2: .......... done
- Updating FreeBSD repository catalogue...
- [summer] Fetching meta.conf: . done
- [summer] Fetching data.pkg: .....
- ..... done
- Processing entries: 
- ..
- ..
- ..
- ..
- .
- . done
- FreeBSD repository update completed. 34065 packages processed.
- All repositories are up to date.
- The following 55 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	Imath: 3.1.11
- 	aom: 3.8.2
- 	brotli: 1.1.0,1
- 	dav1d: 1.4.1
- 	freeglut: 3.2.1
- 	freetype2: 2.13.2
- 	gdk-pixbuf2: 2.42.10_2
- 	giflib: 5.2.1_1
- 	glib: 2.80.2,2
- 	graphite2: 1.3.14
- 	harfbuzz: 8.4.0
- 	highway: 1.1.0
- 	jbigkit: 2.1_2
- 	jpeg-turbo: 3.0.2
- 	libGLU: 9.0.2_2
- 	libICE: 1.1.0_2,1
- 	libX11: 1.8.7_1,1
- 	libXScrnSaver: 1.2.4_1
- 	libXau: 1.0.9_1
- 	libXcursor: 1.2.2
- 	libXdamage: 1.1.6
- 	libXdmcp: 1.1.5
- 	libXext: 1.3.6,1
- 	libXfixes: 6.0.0_1
- 	libXi: 1.8_1,1
- 	libXrandr: 1.5.2_1
- 	libXrender: 0.9.10_2
- 	libXxf86vm: 1.1.4_4
- 	libavif: 1.0.4_1
- 	libdeflate: 1.20
- 	libdrm: 2.4.120_1,1
- 	libepoll-shim: 0.0.20230411
- 	libglvnd: 1.7.0
- 	libinotify: 20211018_1
- 	libjxl: 0.10.2
- 	libpciaccess: 0.18
- 	libxcb: 1.16.1
- 	libxkbcommon: 1.6.0_2
- 	libxml2: 2.11.7
- 	libxshmfence: 1.3.2
- 	mesa-libs: 24.0.7
- 	openexr: 3.2.4
- 	png: 1.6.43
- 	py39-packaging: 23.2
- 	sdl2: 2.30.2
- 	sdl2_image: 2.6.3_5
- 	sdl2_ttf: 2.20.2
- 	shared-mime-info: 2.2_2
- 	tiff: 4.4.0_3
- 	vmaf: 3.0.0
- 	vulkan-loader: 1.3.282
- 	wayland: 1.22.0
- 	webp: 1.3.2_1
- 	xkeyboard-config: 2.41_4
- 	xorgproto: 2023.2
- 
- Number of packages to be installed: 55
- 
- The process will require 150 MiB more space.
- 27 MiB to be downloaded.
- [summer] [1/55] Fetching png-1.6.43.pkg: .......... done
- [summer] [2/55] Fetching libxcb-1.16.1.pkg: ...
- ....... done
- [summer] [3/55] Fetching freetype2-2.13.2.pkg: .......... done
- [summer] [4/55] Fetching jpeg-turbo-3.0.2.pkg: .....
- .... done
- [summer] [5/55] Fetching libglvnd-1.7.0.pkg: .......... done
- [summer] [6/55] Fetching sdl2_ttf-2.20.2.pkg: ...... done
- [summer] [7/55] Fetching libXrandr-1.5.2_1.pkg: .... done
- [summer] [8/55] Fetching libdeflate-1.20.pkg: .......... done
- [summer] [9/55] Fetching libXxf86vm-1.1.4_4.pkg: .. done
- [summer] [10/55] Fetching vmaf-3.0.0.pkg: ...
- ....... done
- [summer] [11/55] Fetching libXdamage-1.1.6.pkg: .. done
- [summer] [12/55] Fetching libdrm-2.4.120_1,1.pkg: .......... done
- [summer] [13/55] Fetching libXfixes-6.0.0_1.pkg: ... done
- [summer] [14/55] Fetching libxml2-2.11.7.pkg: .........
- . done
- [summer] [15/55] Fetching wayland-1.22.0.pkg: .......... done
- [summer] [16/55] Fetching aom-3.8.2.pkg: ......
- .... done
- [summer] [17/55] Fetching gdk-pixbuf2-2.42.10_2.pkg: .......... done
- [summer] [18/55] Fetching libxshmfence-1.3.2.pkg: .. done
- [summer] [19/55] Fetching libXScrnSaver-1.2.4_1.pkg: .. done
- [summer] [20/55] Fetching libepoll-shim-0.0.20230411.pkg: ... done
- [summer] [21/55] Fetching libjxl-0.10.2.pkg: .......... done
- [summer] [22/55] Fetching libX11-1.8.7_1,1.pkg: ........
- .. done
- [summer] [23/55] Fetching giflib-5.2.1_1.pkg: ....... done
- [summer] [24/55] Fetching libXrender-0.9.10_2.pkg: .... done
- [summer] [25/55] Fetching xorgproto-2023.2.pkg: .......... done
- [summer] [26/55] Fetching libXi-1.8_1,1.pkg: ...... done
- [summer] [27/55] Fetching sdl2_image-2.6.3_5.pkg: ....... done
- [summer] [28/55] Fetching webp-1.3.2_1.pkg: ....
- ...... done
- [summer] [29/55] Fetching graphite2-1.3.14.pkg: ......... done
- [summer] [30/55] Fetching shared-mime-info-2.2_2.pkg: .......... done
- [summer] [31/55] Fetching harfbuzz-8.4.0.pkg: .......... done
- [summer] [32/55] Fetching mesa-libs-24.0.7.pkg: ....
- .... done
- [summer] [33/55] Fetching libinotify-20211018_1.pkg: ... done
- [summer] [34/55] Fetching libpciaccess-0.18.pkg: ... done
- [summer] [35/55] Fetching vulkan-loader-1.3.282.pkg: .......... done
- [summer] [36/55] Fetching libXcursor-1.2.2.pkg: .... done
- [summer] [37/55] Fetching highway-1.1.0.pkg: .......... done
- [summer] [38/55] Fetching libavif-1.0.4_1.pkg: ....... done
- [summer] [39/55] Fetching brotli-1.1.0,1.pkg: ..
- ........ done
- [summer] [40/55] Fetching py39-packaging-23.2.pkg: ........ done
- [summer] [41/55] Fetching Imath-3.1.11.pkg: .......... done
- [summer] [42/55] Fetching libXext-1.3.6,1.pkg: .......... done
- [summer] [43/55] Fetching libXau-1.0.9_1.pkg: .. done
- [summer] [44/55] Fetching libICE-1.1.0_2,1.pkg: ......... done
- [summer] [45/55] Fetching dav1d-1.4.1.pkg: .......... done
- [summer] [46/55] Fetching openexr-3.2.4.pkg: .
- ......... done
- [summer] [47/55] Fetching glib-2.80.2,2.pkg: ....
- ...... done
- [summer] [48/55] Fetching xkeyboard-config-2.41_4.pkg: .........
- . done
- [summer] [49/55] Fetching libxkbcommon-1.6.0_2.pkg: .......... done
- [summer] [50/55] Fetching jbigkit-2.1_2.pkg: ........ done
- [summer] [51/55] Fetching freeglut-3.2.1.pkg: .......... done
- [summer] [52/55] Fetching sdl2-2.30.2.pkg: ........
- .. done
- [summer] [53/55] Fetching libXdmcp-1.1.5.pkg: .... done
- [summer] [54/55] Fetching tiff-4.4.0_3.pkg: .......... done
- [summer] [55/55] Fetching libGLU-9.0.2_2.pkg: .......... done
- Checking integrity...
-  done (0 conflicting)
- [summer] [1/55] Installing xorgproto-2023.2...
- [summer] [1/55] Extracting xorgproto-2023.2: .......... done
- [summer] [2/55] Installing libXau-1.0.9_1...
- [summer] [2/55] Extracting libXau-1.0.9_1: .......... done
- [summer] [3/55] Installing libXdmcp-1.1.5...
- [summer] [3/55] Extracting libXdmcp-1.1.5: ......... done
- [summer] [4/55] Installing libxcb-1.16.1...
- [summer] [4/55] Extracting libxcb-1.16.1: .......... done
- [summer] [5/55] Installing libX11-1.8.7_1,1...
- [summer] [5/55] Extracting libX11-1.8.7_1,1: .......... done
- [summer] [6/55] Installing py39-packaging-23.2...
- [summer] [6/55] Extracting py39-packaging-23.2: .......... done
- [summer] [7/55] Installing jpeg-turbo-3.0.2...
- [summer] [7/55] Extracting jpeg-turbo-3.0.2: .......... done
- [summer] [8/55] Installing libdeflate-1.20...
- [summer] [8/55] Extracting libdeflate-1.20: .......... done
- [summer] [9/55] Installing libXfixes-6.0.0_1...
- [summer] [9/55] Extracting libXfixes-6.0.0_1: .......... done
- [summer] [10/55] Installing libxml2-2.11.7...
- [summer] [10/55] Extracting libxml2-2.11.7: .......... done
- [summer] [11/55] Installing libepoll-shim-0.0.20230411...
- [summer] [11/55] Extracting libepoll-shim-0.0.20230411: .......... done
- [summer] [12/55] Installing libXrender-0.9.10_2...
- [summer] [12/55] Extracting libXrender-0.9.10_2: .......... done
- [summer] [13/55] Installing libpciaccess-0.18...
- [summer] [13/55] Extracting libpciaccess-0.18: ........ done
- [summer] [14/55] Installing libXext-1.3.6,1...
- [summer] [14/55] Extracting libXext-1.3.6,1: .......... done
- [summer] [15/55] Installing glib-2.80.2,2...
- [summer] [15/55] Extracting glib-2.80.2,2: .......... done
- [summer] [16/55] Installing jbigkit-2.1_2...
- [summer] [16/55] Extracting jbigkit-2.1_2: .......... done
- [summer] [17/55] Installing png-1.6.43...
- [summer] [17/55] Extracting png-1.6.43: .......... done
- [summer] [18/55] Installing libXrandr-1.5.2_1...
- [summer] [18/55] Extracting libXrandr-1.5.2_1: .......... done
- [summer] [19/55] Installing libXxf86vm-1.1.4_4...
- [summer] [19/55] Extracting libXxf86vm-1.1.4_4: .......... done
- [summer] [20/55] Installing vmaf-3.0.0...
- [summer] [20/55] Extracting vmaf-3.0.0: .......... done
- [summer] [21/55] Installing libXdamage-1.1.6...
- [summer] [21/55] Extracting libXdamage-1.1.6: ......... done
- [summer] [22/55] Installing libdrm-2.4.120_1,1...
- [summer] [22/55] Extracting libdrm-2.4.120_1,1: .......... done
- [summer] [23/55] Installing wayland-1.22.0...
- [summer] [23/55] Extracting wayland-1.22.0: .......... done
- [summer] [24/55] Installing libxshmfence-1.3.2...
- [summer] [24/55] Extracting libxshmfence-1.3.2: ......... done
- [summer] [25/55] Installing shared-mime-info-2.2_2...
- [summer] [25/55] Extracting shared-mime-info-2.2_2: ......... done
- [summer] [26/55] Installing brotli-1.1.0,1...
- [summer] [26/55] Extracting brotli-1.1.0,1: .......... done
- [summer] [27/55] Installing Imath-3.1.11...
- [summer] [27/55] Extracting Imath-3.1.11: .......... done
- [summer] [28/55] Installing xkeyboard-config-2.41_4...
- [summer] [28/55] Extracting xkeyboard-config-2.41_4: .......... done
- [summer] [29/55] Installing tiff-4.4.0_3...
- [summer] [29/55] Extracting tiff-4.4.0_3: .......... done
- [summer] [30/55] Installing freetype2-2.13.2...
- [summer] [30/55] Extracting freetype2-2.13.2: .......... done
- [summer] [31/55] Installing libglvnd-1.7.0...
- [summer] [31/55] Extracting libglvnd-1.7.0: .......... done
- [summer] [32/55] Installing aom-3.8.2...
- [summer] [32/55] Extracting aom-3.8.2: .......... done
- [summer] [33/55] Installing gdk-pixbuf2-2.42.10_2...
- [summer] [33/55] Extracting gdk-pixbuf2-2.42.10_2: .......... done
- [summer] [34/55] Installing libXScrnSaver-1.2.4_1...
- [summer] [34/55] Extracting libXScrnSaver-1.2.4_1: .......... done
- [summer] [35/55] Installing giflib-5.2.1_1...
- [summer] [35/55] Extracting giflib-5.2.1_1: .......... done
- [summer] [36/55] Installing libXi-1.8_1,1...
- [summer] [36/55] Extracting libXi-1.8_1,1: .......... done
- [summer] [37/55] Installing graphite2-1.3.14...
- [summer] [37/55] Extracting graphite2-1.3.14: .......... done
- [summer] [38/55] Installing mesa-libs-24.0.7...
- [summer] [38/55] Extracting mesa-libs-24.0.7: .......... done
- [summer] [39/55] Installing libinotify-20211018_1...
- [summer] [39/55] Extracting libinotify-20211018_1: .......... done
- [summer] [40/55] Installing vulkan-loader-1.3.282...
- [summer] [40/55] Extracting vulkan-loader-1.3.282: .......... done
- [summer] [41/55] Installing libXcursor-1.2.2...
- [summer] [41/55] Extracting libXcursor-1.2.2: .......... done
- [summer] [42/55] Installing highway-1.1.0...
- [summer] [42/55] Extracting highway-1.1.0: .......... done
- [summer] [43/55] Installing dav1d-1.4.1...
- [summer] [43/55] Extracting dav1d-1.4.1: .......... done
- [summer] [44/55] Installing openexr-3.2.4...
- [summer] [44/55] Extracting openexr-3.2.4: .......... done
- [summer] [45/55] Installing libxkbcommon-1.6.0_2...
- [summer] [45/55] Extracting libxkbcommon-1.6.0_2: .......... done
- [summer] [46/55] Installing libjxl-0.10.2...
- [summer] [46/55] Extracting libjxl-0.10.2: 
- .......... done
- [summer] [47/55] Installing webp-1.3.2_1...
- [summer] [47/55] Extracting webp-1.3.2_1: .......... done
- [summer] [48/55] Installing harfbuzz-8.4.0...
- [summer] [48/55] Extracting harfbuzz-8.4.0: .......... done
- [summer] [49/55] Installing libavif-1.0.4_1...
- [summer] [49/55] Extracting libavif-1.0.4_1: .......... done
- [summer] [50/55] Installing libICE-1.1.0_2,1...
- [summer] [50/55] Extracting libICE-1.1.0_2,1: .......... done
- [summer] [51/55] Installing sdl2-2.30.2...
- [summer] [51/55] Extracting sdl2-2.30.2: .......... done
- [summer] [52/55] Installing libGLU-9.0.2_2...
- [summer] [52/55] Extracting libGLU-9.0.2_2: ..... done
- [summer] [53/55] Installing sdl2_ttf-2.20.2...
- [summer] [53/55] Extracting sdl2_ttf-2.20.2: .......... done
- [summer] [54/55] Installing sdl2_image-2.6.3_5...
- [summer] [54/55] Extracting sdl2_image-2.6.3_5: .......... done
- [summer] [55/55] Installing freeglut-3.2.1...
- [summer] [55/55] Extracting freeglut-3.2.1: .......... done
- ==> Running trigger: glib-schemas.ucl
- Compiling glib schemas
- No schema files found: doing nothing.
- ==> Running trigger: shared-mime-info.ucl
- Building the Shared MIME-Info database cache
- ==> Running trigger: gio-modules.ucl
- Generating GIO modules cache
- ==> Running trigger: gdk-pixbuf-query-loaders.ucl
- Generating gdk-pixbuf modules cache
- =====
- Message from wayland-1.22.0:
- 
- --
- 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 freetype2-2.13.2:
- 
- --
- The 2.7.x series now uses the new subpixel hinting mode (V40 port's option) as
- the default, emulating a modern version of ClearType. This change inevitably
- leads to different rendering results, and you might change port's options to
- adapt it to your taste (or use the new "FREETYPE_PROPERTIES" environment
- variable).
- 
- The environment variable "FREETYPE_PROPERTIES" can be used to control the
- driver properties. Example:
- 
- FREETYPE_PROPERTIES=truetype:interpreter-version=35 \
- 	cff:no-stem-darkening=1 \
- 	autofitter:warping=1
- 
- This allows to select, say, the subpixel hinting mode at runtime for a given
- application.
- 
- If LONG_PCF_NAMES port's option was enabled, the PCF family names may include
- the foundry and information whether they contain wide characters. For example,
- "Sony Fixed" or "Misc Fixed Wide", instead of "Fixed". This can be disabled at
- run time with using pcf:no-long-family-names property, if needed. Example:
- 
- FREETYPE_PROPERTIES=pcf:no-long-family-names=1
- 
- How to recreate fontconfig cache with using such environment variable,
- if needed:
- # env FREETYPE_PROPERTIES=pcf:no-long-family-names=1 fc-cache -fsv
- 
- The controllable properties are listed in the section "Controlling FreeType
- Modules" in the reference's table of contents
- (/usr/local/share/doc/freetype2/reference/index.html, if documentation was installed).
- =====
- Message from libinotify-20211018_1:
- 
- --
- 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 libxkbcommon-1.6.0_2:
- 
- --
- 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
- =====
- Message from libjxl-0.10.2:
- 
- --
- Additional packages recommended for new users:
- - imlib2-jxl (e.g., feh, scrot)
- - kf5-kimageformats (e.g., nomacs, flameshot, skanlite)
- - gimp-jxl-plugin
- =====
- Message from freeglut-3.2.1:
- 
- --
- Joystick support is untested and it is unknown if it works.
- 
- Do not hesitate to contact x11@FreeBSD.org if this causes issues.
2024-05-14 21:21.50 ---> saved as "555788744fcc257a2d1c67506977b19087528591feff5ff6d56ad1750b55bd50"


/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).
Constructing initial basis...
Number of 0-1 knapsack inequalities = 3
Constructing conflict graph...
Conflict graph has 4 + 3 = 7 vertices
The following actions will be performed:
   install ocamlbuild          0.14.3
   install conf-bash           1
   install conf-m4             1
   install ocamlfind           1.9.6
   install seq                 base
   install conf-perl           2
   install conf-pkg-config     3
   install dune                3.15.2
   install conf-which          1
   install topkg               1.0.7
   install conf-sdl2-ttf       1
   install conf-sdl2-image     1
   install conf-sdl2           1
   install conf-libglu         1
   install conf-libgl          1
   install conf-libffi         2.0.0
   install conf-freeglut       1
   install stdlib-shims        0.3.0
   install re                  1.11.0
   install csexp               1.5.2
   install camlp-streams       5.0.1
   install bigarray-compat     1.1.0
   install rresult             0.7.0
   install fmt                 0.9.0
   install astring             0.8.5
   install ocamlgraph          2.1.0
   install integers            0.7.0
   install dune-configurator   3.15.2
   install logs                0.7.0
   install fpath               0.7.3
   install not-ocamlfind       0.13
   install ctypes              0.22.0
   install bos                 0.2.1
   install ctypes-foreign      0.22.0
   install camlp5-buildscripts 0.03
   install tsdl                1.0.0
   install camlp5              8.02.01
   install tsdl-ttf            0.6
   install tsdl-image          0.6
   install lablgl              1.07
=====  40 =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved bigarray-compat.1.1.0  (cached)
 retrieved bos.0.2.1  (cached)
 retrieved camlp-streams.5.0.1  (cached)
 retrieved camlp5.8.02.01  (cached)
 installed conf-pkg-config.3
 installed conf-sdl2.1
 installed conf-sdl2-ttf.1
 installed conf-sdl2-image.1
 installed conf-libglu.1
 installed conf-libgl.1
 installed conf-libffi.2.0.0
 installed conf-freeglut.1
 installed conf-which.1
 installed conf-m4.1
 installed conf-bash.1
 retrieved csexp.1.5.2  (cached)
 installed conf-perl.2
 retrieved camlp5-buildscripts.0.03  (cached)
 retrieved astring.0.8.5  (cached)
 retrieved ctypes.0.22.0  (cached)
 retrieved ctypes-foreign.0.22.0  (cached)
 retrieved fmt.0.9.0  (cached)
 retrieved dune-configurator.3.15.2  (cached)
 retrieved fpath.0.7.3  (cached)
 retrieved integers.0.7.0  (cached)
 retrieved dune.3.15.2  (cached)
 retrieved not-ocamlfind.0.13  (cached)
 retrieved logs.0.7.0  (cached)
 retrieved ocamlbuild.0.14.3  (cached)
 retrieved ocamlgraph.2.1.0  (cached)
 retrieved ocamlfind.1.9.6  (cached)
 retrieved rresult.0.7.0  (cached)
 installed seq.base
 retrieved re.1.11.0  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved topkg.1.0.7  (cached)
 retrieved tsdl.1.0.0  (cached)
 retrieved tsdl-image.0.6  (cached)
 retrieved tsdl-ttf.0.6  (cached)
 retrieved lablgl.1.07  (https://github.com/garrigue/lablgl/archive/v1.07.tar.gz)
 installed ocamlfind.1.9.6
 installed ocamlbuild.0.14.3
 installed topkg.1.0.7
 installed rresult.0.7.0
 installed fmt.0.9.0
 installed astring.0.8.5
 installed logs.0.7.0
 installed fpath.0.7.3
 installed bos.0.2.1
 installed dune.3.15.2
 installed stdlib-shims.0.3.0
 installed csexp.1.5.2
 installed camlp-streams.5.0.1
 installed bigarray-compat.1.1.0
 installed integers.0.7.0
 installed re.1.11.0
 installed dune-configurator.3.15.2
 installed ocamlgraph.2.1.0
 installed not-ocamlfind.0.13
 installed camlp5-buildscripts.0.03
 installed ctypes.0.22.0
 installed ctypes-foreign.0.22.0
 installed tsdl.1.0.0
 installed tsdl-image.0.6
 installed tsdl-ttf.0.6
 installed camlp5.8.02.01
[ERROR] The compilation of lablgl.1.07 failed at "gmake INSTALLDIR=/home/opam/.opam/4.14.2/lib/lablgl glut".


#=== ERROR while compiling lablgl.1.07 ========================================#
# context     2.1.5 | freebsd/x86_64 | ocaml-base-compiler.4.14.2 | git+file:///home/opam/opam-repository
# path        ~/.opam/4.14.2/.opam-switch/build/lablgl.1.07
# command     /usr/local/bin/gmake INSTALLDIR=/home/opam/.opam/4.14.2/lib/lablgl glut
# exit-code   2
# env-file    ~/.opam/log/lablgl-72321-fb85eb.env
# output-file ~/.opam/log/lablgl-72321-fb85eb.out
### output ###
# [...]
# ocamlrun ../src/var2def < gl_tags.var > gl_tags.h
# ocamlrun ../src/var2switch -table GL_ < gl_tags.var > gl_tags.c
# ocamlc -c -w s  -ccopt "-c -O  -I/usr/X11R6/include" ml_gl.c
# ml_gl.c:12:10: fatal error: 'GL/gl.h' file not found
# #include <GL/gl.h>
#          ^~~~~~~~~
# 1 error generated.
# gmake[2]: *** [../Makefile.common:57: ml_gl.o] Error 2
# gmake[2]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/lablgl.1.07/src'
# gmake[1]: *** [Makefile:28: all] Error 2
# gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/lablgl.1.07/src'
# gmake: *** [Makefile:12: lib] Error 2


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
┌─ The following actions failed
λ build lablgl 1.07
└─ 
┌─ The following changes have been performed
 install astring             0.8.5
 install bigarray-compat     1.1.0
 install bos                 0.2.1
 install camlp-streams       5.0.1
 install camlp5              8.02.01
 install camlp5-buildscripts 0.03
 install conf-bash           1
 install conf-freeglut       1
 install conf-libffi         2.0.0
 install conf-libgl          1
 install conf-libglu         1
 install conf-m4             1
 install conf-perl           2
 install conf-pkg-config     3
 install conf-sdl2           1
 install conf-sdl2-image     1
 install conf-sdl2-ttf       1
 install conf-which          1
 install csexp               1.5.2
 install ctypes              0.22.0
 install ctypes-foreign      0.22.0
 install dune                3.15.2
 install dune-configurator   3.15.2
 install fmt                 0.9.0
 install fpath               0.7.3
 install integers            0.7.0
 install logs                0.7.0
 install not-ocamlfind       0.13
 install ocamlbuild          0.14.3
 install ocamlfind           1.9.6
 install ocamlgraph          2.1.0
 install re                  1.11.0
 install rresult             0.7.0
 install seq                 base
 install stdlib-shims        0.3.0
 install topkg               1.0.7
 install tsdl                1.0.0
 install tsdl-image          0.6
 install tsdl-ttf            0.6
└─ 


The former state can be restored with:
    /usr/local/bin/opam switch import "/home/opam/.opam/4.14.2/.opam-switch/backup/state-20240514212153.export"
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bos.0.2.1 camlp-streams.5.0.1 camlp5.8.02.01 camlp5-buildscripts.0.03 conf-bash.1 conf-freeglut.1 conf-libffi.2.0.0 conf-libgl.1 conf-libglu.1 conf-m4.1 conf-perl.2 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 conf-which.1 csexp.1.5.2 ctypes.0.22.0 ctypes-foreign.0.22.0 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 fpath.0.7.3 integers.0.7.0 lablgl.1.07 logs.0.7.0 not-ocamlfind.0.13 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlgraph.2.1.0 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.0.0 tsdl-image.0.6 tsdl-ttf.0.6' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam install $DEPS': failed
"jail" "-c" "name=obuilder_689_13605" "mount.fstab=/tmp/obuilder-jail-02a25f/fstab" "mount.devfs" "path=/obuilder/result/cb421d5249df61d9a7adf24faa3baba394d29e65605527dfe3a3d406e556932f/rootfs" "host=inherit" "ip6=inherit" "ip4=inherit" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bos.0.2.1 camlp-streams.5.0.1 camlp5.8.02.01 camlp5-buildscripts.0.03 conf-bash.1 conf-freeglut.1 conf-libffi.2.0.0 conf-libgl.1 conf-libglu.1 conf-m4.1 conf-perl.2 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 conf-which.1 csexp.1.5.2 ctypes.0.22.0 ctypes-foreign.0.22.0 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 fpath.0.7.3 integers.0.7.0 lablgl.1.07 logs.0.7.0 not-ocamlfind.0.13 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlgraph.2.1.0 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.0.0 tsdl-image.0.6 tsdl-ttf.0.6' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam install $DEPS'" failed with exit status 1
2024-05-14 21:32.03: Job failed: Failed: Build failed