2025-01-07 09:59.11: New job: test backtracking/ocamlgraph https://github.com/backtracking/ocamlgraph.git#refs/heads/master (9e8c1d7c0ef44845b42e3595ef68abc37f0cbff6) (freebsd-x86_64:freebsd-14.1-4.14_opam-2.3)
Base: freebsd-14.1-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 9e8c1d7c
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.1-ocaml-4.14
# freebsd-14.1-4.14_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 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && 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-pkg-config.3 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.1 graphics.5.1.2 host-arch-x86_64.1 host-system-other.1 lablgtk.2.18.13 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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-07 09:59.11: Using cache hint "backtracking/ocamlgraph-freebsd-14.1-ocaml-4.14-freebsd-14.1-4.14_opam-2.3-2266f52b71812f2091941f611c484cdd"
2025-01-07 09:59.11: Using OBuilder spec:
((from freebsd-14.1-ocaml-4.14)
(comment freebsd-14.1-4.14_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 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && 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 (network host)
(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-pkg-config.3 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.1 graphics.5.1.2 host-arch-x86_64.1 host-system-other.1 lablgtk.2.18.13 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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-07 09:59.11: Waiting for resource in pool OCluster
2025-01-07 09:59.11: Waiting for worker…
2025-01-07 10:05.13: 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-4.14)
2025-01-07 09:54.05 ---> using "ae13298952475462d6ff8423c053aa12bd6b321268da2da393f31b39d910ae06" from cache
/: (comment freebsd-14.1-4.14_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-07 09:54.06 ---> using "a01a14b3afaf0e96198b4995f7495eb095c8d446bea3004be25da82cfecae768" 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-07 09:54.06 ---> using "a60b36efeb57e54e6ca4e23dae975fff8d0668822376b173ed63b66aa24444bc" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.1-RELEASE-p5
The OCaml toplevel, version 4.14.2
2.3.0
2025-01-07 09:54.07 ---> using "188549049d3e68e7a3a1a01e1161c07610550818a3f0b75ffbaafa2a77641d27" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-01-07 09:54.07 ---> using "39fdaef227d4780a13f56312f6b694c46af609f82c1eca907bb338ae047f238f" from cache
/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 || git fetch origin master) && git reset -q --hard 5c7ffb23c89c6943b51f8e215548b72a12e3abd1 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch master -> FETCH_HEAD
c31c18de15..631e587f16 master -> origin/master
5c7ffb23c8 Merge pull request #27137 from maiste/release-dune-3.17.1
<><> 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
- ocaml-config.3
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2025-01-07 09:54.07 ---> using "911091cba84c989090e5d36f1838414177653a912ea7941b6696720717dc89ab" from cache
/src: (copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst ./))
2025-01-07 09:54.27 ---> saved as "78e1b6ec77125e410c4052ba976e07ab666108d47e481460fa68e65148b7cf78"
/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-07 09:54.37 ---> saved as "d0dd25217ba7a38b9285a6820ef0a650b7b114bd91154d0d4bb465da0bda81a4"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-01-07 09:54.45 ---> saved as "e943c475227a870786bf7e7168f674714a92f24b411218331646f3f56835a669"
/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-pkg-config.3 csexp.1.5.2 dune.3.17.1 dune-configurator.3.17.1 graphics.5.1.2 host-arch-x86_64.1 host-system-other.1 lablgtk.2.18.13 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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_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.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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-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. 35568 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.52.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.15
- gdbm: 1.24
- gdk-pixbuf2: 2.42.10_3
- glib: 2.80.5,2
- gmp: 6.3.0
- gnome_subr: 1.0
- gnutls: 3.8.7.1
- graphite2: 1.3.14
- gtk-update-icon-cache: 3.24.31_1
- gtk2: 2.24.33_1
- harfbuzz: 10.0.1
- 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.1
- shared-mime-info: 2.2_3
- tiff: 4.6.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.15.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.7.1.pkg: .......
- ... done
- [summer] [23/61] Fetching hicolor-icon-theme-0.18.pkg: . done
- [summer] [24/61] Fetching py311-packaging-24.1.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.2_3.pkg: .......... done
- [summer] [35/61] Fetching harfbuzz-10.0.1.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.52.0.pkg: .......... done
- [summer] [54/61] Fetching libSM-1.2.4,1.pkg: . done
- [summer] [55/61] Fetching glib-2.80.5,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.6.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.1...
- [summer] [7/61] Extracting py311-packaging-24.1: .......... 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,2...
- [summer] [20/61] Extracting glib-2.80.5,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.2_3...
- [summer] [30/61] Extracting shared-mime-info-2.2_3: ......... 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.6.0...
- [summer] [38/61] Extracting tiff-4.6.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.15...
- [summer] [40/61] Extracting fribidi-1.0.15: .......... 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.7.1...
- [summer] [42/61] Extracting gnutls-3.8.7.1: .......... 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.0.1...
- [summer] [47/61] Extracting harfbuzz-10.0.1: .......... 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.52.0...
- [summer] [58/61] Extracting at-spi2-core-2.52.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: shared-mime-info.ucl
- Building the Shared MIME-Info database cache
- ==> Running trigger: fontconfig.ucl
- Running fc-cache to build fontconfig cache...
- ==> Running trigger: gio-modules.ucl
- Generating GIO modules cache
- ==> Running trigger: glib-schemas.ucl
- Compiling glib schemas
- No schema files found: doing nothing.
- ==> Running trigger: gdk-pixbuf-query-loaders.ucl
- Generating gdk-pixbuf modules cache
- ==> Running trigger: gtk-update-icon-cache.ucl
- Generating GTK icon cache for /usr/local/share/icons/hicolor
- =====
- 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-07 09:57.55 ---> saved as "e73c9a8d81f2b84fb17d1db60d285ed000d26a90116295375478a60dc3af1170"
/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.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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-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 stdlib-shims.0.3.0
∗ installed csexp.1.5.2
∗ 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-07 10:00.17 ---> saved as "c2cdeec944932e00d5a2f52e8e2fec96f45d421a321b1211198744fc75fe4aff"
/src: (copy (src .) (dst /src))
2025-01-07 10:00.18 ---> saved as "63ad6789eb66564523865700a6c3af566c68aa1099ac8ccabe379543797af1a2"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/4.14.2/bin/ocamlc.opt -w -32 -g -bin-annot -I editor/.editor.eobjs/byte -I /home/opam/.opam/4.14.2/lib/lablgtk2 -I /home/opam/.opam/4.14.2/lib/ocaml/threads -I /home/opam/.opam/4.14.2/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 && /home/opam/.opam/4.14.2/bin/ocamlc.opt -open ViewGraph -g -bin-annot -I view_graph/.viewGraph_test.eobjs/byte -I /home/opam/.opam/4.14.2/lib/lablgtk2 -I /home/opam/.opam/4.14.2/lib/ocaml/threads -I /home/opam/.opam/4.14.2/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 && /home/opam/.opam/4.14.2/bin/ocamlc.opt -w -32 -g -bin-annot -I editor/.graphEdGTK.eobjs/byte -I /home/opam/.opam/4.14.2/lib/lablgtk2 -I /home/opam/.opam/4.14.2/lib/ocaml/threads -I /home/opam/.opam/4.14.2/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/tests && ./test_check_path.exe)
test check_path: all tests succeeded.
(cd _build/default/tests && ./test_bfs.exe)
All tests succeeded.
(cd _build/default/tests && ./test_dfs.exe)
All tests succeeded.
test_chaotic: all tests succeeded.
test_bf: all tests succeeded.
strat: all tests succeeded.
test_fixpoint: all tests succeeded.
test_johnson: all tests succeeded.
test_contraction: all tests succeeded.
test_wto: all tests succeeded.
test_nontrivial_dom: all tests succeeded.
test_saps: all tests succeeded.
basic: all tests succeeded.
test_components: all tests succeeded.
test_cycles: all tests succeeded.
dot: 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.
2025-01-07 10:00.23 ---> saved as "3c267a6168f526941b1e1778e6702605d1ae401d96f9126d877be0866288e64c"
Job succeeded
2025-01-07 10:11.39: Job succeeded