Organisationstalex5lablgtkc8c2c3 (lablgtk3)freebsd-4.14_opam-2.1

freebsd-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 09:29.25: New job: test talex5/lablgtk https://github.com/talex5/lablgtk.git#refs/heads/lablgtk3 (c8c2c3af5ec78ff49b2ad75eeea310883c4e5d56) (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/talex5/lablgtk.git" -b "lablgtk3" && cd "lablgtk" && git reset --hard c8c2c3af
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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 lablgtk3.opam lablgtk3-sourceview3.opam lablgtk3-gtkspell3.opam ./
RUN opam pin add -yn lablgtk3.dev './' && \
    opam pin add -yn lablgtk3-sourceview3.dev './' && \
    opam pin add -yn lablgtk3-gtkspell3.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base cairo2.0.6.4 conf-cairo.1 conf-gtk3.18 conf-gtksourceview3.0+2 conf-pkg-config.3 csexp.1.5.2 dune.dev dune-configurator.3.15.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y lablgtk3.dev lablgtk3-sourceview3.dev lablgtk3-gtkspell3.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-10 09:29.25: Using cache hint "talex5/lablgtk-freebsd-freebsd-ocaml-4.14-freebsd-4.14_opam-2.1-a53927e2ca6cf68e7c0dd0fb24676a8e"
2024-05-10 09:29.25: 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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src lablgtk3.opam lablgtk3-sourceview3.opam lablgtk3-gtkspell3.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn lablgtk3.dev './' && \
             \nopam pin add -yn lablgtk3-sourceview3.dev './' && \
             \nopam pin add -yn lablgtk3-gtkspell3.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base cairo2.0.6.4 conf-cairo.1 conf-gtk3.18 conf-gtksourceview3.0+2 conf-pkg-config.3 csexp.1.5.2 dune.dev dune-configurator.3.15.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1")
 (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 lablgtk3.dev lablgtk3-sourceview3.dev lablgtk3-gtkspell3.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-10 09:29.25: Waiting for resource in pool OCluster
2024-05-10 14:54.01: Waiting for worker…
2024-05-10 15:56.53: Got resource from pool OCluster
Building on summer
All commits already cached
HEAD is now at c8c2c3af Test dune fix


(from freebsd-ocaml-4.14)
2024-05-10 15:50.31 ---> 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-10 15:50.31 ---> 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-10 15:50.32 ---> 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-10 15:50.32 ---> using "fa8577a82f6c8311031f5ac9ddbcefef5d36d0876493f17a1dc5aa96593235c6" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-10 15:50.32 ---> 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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   ac9a846c00..20baedeee4  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


<><> 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-10 15:50.32 ---> using "8500110bb34f5fa0eecc8ffdce35dbb8d679b67af89bb1cba1cce8086b8f5e32" from cache


/src: (copy (src lablgtk3.opam lablgtk3-sourceview3.opam lablgtk3-gtkspell3.opam)
            (dst ./))
2024-05-10 15:50.35 ---> saved as "cc4dfbea13d65d6269b94733a777d0f7b24e7d3a73c7c351761c128497a14a0b"


/src: (run (network host)
           (shell  "opam pin add -yn lablgtk3.dev './' && \
                  \nopam pin add -yn lablgtk3-sourceview3.dev './' && \
                  \nopam pin add -yn lablgtk3-gtkspell3.dev './'"))
[lablgtk3.dev] synchronised (file:///src)
[WARNING] Failed checks on lablgtk3 package definition from source at file:///src:
  warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/: "LGPL with linking exception"
The following additional pinnings are required by lablgtk3.dev:
  - dune.dev at git+https://github.com/nojb/dune.git#cafcab6bec65f279f570e8a01f5f30425aedad40
Pin and install them? [Y/n] y
[dune.dev] synchronised (no changes)
dune is now pinned to git+https://github.com/nojb/dune.git#cafcab6bec65f279f570e8a01f5f30425aedad40 (version dev)
lablgtk3 is now pinned to file:///src (version dev)
[lablgtk3-sourceview3.dev] synchronised (file:///src)
[WARNING] Failed checks on lablgtk3-sourceview3 package definition from source at file:///src:
  warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/: "LGPL with linking exception"
lablgtk3-sourceview3 is now pinned to file:///src (version dev)
[lablgtk3-gtkspell3.dev] synchronised (file:///src)
[WARNING] Failed checks on lablgtk3-gtkspell3 package definition from source at file:///src:
  warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/: "LGPL with linking exception"
lablgtk3-gtkspell3 is now pinned to file:///src (version dev)
2024-05-10 15:50.59 ---> saved as "54140d88dc1fc5d95e7194cc4e19d823896ca1e8fc6706fa746bfb65f9c0476e"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cairo2.0.6.4 conf-cairo.1 conf-gtk3.18 conf-gtksourceview3.0+2 conf-pkg-config.3 csexp.1.5.2 dune.dev dune-configurator.3.15.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1")


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


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[lablgtk3-gtkspell3.dev] synchronised (no changes)
[lablgtk3.dev] synchronised (no changes)
[lablgtk3-sourceview3.dev] synchronised (no changes)
[dune.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 = 13
Constructing conflict graph...
Conflict graph has 9 + 5 = 14 vertices


The following system packages will first need to be installed:
    graphics/cairo gtk3 gtksourceview3 gtkspell3


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/sudo "pkg" "install" "-y" "graphics/cairo" "gtk3" "gtksourceview3" "gtkspell3"
- Updating FreeBSD repository catalogue...
- [summer] Fetching meta.conf: . done
- [summer] Fetching packagesite.pkg: 
- .....
- ..... done
- Processing entries: 
- .
- .
- .
- ..
- .
- .
- ..
- . done
- FreeBSD repository update completed. 34064 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. 34064 packages processed.
- All repositories are up to date.
- The following 89 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	adwaita-icon-theme: 42.0
- 	at-spi2-core: 2.50.2
- 	avahi-app: 0.8_2
- 	brotli: 1.1.0,1
- 	cairo: 1.17.4_2,3
- 	colord: 1.4.7
- 	cups: 2.4.7_2
- 	dbus: 1.14.10_5,1
- 	dbus-glib: 0.112_1
- 	dejavu: 2.37_3
- 	duktape-lib: 2.7.0
- 	enchant2: 2.2.15_5
- 	encodings: 1.1.0,1
- 	font-bh-ttf: 1.0.3_5
- 	font-misc-ethiopic: 1.0.4
- 	font-misc-meltho: 1.0.3_5
- 	fontconfig: 2.15.0_2,1
- 	freetype2: 2.13.2
- 	fribidi: 1.0.13_1
- 	gdbm: 1.23
- 	gdk-pixbuf2: 2.42.10_2
- 	glib: 2.80.0,2
- 	gmp: 6.3.0
- 	gnome_subr: 1.0
- 	gnutls: 3.8.5_1
- 	graphite2: 1.3.14
- 	gsettings-desktop-schemas: 42.0
- 	gtk-update-icon-cache: 3.24.31_1
- 	gtk3: 3.24.41
- 	gtksourceview3: 3.24.11_4
- 	gtkspell3: 3.0.10_2
- 	harfbuzz: 8.4.0
- 	hicolor-icon-theme: 0.17
- 	hunspell: 1.7.2_1
- 	hwdata: 0.381,1
- 	iso-codes: 4.15.0
- 	jbigkit: 2.1_2
- 	jpeg-turbo: 3.0.2
- 	lcms2: 2.16_1
- 	libICE: 1.1.0_2,1
- 	libSM: 1.2.3_1,1
- 	libX11: 1.8.7_1,1
- 	libXau: 1.0.9_1
- 	libXcomposite: 0.4.6_1,1
- 	libXcursor: 1.2.2
- 	libXdamage: 1.1.6
- 	libXdmcp: 1.1.5
- 	libXext: 1.3.6,1
- 	libXfixes: 6.0.0_1
- 	libXft: 2.3.7_1
- 	libXi: 1.8_1,1
- 	libXinerama: 1.1.4_3,1
- 	libXrandr: 1.5.2_1
- 	libXrender: 0.9.10_2
- 	libXtst: 1.2.3_3
- 	libdaemon: 0.14_1
- 	libdatrie: 0.2.13_2
- 	libdeflate: 1.20
- 	libedit: 3.1.20230828_1,1
- 	libepoll-shim: 0.0.20230411
- 	libepoxy: 1.5.9
- 	libevent: 2.1.12
- 	libfontenc: 1.1.8
- 	libglvnd: 1.7.0
- 	libgudev: 237
- 	libgusb: 0.3.10_1
- 	libpaper: 1.1.28_1
- 	librsvg2-rust: 2.58.0_1
- 	libtasn1: 4.19.0_1
- 	libthai: 0.1.29_1
- 	libudev-devd: 0.5.2
- 	libxcb: 1.16.1
- 	libxkbcommon: 1.6.0_2
- 	libxml2: 2.11.7
- 	mkfontscale: 1.2.3
- 	nettle: 3.9.1
- 	p11-kit: 0.25.3_1
- 	pango: 1.50.14
- 	pixman: 0.42.2
- 	png: 1.6.43
- 	polkit: 124_3
- 	py39-packaging: 23.2
- 	shared-mime-info: 2.2_2
- 	sqlite3: 3.45.1,1
- 	tiff: 4.4.0_3
- 	wayland: 1.22.0
- 	xkeyboard-config: 2.41_4
- 	xorg-fonts-truetype: 7.7_1
- 	xorgproto: 2023.2
- 
- Number of packages to be installed: 89
- 
- The process will require 342 MiB more space.
- 64 MiB to be downloaded.
- [summer] [1/89] Fetching duktape-lib-2.7.0.pkg: .......... done
- [summer] [2/89] Fetching png-1.6.43.pkg: ......... done
- [summer] [3/89] Fetching libxcb-1.16.1.pkg: .
- ...
- ...... done
- [summer] [4/89] Fetching libdatrie-0.2.13_2.pkg: ......... done
- [summer] [5/89] Fetching freetype2-2.13.2.pkg: .....
- ..
- ... done
- [summer] [6/89] Fetching jpeg-turbo-3.0.2.pkg: ....
- ...
- .
- .. done
- [summer] [7/89] Fetching librsvg2-rust-2.58.0_1.pkg: 
- .
- .
- .
- ..
- .
- .
- .
- .
- . done
- [summer] [8/89] Fetching libglvnd-1.7.0.pkg: ........
- .. done
- [summer] [9/89] Fetching cups-2.4.7_2.pkg: .
- ...
- .
- ...
- .. done
- [summer] [10/89] Fetching libXrandr-1.5.2_1.pkg: .
- ........ done
- [summer] [11/89] Fetching nettle-3.9.1.pkg: ..
- ...
- .
- ...
- . done
- [summer] [12/89] Fetching lcms2-2.16_1.pkg: .
- .....
- .... done
- [summer] [13/89] Fetching adwaita-icon-theme-42.0.pkg: 
- ...
- ....... done
- [summer] [14/89] Fetching libthai-0.1.29_1.pkg: .......... done
- [summer] [15/89] Fetching polkit-124_3.pkg: .......... done
- [summer] [16/89] Fetching mkfontscale-1.2.3.pkg: .... done
- [summer] [17/89] Fetching gtk-update-icon-cache-3.24.31_1.pkg: ......... done
- [summer] [18/89] Fetching libdeflate-1.20.pkg: .......... done
- [summer] [19/89] Fetching fribidi-1.0.13_1.pkg: ......... done
- [summer] [20/89] Fetching libXdamage-1.1.6.pkg: ... done
- [summer] [21/89] Fetching libtasn1-4.19.0_1.pkg: .......... done
- [summer] [22/89] Fetching libXfixes-6.0.0_1.pkg: ... done
- [summer] [23/89] Fetching libXinerama-1.1.4_3,1.pkg: .. done
- [summer] [24/89] Fetching gnome_subr-1.0.pkg: . done
- [summer] [25/89] Fetching libxml2-2.11.7.pkg: .......... done
- [summer] [26/89] Fetching wayland-1.22.0.pkg: ........ done
- [summer] [27/89] Fetching gdk-pixbuf2-2.42.10_2.pkg: .......... done
- [summer] [28/89] Fetching libgusb-0.3.10_1.pkg: ........ done
- [summer] [29/89] Fetching gtksourceview3-3.24.11_4.pkg: .......... done
- [summer] [30/89] Fetching gnutls-3.8.5_1.pkg: ..
- ........ done
- [summer] [31/89] Fetching gtkspell3-3.0.10_2.pkg: ..... done
- [summer] [32/89] Fetching hicolor-icon-theme-0.17.pkg: .... done
- [summer] [33/89] Fetching libepoll-shim-0.0.20230411.pkg: ... done
- [summer] [34/89] Fetching libpaper-1.1.28_1.pkg: ... done
- [summer] [35/89] Fetching colord-1.4.7.pkg: ......... done
- [summer] [36/89] Fetching font-misc-ethiopic-1.0.4.pkg: .......... done
- [summer] [37/89] Fetching libX11-1.8.7_1,1.pkg: .......... done
- [summer] [38/89] Fetching libXrender-0.9.10_2.pkg: ... done
- [summer] [39/89] Fetching xorgproto-2023.2.pkg: .......... done
- [summer] [40/89] Fetching libXtst-1.2.3_3.pkg: ..... done
- [summer] [41/89] Fetching libXi-1.8_1,1.pkg: ........ done
- [summer] [42/89] Fetching gtk3-3.24.41.pkg: .
- ..
- ...
- .... done
- [summer] [43/89] Fetching libXft-2.3.7_1.pkg: ........ done
- [summer] [44/89] Fetching libepoxy-1.5.9.pkg: .......... done
- [summer] [45/89] Fetching hwdata-0.381,1.pkg: .....
- ..... done
- [summer] [46/89] Fetching cairo-1.17.4_2,3.pkg: .......... done
- [summer] [47/89] Fetching graphite2-1.3.14.pkg: .......... done
- [summer] [48/89] Fetching shared-mime-info-2.2_2.pkg: .......... done
- [summer] [49/89] Fetching libgudev-237.pkg: ...... done
- [summer] [50/89] Fetching hunspell-1.7.2_1.pkg: ........ done
- [summer] [51/89] Fetching encodings-1.1.0,1.pkg: .......... done
- [summer] [52/89] Fetching harfbuzz-8.4.0.pkg: .......... done
- [summer] [53/89] Fetching libevent-2.1.12.pkg: .......... done
- [summer] [54/89] Fetching gdbm-1.23.pkg: .......... done
- [summer] [55/89] Fetching avahi-app-0.8_2.pkg: ........ done
- [summer] [56/89] Fetching enchant2-2.2.15_5.pkg: ....... done
- [summer] [57/89] Fetching dbus-1.14.10_5,1.pkg: .......... done
- [summer] [58/89] Fetching libedit-3.1.20230828_1,1.pkg: .......... done
- [summer] [59/89] Fetching libfontenc-1.1.8.pkg: ... done
- [summer] [60/89] Fetching libXcursor-1.2.2.pkg: ..... done
- [summer] [61/89] Fetching libudev-devd-0.5.2.pkg: .. done
- [summer] [62/89] Fetching font-bh-ttf-1.0.3_5.pkg: .......... done
- [summer] [63/89] Fetching pango-1.50.14.pkg: 
- .......... done
- [summer] [64/89] Fetching brotli-1.1.0,1.pkg: .......... done
- [summer] [65/89] Fetching py39-packaging-23.2.pkg: ....... done
- [summer] [66/89] Fetching gmp-6.3.0.pkg: .......... done
- [summer] [67/89] Fetching libXext-1.3.6,1.pkg: ......... done
- [summer] [68/89] Fetching p11-kit-0.25.3_1.pkg: .......... done
- [summer] [69/89] Fetching dbus-glib-0.112_1.pkg: ....... done
- [summer] [70/89] Fetching libXau-1.0.9_1.pkg: ..... done
- [summer] [71/89] Fetching libICE-1.1.0_2,1.pkg: ......... done
- [summer] [72/89] Fetching libXcomposite-0.4.6_1,1.pkg: .. done
- [summer] [73/89] Fetching fontconfig-2.15.0_2,1.pkg: .......... done
- [summer] [74/89] Fetching pixman-0.42.2.pkg: .......... done
- [summer] [75/89] Fetching at-spi2-core-2.50.2.pkg: .
- ......... done
- [summer] [76/89] Fetching gsettings-desktop-schemas-42.0.pkg: .......... done
- [summer] [77/89] Fetching sqlite3-3.45.1,1.pkg: .......... done
- [summer] [78/89] Fetching libSM-1.2.3_1,1.pkg: ...... done
- [summer] [79/89] Fetching glib-2.80.0,2.pkg: ..
- ........ done
- [summer] [80/89] Fetching xkeyboard-config-2.41_4.pkg: ......... done
- [summer] [81/89] Fetching libxkbcommon-1.6.0_2.pkg: .......... done
- [summer] [82/89] Fetching jbigkit-2.1_2.pkg: ....... done
- [summer] [83/89] Fetching font-misc-meltho-1.0.3_5.pkg: .......... done
- [summer] [84/89] Fetching libdaemon-0.14_1.pkg: .... done
- [summer] [85/89] Fetching iso-codes-4.15.0.pkg: ......
- .... done
- [summer] [86/89] Fetching libXdmcp-1.1.5.pkg: ... done
- [summer] [87/89] Fetching tiff-4.4.0_3.pkg: .......... done
- [summer] [88/89] Fetching xorg-fonts-truetype-7.7_1.pkg: . done
- [summer] [89/89] Fetching dejavu-2.37_3.pkg: ...
- ....... done
- Checking integrity...
-  done (0 conflicting)
- [summer] [1/89] Installing xorgproto-2023.2...
- [summer] [1/89] Extracting xorgproto-2023.2: .......... done
- [summer] [2/89] Installing libXau-1.0.9_1...
- [summer] [2/89] Extracting libXau-1.0.9_1: .......... done
- [summer] [3/89] Installing libXdmcp-1.1.5...
- [summer] [3/89] Extracting libXdmcp-1.1.5: ......... done
- [summer] [4/89] Installing png-1.6.43...
- [summer] [4/89] Extracting png-1.6.43: .......... done
- [summer] [5/89] Installing libxcb-1.16.1...
- [summer] [5/89] Extracting libxcb-1.16.1: ...
- ....... done
- [summer] [6/89] Installing brotli-1.1.0,1...
- [summer] [6/89] Extracting brotli-1.1.0,1: .......... done
- [summer] [7/89] Installing freetype2-2.13.2...
- [summer] [7/89] Extracting freetype2-2.13.2: .......... done
- [summer] [8/89] Installing libX11-1.8.7_1,1...
- [summer] [8/89] Extracting libX11-1.8.7_1,1: .......... done
- [summer] [9/89] Installing libfontenc-1.1.8...
- [summer] [9/89] Extracting libfontenc-1.1.8: ......... done
- [summer] [10/89] Installing py39-packaging-23.2...
- [summer] [10/89] Extracting py39-packaging-23.2: .......... done
- [summer] [11/89] Installing libICE-1.1.0_2,1...
- [summer] [11/89] Extracting libICE-1.1.0_2,1: .......... done
- [summer] [12/89] Installing jpeg-turbo-3.0.2...
- [summer] [12/89] Extracting jpeg-turbo-3.0.2: .......... done
- [summer] [13/89] Installing mkfontscale-1.2.3...
- [summer] [13/89] Extracting mkfontscale-1.2.3: ....... done
- [summer] [14/89] Installing libdeflate-1.20...
- [summer] [14/89] Extracting libdeflate-1.20: .......... done
- [summer] [15/89] Installing libXfixes-6.0.0_1...
- [summer] [15/89] Extracting libXfixes-6.0.0_1: .......... done
- [summer] [16/89] Installing libxml2-2.11.7...
- [summer] [16/89] Extracting libxml2-2.11.7: .......... done
- [summer] [17/89] Installing libXext-1.3.6,1...
- [summer] [17/89] Extracting libXext-1.3.6,1: .......... done
- [summer] [18/89] Installing fontconfig-2.15.0_2,1...
- [summer] [18/89] Extracting fontconfig-2.15.0_2,1: .......... done
- [summer] [19/89] Installing libSM-1.2.3_1,1...
- [summer] [19/89] Extracting libSM-1.2.3_1,1: .......... done
- [summer] [20/89] Installing glib-2.80.0,2...
- [summer] [20/89] Extracting glib-2.80.0,2: .......... done
- [summer] [21/89] Installing jbigkit-2.1_2...
- [summer] [21/89] Extracting jbigkit-2.1_2: .......... done
- [summer] [22/89] Installing libdatrie-0.2.13_2...
- [summer] [22/89] Extracting libdatrie-0.2.13_2: .......... done
- [summer] [23/89] Installing libglvnd-1.7.0...
- [summer] [23/89] Extracting libglvnd-1.7.0: .......... done
- [summer] [24/89] Installing libtasn1-4.19.0_1...
- [summer] [24/89] Extracting libtasn1-4.19.0_1: .......... done
- [summer] [25/89] Installing font-misc-ethiopic-1.0.4...
- [summer] [25/89] Extracting font-misc-ethiopic-1.0.4: ...... done
- [summer] [26/89] Installing libXrender-0.9.10_2...
- [summer] [26/89] Extracting libXrender-0.9.10_2: .......... done
- [summer] [27/89] Installing libXi-1.8_1,1...
- [summer] [27/89] Extracting libXi-1.8_1,1: .......... done
- [summer] [28/89] Installing graphite2-1.3.14...
- [summer] [28/89] Extracting graphite2-1.3.14: .......... done
- [summer] [29/89] Installing shared-mime-info-2.2_2...
- [summer] [29/89] Extracting shared-mime-info-2.2_2: ......... done
- [summer] [30/89] Installing encodings-1.1.0,1...
- [summer] [30/89] Extracting encodings-1.1.0,1: .......... done
- [summer] [31/89] Installing dbus-1.14.10_5,1...
- ===> Creating groups.
- Creating group 'messagebus' with gid '556'.
- ===> Creating users
- Creating user 'messagebus' with uid '556'.
- [summer] [31/89] Extracting dbus-1.14.10_5,1: ......... done
- [summer] [32/89] Installing font-bh-ttf-1.0.3_5...
- [summer] [32/89] Extracting font-bh-ttf-1.0.3_5: .......... done
- [summer] [33/89] Installing gmp-6.3.0...
- [summer] [33/89] Extracting gmp-6.3.0: .......... done
- [summer] [34/89] Installing pixman-0.42.2...
- [summer] [34/89] Extracting pixman-0.42.2: .......... done
- [summer] [35/89] Installing font-misc-meltho-1.0.3_5...
- [summer] [35/89] Extracting font-misc-meltho-1.0.3_5: .......... done
- [summer] [36/89] Installing tiff-4.4.0_3...
- [summer] [36/89] Extracting tiff-4.4.0_3: .......... done
- [summer] [37/89] Installing dejavu-2.37_3...
- [summer] [37/89] Extracting dejavu-2.37_3: .......... done
- [summer] [38/89] Installing duktape-lib-2.7.0...
- [summer] [38/89] Extracting duktape-lib-2.7.0: ......... done
- [summer] [39/89] Installing nettle-3.9.1...
- [summer] [39/89] Extracting nettle-3.9.1: .......... done
- [summer] [40/89] Installing libthai-0.1.29_1...
- [summer] [40/89] Extracting libthai-0.1.29_1: .......... done
- [summer] [41/89] Installing fribidi-1.0.13_1...
- [summer] [41/89] Extracting fribidi-1.0.13_1: .......... done
- [summer] [42/89] Installing gnome_subr-1.0...
- [summer] [42/89] Extracting gnome_subr-1.0: .... done
- [summer] [43/89] Installing gdk-pixbuf2-2.42.10_2...
- [summer] [43/89] Extracting gdk-pixbuf2-2.42.10_2: .......... done
- [summer] [44/89] Installing libepoll-shim-0.0.20230411...
- [summer] [44/89] Extracting libepoll-shim-0.0.20230411: .......... done
- [summer] [45/89] Installing libXtst-1.2.3_3...
- [summer] [45/89] Extracting libXtst-1.2.3_3: .......... done
- [summer] [46/89] Installing libXft-2.3.7_1...
- [summer] [46/89] Extracting libXft-2.3.7_1: .......... done
- [summer] [47/89] Installing cairo-1.17.4_2,3...
- [summer] [47/89] Extracting cairo-1.17.4_2,3: .......... done
- [summer] [48/89] Installing harfbuzz-8.4.0...
- [summer] [48/89] Extracting harfbuzz-8.4.0: .......... done
- [summer] [49/89] Installing libevent-2.1.12...
- [summer] [49/89] Extracting libevent-2.1.12: .......... done
- [summer] [50/89] Installing gdbm-1.23...
- [summer] [50/89] Extracting gdbm-1.23: .......... done
- [summer] [51/89] Installing libedit-3.1.20230828_1,1...
- [summer] [51/89] Extracting libedit-3.1.20230828_1,1: .......... done
- [summer] [52/89] Installing libudev-devd-0.5.2...
- [summer] [52/89] Extracting libudev-devd-0.5.2: ........ done
- [summer] [53/89] Installing p11-kit-0.25.3_1...
- [summer] [53/89] Extracting p11-kit-0.25.3_1: .......... done
- [summer] [54/89] Installing dbus-glib-0.112_1...
- [summer] [54/89] Extracting dbus-glib-0.112_1: .......... done
- [summer] [55/89] Installing libdaemon-0.14_1...
- [summer] [55/89] Extracting libdaemon-0.14_1: .......... done
- [summer] [56/89] Installing xorg-fonts-truetype-7.7_1...
- [summer] [56/89] Extracting xorg-fonts-truetype-7.7_1: ... done
- [summer] [57/89] Installing lcms2-2.16_1...
- [summer] [57/89] Extracting lcms2-2.16_1: .......... done
- [summer] [58/89] Installing polkit-124_3...
- ===> Creating groups.
- Creating group 'polkitd' with gid '565'.
- ===> Creating users
- Creating user 'polkitd' with uid '565'.
- [summer] [58/89] Extracting polkit-124_3: ......... done
- [summer] [59/89] Installing gtk-update-icon-cache-3.24.31_1...
- [summer] [59/89] Extracting gtk-update-icon-cache-3.24.31_1: .......... done
- [summer] [60/89] Installing wayland-1.22.0...
- [summer] [60/89] Extracting wayland-1.22.0: .......... done
- [summer] [61/89] Installing libgusb-0.3.10_1...
- [summer] [61/89] Extracting libgusb-0.3.10_1: .......... done
- [summer] [62/89] Installing gnutls-3.8.5_1...
- [summer] [62/89] Extracting gnutls-3.8.5_1: .......... done
- [summer] [63/89] Installing libpaper-1.1.28_1...
- [summer] [63/89] Extracting libpaper-1.1.28_1: .......... done
- [summer] [64/89] Installing hwdata-0.381,1...
- [summer] [64/89] Extracting hwdata-0.381,1: .......... done
- [summer] [65/89] Installing libgudev-237...
- [summer] [65/89] Extracting libgudev-237: .......... done
- [summer] [66/89] Installing avahi-app-0.8_2...
- ===> Creating groups.
- Creating group 'avahi' with gid '558'.
- ===> Creating users
- Creating user 'avahi' with uid '558'.
- [summer] [66/89] Extracting avahi-app-0.8_2: .......... done
- [summer] [67/89] Installing pango-1.50.14...
- [summer] [67/89] Extracting pango-1.50.14: .......... done
- [summer] [68/89] Installing at-spi2-core-2.50.2...
- [summer] [68/89] Extracting at-spi2-core-2.50.2: .......... done
- [summer] [69/89] Installing sqlite3-3.45.1,1...
- [summer] [69/89] Extracting sqlite3-3.45.1,1: .......... done
- [summer] [70/89] Installing xkeyboard-config-2.41_4...
- [summer] [70/89] Extracting xkeyboard-config-2.41_4: .......... done
- [summer] [71/89] Installing librsvg2-rust-2.58.0_1...
- [summer] [71/89] Extracting librsvg2-rust-2.58.0_1: .......... done
- [summer] [72/89] Installing cups-2.4.7_2...
- ===> Creating groups.
- Creating group 'cups' with gid '193'.
- ===> Creating users
- Creating user 'cups' with uid '193'.
- [summer] [72/89] Extracting cups-2.4.7_2: .......... done
- [summer] [73/89] Installing libXrandr-1.5.2_1...
- [summer] [73/89] Extracting libXrandr-1.5.2_1: .......... done
- [summer] [74/89] Installing adwaita-icon-theme-42.0...
- [summer] [74/89] Extracting adwaita-icon-theme-42.0: .......... done
- [summer] [75/89] Installing libXdamage-1.1.6...
- [summer] [75/89] Extracting libXdamage-1.1.6: ......... done
- [summer] [76/89] Installing libXinerama-1.1.4_3,1...
- [summer] [76/89] Extracting libXinerama-1.1.4_3,1: .......... done
- [summer] [77/89] Installing hicolor-icon-theme-0.17...
- [summer] [77/89] Extracting hicolor-icon-theme-0.17: . done
- [summer] [78/89] Installing colord-1.4.7...
- ===> Creating groups.
- Creating group 'colord' with gid '970'.
- ===> Creating users
- Creating user 'colord' with uid '970'.
- [summer] [78/89] Extracting colord-1.4.7: .........
- . done
- [summer] [79/89] Installing libepoxy-1.5.9...
- [summer] [79/89] Extracting libepoxy-1.5.9: .......... done
- [summer] [80/89] Installing hunspell-1.7.2_1...
- [summer] [80/89] Extracting hunspell-1.7.2_1: .......... done
- [summer] [81/89] Installing libXcursor-1.2.2...
- [summer] [81/89] Extracting libXcursor-1.2.2: .......... done
- [summer] [82/89] Installing libXcomposite-0.4.6_1,1...
- [summer] [82/89] Extracting libXcomposite-0.4.6_1,1: .......... done
- [summer] [83/89] Installing gsettings-desktop-schemas-42.0...
- [summer] [83/89] Extracting gsettings-desktop-schemas-42.0: .......... done
- [summer] [84/89] Installing libxkbcommon-1.6.0_2...
- [summer] [84/89] Extracting libxkbcommon-1.6.0_2: .......... done
- [summer] [85/89] Installing gtk3-3.24.41...
- [summer] [85/89] Extracting gtk3-3.24.41: ......
- .... done
- [summer] [86/89] Installing enchant2-2.2.15_5...
- [summer] [86/89] Extracting enchant2-2.2.15_5: .......... done
- [summer] [87/89] Installing iso-codes-4.15.0...
- [summer] [87/89] Extracting iso-codes-4.15.0: .......... done
- [summer] [88/89] Installing gtksourceview3-3.24.11_4...
- [summer] [88/89] Extracting gtksourceview3-3.24.11_4: .......... done
- [summer] [89/89] Installing gtkspell3-3.0.10_2...
- [summer] [89/89] Extracting gtkspell3-3.0.10_2: .......... done
- ==> Running trigger: gtk-update-icon-cache.ucl
- Generating GTK icon cache for /usr/local/share/icons/hicolor
- Generating GTK icon cache for /usr/local/share/icons/Adwaita
- ==> Running trigger: fontconfig.ucl
- Running fc-cache to build fontconfig cache...
- ==> Running trigger: gdk-pixbuf-query-loaders.ucl
- Generating gdk-pixbuf modules cache
- ==> Running trigger: shared-mime-info.ucl
- Building the Shared MIME-Info database cache
- ==> Running trigger: glib-schemas.ucl
- Compiling glib schemas
- ==> Running trigger: gio-modules.ucl
- Generating GIO modules cache
- =====
- 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 dejavu-2.37_3:
- 
- --
- Make sure that the freetype module is loaded.  If it is not, add the following
- line to the "Modules" section of your X Windows configuration file:
- 
- 	Load "freetype"
- 
- Add the following line to the "Files" section of X Windows configuration file:
- 
- 	FontPath "/usr/local/share/fonts/dejavu/"
- 
- Note: your X Windows configuration file is typically /etc/X11/XF86Config
- if you are using XFree86, and /etc/X11/xorg.conf if you are using X.Org.
- =====
- Message from duktape-lib-2.7.0:
- 
- --
- ===>   NOTICE:
- 
- The duktape-lib port currently does not have a maintainer. As a result, it is
- more likely to have unresolved issues, not be up-to-date, or even be removed in
- the future. To volunteer to maintain this port, please create an issue at:
- 
- https://bugs.freebsd.org/bugzilla
- 
- More information about port maintainership is available at:
- 
- https://docs.freebsd.org/en/articles/contributing/#ports-contributing
- =====
- 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 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
2024-05-10 15:54.52 ---> saved as "5b380da476954148112da71b89eae7028d988d840e679cdccba58e2cda027f39"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[dune.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 = 13
Constructing conflict graph...
Conflict graph has 9 + 5 = 14 vertices
The following actions will be performed:
   install conf-pkg-config     3
   install dune                dev*
   install conf-gtksourceview3 0+2
   install conf-gtk3           18
   install conf-cairo          1
   install csexp               1.5.2
   install dune-configurator   3.15.2
   install cairo2              0.6.4
=====  8 =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved csexp.1.5.2  (cached)
 installed conf-pkg-config.3
 retrieved cairo2.0.6.4  (cached)
 installed conf-gtksourceview3.0+2
 installed conf-gtk3.18
 installed conf-cairo.1
 retrieved dune.dev  (no changes)
 retrieved dune-configurator.3.15.2  (cached)
 installed dune.dev
[ERROR] The compilation of csexp.1.5.2 failed at "dune build -p csexp -j 15 @install".


#=== ERROR while compiling csexp.1.5.2 ========================================#
# 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/csexp.1.5.2
# command     ~/.opam/4.14.2/bin/dune build -p csexp -j 15 @install
# exit-code   1
# env-file    ~/.opam/log/csexp-4872-966655.env
# output-file ~/.opam/log/csexp-4872-966655.out
### output ###
# File "dune-project", line 1, characters 11-14:
# 1 | (lang dune 3.4)
#                ^^^
# Error: Version 3.4 of the dune language is not supported.
# Supported versions of this extension in version 3.4 of the dune language:
# - 1.0 to 1.12
# - 2.0 to 2.9


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
┌─ The following actions failed
λ build csexp 1.5.2
└─ 
┌─ The following changes have been performed (the rest was aborted)
 install conf-cairo          1
 install conf-gtk3           18
 install conf-gtksourceview3 0+2
 install conf-pkg-config     3
 install dune                dev
└─ 


The former state can be restored with:
    /usr/local/bin/opam switch import "/home/opam/.opam/4.14.2/.opam-switch/backup/state-20240510155458.export"
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='base-bigarray.base base-threads.base base-unix.base cairo2.0.6.4 conf-cairo.1 conf-gtk3.18 conf-gtksourceview3.0+2 conf-pkg-config.3 csexp.1.5.2 dune.dev dune-configurator.3.15.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam install $DEPS': failed
"jail" "-c" "name=obuilder_689_9708" "mount.fstab=/tmp/obuilder-jail-994172/fstab" "mount.devfs" "path=/obuilder/result/96dbc527626d9cbbf31e06779b0cd01c995b28839bcc624fdb9212d276638cff/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-threads.base base-unix.base cairo2.0.6.4 conf-cairo.1 conf-gtk3.18 conf-gtksourceview3.0+2 conf-pkg-config.3 csexp.1.5.2 dune.dev dune-configurator.3.15.2 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam install $DEPS'" failed with exit status 1
2024-05-10 16:04.45: Job failed: Failed: Build failed