2025-04-11 06:24.08: New job: test backtracking/ocamlgraph https://github.com/backtracking/ocamlgraph.git#refs/heads/master (00a6889c617ba29db048f20ddab883c1cbb0e1af) (openbsd-amd64:openbsd-76-amd64-5.3_opam-2.3) Base: openbsd-76-amd64-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 00a6889c cat > Dockerfile <<'END-OF-DOCKERFILE' FROM openbsd-76-amd64-ocaml-5.3 # openbsd-76-amd64-5.3_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN doas ln -f /usr/bin/opam-2.3 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version RUN cd ~/opam-repository && (git cat-file -e 1b767795a4e028a4d45f916f1598c24ee7a7b6cb || git fetch origin master) && git reset -q --hard 1b767795a4e028a4d45f916f1598c24ee7a7b6cb && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 ocamlgraph_gtk.opam ocamlgraph.opam /home/opam/src/./ RUN opam pin add -yn ocamlgraph_gtk.dev '/home/opam/src/./' && \ opam pin add -yn ocamlgraph.dev '/home/opam/src/./' RUN echo '(lang dune 3.0)' > '/home/opam/src/./dune-project' 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.4 csexp.1.5.2 dune.3.18.0 dune-configurator.3.18.0 graphics.5.1.2 lablgtk.2.18.14 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.8" 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 . /home/opam/src RUN cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2025-04-11 06:24.08: Using cache hint "backtracking/ocamlgraph-openbsd-76-amd64-ocaml-5.3-openbsd-76-amd64-5.3_opam-2.3-c1279c79e9c7351b024a47a473fd7f18" 2025-04-11 06:24.08: Using OBuilder spec: ((from openbsd-76-amd64-ocaml-5.3) (comment openbsd-76-amd64-5.3_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "doas ln -f /usr/bin/opam-2.3 /usr/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 1b767795a4e028a4d45f916f1598c24ee7a7b6cb || git fetch origin master) && git reset -q --hard 1b767795a4e028a4d45f916f1598c24ee7a7b6cb && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst /home/opam/src/./)) (run (network host) (shell "opam pin add -yn ocamlgraph_gtk.dev '/home/opam/src/./' && \ \nopam pin add -yn ocamlgraph.dev '/home/opam/src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) (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.4 csexp.1.5.2 dune.3.18.0 dune-configurator.3.18.0 graphics.5.1.2 lablgtk.2.18.14 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.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.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 /home/opam/src)) (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2025-04-11 06:24.08: Waiting for resource in pool OCluster 2025-04-11 06:24.09: Waiting for worker… 2025-04-11 06:24.09: Got resource from pool OCluster Building on bremusa HEAD is now at e250d4b Merge pull request #150 from maximebuyse/fix-stable-topological-sort HEAD is now at 00a6889 fixed topological sort (from openbsd-76-amd64-ocaml-5.3) 2025-04-11 06:24.10 ---> using "753f998be4709b35e38a93b7272dee818f697255d5b48fadd1c23cb92a82f244" from cache /: (comment openbsd-76-amd64-5.3_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "doas ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-04-11 06:24.10 ---> using "b8621e22ceef6e45a2b70edd0350b6ec56c4cb2588ea75f8c24bf97f9bb8e3c1" from cache /: (run (shell "opam init --reinit -ni")) No configuration file found, using built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2025-04-11 06:24.10 ---> using "caa4033b0f51d691107e536d025405bc96e59134e192afef776a8bfd43aac5e1" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) OpenBSD 7.6 The OCaml toplevel, version 5.3.0 2.3.0 2025-04-11 06:24.10 ---> using "7116693f695a70fbcc11fcbf90bc7fd32f30a6c20aabff3b1e1c926faaad9b01" from cache /: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 1b767795a4e028a4d45f916f1598c24ee7a7b6cb || git fetch origin master) && git reset -q --hard 1b767795a4e028a4d45f916f1598c24ee7a7b6cb && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD f93eb7cb02..1b767795a4 master -> origin/master 1b767795a4 Merge pull request #27704 from maiste/release-dune-3.18.0 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2025-04-11 06:24.10 ---> using "e0bcd56cb80de06ddcd454db290448a68a965fc97ed325320e18fd0e1451b680" from cache /: (copy (src ocamlgraph_gtk.opam ocamlgraph.opam) (dst /home/opam/src/./)) 2025-04-11 06:24.10 ---> using "afde2d65e7236b25b49b95c289db3a061f0a68a06fd2c9c8c3314d3df07dc129" from cache /: (run (network host) (shell "opam pin add -yn ocamlgraph_gtk.dev '/home/opam/src/./' && \ \nopam pin add -yn ocamlgraph.dev '/home/opam/src/./'")) [ocamlgraph_gtk.dev] synchronised (file:///home/opam/src) ocamlgraph_gtk is now pinned to file:///home/opam/src (version dev) [ocamlgraph.dev] synchronised (file:///home/opam/src) ocamlgraph is now pinned to file:///home/opam/src (version dev) 2025-04-11 06:24.10 ---> using "0ff8633bcc83ccd4f115a4a1857eb3e8a69ed0f701504ec85bc8f5d2339a8091" from cache /: (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) 2025-04-11 06:24.10 ---> using "d117383f864995e31bd884ce9f758569639c08df2ee67de5e73237ec4b8e7797" from cache /: (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.4 csexp.1.5.2 dune.3.18.0 dune-configurator.3.18.0 graphics.5.1.2 lablgtk.2.18.14 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.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.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 (file:///home/opam/src) [ocamlgraph_gtk.dev] synchronised (file:///home/opam/src) [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: libgnomecanvas <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><> + /usr/bin/doas "pkg_add" "-I" "libgnomecanvas" - quirks-7.50 signed on 2025-04-03T14:53:16Z - The following new rcscripts were installed: /etc/rc.d/messagebus - See rcctl(8) for details. - New and changed readme(s): - /usr/local/share/doc/pkg-readmes/dbus - /usr/local/share/doc/pkg-readmes/glib2 - /usr/local/share/doc/pkg-readmes/gtk+2 2025-04-11 06:24.10 ---> using "88a7eacc45ed95ed5eb3196906868709ee7aa83b1b888bd04a1d9492ca867d68" from cache /: (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 11 packages - install camlp-streams 5.0.1 - install conf-gnomecanvas 2 - install conf-gtk2 1 - install conf-libX11 1 - install conf-pkg-config 4 - install csexp 1.5.2 - install dune 3.18.0 - install dune-configurator 3.18.0 - install graphics 5.1.2 - install lablgtk 2.18.14 - install ocamlfind 1.9.8 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> installed conf-pkg-config.4 -> retrieved csexp.1.5.2 (cached) -> retrieved camlp-streams.5.0.1 (cached) -> retrieved graphics.5.1.2 (cached) -> installed conf-gnomecanvas.2 -> retrieved ocamlfind.1.9.8 (cached) -> installed conf-gtk2.1 -> retrieved lablgtk.2.18.14 (cached) -> installed conf-libX11.1 -> retrieved dune.3.18.0, dune-configurator.3.18.0 (cached) -> installed dune.3.18.0 -> installed camlp-streams.5.0.1 -> installed csexp.1.5.2 -> installed dune-configurator.3.18.0 -> installed graphics.5.1.2 -> installed ocamlfind.1.9.8 -> installed lablgtk.2.18.14 Done. # To update the current shell environment, run: eval $(opam env) 2025-04-11 06:24.10 ---> using "e079067fa06a9f50bb7bdc4e691a8e3b85cc951092d7f14c11a9f9dc74491a31" from cache /: (copy (src .) (dst /home/opam/src)) 2025-04-11 06:24.53 ---> saved as "e0eeffb24b889922b17deda9e180194fbb645e465c3edafde58ca2e09b260b16" /: (run (shell "cd /home/opam/src && 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 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/5.3.0/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o examples/color.exe src/graph.cmxa /home/opam/.opam/5.3.0/lib/ocaml/unix/unix.cmxa /home/opam/.opam/5.3.0/lib/graphics/graphics.cmxa -I /home/opam/.opam/5.3.0/lib/graphics /home/opam/.opam/5.3.0/lib/ocaml/threads/threads.cmxa examples/.color.eobjs/native/dune__exe.cmx examples/.color.eobjs/native/dune__exe__Color.cmx) ld: warning: open.c:380 (src/unix/open.c:380)(open.o:(caml_gr_fail) in archive /home/opam/.opam/5.3.0/lib/graphics/libgraphics_stubs.a): warning: sprintf() is often misused, please use snprintf() (cd _build/default && /home/opam/.opam/5.3.0/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o examples/demo_prim.exe src/graph.cmxa /home/opam/.opam/5.3.0/lib/ocaml/unix/unix.cmxa /home/opam/.opam/5.3.0/lib/graphics/graphics.cmxa -I /home/opam/.opam/5.3.0/lib/graphics /home/opam/.opam/5.3.0/lib/ocaml/threads/threads.cmxa examples/.color.eobjs/native/dune__exe.cmx examples/.color.eobjs/native/dune__exe__Demo_prim.cmx) ld: warning: open.c:380 (src/unix/open.c:380)(open.o:(caml_gr_fail) in archive /home/opam/.opam/5.3.0/lib/graphics/libgraphics_stubs.a): warning: sprintf() is often misused, please use snprintf() (cd _build/default && /home/opam/.opam/5.3.0/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o examples/demo.exe src/graph.cmxa /home/opam/.opam/5.3.0/lib/ocaml/unix/unix.cmxa /home/opam/.opam/5.3.0/lib/graphics/graphics.cmxa -I /home/opam/.opam/5.3.0/lib/graphics /home/opam/.opam/5.3.0/lib/ocaml/threads/threads.cmxa examples/.color.eobjs/native/dune__exe.cmx examples/.color.eobjs/native/dune__exe__Demo.cmx) ld: warning: open.c:380 (src/unix/open.c:380)(open.o:(caml_gr_fail) in archive /home/opam/.opam/5.3.0/lib/graphics/libgraphics_stubs.a): warning: sprintf() is often misused, please use snprintf() (cd _build/default && /home/opam/.opam/5.3.0/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o examples/demo_planar.exe src/graph.cmxa /home/opam/.opam/5.3.0/lib/ocaml/unix/unix.cmxa /home/opam/.opam/5.3.0/lib/graphics/graphics.cmxa -I /home/opam/.opam/5.3.0/lib/graphics /home/opam/.opam/5.3.0/lib/ocaml/threads/threads.cmxa examples/.color.eobjs/native/dune__exe.cmx examples/.color.eobjs/native/dune__exe__Demo_planar.cmx) ld: warning: open.c:380 (src/unix/open.c:380)(open.o:(caml_gr_fail) in archive /home/opam/.opam/5.3.0/lib/graphics/libgraphics_stubs.a): warning: sprintf() is often misused, please use snprintf() test_saps: all tests succeeded. test_wto: all tests succeeded. test_cycles: all tests succeeded. test_components: all tests succeeded. basic: all tests succeeded. dot: all tests succeeded. (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. test_bf: all tests succeeded. test_chaotic: all tests succeeded. test_fixpoint: 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 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_topsort.exe) test topsort: all tests succeeded. test topsort: all tests succeeded. (cd _build/default/tests && ./check.exe) check: all tests succeeded strat: all tests succeeded. test_johnson: all tests succeeded. test_contraction: all tests succeeded. test_nontrivial_dom: all tests succeeded. (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 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. 2025-04-11 06:26.01 ---> saved as "a9d97f3187eae7a5d772cce1595f062b06ded69d0cf53fe760add7a4f5309f83" Job succeeded 2025-04-11 06:26.07: Job succeeded