Organisationsocaml-gospelcameleerdee290 ()freebsd-5.1_opam-2.1

freebsd-5.1_opam-2.1

Link Copied
Code Copied

Logs

2024-04-23 18:03.48: New job: test ocaml-gospel/cameleer https://github.com/ocaml-gospel/cameleer.git#refs/heads/master (dee290857643f861e5fe53cb327dbffe772c3f41) (freebsd-x86_64:freebsd-5.1_opam-2.1)
Base: freebsd-ocaml-5.1
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-gospel/cameleer.git" -b "master" && cd "cameleer" && git reset --hard dee29085
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-ocaml-5.1
# freebsd-5.1_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 d23065ecbedf2bd414d0d6d35233e9637dd9a832 || git fetch origin master) && git reset -q --hard d23065ecbedf2bd414d0d6d35233e9637dd9a832 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 cameleer.opam ./
RUN opam pin add -yn cameleer.dev './'
ENV DEPS="base.v0.16.3 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 cmdliner.1.2.0 conf-bash.1 conf-cairo.1 conf-gtk3.18 conf-gtksourceview3.0+2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.15.0 dune-configurator.3.15.0 fmt.0.9.0 gospel.dev lablgtk3.3.1.4 lablgtk3-sourceview3.3.1.4 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 num.1.5 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.0 result.1.5 sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 why3.1.7.2 why3-ide.1.7.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y cameleer.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-04-23 18:03.48: Using cache hint "ocaml-gospel/cameleer-freebsd-freebsd-ocaml-5.1-freebsd-5.1_opam-2.1-3d580dec46df43b10c017f02551b4f35"
2024-04-23 18:03.48: Using OBuilder spec:
((from freebsd-ocaml-5.1)
 (comment freebsd-5.1_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 d23065ecbedf2bd414d0d6d35233e9637dd9a832 || git fetch origin master) && git reset -q --hard d23065ecbedf2bd414d0d6d35233e9637dd9a832 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src cameleer.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn cameleer.dev './'"))
 (env DEPS "base.v0.16.3 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 cmdliner.1.2.0 conf-bash.1 conf-cairo.1 conf-gtk3.18 conf-gtksourceview3.0+2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.15.0 dune-configurator.3.15.0 fmt.0.9.0 gospel.dev lablgtk3.3.1.4 lablgtk3-sourceview3.3.1.4 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 num.1.5 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.0 result.1.5 sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 why3.1.7.2 why3-ide.1.7.2")
 (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 cameleer.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-04-23 18:03.48: Waiting for resource in pool OCluster
2024-04-23 18:03.49: Waiting for worker…
2024-04-23 18:03.49: Got resource from pool OCluster
Building on spring
HEAD is now at 94f92ba Session updates
HEAD is now at dee2908 Session updates and cosmetic changes in several examples.


(from freebsd-ocaml-5.1)
2024-04-23 17:59.36 ---> using "813c71762ba09cfa8cfe3f05f009bdd39b1b347128fefd2e95099f87d236c989" from cache


/: (comment freebsd-5.1_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-04-23 17:59.36 ---> using "65a9b62d2493057013f99a47d1d57b6072f5b00406fb4bfea785e58388f6b852" 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-04-23 17:59.37 ---> using "e99a94697afa70d27199359988cb3c099e37a5c06ee07760e5a5921308c3119e" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.0-RELEASE-p5
The OCaml toplevel, version 5.1.1
2.1.5
2024-04-23 17:59.37 ---> using "ec35bf54fa4c1a8f744eebe8956e2d9e1f1f6379cf858b75ddefbabb954554fc" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-23 17:59.37 ---> using "e452d16e32919148b58c7e1d1c9db9a6c0854da706cd5eb72487da563b728a13" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e d23065ecbedf2bd414d0d6d35233e9637dd9a832 || git fetch origin master) && git reset -q --hard d23065ecbedf2bd414d0d6d35233e9637dd9a832 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   69e073a577..a870b466e1  master     -> origin/master
d23065ecbe Why3 1.7.2


<><> 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
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2024-04-23 17:59.37 ---> using "61d28508e1e46697bcd8a5126570d8dda0d8e22802c456d31016831732f34c85" from cache


/src: (copy (src cameleer.opam) (dst ./))
2024-04-23 17:59.38 ---> using "6f4aebe3ae0ec80da867e0dc89fa326239cad8f1d754279c70494919279bc67e" from cache


/src: (run (network host)
           (shell "opam pin add -yn cameleer.dev './'"))
Package cameleer does not exist, create as a NEW package? [Y/n] y
[cameleer.dev] synchronised (file:///src)
The following additional pinnings are required by cameleer.dev:
  - gospel.dev at git+https://github.com/ocaml-gospel/gospel.git#2e928ead075e9b281544adad063c992f97cfaa02
Pin and install them? [Y/n] y
[gospel.dev] synchronised (no changes)
gospel is now pinned to git+https://github.com/ocaml-gospel/gospel.git#2e928ead075e9b281544adad063c992f97cfaa02 (version dev)
cameleer is now pinned to file:///src (version dev)
2024-04-23 17:59.38 ---> using "dc21edc30fcc7aeef798019bf9fb45b28fd2e79885f79ef132db84a861b4e0b8" from cache


/src: (env DEPS "base.v0.16.3 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 cmdliner.1.2.0 conf-bash.1 conf-cairo.1 conf-gtk3.18 conf-gtksourceview3.0+2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.15.0 dune-configurator.3.15.0 fmt.0.9.0 gospel.dev lablgtk3.3.1.4 lablgtk3-sourceview3.3.1.4 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 num.1.5 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.0 result.1.5 sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 why3.1.7.2 why3-ide.1.7.2")


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


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[cameleer.dev] synchronised (no changes)
[gospel.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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[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-nnp is already installed (current version is base).
[NOTE] Package base-domains 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:
    graphics/cairo gtk3 gtksourceview3


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/local/bin/sudo "pkg" "install" "-y" "graphics/cairo" "gtk3" "gtksourceview3"
- Updating FreeBSD repository catalogue...
- [spring] Fetching meta.conf: . done
- [spring] Fetching packagesite.pkg: ..
- .....
- ... done
- Processing entries: 
- ..
- .
- .
- .
- .
- .
- .
- .
- . done
- FreeBSD repository update completed. 34050 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.
- [spring] [1/1] Fetching pkg-1.21.2.pkg: .
- .....
- .... done
- Checking integrity... done (0 conflicting)
- [spring] [1/1] Upgrading pkg from 1.20.9 to 1.21.2...
- [spring] [1/1] Extracting pkg-1.21.2: .......... done
- Updating FreeBSD repository catalogue...
- [spring] Fetching meta.conf: . done
- [spring] Fetching data.pkg: .......
- ... done
- Processing entries: 
- ..
- .
- .
- .
- .
- ..
- .
- . done
- FreeBSD repository update completed. 34050 packages processed.
- All repositories are up to date.
- The following 85 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
- 	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
- 	harfbuzz: 8.4.0
- 	hicolor-icon-theme: 0.17
- 	hwdata: 0.381,1
- 	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: 85
- 
- The process will require 320 MiB more space.
- 60 MiB to be downloaded.
- [spring] [1/85] Fetching duktape-lib-2.7.0.pkg: .......... done
- [spring] [2/85] Fetching png-1.6.43.pkg: ........ done
- [spring] [3/85] Fetching libxcb-1.16.1.pkg: .........
- . done
- [spring] [4/85] Fetching libdatrie-0.2.13_2.pkg: ..... done
- [spring] [5/85] Fetching freetype2-2.13.2.pkg: .......... done
- [spring] [6/85] Fetching jpeg-turbo-3.0.2.pkg: ......... done
- [spring] [7/85] Fetching librsvg2-rust-2.58.0_1.pkg: .
- ......... done
- [spring] [8/85] Fetching libglvnd-1.7.0.pkg: .
- ......... done
- [spring] [9/85] Fetching cups-2.4.7_2.pkg: .......... done
- [spring] [10/85] Fetching libXrandr-1.5.2_1.pkg: .... done
- [spring] [11/85] Fetching nettle-3.9.1.pkg: .
- ......... done
- [spring] [12/85] Fetching lcms2-2.16_1.pkg: ....
- ...... done
- [spring] [13/85] Fetching adwaita-icon-theme-42.0.pkg: .....
- ..... done
- [spring] [14/85] Fetching libthai-0.1.29_1.pkg: ........ done
- [spring] [15/85] Fetching polkit-124_3.pkg: .......... done
- [spring] [16/85] Fetching mkfontscale-1.2.3.pkg: ... done
- [spring] [17/85] Fetching gtk-update-icon-cache-3.24.31_1.pkg: ........ done
- [spring] [18/85] Fetching libdeflate-1.20.pkg: ........ done
- [spring] [19/85] Fetching fribidi-1.0.13_1.pkg: ........ done
- [spring] [20/85] Fetching libXdamage-1.1.6.pkg: .. done
- [spring] [21/85] Fetching libtasn1-4.19.0_1.pkg: .......... done
- [spring] [22/85] Fetching libXfixes-6.0.0_1.pkg: ... done
- [spring] [23/85] Fetching libXinerama-1.1.4_3,1.pkg: ... done
- [spring] [24/85] Fetching gnome_subr-1.0.pkg: . done
- [spring] [25/85] Fetching libxml2-2.11.7.pkg: .......... done
- [spring] [26/85] Fetching wayland-1.22.0.pkg: .......... done
- [spring] [27/85] Fetching gdk-pixbuf2-2.42.10_2.pkg: .
- ......... done
- [spring] [28/85] Fetching libgusb-0.3.10_1.pkg: ......... done
- [spring] [29/85] Fetching gtksourceview3-3.24.11_4.pkg: .......... done
- [spring] [30/85] Fetching gnutls-3.8.5_1.pkg: ..
- ........ done
- [spring] [31/85] Fetching hicolor-icon-theme-0.17.pkg: ... done
- [spring] [32/85] Fetching libepoll-shim-0.0.20230411.pkg: ... done
- [spring] [33/85] Fetching libpaper-1.1.28_1.pkg: ... done
- [spring] [34/85] Fetching colord-1.4.7.pkg: ....
- ...... done
- [spring] [35/85] Fetching font-misc-ethiopic-1.0.4.pkg: ...... done
- [spring] [36/85] Fetching libX11-1.8.7_1,1.pkg: .......... done
- [spring] [37/85] Fetching libXrender-0.9.10_2.pkg: .... done
- [spring] [38/85] Fetching xorgproto-2023.2.pkg: ......... done
- [spring] [39/85] Fetching libXtst-1.2.3_3.pkg: ... done
- [spring] [40/85] Fetching libXi-1.8_1,1.pkg: .......... done
- [spring] [41/85] Fetching gtk3-3.24.41.pkg: .
- ...
- ...
- ... done
- [spring] [42/85] Fetching libXft-2.3.7_1.pkg: ....
- ...... done
- [spring] [43/85] Fetching libepoxy-1.5.9.pkg: .......... done
- [spring] [44/85] Fetching hwdata-0.381,1.pkg: .......... done
- [spring] [45/85] Fetching cairo-1.17.4_2,3.pkg: .....
- ..... done
- [spring] [46/85] Fetching graphite2-1.3.14.pkg: ....... done
- [spring] [47/85] Fetching shared-mime-info-2.2_2.pkg: .......... done
- [spring] [48/85] Fetching libgudev-237.pkg: ...... done
- [spring] [49/85] Fetching encodings-1.1.0,1.pkg: ........
- .. done
- [spring] [50/85] Fetching harfbuzz-8.4.0.pkg: .......... done
- [spring] [51/85] Fetching libevent-2.1.12.pkg: .......... done
- [spring] [52/85] Fetching gdbm-1.23.pkg: ........ done
- [spring] [53/85] Fetching avahi-app-0.8_2.pkg: .......
- ... done
- [spring] [54/85] Fetching dbus-1.14.10_5,1.pkg: .......... done
- [spring] [55/85] Fetching libedit-3.1.20230828_1,1.pkg: .......... done
- [spring] [56/85] Fetching libfontenc-1.1.8.pkg: ... done
- [spring] [57/85] Fetching libXcursor-1.2.2.pkg: ..... done
- [spring] [58/85] Fetching libudev-devd-0.5.2.pkg: ... done
- [spring] [59/85] Fetching font-bh-ttf-1.0.3_5.pkg: ......... done
- [spring] [60/85] Fetching pango-1.50.14.pkg: .
- ......... done
- [spring] [61/85] Fetching brotli-1.1.0,1.pkg: ......... done
- [spring] [62/85] Fetching py39-packaging-23.2.pkg: ........ done
- [spring] [63/85] Fetching gmp-6.3.0.pkg: ......
- .... done
- [spring] [64/85] Fetching libXext-1.3.6,1.pkg: ....... done
- [spring] [65/85] Fetching p11-kit-0.25.3_1.pkg: .......... done
- [spring] [66/85] Fetching dbus-glib-0.112_1.pkg: .......... done
- [spring] [67/85] Fetching libXau-1.0.9_1.pkg: ... done
- [spring] [68/85] Fetching libICE-1.1.0_2,1.pkg: ......... done
- [spring] [69/85] Fetching libXcomposite-0.4.6_1,1.pkg: .. done
- [spring] [70/85] Fetching fontconfig-2.15.0_2,1.pkg: .......... done
- [spring] [71/85] Fetching pixman-0.42.2.pkg: ......... done
- [spring] [72/85] Fetching at-spi2-core-2.50.2.pkg: .......... done
- [spring] [73/85] Fetching gsettings-desktop-schemas-42.0.pkg: .......... done
- [spring] [74/85] Fetching sqlite3-3.45.1,1.pkg: .
- ......... done
- [spring] [75/85] Fetching libSM-1.2.3_1,1.pkg: ... done
- [spring] [76/85] Fetching glib-2.80.0,2.pkg: ..
- ........ done
- [spring] [77/85] Fetching xkeyboard-config-2.41_4.pkg: 
- .......... done
- [spring] [78/85] Fetching libxkbcommon-1.6.0_2.pkg: ....... done
- [spring] [79/85] Fetching jbigkit-2.1_2.pkg: ........ done
- [spring] [80/85] Fetching font-misc-meltho-1.0.3_5.pkg: .......... done
- [spring] [81/85] Fetching libdaemon-0.14_1.pkg: ..... done
- [spring] [82/85] Fetching libXdmcp-1.1.5.pkg: .... done
- [spring] [83/85] Fetching tiff-4.4.0_3.pkg: .......... done
- [spring] [84/85] Fetching xorg-fonts-truetype-7.7_1.pkg: . done
- [spring] [85/85] Fetching dejavu-2.37_3.pkg: ....
- ...... done
- Checking integrity... done (0 conflicting)
- [spring] [1/85] Installing xorgproto-2023.2...
- [spring] [1/85] Extracting xorgproto-2023.2: .......... done
- [spring] [2/85] Installing libXau-1.0.9_1...
- [spring] [2/85] Extracting libXau-1.0.9_1: .......... done
- [spring] [3/85] Installing libXdmcp-1.1.5...
- [spring] [3/85] Extracting libXdmcp-1.1.5: ......... done
- [spring] [4/85] Installing png-1.6.43...
- [spring] [4/85] Extracting png-1.6.43: .......... done
- [spring] [5/85] Installing libxcb-1.16.1...
- [spring] [5/85] Extracting libxcb-1.16.1: .......... done
- [spring] [6/85] Installing brotli-1.1.0,1...
- [spring] [6/85] Extracting brotli-1.1.0,1: .......... done
- [spring] [7/85] Installing freetype2-2.13.2...
- [spring] [7/85] Extracting freetype2-2.13.2: .......... done
- [spring] [8/85] Installing libX11-1.8.7_1,1...
- [spring] [8/85] Extracting libX11-1.8.7_1,1: ..
- ........ done
- [spring] [9/85] Installing libfontenc-1.1.8...
- [spring] [9/85] Extracting libfontenc-1.1.8: ......... done
- [spring] [10/85] Installing py39-packaging-23.2...
- [spring] [10/85] Extracting py39-packaging-23.2: .......... done
- [spring] [11/85] Installing libICE-1.1.0_2,1...
- [spring] [11/85] Extracting libICE-1.1.0_2,1: .......... done
- [spring] [12/85] Installing jpeg-turbo-3.0.2...
- [spring] [12/85] Extracting jpeg-turbo-3.0.2: .......... done
- [spring] [13/85] Installing mkfontscale-1.2.3...
- [spring] [13/85] Extracting mkfontscale-1.2.3: ....... done
- [spring] [14/85] Installing libdeflate-1.20...
- [spring] [14/85] Extracting libdeflate-1.20: .......... done
- [spring] [15/85] Installing libXfixes-6.0.0_1...
- [spring] [15/85] Extracting libXfixes-6.0.0_1: .......... done
- [spring] [16/85] Installing libxml2-2.11.7...
- [spring] [16/85] Extracting libxml2-2.11.7: .......... done
- [spring] [17/85] Installing libXext-1.3.6,1...
- [spring] [17/85] Extracting libXext-1.3.6,1: .......... done
- [spring] [18/85] Installing fontconfig-2.15.0_2,1...
- [spring] [18/85] Extracting fontconfig-2.15.0_2,1: .......... done
- [spring] [19/85] Installing libSM-1.2.3_1,1...
- [spring] [19/85] Extracting libSM-1.2.3_1,1: .......... done
- [spring] [20/85] Installing glib-2.80.0,2...
- [spring] [20/85] Extracting glib-2.80.0,2: .......... done
- [spring] [21/85] Installing jbigkit-2.1_2...
- [spring] [21/85] Extracting jbigkit-2.1_2: .......... done
- [spring] [22/85] Installing libdatrie-0.2.13_2...
- [spring] [22/85] Extracting libdatrie-0.2.13_2: .......... done
- [spring] [23/85] Installing libglvnd-1.7.0...
- [spring] [23/85] Extracting libglvnd-1.7.0: .......... done
- [spring] [24/85] Installing libtasn1-4.19.0_1...
- [spring] [24/85] Extracting libtasn1-4.19.0_1: .......... done
- [spring] [25/85] Installing font-misc-ethiopic-1.0.4...
- [spring] [25/85] Extracting font-misc-ethiopic-1.0.4: ...... done
- [spring] [26/85] Installing libXrender-0.9.10_2...
- [spring] [26/85] Extracting libXrender-0.9.10_2: .......... done
- [spring] [27/85] Installing libXi-1.8_1,1...
- [spring] [27/85] Extracting libXi-1.8_1,1: .......... done
- [spring] [28/85] Installing graphite2-1.3.14...
- [spring] [28/85] Extracting graphite2-1.3.14: .......... done
- [spring] [29/85] Installing shared-mime-info-2.2_2...
- [spring] [29/85] Extracting shared-mime-info-2.2_2: ......... done
- [spring] [30/85] Installing encodings-1.1.0,1...
- [spring] [30/85] Extracting encodings-1.1.0,1: .......... done
- [spring] [31/85] Installing dbus-1.14.10_5,1...
- ===> Creating groups.
- Creating group 'messagebus' with gid '556'.
- ===> Creating users
- Creating user 'messagebus' with uid '556'.
- [spring] [31/85] Extracting dbus-1.14.10_5,1: ......... done
- [spring] [32/85] Installing font-bh-ttf-1.0.3_5...
- [spring] [32/85] Extracting font-bh-ttf-1.0.3_5: .......... done
- [spring] [33/85] Installing gmp-6.3.0...
- [spring] [33/85] Extracting gmp-6.3.0: .......... done
- [spring] [34/85] Installing pixman-0.42.2...
- [spring] [34/85] Extracting pixman-0.42.2: .......... done
- [spring] [35/85] Installing font-misc-meltho-1.0.3_5...
- [spring] [35/85] Extracting font-misc-meltho-1.0.3_5: .......... done
- [spring] [36/85] Installing tiff-4.4.0_3...
- [spring] [36/85] Extracting tiff-4.4.0_3: .......... done
- [spring] [37/85] Installing dejavu-2.37_3...
- [spring] [37/85] Extracting dejavu-2.37_3: .......... done
- [spring] [38/85] Installing duktape-lib-2.7.0...
- [spring] [38/85] Extracting duktape-lib-2.7.0: ......... done
- [spring] [39/85] Installing nettle-3.9.1...
- [spring] [39/85] Extracting nettle-3.9.1: .......... done
- [spring] [40/85] Installing libthai-0.1.29_1...
- [spring] [40/85] Extracting libthai-0.1.29_1: .......... done
- [spring] [41/85] Installing fribidi-1.0.13_1...
- [spring] [41/85] Extracting fribidi-1.0.13_1: .......... done
- [spring] [42/85] Installing gnome_subr-1.0...
- [spring] [42/85] Extracting gnome_subr-1.0: .... done
- [spring] [43/85] Installing gdk-pixbuf2-2.42.10_2...
- [spring] [43/85] Extracting gdk-pixbuf2-2.42.10_2: .......... done
- [spring] [44/85] Installing libepoll-shim-0.0.20230411...
- [spring] [44/85] Extracting libepoll-shim-0.0.20230411: .......... done
- [spring] [45/85] Installing libXtst-1.2.3_3...
- [spring] [45/85] Extracting libXtst-1.2.3_3: .......... done
- [spring] [46/85] Installing libXft-2.3.7_1...
- [spring] [46/85] Extracting libXft-2.3.7_1: .......... done
- [spring] [47/85] Installing cairo-1.17.4_2,3...
- [spring] [47/85] Extracting cairo-1.17.4_2,3: .......... done
- [spring] [48/85] Installing harfbuzz-8.4.0...
- [spring] [48/85] Extracting harfbuzz-8.4.0: .......... done
- [spring] [49/85] Installing libevent-2.1.12...
- [spring] [49/85] Extracting libevent-2.1.12: ......
- .... done
- [spring] [50/85] Installing gdbm-1.23...
- [spring] [50/85] Extracting gdbm-1.23: .......... done
- [spring] [51/85] Installing libedit-3.1.20230828_1,1...
- [spring] [51/85] Extracting libedit-3.1.20230828_1,1: .
- ......... done
- [spring] [52/85] Installing libudev-devd-0.5.2...
- [spring] [52/85] Extracting libudev-devd-0.5.2: ........ done
- [spring] [53/85] Installing p11-kit-0.25.3_1...
- [spring] [53/85] Extracting p11-kit-0.25.3_1: .......... done
- [spring] [54/85] Installing dbus-glib-0.112_1...
- [spring] [54/85] Extracting dbus-glib-0.112_1: .......... done
- [spring] [55/85] Installing libdaemon-0.14_1...
- [spring] [55/85] Extracting libdaemon-0.14_1: .......... done
- [spring] [56/85] Installing xorg-fonts-truetype-7.7_1...
- [spring] [56/85] Extracting xorg-fonts-truetype-7.7_1: ... done
- [spring] [57/85] Installing lcms2-2.16_1...
- [spring] [57/85] Extracting lcms2-2.16_1: .......... done
- [spring] [58/85] Installing polkit-124_3...
- ===> Creating groups.
- Creating group 'polkitd' with gid '565'.
- ===> Creating users
- Creating user 'polkitd' with uid '565'.
- [spring] [58/85] Extracting polkit-124_3: ......... done
- [spring] [59/85] Installing gtk-update-icon-cache-3.24.31_1...
- [spring] [59/85] Extracting gtk-update-icon-cache-3.24.31_1: .......... done
- [spring] [60/85] Installing wayland-1.22.0...
- [spring] [60/85] Extracting wayland-1.22.0: .......... done
- [spring] [61/85] Installing libgusb-0.3.10_1...
- [spring] [61/85] Extracting libgusb-0.3.10_1: .......... done
- [spring] [62/85] Installing gnutls-3.8.5_1...
- [spring] [62/85] Extracting gnutls-3.8.5_1: .......... done
- [spring] [63/85] Installing libpaper-1.1.28_1...
- [spring] [63/85] Extracting libpaper-1.1.28_1: .......... done
- [spring] [64/85] Installing hwdata-0.381,1...
- [spring] [64/85] Extracting hwdata-0.381,1: .......... done
- [spring] [65/85] Installing libgudev-237...
- [spring] [65/85] Extracting libgudev-237: .......... done
- [spring] [66/85] Installing avahi-app-0.8_2...
- ===> Creating groups.
- Creating group 'avahi' with gid '558'.
- ===> Creating users
- Creating user 'avahi' with uid '558'.
- [spring] [66/85] Extracting avahi-app-0.8_2: .......... done
- [spring] [67/85] Installing pango-1.50.14...
- [spring] [67/85] Extracting pango-1.50.14: .......... done
- [spring] [68/85] Installing at-spi2-core-2.50.2...
- [spring] [68/85] Extracting at-spi2-core-2.50.2: .......... done
- [spring] [69/85] Installing sqlite3-3.45.1,1...
- [spring] [69/85] Extracting sqlite3-3.45.1,1: .......... done
- [spring] [70/85] Installing xkeyboard-config-2.41_4...
- [spring] [70/85] Extracting xkeyboard-config-2.41_4: .......... done
- [spring] [71/85] Installing librsvg2-rust-2.58.0_1...
- [spring] [71/85] Extracting librsvg2-rust-2.58.0_1: .......... done
- [spring] [72/85] Installing cups-2.4.7_2...
- ===> Creating groups.
- Creating group 'cups' with gid '193'.
- ===> Creating users
- Creating user 'cups' with uid '193'.
- [spring] [72/85] Extracting cups-2.4.7_2: .......... done
- [spring] [73/85] Installing libXrandr-1.5.2_1...
- [spring] [73/85] Extracting libXrandr-1.5.2_1: .......... done
- [spring] [74/85] Installing adwaita-icon-theme-42.0...
- [spring] [74/85] Extracting adwaita-icon-theme-42.0: .......... done
- [spring] [75/85] Installing libXdamage-1.1.6...
- [spring] [75/85] Extracting libXdamage-1.1.6: ......... done
- [spring] [76/85] Installing libXinerama-1.1.4_3,1...
- [spring] [76/85] Extracting libXinerama-1.1.4_3,1: .......... done
- [spring] [77/85] Installing hicolor-icon-theme-0.17...
- [spring] [77/85] Extracting hicolor-icon-theme-0.17: . done
- [spring] [78/85] Installing colord-1.4.7...
- ===> Creating groups.
- Creating group 'colord' with gid '970'.
- ===> Creating users
- Creating user 'colord' with uid '970'.
- [spring] [78/85] Extracting colord-1.4.7: .......... done
- [spring] [79/85] Installing libepoxy-1.5.9...
- [spring] [79/85] Extracting libepoxy-1.5.9: .......
- ... done
- [spring] [80/85] Installing libXcursor-1.2.2...
- [spring] [80/85] Extracting libXcursor-1.2.2: .......... done
- [spring] [81/85] Installing libXcomposite-0.4.6_1,1...
- [spring] [81/85] Extracting libXcomposite-0.4.6_1,1: .......... done
- [spring] [82/85] Installing gsettings-desktop-schemas-42.0...
- [spring] [82/85] Extracting gsettings-desktop-schemas-42.0: .......... done
- [spring] [83/85] Installing libxkbcommon-1.6.0_2...
- [spring] [83/85] Extracting libxkbcommon-1.6.0_2: .......... done
- [spring] [84/85] Installing gtk3-3.24.41...
- [spring] [84/85] Extracting gtk3-3.24.41: .......... done
- [spring] [85/85] Installing gtksourceview3-3.24.11_4...
- [spring] [85/85] Extracting gtksourceview3-3.24.11_4: .......... done
- ==> Running trigger: shared-mime-info.ucl
- Building the Shared MIME-Info database cache
- ==> 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: 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: gio-modules.ucl
- Generating GIO modules cache
- ==> Running trigger: glib-schemas.ucl
- Compiling glib schemas
- =====
- 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-04-23 17:59.38 ---> using "4c5ac8498425528cf39a3c27ca642b0cc3c20332d7a1b52f60d8e00852b27baa" from cache


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


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[gospel.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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[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-nnp is already installed (current version is base).
[NOTE] Package base-domains 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 dune                 3.15.0
   install conf-bash            1
   install num                  1.5
   install cmdliner             1.2.0
   install ocamlfind            1.9.6
   install conf-pkg-config      3
   install stdlib-shims         0.3.0
   install sexplib0             v0.16.0
   install result               1.5
   install ppx_derivers         1.2.1
   install ocaml-compiler-libs  v0.12.4
   install menhirSdk            20231231
   install menhirLib            20231231
   install menhirCST            20231231
   install csexp                1.5.2
   install cppo                 1.6.9
   install camlp-streams        5.0.1
   install topkg                1.0.7
   install conf-gtksourceview3  0+2
   install conf-gtk3            18
   install conf-cairo           1
   install parsexp              v0.16.0
   install ppxlib               0.32.0
   install menhir               20231231
   install dune-configurator    3.15.0
   install fmt                  0.9.0
   install sexplib              v0.16.0
   install ppx_deriving         5.2.1
   install cairo2               0.6.4
   install base                 v0.16.3
   install gospel               dev*
   install lablgtk3             3.1.4
   install ppx_sexp_conv        v0.16.0
   install lablgtk3-sourceview3 3.1.4
   install why3                 1.7.2
   install why3-ide             1.7.2
=====  37 =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved camlp-streams.5.0.1  (cached)
 retrieved cairo2.0.6.4  (cached)
 retrieved cppo.1.6.9  (cached)
 installed conf-pkg-config.3
 installed conf-gtk3.18
 installed conf-cairo.1
 retrieved csexp.1.5.2  (cached)
 installed conf-gtksourceview3.0+2
 installed conf-bash.1
 retrieved cmdliner.1.2.0  (cached)
 retrieved base.v0.16.3  (cached)
 retrieved fmt.0.9.0  (cached)
 retrieved dune.3.15.0  (cached)
 retrieved lablgtk3.3.1.4  (cached)
 retrieved dune-configurator.3.15.0  (cached)
 retrieved lablgtk3-sourceview3.3.1.4  (cached)
 retrieved menhir.20231231  (cached)
 retrieved menhirCST.20231231  (cached)
 retrieved menhirLib.20231231  (cached)
 retrieved menhirSdk.20231231  (cached)
 retrieved num.1.5  (cached)
 retrieved ocamlbuild.0.14.3  (cached)
 retrieved ocamlfind.1.9.6  (cached)
 retrieved parsexp.v0.16.0  (cached)
 retrieved ppx_derivers.1.2.1  (cached)
 retrieved ocaml-compiler-libs.v0.12.4  (cached)
 retrieved ppx_deriving.5.2.1  (cached)
 retrieved ppx_sexp_conv.v0.16.0  (cached)
 retrieved result.1.5  (cached)
 installed cmdliner.1.2.0
 retrieved sexplib.v0.16.0  (cached)
 retrieved ppxlib.0.32.0  (cached)
 retrieved sexplib0.v0.16.0  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved topkg.1.0.7  (cached)
 installed num.1.5
 retrieved why3.1.7.2  (https://why3.gitlabpages.inria.fr/releases/why3-1.7.2.tar.gz)
 retrieved gospel.dev  (no changes)
 retrieved why3-ide.1.7.2  (https://why3.gitlabpages.inria.fr/releases/why3-1.7.2.tar.gz)
 installed ocamlfind.1.9.6
 installed ocamlbuild.0.14.3
 installed topkg.1.0.7
 installed fmt.0.9.0
 installed dune.3.15.0
 installed csexp.1.5.2
 installed menhirCST.20231231
 installed ppx_derivers.1.2.1
 installed menhirSdk.20231231
 installed ocaml-compiler-libs.v0.12.4
 installed menhirLib.20231231
 installed camlp-streams.5.0.1
 installed cppo.1.6.9
 installed stdlib-shims.0.3.0
 installed result.1.5
 installed sexplib0.v0.16.0
 installed dune-configurator.3.15.0
 installed parsexp.v0.16.0
 installed cairo2.0.6.4
 installed sexplib.v0.16.0
 installed base.v0.16.3
 installed lablgtk3.3.1.4
 installed lablgtk3-sourceview3.3.1.4
 installed ppxlib.0.32.0
 installed ppx_deriving.5.2.1
 installed ppx_sexp_conv.v0.16.0
 installed menhir.20231231
 installed gospel.dev
 installed why3.1.7.2
 installed why3-ide.1.7.2
Done.
2024-04-23 17:59.38 ---> using "57c6d9c71804337c5727be3eb21f51b004782e6c6f3ffbe360b05ff46f498837" from cache


/src: (copy (src .) (dst /src))
2024-04-23 17:59.39 ---> saved as "64bd4792657dc8bb8c0a7c905533caf95ed0c2a82ad4c766ad6c712d982bde0c"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-04-23 17:59.42 ---> saved as "b2477c60595123632084d7a82c5bf67a34ce7cd257ec9d006d23fb5c7bc7538c"
Job succeeded
2024-04-23 18:03.57: Job succeeded