Organisationsbacktrackingocamlgraph23aa17 (master)freebsd-15.0-4.14_opam-2.5

freebsd-15.0-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-04-29 12:49.29: New job: test backtracking/ocamlgraph https://github.com/backtracking/ocamlgraph.git#refs/heads/master (23aa179cabeb0352b397198dad3ec7b085324b24) (freebsd-x86_64:freebsd-15.0-4.14_opam-2.5)
Base: freebsd-15.0-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/backtracking/ocamlgraph.git" -b "master" && cd "ocamlgraph" && git reset --hard 23aa179c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-15.0-ocaml-4.14
# freebsd-15.0-4.14_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.5 /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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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 './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 graphics.5.2.0 lablgtk.2.18.14 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --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


2026-04-29 12:49.29: Using cache hint "backtracking/ocamlgraph-freebsd-15.0-ocaml-4.14-freebsd-15.0-4.14_opam-2.5-073a88671d09e35c70067996be42c9a1"
2026-04-29 12:49.29: Using OBuilder spec:
((from freebsd-15.0-ocaml-4.14)
(comment freebsd-15.0-4.14_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/local/bin/opam-2.5 /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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && 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 './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 graphics.5.2.0 lablgtk.2.18.14 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8")
(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.5 --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"))
)


2026-04-29 12:49.29: Waiting for resource in pool OCluster
2026-04-29 13:20.50: Waiting for worker…
2026-04-29 14:31.57: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at 23aa179 fixed documentation for [scc]


(from freebsd-15.0-ocaml-4.14)
2026-04-29 14:26.52 ---> using "72cdd96d2d21f8c55140a83e6aa1d871999cc103a298a3bf0e5db4a314024f45" from cache


/: (comment freebsd-15.0-4.14_opam-2.5)


/: (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.5 /usr/local/bin/opam"))
2026-04-29 14:26.52 ---> using "4538f703783db625d7bb0efc9c3955070c7cf00e8ba9c026a6fd4f53f70a8773" 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
2026-04-29 14:26.53 ---> using "5b8ccc8e555d7cd0f1032f902b03180b4a94661bb370b5a12ce602073b7e0ee3" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 15.0-RELEASE-p6
The OCaml toplevel, version 4.14.3
2.5.0
2026-04-29 14:26.53 ---> using "63dbf484679c53eec2cd63fc0cfb2a328df30922e62a61c8641a841e6a756d1d" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-29 14:26.53 ---> using "58d88452eeb4eb022753991a08e7397c7288aff7a4440207912f07c2c5a346a8" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))
5f7bb1a6e6 Merge pull request #29704 from shonfeder/release-dune-3.22.2


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


Everything as up-to-date as possible


The following packages are not being upgraded because the new versions conflict with other installed packages:
- ocaml.5.5.0
- ocaml-config.3
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2026-04-29 14:26.53 ---> using "fc6d6daddc50771f0f05ec30bca7adc69c0a4924bec26d68f9b2606b6e531d2a" from cache


/src: (copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./))
2026-04-29 14:26.54 ---> saved as "e14b69b6a683ad57b4b1bce1b55ff63c15d779fb9b776795eeba6fe02acc7814"


/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)
2026-04-29 14:26.55 ---> saved as "cab0032d3f204895cfdfb92c016c75bddd477a43b7ff355cb05bec6c8a618b16"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-29 14:26.56 ---> saved as "8475a023a8ae11c5ce5a493490b777242e875f52224801f01290ea1ce5cc651f"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 conf-gnomecanvas.2 conf-gtk2.1 conf-libX11.1 conf-libXft.1 conf-pkg-config.4 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 graphics.5.2.0 lablgtk.2.18.14 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8")


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


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[ocamlgraph_gtk.dev] synchronised (file:///src)
[ocamlgraph.dev] synchronised (file:///src)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


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


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


+ /usr/local/bin/sudo "pkg" "install" "-y" "gtk2" "libgnomecanvas" "libX11" "libXft"
- Updating FreeBSD-ports repository catalogue...
- FreeBSD-ports repository is up to date.
- Updating FreeBSD-ports-kmods repository catalogue...
- FreeBSD-ports-kmods repository is up to date.
- 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.56.8 [FreeBSD-ports]
- 	avahi-app: 0.8_6 [FreeBSD-ports]
- 	cairo: 1.18.2,3 [FreeBSD-ports]
- 	cups: 2.4.16 [FreeBSD-ports]
- 	dbus: 1.16.2_4,1 [FreeBSD-ports]
- 	dbus-glib: 0.114 [FreeBSD-ports]
- 	fontconfig: 2.17.1,1 [FreeBSD-ports]
- 	freetype2: 2.14.3 [FreeBSD-ports]
- 	fribidi: 1.0.16 [FreeBSD-ports]
- 	gdbm: 1.26 [FreeBSD-ports]
- 	gdk-pixbuf2: 2.44.1 [FreeBSD-ports]
- 	glib: 2.84.4,2 [FreeBSD-ports]
- 	gmp: 6.3.0 [FreeBSD-ports]
- 	gnome_subr: 1.0 [FreeBSD-ports]
- 	gnutls: 3.8.12 [FreeBSD-ports]
- 	graphite2: 1.3.14 [FreeBSD-ports]
- 	gsettings-desktop-schemas: 47.1_2 [FreeBSD-ports]
- 	gtk-update-icon-cache: 3.24.42 [FreeBSD-ports]
- 	gtk2: 2.24.33_1 [FreeBSD-ports]
- 	harfbuzz: 13.2.1 [FreeBSD-ports]
- 	hicolor-icon-theme: 0.18 [FreeBSD-ports]
- 	jbigkit: 2.1_3 [FreeBSD-ports]
- 	jpeg-turbo: 3.1.4.1 [FreeBSD-ports]
- 	lerc: 4.0.0 [FreeBSD-ports]
- 	libICE: 1.1.2,1 [FreeBSD-ports]
- 	libSM: 1.2.6,1 [FreeBSD-ports]
- 	libX11: 1.8.13,1 [FreeBSD-ports]
- 	libXau: 1.0.12 [FreeBSD-ports]
- 	libXcomposite: 0.4.6_1,1 [FreeBSD-ports]
- 	libXcursor: 1.2.3 [FreeBSD-ports]
- 	libXdamage: 1.1.6 [FreeBSD-ports]
- 	libXdmcp: 1.1.5 [FreeBSD-ports]
- 	libXext: 1.3.6,1 [FreeBSD-ports]
- 	libXfixes: 6.0.1 [FreeBSD-ports]
- 	libXft: 2.3.8 [FreeBSD-ports]
- 	libXi: 1.8.2,1 [FreeBSD-ports]
- 	libXinerama: 1.1.5,1 [FreeBSD-ports]
- 	libXrandr: 1.5.4 [FreeBSD-ports]
- 	libXrender: 0.9.12 [FreeBSD-ports]
- 	libXtst: 1.2.5 [FreeBSD-ports]
- 	libart_lgpl: 2.3.21_3,1 [FreeBSD-ports]
- 	libdaemon: 0.14_1 [FreeBSD-ports]
- 	libdatrie: 0.2.14_1 [FreeBSD-ports]
- 	libdeflate: 1.25 [FreeBSD-ports]
- 	libevent: 2.1.12 [FreeBSD-ports]
- 	libgnomecanvas: 2.30.3_7 [FreeBSD-ports]
- 	libpaper: 1.1.28_1 [FreeBSD-ports]
- 	libtasn1: 4.21.0 [FreeBSD-ports]
- 	libthai: 0.1.30 [FreeBSD-ports]
- 	libxcb: 1.17.0 [FreeBSD-ports]
- 	libxml2: 2.15.2 [FreeBSD-ports]
- 	lzo2: 2.10_1 [FreeBSD-ports]
- 	nettle: 3.10.2 [FreeBSD-ports]
- 	p11-kit: 0.26.2 [FreeBSD-ports]
- 	pango: 1.56.4_1 [FreeBSD-ports]
- 	pixman: 0.46.2 [FreeBSD-ports]
- 	png: 1.6.57 [FreeBSD-ports]
- 	py311-packaging: 26.0 [FreeBSD-ports]
- 	shared-mime-info: 2.4_2 [FreeBSD-ports]
- 	tiff: 4.7.1_1 [FreeBSD-ports]
- 	xorgproto: 2024.1 [FreeBSD-ports]
- 
- Number of packages to be installed: 61
- 
- The process will require 274 MiB more space.
- 43 MiB to be downloaded.
- [rosemary] [ 1/61] Fetching png-1.6.57: .......... done
- [rosemary] [ 2/61] Fetching avahi-app-0.8_6: ......... done
- [rosemary] [ 3/61] Fetching libxcb-1.17.0: ......... done
- [rosemary] [ 4/61] Fetching libdatrie-0.2.14_1: ... done
- [rosemary] [ 5/61] Fetching freetype2-2.14.3: .......... done
- [rosemary] [ 6/61] Fetching jpeg-turbo-3.1.4.1: ........ done
- [rosemary] [ 7/61] Fetching dbus-1.16.2_4,1: .......... done
- [rosemary] [ 8/61] Fetching libXcursor-1.2.3: ... done
- [rosemary] [ 9/61] Fetching cups-2.4.16: .......... done
- [rosemary] [10/61] Fetching nettle-3.10.2: .......... done
- [rosemary] [11/61] Fetching libXrandr-1.5.4: .. done
- [rosemary] [12/61] Fetching lzo2-2.10_1: ..... done
- [rosemary] [13/61] Fetching libthai-0.1.30: .......... done
- [rosemary] [14/61] Fetching pango-1.56.4_1: .......... done
- [rosemary] [15/61] Fetching gmp-6.3.0: .......... done
- [rosemary] [16/61] Fetching gtk-update-icon-cache-3.24.42: ..... done
- [rosemary] [17/61] Fetching libdeflate-1.25: ...... done
- [rosemary] [18/61] Fetching gtk2-2.24.33_1: .......
- ... done
- [rosemary] [19/61] Fetching fribidi-1.0.16: ..... done
- [rosemary] [20/61] Fetching libXext-1.3.6,1: ....... done
- [rosemary] [21/61] Fetching libXdamage-1.1.6: . done
- [rosemary] [22/61] Fetching libtasn1-4.21.0: .......... done
- [rosemary] [23/61] Fetching libXfixes-6.0.1: . done
- [rosemary] [24/61] Fetching p11-kit-0.26.2: .......... done
- [rosemary] [25/61] Fetching dbus-glib-0.114: .......... done
- [rosemary] [26/61] Fetching libXinerama-1.1.5,1: . done
- [rosemary] [27/61] Fetching libXau-1.0.12: . done
- [rosemary] [28/61] Fetching libXcomposite-0.4.6_1,1: . done
- [rosemary] [29/61] Fetching libxml2-2.15.2: .......... done
- [rosemary] [30/61] Fetching libICE-1.1.2,1: ....... done
- [rosemary] [31/61] Fetching gnome_subr-1.0: . done
- [rosemary] [32/61] Fetching libart_lgpl-2.3.21_3,1: ....... done
- [rosemary] [33/61] Fetching fontconfig-2.17.1,1: .......... done
- [rosemary] [34/61] Fetching pixman-0.46.2: .......... done
- [rosemary] [35/61] Fetching gdk-pixbuf2-2.44.1: .......... done
- [rosemary] [36/61] Fetching at-spi2-core-2.56.8: .......... done
- [rosemary] [37/61] Fetching gnutls-3.8.12: .......... done
- [rosemary] [38/61] Fetching hicolor-icon-theme-0.18: .. done
- [rosemary] [39/61] Fetching gsettings-desktop-schemas-47.1_2: .......... done
- [rosemary] [40/61] Fetching py311-packaging-26.0: .......... done
- [rosemary] [41/61] Fetching libpaper-1.1.28_1: .. done
- [rosemary] [42/61] Fetching libSM-1.2.6,1: .. done
- [rosemary] [43/61] Fetching libX11-1.8.13,1: .......... done
- [rosemary] [44/61] Fetching libXrender-0.9.12: .. done
- [rosemary] [45/61] Fetching glib-2.84.4,2: ....
- ...... done
- [rosemary] [46/61] Fetching xorgproto-2024.1: .......... done
- [rosemary] [47/61] Fetching libXtst-1.2.5: .. done
- [rosemary] [48/61] Fetching libXi-1.8.2,1: ........ done
- [rosemary] [49/61] Fetching libXft-2.3.8: ..... done
- [rosemary] [50/61] Fetching jbigkit-2.1_3: ..... done
- [rosemary] [51/61] Fetching libdaemon-0.14_1: ... done
- [rosemary] [52/61] Fetching cairo-1.18.2,3: .......... done
- [rosemary] [53/61] Fetching libXdmcp-1.1.5: . done
- [rosemary] [54/61] Fetching shared-mime-info-2.4_2: .......... done
- [rosemary] [55/61] Fetching graphite2-1.3.14: ....... done
- [rosemary] [56/61] Fetching tiff-4.7.1_1: .......... done
- [rosemary] [57/61] Fetching harfbuzz-13.2.1: .......... done
- [rosemary] [58/61] Fetching libevent-2.1.12: .......... done
- [rosemary] [59/61] Fetching libgnomecanvas-2.30.3_7: .......... done
- [rosemary] [60/61] Fetching lerc-4.0.0: .......... done
- [rosemary] [61/61] Fetching gdbm-1.26: .......... done
- Checking integrity...
-  done (0 conflicting)
- [rosemary] [ 1/61] Installing fribidi-1.0.16...
- [rosemary] [ 1/61] Extracting fribidi-1.0.16: .......... done
- [rosemary] [ 2/61] Installing gdbm-1.26...
- [rosemary] [ 2/61] Extracting gdbm-1.26: .......... done
- [rosemary] [ 3/61] Installing gmp-6.3.0...
- [rosemary] [ 3/61] Extracting gmp-6.3.0: .......... done
- [rosemary] [ 4/61] Installing gnome_subr-1.0...
- [rosemary] [ 4/61] Extracting gnome_subr-1.0: .... done
- [rosemary] [ 5/61] Installing graphite2-1.3.14...
- [rosemary] [ 5/61] Extracting graphite2-1.3.14: .......... done
- [rosemary] [ 6/61] Installing hicolor-icon-theme-0.18...
- [rosemary] [ 6/61] Extracting hicolor-icon-theme-0.18: . done
- [rosemary] [ 7/61] Installing jbigkit-2.1_3...
- [rosemary] [ 7/61] Extracting jbigkit-2.1_3: .......... done
- [rosemary] [ 8/61] Installing jpeg-turbo-3.1.4.1...
- [rosemary] [ 8/61] Extracting jpeg-turbo-3.1.4.1: .......... done
- [rosemary] [ 9/61] Installing lerc-4.0.0...
- [rosemary] [ 9/61] Extracting lerc-4.0.0: ........ done
- [rosemary] [10/61] Installing libICE-1.1.2,1...
- [rosemary] [10/61] Extracting libICE-1.1.2,1: .......... done
- [rosemary] [11/61] Installing libSM-1.2.6,1...
- [rosemary] [11/61] Extracting libSM-1.2.6,1: .......... done
- [rosemary] [12/61] Installing libXau-1.0.12...
- [rosemary] [12/61] Extracting libXau-1.0.12: .......... done
- [rosemary] [13/61] Installing libart_lgpl-2.3.21_3,1...
- [rosemary] [13/61] Extracting libart_lgpl-2.3.21_3,1: .......... done
- [rosemary] [14/61] Installing libdaemon-0.14_1...
- [rosemary] [14/61] Extracting libdaemon-0.14_1: .......... done
- [rosemary] [15/61] Installing libdatrie-0.2.14_1...
- [rosemary] [15/61] Extracting libdatrie-0.2.14_1: .......... done
- [rosemary] [16/61] Installing libdeflate-1.25...
- [rosemary] [16/61] Extracting libdeflate-1.25: .......... done
- [rosemary] [17/61] Installing libevent-2.1.12...
- [rosemary] [17/61] Extracting libevent-2.1.12: .......... done
- [rosemary] [18/61] Installing libpaper-1.1.28_1...
- [rosemary] [18/61] Extracting libpaper-1.1.28_1: .......... done
- [rosemary] [19/61] Installing libtasn1-4.21.0...
- [rosemary] [19/61] Extracting libtasn1-4.21.0: .......... done
- [rosemary] [20/61] Installing libthai-0.1.30...
- [rosemary] [20/61] Extracting libthai-0.1.30: .......... done
- [rosemary] [21/61] Installing libxml2-2.15.2...
- [rosemary] [21/61] Extracting libxml2-2.15.2: .......... done
- [rosemary] [22/61] Installing lzo2-2.10_1...
- [rosemary] [22/61] Extracting lzo2-2.10_1: .......... done
- [rosemary] [23/61] Installing nettle-3.10.2...
- [rosemary] [23/61] Extracting nettle-3.10.2: .......... done
- [rosemary] [24/61] Installing p11-kit-0.26.2...
- [rosemary] [24/61] Extracting p11-kit-0.26.2: .......... done
- [rosemary] [25/61] Installing gnutls-3.8.12...
- [rosemary] [25/61] Extracting gnutls-3.8.12: .......... done
- [rosemary] [26/61] Installing pixman-0.46.2...
- [rosemary] [26/61] Extracting pixman-0.46.2: ......... done
- [rosemary] [27/61] Installing png-1.6.57...
- [rosemary] [27/61] Extracting png-1.6.57: .......... done
- [rosemary] [28/61] Installing freetype2-2.14.3...
- [rosemary] [28/61] Extracting freetype2-2.14.3: .......... done
- [rosemary] [29/61] Installing fontconfig-2.17.1,1...
- [rosemary] [29/61] Extracting fontconfig-2.17.1,1: .......... done
- [rosemary] [30/61] Installing py311-packaging-26.0...
- [rosemary] [30/61] Extracting py311-packaging-26.0: .......... done
- [rosemary] [31/61] Installing glib-2.84.4,2...
- [rosemary] [31/61] Extracting glib-2.84.4,2: .........
- . done
- [rosemary] [32/61] Installing gsettings-desktop-schemas-47.1_2...
- [rosemary] [32/61] Extracting gsettings-desktop-schemas-47.1_2: .......... done
- [rosemary] [33/61] Installing harfbuzz-13.2.1...
- [rosemary] [33/61] Extracting harfbuzz-13.2.1: .......... done
- [rosemary] [34/61] Installing shared-mime-info-2.4_2...
- [rosemary] [34/61] Extracting shared-mime-info-2.4_2: ......... done
- [rosemary] [35/61] Installing tiff-4.7.1_1...
- [rosemary] [35/61] Extracting tiff-4.7.1_1: .......... done
- [rosemary] [36/61] Installing gdk-pixbuf2-2.44.1...
- [rosemary] [36/61] Extracting gdk-pixbuf2-2.44.1: .......... done
- [rosemary] [37/61] Installing gtk-update-icon-cache-3.24.42...
- [rosemary] [37/61] Extracting gtk-update-icon-cache-3.24.42: .......... done
- [rosemary] [38/61] Installing xorgproto-2024.1...
- [rosemary] [38/61] Extracting xorgproto-2024.1: .......... done
- [rosemary] [39/61] Installing libXdmcp-1.1.5...
- [rosemary] [39/61] Extracting libXdmcp-1.1.5: ......... done
- [rosemary] [40/61] Installing libxcb-1.17.0...
- [rosemary] [40/61] Extracting libxcb-1.17.0:
- .......... done
- [rosemary] [41/61] Installing libX11-1.8.13,1...
- [rosemary] [41/61] Extracting libX11-1.8.13,1: .......... done
- [rosemary] [42/61] Installing dbus-1.16.2_4,1...
- ===> Creating groups
- Creating group 'messagebus' with gid '556'
- ===> Creating users
- Creating user 'messagebus' with uid '556'
- [rosemary] [42/61] Extracting dbus-1.16.2_4,1: ......... done
- [rosemary] [43/61] Installing dbus-glib-0.114...
- [rosemary] [43/61] Extracting dbus-glib-0.114: .......... done
- [rosemary] [44/61] Installing avahi-app-0.8_6...
- ===> Creating groups
- Creating group 'avahi' with gid '558'
- ===> Creating users
- Creating user 'avahi' with uid '558'
- [rosemary] [44/61] Extracting avahi-app-0.8_6: .....
- ..... done
- [rosemary] [45/61] Installing cups-2.4.16...
- ===> Creating groups
- Creating group 'cups' with gid '193'
- ===> Creating users
- Creating user 'cups' with uid '193'
- [rosemary] [45/61] Extracting cups-2.4.16: .......... done
- [rosemary] [46/61] Installing libXext-1.3.6,1...
- [rosemary] [46/61] Extracting libXext-1.3.6,1: .......... done
- [rosemary] [47/61] Installing libXfixes-6.0.1...
- [rosemary] [47/61] Extracting libXfixes-6.0.1: .......... done
- [rosemary] [48/61] Installing libXcomposite-0.4.6_1,1...
- [rosemary] [48/61] Extracting libXcomposite-0.4.6_1,1: .......... done
- [rosemary] [49/61] Installing libXdamage-1.1.6...
- [rosemary] [49/61] Extracting libXdamage-1.1.6: ......... done
- [rosemary] [50/61] Installing libXi-1.8.2,1...
- [rosemary] [50/61] Extracting libXi-1.8.2,1: .......... done
- [rosemary] [51/61] Installing libXinerama-1.1.5,1...
- [rosemary] [51/61] Extracting libXinerama-1.1.5,1: .......... done
- [rosemary] [52/61] Installing libXrender-0.9.12...
- [rosemary] [52/61] Extracting libXrender-0.9.12: .......... done
- [rosemary] [53/61] Installing cairo-1.18.2,3...
- [rosemary] [53/61] Extracting cairo-1.18.2,3: .......... done
- [rosemary] [54/61] Installing libXcursor-1.2.3...
- [rosemary] [54/61] Extracting libXcursor-1.2.3: .......... done
- [rosemary] [55/61] Installing libXft-2.3.8...
- [rosemary] [55/61] Extracting libXft-2.3.8: .......... done
- [rosemary] [56/61] Installing libXrandr-1.5.4...
- [rosemary] [56/61] Extracting libXrandr-1.5.4: .......... done
- [rosemary] [57/61] Installing libXtst-1.2.5...
- [rosemary] [57/61] Extracting libXtst-1.2.5: .......... done
- [rosemary] [58/61] Installing at-spi2-core-2.56.8...
- [rosemary] [58/61] Extracting at-spi2-core-2.56.8: .......... done
- [rosemary] [59/61] Installing pango-1.56.4_1...
- [rosemary] [59/61] Extracting pango-1.56.4_1: ...
- ....... done
- [rosemary] [60/61] Installing gtk2-2.24.33_1...
- [rosemary] [60/61] Extracting gtk2-2.24.33_1: .......... done
- [rosemary] [61/61] Installing libgnomecanvas-2.30.3_7...
- [rosemary] [61/61] Extracting libgnomecanvas-2.30.3_7: .......... done
- ==> Running trigger: gio-modules.ucl
- Generating GIO modules cache
- ==> Running trigger: gdk-pixbuf-query-loaders.ucl
- Generating gdk-pixbuf modules cache
- ==> Running trigger: shared-mime-info.ucl
- Building the Shared MIME-Info database cache
- ==> Running trigger: glib-schemas.ucl
- Compiling glib schemas
- Warning: Schema “org.gnome.system.locale” has path “/system/locale/”.  Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
- Warning: Schema “org.gnome.system.proxy” has path “/system/proxy/”.  Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
- Warning: Schema “org.gnome.system.proxy.http” has path “/system/proxy/http/”.  Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
- Warning: Schema “org.gnome.system.proxy.https” has path “/system/proxy/https/”.  Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
- Warning: Schema “org.gnome.system.proxy.ftp” has path “/system/proxy/ftp/”.  Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
- Warning: Schema “org.gnome.system.proxy.socks” has path “/system/proxy/socks/”.  Paths starting with “/apps/”, “/desktop/” or “/system/” are deprecated.
- ==> Running trigger: fontconfig.ucl
- Running fc-cache to build fontconfig cache...
- ==> Running trigger: gtk-update-icon-cache.ucl
- Generating GTK icon cache for /usr/local/share/icons/hicolor
- =====
- Message from freetype2-2.14.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).
2026-04-29 14:27.33 ---> saved as "2fbe86ccd7687182a255f0d8a3de76a4d21476a919a7e12a42ba48a3e90484a8"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 12 packages
 camlp-streams     5.0.1
 conf-gnomecanvas  2
 conf-gtk2         1
 conf-libX11       1
 conf-libXft       1
 conf-pkg-config   4
 csexp             1.5.2
 dune              3.22.2
 dune-configurator 3.22.2
 graphics          5.2.0
 lablgtk           2.18.14
 ocamlfind         1.9.8


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 installed conf-pkg-config.4
 retrieved csexp.1.5.2  (cached)
 installed conf-libX11.1
 retrieved graphics.5.2.0  (cached)
 installed conf-libXft.1
 installed conf-gtk2.1
 installed conf-gnomecanvas.2
 retrieved camlp-streams.5.0.1  (cached)
 retrieved lablgtk.2.18.14  (cached)
 retrieved ocamlfind.1.9.8  (cached)
 retrieved dune.3.22.2, dune-configurator.3.22.2  (cached)
 installed dune.3.22.2
 installed csexp.1.5.2
 installed camlp-streams.5.0.1
 installed dune-configurator.3.22.2
 installed graphics.5.2.0
 installed ocamlfind.1.9.8
 installed lablgtk.2.18.14
Done.
2026-04-29 14:29.45 ---> saved as "319ff541efdec8415af83eaa6e356956dc83cb28911ce41013abfaadb5f739f9"


/src: (copy (src .) (dst /src))
2026-04-29 14:29.46 ---> saved as "fb0fb924916e734cbb8c6347c0d24ad6fce9f616b9a8b3277a81fde2dca342a3"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.14.3/bin/ocamlc.opt -w -32 -g -bin-annot -I editor/.editor.eobjs/byte -I /home/opam/.opam/4.14.3/lib/lablgtk2 -I /home/opam/.opam/4.14.3/lib/ocaml/threads -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 && /home/opam/.opam/4.14.3/bin/ocamlc.opt -open ViewGraph -g -bin-annot -I view_graph/.viewGraph_test.eobjs/byte -I /home/opam/.opam/4.14.3/lib/lablgtk2 -I /home/opam/.opam/4.14.3/lib/ocaml/threads -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 && /home/opam/.opam/4.14.3/bin/ocamlc.opt -w -32 -g -bin-annot -I editor/.graphEdGTK.eobjs/byte -I /home/opam/.opam/4.14.3/lib/lablgtk2 -I /home/opam/.opam/4.14.3/lib/ocaml/threads -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.
test_chaotic: all tests succeeded.
test_saps: all tests succeeded.
(cd _build/default/tests && ./test_bfs.exe)
All tests succeeded.
(cd _build/default/tests && ./test_check_path.exe)
test check_path: all tests succeeded.
test_johnson: all tests succeeded.
test_contraction: all tests succeeded.
test_nontrivial_dom: all tests succeeded.
test_wto: all tests succeeded.
(cd _build/default/tests && ./test_dfs.exe)
All tests succeeded.
test_bf: all tests succeeded.
test_cycles: all tests succeeded.
test_fixpoint: all tests succeeded.
basic: all tests succeeded.
test_components: all tests succeeded.
dot: all tests succeeded.
strat: all tests succeeded.
(cd _build/default/tests && ./check.exe)
check: all tests succeeded
(cd _build/default/tests && ./test_topsort.exe)
test topsort: all tests succeeded.
test topsort: all tests succeeded.
2026-04-29 14:29.50 ---> saved as "ae49ee5108c4fb4e9adb61936e457111847dfe6be54a8318020c04c36d67bee5"
Job succeeded
2026-04-29 14:37.13: Job succeeded