Build:
- 1
- 0
2026-09-04 16:49.59: New job: build ocaml-canvas.1.0.0 (cba19bb293dc)
2026-09-04 16:49.59: Waiting for resource in pool day11-builds
2026-09-04 17:56.46: Got resource from pool day11-builds
2026-09-04 17:56.46: [profile full] build ocaml-canvas.1.0.0
2026-09-04 17:56.46: build ocaml-canvas.1.0.0 (cba19bb293dc)
=== DEPENDENCIES (22 transitive) ===
base-threads.base 3d2f2cbc6db2
base-unix.base 3a38ddca6b5e
compiler-cloning.enabled 966a2e6839f0
conf-freetype.1 7171ce2b457b
conf-libfontconfig.1 8504cedfdf39
conf-libxcb.1 bbe03b08c312
conf-libxcb-image.1 529dc78c3987
conf-libxcb-keysyms.1 b8606546aa92
conf-libxcb-shm.1 4b08e9534a31
conf-libxcb-xkb.1 6cfcf7b58c18
conf-pkg-config.5 74f50f3cfe72
conf-xkbcommon.1 c78d89145b8d
csexp.1.5.2 8c096e7de322
dune.3.24.2 25fbaa318de6
dune-configurator.3.24.2 517e3f9cad4b
ocaml.5.5.1 70ca0c66e0e8
ocaml-base-compiler.5.5.1 59841d7ed85e
ocaml-compiler.5.5.1 492c0c740bd1
ocamlbuild.0.16.1 e25cf731aeb5
ocamlfind.1.9.9~preview 5e0261154b58
react.1.2.2 a3ea43b6a657
topkg.1.1.1 2919b4412ec4
=== STDOUT ===
Processing: [default: loading data]
[ocaml-canvas.1.0.0: dl]
[ocaml-canvas.1.0.0: extract]
-> retrieved ocaml-canvas.1.0.0 (https://opam.ocaml.org/cache)
[ocaml-canvas: sh dune build -p ocaml-canvas @configure --auto-promote || true]
+ /usr/bin/sh "-c" "dune build -p ocaml-canvas @configure --auto-promote || true" (CWD=/home/opam/.opam/default/.opam-switch/build/ocaml-canvas.1.0.0)
- (cd _build/default/src && /home/opam/.opam/default/bin/ocaml unix.cma ./configure.ml) > _build/default/src/dune.inc.gen
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include:
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
-
- File "./configure.ml", line 1:
- Alert ocaml_deprecated_auto_include:
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- File "src/dune.inc", line 1, characters 0-0:
- /usr/bin/git --no-pager diff --no-index --color=always -u _build/default/src/dune.inc _build/default/src/dune.inc.gen
- diff --git a/_build/default/src/dune.inc b/_build/default/src/dune.inc.gen
- index c176955..2664fdc 100644
- --- a/_build/default/src/dune.inc
- +++ b/_build/default/src/dune.inc.gen
- @@ -21,8 +21,5 @@
- state canvas backend
- ml_convert ml_canvas)
- (flags (:standard) (:include ccopt.sexp)))
- - (c_library_flags (:standard) (:include cclib.sexp))
- - (js_of_ocaml
- - (javascript_files implem/event.js implem/translate.js
- - stubs/ml_tags.js stubs/ml_convert.js stubs/ml_canvas.js)))
- + (c_library_flags (:standard) (:include cclib.sexp)))
-
- (cd _build/default/examples && /home/opam/.opam/default/bin/ocaml unix.cma ./configure.ml) > _build/default/examples/dune.inc.gen
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include:
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
-
- File "./configure.ml", line 1:
- Alert ocaml_deprecated_auto_include:
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
- File "examples/dune.inc", line 1, characters 0-0:
- /usr/bin/git --no-pager diff --no-index --color=always -u _build/default/examples/dune.inc _build/default/examples/dune.inc.gen
- diff --git a/_build/default/examples/dune.inc b/_build/default/examples/dune.inc.gen
- index 2914ac2..e3a5b9b 100644
- --- a/_build/default/examples/dune.inc
- +++ b/_build/default/examples/dune.inc.gen
- @@ -1,29 +1,16 @@
-
- -(rule
- - (target index.html)
- - (deps (glob_files *.js))
- - (action (run ./make_index/make_index.exe %{target})))
- -
- -
- (executable
- (name hello)
- (public_name ocaml-canvas-hello)
- - (modes byte_complete native js)
- + (modes byte_complete native)
- (modules hello)
- - (libraries ocaml-canvas react)
- - (js_of_ocaml
- - (javascript_files hello-extfs.js)))
- -
- -(rule
- - (target hello-extfs.js)
- - (action (run js_of_ocaml build-fs -o %{target} -I ../assets
- - frog.png:/static/assets/)))
- + (libraries ocaml-canvas react))
-
-
- (executable
- (name ppm_dump)
- (public_name ocaml-canvas-ppm_dump)
- - (modes byte_complete native js)
- + (modes byte_complete native)
- (modules ppm_dump)
- (libraries ocaml-canvas react))
-
- @@ -31,7 +18,7 @@
- (executable
- (name arcs)
- (public_name ocaml-canvas-arcs)
- - (modes byte_complete native js)
- + (modes byte_complete native)
- (modules arcs)
- (libraries ocaml-canvas react))
-
- @@ -39,7 +26,7 @@
- (executable
- (name gradients)
- (public_name ocaml-canvas-gradients)
- - (modes byte_complete native js)
- + (modes byte_complete native)
- (modules gradients)
- (libraries ocaml-canvas react))
-
- @@ -47,7 +34,7 @@
- (executable
- (name snake)
- (public_name ocaml-canvas-snake)
- - (modes byte_complete native js)
- + (modes byte_complete native)
- (modules snake)
- (libraries ocaml-canvas react))
-
- @@ -55,7 +42,7 @@
- (executable
- (name thicklines)
- (public_name ocaml-canvas-thicklines)
- - (modes byte_complete native js)
- + (modes byte_complete native)
- (modules thicklines)
- (libraries ocaml-canvas react))
-
- @@ -63,7 +50,7 @@
- (executable
- (name dashing_line)
- (public_name ocaml-canvas-dashing_line)
- - (modes byte_complete native js)
- + (modes byte_complete native)
- (modules dashing_line)
- (libraries ocaml-canvas react))
-
- @@ -71,23 +58,15 @@
- (executable
- (name compositions)
- (public_name ocaml-canvas-compositions)
- - (modes byte_complete native js)
- + (modes byte_complete native)
- (modules compositions)
- - (libraries ocaml-canvas react)
- - (js_of_ocaml
- - (javascript_files compositions-extfs.js)))
- -
- -(rule
- - (target compositions-extfs.js)
- - (action (run js_of_ocaml build-fs -o %{target} -I ../assets
- - fabric.png:/static/assets/
- - dragon.png:/static/assets/)))
- + (libraries ocaml-canvas react))
-
-
- (executable
- (name aim_with_mouse)
- (public_name ocaml-canvas-aim_with_mouse)
- - (modes byte_complete native js)
- + (modes byte_complete native)
- (modules aim_with_mouse)
- (libraries ocaml-canvas react))
-
- @@ -95,82 +74,47 @@
- (executable
- (name clipping)
- (public_name ocaml-canvas-clipping)
- - (modes byte_complete native js)
- + (modes byte_complete native)
- (modules clipping)
- - (libraries ocaml-canvas react)
- - (js_of_ocaml
- - (javascript_files clipping-extfs.js)))
- -
- -(rule
- - (target clipping-extfs.js)
- - (action (run js_of_ocaml build-fs -o %{target} -I ../assets
- - dragon.png:/static/assets/)))
- + (libraries ocaml-canvas react))
-
-
- (executable
- (name hexagon_grid)
- (public_name ocaml-canvas-hexagon_grid)
- - (modes byte_complete native js)
- + (modes byte_complete native)
- (modules hexagon_grid)
- - (libraries ocaml-canvas react)
- - (js_of_ocaml
- - (javascript_files hexagon_grid-extfs.js)))
- -
- -(rule
- - (target hexagon_grid-extfs.js)
- - (action (run js_of_ocaml build-fs -o %{target} -I ../assets
- - hexagon.png:/static/assets/)))
- + (libraries ocaml-canvas react))
-
-
- (executable
- (name ball)
- (public_name ocaml-canvas-ball)
- - (modes byte_complete native js)
- + (modes byte_complete native)
- (modules ball)
- - (libraries ocaml-canvas react)
- - (js_of_ocaml
- - (javascript_files ball-extfs.js)))
- -
- -(rule
- - (target ball-extfs.js)
- - (action (run js_of_ocaml build-fs -o %{target} -I ../assets
- - dragon.png:/static/assets/)))
- + (libraries ocaml-canvas react))
-
-
- (executable
- (name spritesheet)
- (public_name ocaml-canvas-spritesheet)
- - (modes byte_complete native js)
- + (modes byte_complete native)
- (modules spritesheet)
- - (libraries ocaml-canvas react)
- - (js_of_ocaml
- - (javascript_files spritesheet-extfs.js)))
- -
- -(rule
- - (target spritesheet-extfs.js)
- - (action (run js_of_ocaml build-fs -o %{target} -I ../assets
- - spritesheet.png:/static/assets/)))
- + (libraries ocaml-canvas react))
-
-
- (executable
- (name draw)
- (public_name ocaml-canvas-draw)
- - (modes byte_complete native js)
- + (modes byte_complete native)
- (modules draw)
- - (libraries ocaml-canvas react)
- - (js_of_ocaml
- - (javascript_files draw-extfs.js)))
- -
- -(rule
- - (target draw-extfs.js)
- - (action (run js_of_ocaml build-fs -o %{target} -I ../assets
- - colors.png:/static/assets/)))
- + (libraries ocaml-canvas react))
-
-
- (executable
- (name window_with_textbox)
- (public_name ocaml-canvas-window_with_textbox)
- - (modes byte_complete native js)
- + (modes byte_complete native)
- (modules window_with_textbox)
- (libraries ocaml-canvas react))
-
- @@ -178,7 +122,7 @@
- (executable
- (name demo1)
- (public_name ocaml-canvas-demo1)
- - (modes byte_complete native js)
- + (modes byte_complete native)
- (modules demo1)
- (libraries ocaml-canvas react))
-
- @@ -186,7 +130,7 @@
- (executable
- (name demo2)
- (public_name ocaml-canvas-demo2)
- - (modes byte_complete native js)
- + (modes byte_complete native)
- (modules demo2)
- (libraries ocaml-canvas react))
-
- @@ -194,7 +138,7 @@
- (executable
- (name demo3)
- (public_name ocaml-canvas-demo3)
- - (modes byte_complete native js)
- + (modes byte_complete native)
- (modules demo3)
- (libraries ocaml-canvas react))
-
- @@ -202,7 +146,7 @@
- (executable
- (name demo4)
- (public_name ocaml-canvas-demo4)
- - (modes byte_complete native js)
- + (modes byte_complete native)
- (modules demo4)
- (libraries ocaml-canvas react))
-
- @@ -210,7 +154,7 @@
- (executable
- (name demo5)
- (public_name ocaml-canvas-demo5)
- - (modes byte_complete native js)
- + (modes byte_complete native)
- (modules demo5)
- (libraries ocaml-canvas react))
-
- @@ -218,7 +162,7 @@
- (executable
- (name demo6)
- (public_name ocaml-canvas-demo6)
- - (modes byte_complete native js)
- + (modes byte_complete native)
- (modules demo6)
- (libraries ocaml-canvas react))
-
- Promoting _build/default/examples/dune.inc.gen to examples/dune.inc.
- Promoting _build/default/src/dune.inc.gen to src/dune.inc.
[ocaml-canvas: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "ocaml-canvas" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/ocaml-canvas.1.0.0)
-> compiled ocaml-canvas.1.0.0
-> installed ocaml-canvas.1.0.0
[WARNING] Opam packages conf-freetype.1, conf-libfontconfig.1, conf-libxcb.1, conf-libxcb-image.1, conf-libxcb-keysyms.1, conf-libxcb-shm.1, conf-libxcb-xkb.1 and conf-xkbcommon.1 depend on the following system packages that are no longer installed: libfontconfig1-dev libfreetype6-dev libxcb-image0-dev libxcb-keysyms1-dev libxcb-shm0-dev libxcb-xkb-dev libxcb1-dev libxkbcommon-dev
- conf-freetype.1: depends on libfreetype6-dev
- conf-libfontconfig.1: depends on libfontconfig1-dev
- conf-libxcb.1: depends on libxcb1-dev
- conf-libxcb-image.1: depends on libxcb-image0-dev
- conf-libxcb-keysyms.1: depends on libxcb-keysyms1-dev
- conf-libxcb-shm.1: depends on libxcb-shm0-dev
- conf-libxcb-xkb.1: depends on libxcb-xkb-dev
- conf-xkbcommon.1: depends on libxkbcommon-dev
=== STDERR ===
2026-09-04 17:57.45: OK: build ocaml-canvas.1.0.0 (runc: 16.6s, disk: 20KB)
2026-09-04 17:57.45: Job succeeded