Organisationsbacktrackingocamlgraph9e8c1d (master)freebsd-14.1-5.3_opam-2.3

freebsd-14.1-5.3_opam-2.3

Logs

Show full logs
2025-01-10 13:20.33: New job: test backtracking/ocamlgraph https://github.com/backtracking/ocamlgraph.git#refs/heads/master (9e8c1d7c0ef44845b42e3595ef68abc37f0cbff6) (freebsd-x86_64:freebsd-14.1-5.3_opam-2.3)
Base: freebsd-14.1-ocaml-5.3
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/backtracking/ocamlgraph.git" -b "master" && cd "ocamlgraph" && git reset --hard 9e8c1d7c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.1-ocaml-5.3
# freebsd-14.1-5.3_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.3 /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 a78e724dc54989d1f496005039fd06298c63484a || git fetch origin master) && git reset -q --hard a78e724dc54989d1f496005039fd06298c63484a && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ocamlgraph_gtk.opam ocamlgraph.opam ./
RUN opam pin add -yn ocamlgraph_gtk.dev './' && \
    opam pin add -yn ocamlgraph.dev './'
ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-pkg-config.3 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.1 graphics.5.1.2 lablgtk.2.18.13 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.6 stdlib-shims.0.3.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.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

2025-01-10 13:20.33: Using cache hint "backtracking/ocamlgraph-freebsd-14.1-ocaml-5.3-freebsd-14.1-5.3_opam-2.3-bcca185635ed1d91efe04dee3220314a"
2025-01-10 13:20.33: Using OBuilder spec:
((from freebsd-14.1-ocaml-5.3)
 (comment freebsd-14.1-5.3_opam-2.3)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/local/bin/opam-2.3 /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 a78e724dc54989d1f496005039fd06298c63484a || git fetch origin master) && git reset -q --hard a78e724dc54989d1f496005039fd06298c63484a && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn ocamlgraph_gtk.dev './' && \
             \nopam pin add -yn ocamlgraph.dev './'"))
 (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-pkg-config.3 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.1 graphics.5.1.2 lablgtk.2.18.13 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.6 stdlib-shims.0.3.0")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.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"))
)

2025-01-10 13:20.33: Waiting for resource in pool OCluster
2025-01-10 13:20.34: Waiting for worker…
2025-01-10 13:53.46: Got resource from pool OCluster
Building on summer
All commits already cached
HEAD is now at 9e8c1d7 fixed test_contraction

(from freebsd-14.1-ocaml-5.3)
2025-01-10 13:41.55 ---> using "fa4c65a721275037aa0f851d49090cd38fc202c0147147d39fba5c0e4d9b16e6" from cache

/: (comment freebsd-14.1-5.3_opam-2.3)

/: (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.3 /usr/local/bin/opam"))
2025-01-10 13:41.56 ---> using "707c7e294765dd0c27e269a5b580560b225237a2f86c98e49e9b55231281b700" from cache

/src: (run (shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=1 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2025-01-10 13:41.56 ---> using "45749df81b3980750ffa6bca410a05b72322147ab2725b654dada75710103de9" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.1-RELEASE-p5
The OCaml toplevel, version 5.3.0
2.3.0
2025-01-10 13:41.57 ---> using "f64bb7c3e303337c7ff569b67d81a7b6dbef733cbc8fc2ef78eebdda8d34b5e9" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-01-10 13:41.57 ---> using "b5dd81919ce8bb132a9ebf4541726236220f50fa3e495f7f25632fce1e88b154" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e a78e724dc54989d1f496005039fd06298c63484a || git fetch origin master) && git reset -q --hard a78e724dc54989d1f496005039fd06298c63484a && git log --no-decorate -n1 --oneline && opam update -u"))
a78e724dc5 Merge pull request #27231 from Octachron/OCaml_5.3.0

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

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.4.0
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2025-01-10 13:41.58 ---> using "516726dfc326e2abc91c4ee9e0afe8747db4fc63955b0f62759d5d921457e84a" from cache

/src: (copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./))
2025-01-10 13:42.02 ---> saved as "c62023272fb05b03b4b36dde537467d24827e881c4d62aecba35f0ababfe06b2"

/src: (run (network host)
           (shell  "opam pin add -yn ocamlgraph_gtk.dev './' && \
                  \nopam pin add -yn ocamlgraph.dev './'"))
[ocamlgraph_gtk.dev] synchronised (file:///src)
ocamlgraph_gtk is now pinned to file:///src (version dev)
[ocamlgraph.dev] synchronised (file:///src)
ocamlgraph is now pinned to file:///src (version dev)
2025-01-10 13:42.09 ---> saved as "19b6acd8add764b07425a9a70e69852df5c2a397f8ce2e2b531dde1f78a3cae7"

/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-pkg-config.3 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.1 graphics.5.1.2 lablgtk.2.18.13 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlfind.1.9.6 stdlib-shims.0.3.0")

/src: (env CI true)

/src: (env OCAMLCI true)

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.3 --depext-only -y ocamlgraph_gtk.dev ocamlgraph.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ocamlgraph.dev] synchronised (no changes)
[ocamlgraph_gtk.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-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[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-effects 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).

The following system packages will first need to be installed:
    gtk2 libgnomecanvas libX11

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

+ /usr/local/bin/sudo "pkg" "install" "-y" "gtk2" "libgnomecanvas" "libX11"
- Updating FreeBSD repository catalogue...
- [summer] Fetching data.pkg: .
- ........
- . done
- Processing entries: 
- .
- .
- .
- .
- .
- .
- .
- .
- .
- . done
- FreeBSD repository update completed. 35917 packages processed.
- All repositories are up to date.
- The following 61 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	at-spi2-core: 2.54.0
- 	avahi-app: 0.8_2
- 	brotli: 1.1.0,1
- 	cairo: 1.17.4_2,3
- 	cups: 2.4.11
- 	dbus: 1.14.10_5,1
- 	dbus-glib: 0.112_1
- 	fontconfig: 2.15.0_3,1
- 	freetype2: 2.13.3
- 	fribidi: 1.0.16
- 	gdbm: 1.24
- 	gdk-pixbuf2: 2.42.10_3
- 	glib: 2.80.5_1,2
- 	gmp: 6.3.0
- 	gnome_subr: 1.0
- 	gnutls: 3.8.8
- 	graphite2: 1.3.14
- 	gtk-update-icon-cache: 3.24.31_1
- 	gtk2: 2.24.33_1
- 	harfbuzz: 10.1.0
- 	hicolor-icon-theme: 0.18
- 	jbigkit: 2.1_3
- 	jpeg-turbo: 3.0.4
- 	lerc: 4.0.0
- 	libICE: 1.1.1,1
- 	libSM: 1.2.4,1
- 	libX11: 1.8.9,1
- 	libXau: 1.0.11
- 	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.1
- 	libXft: 2.3.8
- 	libXi: 1.8.1,1
- 	libXinerama: 1.1.5,1
- 	libXrandr: 1.5.4
- 	libXrender: 0.9.11
- 	libXtst: 1.2.4
- 	libart_lgpl: 2.3.21_3,1
- 	libdaemon: 0.14_1
- 	libdatrie: 0.2.13_2
- 	libdeflate: 1.22
- 	libevent: 2.1.12
- 	libglvnd: 1.7.0
- 	libgnomecanvas: 2.30.3_7
- 	libpaper: 1.1.28_1
- 	libtasn1: 4.19.0_1
- 	libthai: 0.1.29_1
- 	libxcb: 1.17.0
- 	libxml2: 2.11.9
- 	nettle: 3.10.1
- 	p11-kit: 0.25.5
- 	pango: 1.52.2_1
- 	pixman: 0.42.2
- 	png: 1.6.44
- 	py311-packaging: 24.2
- 	shared-mime-info: 2.4_1
- 	tiff: 4.7.0
- 	xorgproto: 2024.1
- 
- Number of packages to be installed: 61
- 
- The process will require 192 MiB more space.
- 35 MiB to be downloaded.
- [summer] [1/61] Fetching png-1.6.44.pkg: .......... done
- [summer] [2/61] Fetching libxcb-1.17.0.pkg: ......
- .... done
- [summer] [3/61] Fetching libdatrie-0.2.13_2.pkg: .. done
- [summer] [4/61] Fetching freetype2-2.13.3.pkg: .......... done
- [summer] [5/61] Fetching jpeg-turbo-3.0.4.pkg: .....
- .... done
- [summer] [6/61] Fetching libglvnd-1.7.0.pkg: .......... done
- [summer] [7/61] Fetching cups-2.4.11.pkg: .......... done
- [summer] [8/61] Fetching libXrandr-1.5.4.pkg: .. done
- [summer] [9/61] Fetching nettle-3.10.1.pkg: .......... done
- [summer] [10/61] Fetching libthai-0.1.29_1.pkg: ...... done
- [summer] [11/61] Fetching gtk-update-icon-cache-3.24.31_1.pkg: ...... done
- [summer] [12/61] Fetching libdeflate-1.22.pkg: ..
- .. done
- [summer] [13/61] Fetching fribidi-1.0.16.pkg: .... done
- [summer] [14/61] Fetching libXdamage-1.1.6.pkg: . done
- [summer] [15/61] Fetching libtasn1-4.19.0_1.pkg: ...... done
- [summer] [16/61] Fetching libXfixes-6.0.1.pkg: . done
- [summer] [17/61] Fetching libXinerama-1.1.5,1.pkg: . done
- [summer] [18/61] Fetching gnome_subr-1.0.pkg: . done
- [summer] [19/61] Fetching libxml2-2.11.9.pkg: .........
- . done
- [summer] [20/61] Fetching libart_lgpl-2.3.21_3,1.pkg: ...... done
- [summer] [21/61] Fetching gdk-pixbuf2-2.42.10_3.pkg: .......... done
- [summer] [22/61] Fetching gnutls-3.8.8.pkg: .......
- ... done
- [summer] [23/61] Fetching hicolor-icon-theme-0.18.pkg: . done
- [summer] [24/61] Fetching py311-packaging-24.2.pkg: ...... done
- [summer] [25/61] Fetching libpaper-1.1.28_1.pkg: .. done
- [summer] [26/61] Fetching libX11-1.8.9,1.pkg: ......
- .... done
- [summer] [27/61] Fetching libXrender-0.9.11.pkg: .. done
- [summer] [28/61] Fetching xorgproto-2024.1.pkg: ........ done
- [summer] [29/61] Fetching libXtst-1.2.4.pkg: . done
- [summer] [30/61] Fetching libXi-1.8.1,1.pkg: ....... done
- [summer] [31/61] Fetching libXft-2.3.8.pkg: ...... done
- [summer] [32/61] Fetching cairo-1.17.4_2,3.pkg: ..
- ........ done
- [summer] [33/61] Fetching graphite2-1.3.14.pkg: ..... done
- [summer] [34/61] Fetching shared-mime-info-2.4_1.pkg: .......... done
- [summer] [35/61] Fetching harfbuzz-10.1.0.pkg: ......
- .... done
- [summer] [36/61] Fetching libevent-2.1.12.pkg: ........ done
- [summer] [37/61] Fetching gdbm-1.24.pkg: .......... done
- [summer] [38/61] Fetching avahi-app-0.8_2.pkg: .......... done
- [summer] [39/61] Fetching dbus-1.14.10_5,1.pkg: .......... done
- [summer] [40/61] Fetching libXcursor-1.2.2.pkg: ... done
- [summer] [41/61] Fetching pango-1.52.2_1.pkg: .
- ......... done
- [summer] [42/61] Fetching brotli-1.1.0,1.pkg: ......... done
- [summer] [43/61] Fetching gmp-6.3.0.pkg: ....
- ...... done
- [summer] [44/61] Fetching gtk2-2.24.33_1.pkg: .....
- ..... done
- [summer] [45/61] Fetching libXext-1.3.6,1.pkg: ..... done
- [summer] [46/61] Fetching p11-kit-0.25.5.pkg: .......... done
- [summer] [47/61] Fetching dbus-glib-0.112_1.pkg: ....... done
- [summer] [48/61] Fetching libXau-1.0.11.pkg: . done
- [summer] [49/61] Fetching libXcomposite-0.4.6_1,1.pkg: . done
- [summer] [50/61] Fetching libICE-1.1.1,1.pkg: ....... done
- [summer] [51/61] Fetching fontconfig-2.15.0_3,1.pkg: .......... done
- [summer] [52/61] Fetching pixman-0.42.2.pkg: .......... done
- [summer] [53/61] Fetching at-spi2-core-2.54.0.pkg: .......... done
- [summer] [54/61] Fetching libSM-1.2.4,1.pkg: . done
- [summer] [55/61] Fetching glib-2.80.5_1,2.pkg: ...
- ....... done
- [summer] [56/61] Fetching jbigkit-2.1_3.pkg: ...
- . done
- [summer] [57/61] Fetching libdaemon-0.14_1.pkg: ... done
- [summer] [58/61] Fetching libXdmcp-1.1.5.pkg: . done
- [summer] [59/61] Fetching tiff-4.7.0.pkg: .......... done
- [summer] [60/61] Fetching libgnomecanvas-2.30.3_7.pkg: ....... done
- [summer] [61/61] Fetching lerc-4.0.0.pkg: .....
- ..... done
- Checking integrity... done (0 conflicting)
- [summer] [1/61] Installing xorgproto-2024.1...
- [summer] [1/61] Extracting xorgproto-2024.1: .......... done
- [summer] [2/61] Installing libXau-1.0.11...
- [summer] [2/61] Extracting libXau-1.0.11: .......... done
- [summer] [3/61] Installing libXdmcp-1.1.5...
- [summer] [3/61] Extracting libXdmcp-1.1.5: ......... done
- [summer] [4/61] Installing libxcb-1.17.0...
- [summer] [4/61] Extracting libxcb-1.17.0: .......... done
- [summer] [5/61] Installing libICE-1.1.1,1...
- [summer] [5/61] Extracting libICE-1.1.1,1: .......... done
- [summer] [6/61] Installing png-1.6.44...
- [summer] [6/61] Extracting png-1.6.44: .......... done
- [summer] [7/61] Installing py311-packaging-24.2...
- [summer] [7/61] Extracting py311-packaging-24.2: .......... done
- [summer] [8/61] Installing libX11-1.8.9,1...
- [summer] [8/61] Extracting libX11-1.8.9,1: .......... done
- [summer] [9/61] Installing brotli-1.1.0,1...
- [summer] [9/61] Extracting brotli-1.1.0,1: .......... done
- [summer] [10/61] Installing libSM-1.2.4,1...
- [summer] [10/61] Extracting libSM-1.2.4,1: .......... done
- [summer] [11/61] Installing freetype2-2.13.3...
- [summer] [11/61] Extracting freetype2-2.13.3: .......... done
- [summer] [12/61] Installing jpeg-turbo-3.0.4...
- [summer] [12/61] Extracting jpeg-turbo-3.0.4: .......... done
- [summer] [13/61] Installing libdeflate-1.22...
- [summer] [13/61] Extracting libdeflate-1.22: .......... done
- [summer] [14/61] Installing libtasn1-4.19.0_1...
- [summer] [14/61] Extracting libtasn1-4.19.0_1: .......... done
- [summer] [15/61] Installing libXfixes-6.0.1...
- [summer] [15/61] Extracting libXfixes-6.0.1: .......... done
- [summer] [16/61] Installing libxml2-2.11.9...
- [summer] [16/61] Extracting libxml2-2.11.9: .......... done
- [summer] [17/61] Installing dbus-1.14.10_5,1...
- ===> Creating groups
- Creating group 'messagebus' with gid '556'
- ===> Creating users
- Creating user 'messagebus' with uid '556'
- [summer] [17/61] Extracting dbus-1.14.10_5,1: ......... done
- [summer] [18/61] Installing gmp-6.3.0...
- [summer] [18/61] Extracting gmp-6.3.0: .......... done
- [summer] [19/61] Installing libXext-1.3.6,1...
- [summer] [19/61] Extracting libXext-1.3.6,1: .......... done
- [summer] [20/61] Installing glib-2.80.5_1,2...
- [summer] [20/61] Extracting glib-2.80.5_1,2: .......... done
- [summer] [21/61] Installing jbigkit-2.1_3...
- [summer] [21/61] Extracting jbigkit-2.1_3: .......... done
- [summer] [22/61] Installing lerc-4.0.0...
- [summer] [22/61] Extracting lerc-4.0.0: ........ done
- [summer] [23/61] Installing libdatrie-0.2.13_2...
- [summer] [23/61] Extracting libdatrie-0.2.13_2: .......... done
- [summer] [24/61] Installing libglvnd-1.7.0...
- [summer] [24/61] Extracting libglvnd-1.7.0: .......... done
- [summer] [25/61] Installing nettle-3.10.1...
- [summer] [25/61] Extracting nettle-3.10.1: .......... done
- [summer] [26/61] Installing gnome_subr-1.0...
- [summer] [26/61] Extracting gnome_subr-1.0: .... done
- [summer] [27/61] Installing libXrender-0.9.11...
- [summer] [27/61] Extracting libXrender-0.9.11: .......... done
- [summer] [28/61] Installing libXi-1.8.1,1...
- [summer] [28/61] Extracting libXi-1.8.1,1: .......... done
- [summer] [29/61] Installing graphite2-1.3.14...
- [summer] [29/61] Extracting graphite2-1.3.14: .......... done
- [summer] [30/61] Installing shared-mime-info-2.4_1...
- [summer] [30/61] Extracting shared-mime-info-2.4_1: ......... done
- [summer] [31/61] Installing libevent-2.1.12...
- [summer] [31/61] Extracting libevent-2.1.12: .......... done
- [summer] [32/61] Installing gdbm-1.24...
- [summer] [32/61] Extracting gdbm-1.24: .
- ......... done
- [summer] [33/61] Installing p11-kit-0.25.5...
- [summer] [33/61] Extracting p11-kit-0.25.5: .......... done
- [summer] [34/61] Installing dbus-glib-0.112_1...
- [summer] [34/61] Extracting dbus-glib-0.112_1: .......... done
- [summer] [35/61] Installing fontconfig-2.15.0_3,1...
- [summer] [35/61] Extracting fontconfig-2.15.0_3,1: .......... done
- [summer] [36/61] Installing pixman-0.42.2...
- [summer] [36/61] Extracting pixman-0.42.2: .......... done
- [summer] [37/61] Installing libdaemon-0.14_1...
- [summer] [37/61] Extracting libdaemon-0.14_1: .......... done
- [summer] [38/61] Installing tiff-4.7.0...
- [summer] [38/61] Extracting tiff-4.7.0: .......... done
- [summer] [39/61] Installing libthai-0.1.29_1...
- [summer] [39/61] Extracting libthai-0.1.29_1: .......... done
- [summer] [40/61] Installing fribidi-1.0.16...
- [summer] [40/61] Extracting fribidi-1.0.16: .......... done
- [summer] [41/61] Installing gdk-pixbuf2-2.42.10_3...
- [summer] [41/61] Extracting gdk-pixbuf2-2.42.10_3: .......... done
- [summer] [42/61] Installing gnutls-3.8.8...
- [summer] [42/61] Extracting gnutls-3.8.8: .......... done
- [summer] [43/61] Installing libpaper-1.1.28_1...
- [summer] [43/61] Extracting libpaper-1.1.28_1: .......... done
- [summer] [44/61] Installing libXtst-1.2.4...
- [summer] [44/61] Extracting libXtst-1.2.4: .......... done
- [summer] [45/61] Installing libXft-2.3.8...
- [summer] [45/61] Extracting libXft-2.3.8: .......... done
- [summer] [46/61] Installing cairo-1.17.4_2,3...
- [summer] [46/61] Extracting cairo-1.17.4_2,3: .......... done
- [summer] [47/61] Installing harfbuzz-10.1.0...
- [summer] [47/61] Extracting harfbuzz-10.1.0: .......... done
- [summer] [48/61] Installing avahi-app-0.8_2...
- ===> Creating groups
- Creating group 'avahi' with gid '558'
- ===> Creating users
- Creating user 'avahi' with uid '558'
- [summer] [48/61] Extracting avahi-app-0.8_2: .......... done
- [summer] [49/61] Installing cups-2.4.11...
- ===> Creating groups
- Creating group 'cups' with gid '193'
- ===> Creating users
- Creating user 'cups' with uid '193'
- [summer] [49/61] Extracting cups-2.4.11: ........
- .. done
- [summer] [50/61] Installing libXrandr-1.5.4...
- [summer] [50/61] Extracting libXrandr-1.5.4: .......... done
- [summer] [51/61] Installing gtk-update-icon-cache-3.24.31_1...
- [summer] [51/61] Extracting gtk-update-icon-cache-3.24.31_1: .......... done
- [summer] [52/61] Installing libXdamage-1.1.6...
- [summer] [52/61] Extracting libXdamage-1.1.6: ......... done
- [summer] [53/61] Installing libXinerama-1.1.5,1...
- [summer] [53/61] Extracting libXinerama-1.1.5,1: .......... done
- [summer] [54/61] Installing hicolor-icon-theme-0.18...
- [summer] [54/61] Extracting hicolor-icon-theme-0.18: . done
- [summer] [55/61] Installing libXcursor-1.2.2...
- [summer] [55/61] Extracting libXcursor-1.2.2: .......... done
- [summer] [56/61] Installing pango-1.52.2_1...
- [summer] [56/61] Extracting pango-1.52.2_1: ......
- .... done
- [summer] [57/61] Installing libXcomposite-0.4.6_1,1...
- [summer] [57/61] Extracting libXcomposite-0.4.6_1,1: .......... done
- [summer] [58/61] Installing at-spi2-core-2.54.0...
- [summer] [58/61] Extracting at-spi2-core-2.54.0: .......... done
- [summer] [59/61] Installing libart_lgpl-2.3.21_3,1...
- [summer] [59/61] Extracting libart_lgpl-2.3.21_3,1: .......... done
- [summer] [60/61] Installing gtk2-2.24.33_1...
- [summer] [60/61] Extracting gtk2-2.24.33_1: .......... done
- [summer] [61/61] Installing libgnomecanvas-2.30.3_7...
- [summer] [61/61] Extracting libgnomecanvas-2.30.3_7: .......... done
- ==> Running trigger: gtk-update-icon-cache.ucl
- Generating GTK icon cache for /usr/local/share/icons/hicolor
- ==> Running trigger: shared-mime-info.ucl
- Building the Shared MIME-Info database cache
- ==> Running trigger: glib-schemas.ucl
- Compiling glib schemas
- No schema files found: doing nothing.
- ==> Running trigger: fontconfig.ucl
- Running fc-cache to build fontconfig cache...
- ==> Running trigger: gio-modules.ucl
- Generating GIO modules cache
- ==> Running trigger: gdk-pixbuf-query-loaders.ucl
- Generating gdk-pixbuf modules cache
- =====
- Message from freetype2-2.13.3:
- 
- --
- 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).
2025-01-10 13:44.17 ---> saved as "17681514ef0fb784708d88390362f18b3002484130005cabf9bffbf5a0250f06"

/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-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[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-effects 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).
The following actions will be performed:
=== install 12 packages
   camlp-streams     5.0.1
   conf-gnomecanvas  2
   conf-gtk2         1
   conf-libX11       1
   conf-pkg-config   3
   csexp             1.5.2
   dune              3.17.1
   dune-configurator 3.17.1
   graphics          5.1.2
   lablgtk           2.18.13
   ocamlfind         1.9.6
   stdlib-shims      0.3.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved csexp.1.5.2  (cached)
 installed conf-pkg-config.3
 retrieved graphics.5.1.2  (cached)
 installed conf-libX11.1
 installed conf-gtk2.1
 installed conf-gnomecanvas.2
 retrieved camlp-streams.5.0.1  (cached)
 retrieved ocamlfind.1.9.6  (cached)
 retrieved lablgtk.2.18.13  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved dune.3.17.1, dune-configurator.3.17.1  (cached)
 installed dune.3.17.1
 installed csexp.1.5.2
 installed stdlib-shims.0.3.0
 installed camlp-streams.5.0.1
 installed dune-configurator.3.17.1
 installed graphics.5.1.2
 installed ocamlfind.1.9.6
 installed lablgtk.2.18.13
Done.
2025-01-10 13:48.43 ---> saved as "c0ff9406115f118ad1f3481850713acf9e4b47d87c8d787d652417a31cd7701e"

/src: (copy (src .) (dst /src))
2025-01-10 13:48.51 ---> saved as "285dbc0c2b3c5d29794533d2e87e32118b207a64a09afe4d84e39223beb9c575"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.3.0/bin/ocamlc.opt -w -32 -g -bin-annot -bin-annot-occurrences -I editor/.editor.eobjs/byte -I /home/opam/.opam/5.3.0/lib/lablgtk2 -I /home/opam/.opam/5.3.0/lib/ocaml/threads -I /home/opam/.opam/5.3.0/lib/ocaml/unix -I /home/opam/.opam/5.3.0/lib/stdlib-shims -I src/.graph.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Dune__exe -o editor/.editor.eobjs/byte/dune__exe__Gtree.cmo -c -impl editor/gtree.ml)
File "editor/gtree.ml", line 224, characters 14-24:
224 |       let _ = sigs#event (drag_label db) in
                    ^^^^^^^^^^
Warning 6 [labels-omitted]: label callback was omitted in the application of this function.
(cd _build/default/tests && ./test_bfs.exe)
All tests succeeded.
(cd _build/default/tests && ./test_dfs.exe)
All tests succeeded.
(cd _build/default/tests && ./test_check_path.exe)
test check_path: all tests succeeded.
(cd _build/default && /home/opam/.opam/5.3.0/bin/ocamlc.opt -w -32 -g -bin-annot -bin-annot-occurrences -I editor/.graphEdGTK.eobjs/byte -I /home/opam/.opam/5.3.0/lib/lablgtk2 -I /home/opam/.opam/5.3.0/lib/ocaml/threads -I /home/opam/.opam/5.3.0/lib/ocaml/unix -I /home/opam/.opam/5.3.0/lib/stdlib-shims -I src/.graph.objs/byte -no-alias-deps -opaque -open Dune__exe -o editor/.graphEdGTK.eobjs/byte/dune__exe__GraphEdGTK.cmo -c -impl editor/graphEdGTK.ml)
File "editor/graphEdGTK.ml", line 397, characters 14-24:
397 |       let _ = sigs#event (drag_label noeud ellipse) in
                    ^^^^^^^^^^
Warning 6 [labels-omitted]: label callback was omitted in the application of this function.

File "editor/graphEdGTK.ml", line 717, characters 8-33:
717 | let _ = canvas#root#connect#event (canvas_event) 
              ^^^^^^^^^^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: label callback was omitted in the application of this function.

File "editor/graphEdGTK.ml", line 865, characters 9-33:
865 | let () = canvas#set_scroll_region 0. 0. w h 
               ^^^^^^^^^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: labels x1, y1, x2, y2 were omitted in the application of this function.
(cd _build/default && /home/opam/.opam/5.3.0/bin/ocamlc.opt -open ViewGraph -g -bin-annot -bin-annot-occurrences -I view_graph/.viewGraph_test.eobjs/byte -I /home/opam/.opam/5.3.0/lib/lablgtk2 -I /home/opam/.opam/5.3.0/lib/ocaml/threads -I /home/opam/.opam/5.3.0/lib/ocaml/unix -I /home/opam/.opam/5.3.0/lib/stdlib-shims -I src/.graph.objs/byte -I view_graph/.viewGraph.objs/byte -no-alias-deps -opaque -o view_graph/.viewGraph_test.eobjs/byte/dune__exe__ViewGraph_test.cmo -c -impl view_graph/viewGraph_test.ml)
File "view_graph/viewGraph_test.ml", line 70, characters 4-24:
70 |     GToolbox.message_box "Error" 
         ^^^^^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: label title was omitted in the application of this function.

File "view_graph/viewGraph_test.ml", line 82, characters 2-22:
82 |   GToolbox.message_box "Error" 
       ^^^^^^^^^^^^^^^^^^^^
Warning 6 [labels-omitted]: label title was omitted in the application of this function.
(cd _build/default/tests && ./test_topsort.exe)
test topsort: all tests succeeded.
test_bf: all tests succeeded.
test_fixpoint: all tests succeeded.
test_chaotic: all tests succeeded.
test_contraction: all tests succeeded.
strat: all tests succeeded.
test_saps: all tests succeeded.
test_nontrivial_dom: all tests succeeded.
dot: all tests succeeded.
test_johnson: all tests succeeded.
basic: all tests succeeded.
test_components: all tests succeeded.
test_wto: all tests succeeded.
test_cycles: all tests succeeded.
(cd _build/default/tests && ./check.exe)
check: all tests succeeded
2025-01-10 13:49.30 ---> saved as "3da1c9f57faaecaa6176dca3a22203136571c0c723858d0301dba9a9e52af8c6"
Job succeeded
2025-01-10 14:01.25: Job succeeded