Organisationstalex50installb3d7e5 (master)freebsd-5.1_opam-2.1

freebsd-5.1_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 10:07.23: New job: test talex5/0install https://github.com/talex5/0install.git#refs/heads/master (b3d7e5fdabb42c495c0ba3a97056b21264064f4f) (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/talex5/0install.git" -b "master" && cd "0install" && git reset --hard b3d7e5fd
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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 0install.opam 0install-solver.opam 0install-gtk.opam ./
RUN opam pin add -yn 0install.dev './' && \
    opam pin add -yn 0install-solver.dev './' && \
    opam pin add -yn 0install-gtk.dev './'
ENV DEPS="base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 lablgtk3.3.1.4 lwt.5.7.0 lwt_glib.1.1.1 lwt_log.1.1.2 lwt_ppx.2.1.0 lwt_react.1.2.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 obus.1.2.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 ocplib-endian.1.2 ocurl.0.9.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.32.1 react.1.2.2 seq.base sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 topkg.1.0.7 xmlm.1.4.0 yojson.2.1.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y 0install.dev 0install-solver.dev 0install-gtk.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 10:07.23: Using cache hint "talex5/0install-freebsd-freebsd-ocaml-5.1-freebsd-5.1_opam-2.1-7b2028ef2e29d78a04c5348b165797f1"
2024-05-10 10:07.23: 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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src 0install.opam 0install-solver.opam 0install-gtk.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn 0install.dev './' && \
             \nopam pin add -yn 0install-solver.dev './' && \
             \nopam pin add -yn 0install-gtk.dev './'"))
 (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 lablgtk3.3.1.4 lwt.5.7.0 lwt_glib.1.1.1 lwt_log.1.1.2 lwt_ppx.2.1.0 lwt_react.1.2.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 obus.1.2.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 ocplib-endian.1.2 ocurl.0.9.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.32.1 react.1.2.2 seq.base sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 topkg.1.0.7 xmlm.1.4.0 yojson.2.1.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 0install.dev 0install-solver.dev 0install-gtk.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 10:07.23: Waiting for resource in pool OCluster
2024-05-10 18:59.07: Waiting for worker…
2024-05-10 20:36.30: Got resource from pool OCluster
Building on spring
All commits already cached
HEAD is now at b3d7e5fd Replace uses of deprecated Stdlib.Stream and Lwt_unix.yield


(from freebsd-ocaml-5.1)
2024-05-10 20:31.00 ---> 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-05-10 20:31.01 ---> 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-05-10 20:31.01 ---> 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-05-10 20:31.02 ---> using "ec35bf54fa4c1a8f744eebe8956e2d9e1f1f6379cf858b75ddefbabb954554fc" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-10 20:31.02 ---> 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 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
   69e073a577..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
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 20:31.03 ---> using "58d3ef29e7d8e112ec0533b0e9ff899b4f2ad47e9de0ab0016f9eddf180c5974" from cache


/src: (copy (src 0install.opam 0install-solver.opam 0install-gtk.opam)
            (dst ./))
2024-05-10 20:31.05 ---> saved as "d38d0f0a57af6f90cc6834568ff9448aaff32ebdd3bbef062d375cea39fb00b8"


/src: (run (network host)
           (shell  "opam pin add -yn 0install.dev './' && \
                  \nopam pin add -yn 0install-solver.dev './' && \
                  \nopam pin add -yn 0install-gtk.dev './'"))
[0install.dev] synchronised (file:///src)
0install is now pinned to file:///src (version dev)
[0install-solver.dev] synchronised (file:///src)
0install-solver is now pinned to file:///src (version dev)
[0install-gtk.dev] synchronised (file:///src)
0install-gtk is now pinned to file:///src (version dev)
2024-05-10 20:31.14 ---> saved as "d8e72461ab1dfa590a779b38c87761d76b3f54b3eb4e2e33c897a61966241aaa"


/src: (env DEPS "base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 lablgtk3.3.1.4 lwt.5.7.0 lwt_glib.1.1.1 lwt_log.1.1.2 lwt_ppx.2.1.0 lwt_react.1.2.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 obus.1.2.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 ocplib-endian.1.2 ocurl.0.9.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.32.1 react.1.2.2 seq.base sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 topkg.1.0.7 xmlm.1.4.0 yojson.2.1.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 0install.dev 0install-solver.dev 0install-gtk.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[0install-solver.dev] synchronised (no changes)
[0install-gtk.dev] synchronised (no changes)
[0install.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:
    glib graphics/cairo gtk3


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


/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 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 ocamlfind           1.9.6
   install seq                 base
   install conf-pkg-config     3
   install dune                3.15.2
   install conf-libcurl        2
   install topkg               1.0.7
   install base-bytes          base
   install conf-gtk3           18
   install conf-glib-2         1
   install conf-cairo          1
   install stdlib-shims        0.3.0
   install sexplib0            v0.17.0
   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 xmlm                1.4.0
   install react               1.2.2
   install sha                 1.15.4
   install ounit2              2.2.7
   install ppxlib              0.32.1
   install menhir              20231231
   install dune-configurator   3.15.2
   install yojson              2.1.2
   install ocplib-endian       1.2
   install cairo2              0.6.4
   install lwt                 5.7.0
   install lablgtk3            3.1.4
   install lwt_react           1.2.0
   install lwt_ppx             2.1.0
   install lwt_log             1.1.2
   install lwt_glib            1.1.1
   install ocurl               0.9.2
   install obus                1.2.5
=====  39 =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved cppo.1.6.9  (cached)
 installed conf-pkg-config.3
 retrieved csexp.1.5.2  (cached)
 installed conf-gtk3.18
 installed conf-glib-2.1
 installed conf-cairo.1
 installed conf-libcurl.2
 retrieved camlp-streams.5.0.1  (cached)
 retrieved cairo2.0.6.4  (cached)
 retrieved lablgtk3.3.1.4  (cached)
 retrieved dune-configurator.3.15.2  (cached)
 retrieved lwt_glib.1.1.1  (cached)
 retrieved lwt.5.7.0  (cached)
 retrieved lwt_log.1.1.2  (cached)
 retrieved lwt_ppx.2.1.0  (cached)
 retrieved lwt_react.1.2.0  (cached)
 retrieved menhir.20231231  (cached)
 retrieved menhirCST.20231231  (cached)
 retrieved menhirLib.20231231  (cached)
 retrieved menhirSdk.20231231  (cached)
 retrieved obus.1.2.5  (cached)
 retrieved ocaml-compiler-libs.v0.12.4  (cached)
 retrieved ocamlbuild.0.14.3  (cached)
 retrieved ocplib-endian.1.2  (cached)
 retrieved ocamlfind.1.9.6  (cached)
 retrieved ounit2.2.2.7  (cached)
 retrieved ppx_derivers.1.2.1  (cached)
 retrieved ocurl.0.9.2  (cached)
 retrieved dune.3.15.2  (cached)
 installed seq.base
 retrieved sexplib0.v0.17.0  (cached)
 retrieved react.1.2.2  (cached)
 retrieved sha.1.15.4  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved ppxlib.0.32.1  (cached)
 retrieved xmlm.1.4.0  (cached)
 retrieved yojson.2.1.2  (cached)
 retrieved topkg.1.0.7  (cached)
 installed ocamlbuild.0.14.3
 installed ocamlfind.1.9.6
 installed base-bytes.base
 installed topkg.1.0.7
 installed react.1.2.2
 installed xmlm.1.4.0
 installed dune.3.15.2
 installed menhirLib.20231231
 installed menhirCST.20231231
 installed ppx_derivers.1.2.1
 installed menhirSdk.20231231
 installed stdlib-shims.0.3.0
 installed sexplib0.v0.17.0
 installed ocaml-compiler-libs.v0.12.4
 installed csexp.1.5.2
 installed ounit2.2.2.7
 installed sha.1.15.4
 installed cppo.1.6.9
 installed camlp-streams.5.0.1
 installed ocplib-endian.1.2
 installed dune-configurator.3.15.2
 installed yojson.2.1.2
 installed cairo2.0.6.4
 installed lwt.5.7.0
 installed lwt_log.1.1.2
 installed lwt_react.1.2.0
 installed lwt_glib.1.1.1
 installed lablgtk3.3.1.4
 installed ppxlib.0.32.1
 installed lwt_ppx.2.1.0
 installed menhir.20231231
 installed obus.1.2.5
 installed ocurl.0.9.2
Done.
2024-05-10 20:48.52 ---> saved as "ef119dc6691c64b1d21d3e9650fd7b772c7ecea82c02cdeaea44bb4deb2ca1db"


/src: (copy (src .) (dst /src))
2024-05-10 20:49.13 ---> saved as "744b85c7cde4e1e4f4f253935b169f1ed7a500a08b7dcb5a14a72b707d45a4a2"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.1.1/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/support/.support.objs/byte -I /home/opam/.opam/5.1.1/lib/bytes -I /home/opam/.opam/5.1.1/lib/lwt -I /home/opam/.opam/5.1.1/lib/lwt/unix -I /home/opam/.opam/5.1.1/lib/ocaml/str -I /home/opam/.opam/5.1.1/lib/ocaml/threads -I /home/opam/.opam/5.1.1/lib/ocaml/unix -I /home/opam/.opam/5.1.1/lib/ocplib-endian -I /home/opam/.opam/5.1.1/lib/ocplib-endian/bigstring -I /home/opam/.opam/5.1.1/lib/seq -I /home/opam/.opam/5.1.1/lib/sha -I /home/opam/.opam/5.1.1/lib/stdlib-shims -I /home/opam/.opam/5.1.1/lib/xmlm -I /home/opam/.opam/5.1.1/lib/yojson -no-alias-deps -opaque -open Support -o src/support/.support.objs/byte/support__Json.cmo -c -impl src/support/json.ml)
File "src/support/json.ml", line 3, characters 9-26:
3 | type t = Yojson.Basic.json
             ^^^^^^^^^^^^^^^^^
Error: Unbound type constructor Yojson.Basic.json
(cd _build/default/src/solver/tests && ./test.exe)
....
Ran: 4 tests in: 0.37 seconds.
OK
jail: /usr/bin/su -l opam -c cd '/src' && env OCAMLCI='true' CI='true' DEPS='base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 lablgtk3.3.1.4 lwt.5.7.0 lwt_glib.1.1.1 lwt_log.1.1.2 lwt_ppx.2.1.0 lwt_react.1.2.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 obus.1.2.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 ocplib-endian.1.2 ocurl.0.9.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.32.1 react.1.2.2 seq.base sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 topkg.1.0.7 xmlm.1.4.0 yojson.2.1.2' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build': failed
"jail" "-c" "name=obuilder_3653_10946" "mount.devfs" "path=/obuilder/result/7fd75184d77a24d7ef44e7ea8f669213b63e21a3897b01bf427f48a6b560e391/rootfs" "vnet" "exec.start=/sbin/ifconfig lo0 127.0.0.1/8" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/src' && env OCAMLCI='true' CI='true' DEPS='base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 lablgtk3.3.1.4 lwt.5.7.0 lwt_glib.1.1.1 lwt_log.1.1.2 lwt_ppx.2.1.0 lwt_react.1.2.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 obus.1.2.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 ocplib-endian.1.2 ocurl.0.9.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.32.1 react.1.2.2 seq.base sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 topkg.1.0.7 xmlm.1.4.0 yojson.2.1.2' OPAMCOLOR='always' CLICOLOR_FORCE='1' '/usr/bin/env' 'bash' '-c' 'opam exec -- dune build @install @check @runtest && rm -rf _build'" failed with exit status 1
2024-05-10 20:55.32: Job failed: Failed: Build failed