Build:
- 0
2026-09-03 20:23.45: New job: build lablgtk3.3.1.4 (283bfb8ccc85)
2026-09-03 20:23.45: Waiting for resource in pool day11-builds
2026-09-03 22:16.44: Got resource from pool day11-builds
2026-09-03 22:16.44: [profile full] build lablgtk3.3.1.4
2026-09-03 22:16.44: build lablgtk3.3.1.4 (283bfb8ccc85)
=== DEPENDENCIES (15 transitive) ===
base-bigarray.base 31ac6860ef52
base-threads.base 3d2f2cbc6db2
base-unix.base 3a38ddca6b5e
cairo2.0.6.5 96e833163d91
camlp-streams.5.0.1 c3ef1cb475af
compiler-cloning.enabled 966a2e6839f0
conf-cairo.1 9e32499642c2
conf-gtk3.18 29bc2ce5fb33
conf-pkg-config.5 74f50f3cfe72
csexp.1.5.2 260623ea9e35
dune.3.23.1 299ed55d2ff2
dune-configurator.3.23.1 654300934c6c
ocaml.5.5.0 22ebd7932512
ocaml-base-compiler.5.5.0 db1659234e8a
ocaml-compiler.5.5.0 7f52fb26d939
=== STDOUT ===
Processing: [default: loading data]
[lablgtk3.3.1.4: dl]
[lablgtk3.3.1.4: extract]
[lablgtk3.3.1.4/ml_gtk.c.diff: dl]
-> retrieved lablgtk3.3.1.4 (https://opam.ocaml.org/cache)
[lablgtk3: patch] applying ml_gtk.c.diff
[lablgtk3: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "lablgtk3" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/lablgtk3.3.1.4)
- (cd _build/default/src && ../.bin/propcc gtkBase.props)
- Warning: no conversion for type GdkWindow_opt in class GtkWidget
- (cd _build/default/src && ../.bin/propcc gtkMisc.props)
- Warning: no conversion for type PangoAttrList in class GtkLabel
- Warning: no conversion for type GIcon in class GtkImage
- Warning: no conversion for type GdkPixbufAnimation in class GtkImage
- Warning: no conversion for type CairoSurface in class GtkImage
- (cd _build/default/src && ../.bin/propcc gtkText.props)
- Warning: no conversion for type PangoTabArray in class GtkTextView
- Warning: no conversion for type PangoTabArray in class GtkTextTag
- (cd _build/default/src && ../.bin/propcc gtkTree.props)
- Warning: no conversion for type PangoAttrList in class GtkCellRendererText
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -Wno-deprecated-declarations -g -I /home/opam/.opam/default/lib/ocaml -I /home/opam/.opam/default/lib/cairo2 -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/ocaml/unix -o ml_gobject.o -c ml_gobject.c)
- In file included from ml_gobject.c:34:
- ml_gobject.c: In function 'GValue_val':
- wrappers.h:125:9: warning: initialization discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 125 | ((int)Field(val,1) == 2 ? &Field(val,2) : (void*)Field(val,1))
- | ^
- ml_gobject.c:262:15: note: in expansion of macro 'MLPointer_val'
- 262 | void *v = MLPointer_val(val);
- | ^~~~~~~~~~~~~
- ml_gobject.c: In function 'g_value_set_mlvariant':
- wrappers.h:332:37: warning: passing argument 2 of 'g_value_set_boxed' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 332 | ((long)val-1 ? unwrap(Field(val,0)) : default)
- | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
- ml_gobject.c:454:34: note: in expansion of macro 'Option_val'
- 454 | g_value_set_boxed(val, Option_val(data,MLPointer_val,NULL));
- | ^~~~~~~~~~
- In file included from /usr/include/glib-2.0/gobject/gobject.h:31,
- from /usr/include/glib-2.0/gobject/gbinding.h:31,
- from /usr/include/glib-2.0/glib-object.h:24,
- from ml_gobject.c:26:
- /usr/include/glib-2.0/gobject/gboxed.h:79:59: note: expected 'gconstpointer' {aka 'const void *'} but argument is of type 'volatile void *'
- 79 | gconstpointer v_boxed);
- | ~~~~~~~~~~~~~~~^~~~~~~
- ml_gobject.c:459:24: warning: assignment discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 459 | DATA.v_pointer = Option_val(data,MLPointer_val,NULL);
- | ^
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -I/usr/include/gtk-3.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 -I/usr/include/harfbuzz -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/fribidi -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -I/usr/include/gio-unix-2.0 -I/usr/include/cloudproviders -I/usr/include/atk-1.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -pthread -Wno-deprecated-declarations -g -I /home/opam/.opam/default/lib/ocaml -I /home/opam/.opam/default/lib/cairo2 -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/ocaml/unix -o ml_glib.o -c ml_glib.c)
- ml_glib.c: In function 'ml_g_main_iteration':
- ml_glib.c:262:13: warning: Deprecated pre-processor symbol: replace with "g_main_context_iteration"
- 262 | ML_1 (g_main_iteration, Bool_val, Val_bool)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ml_glib.c: In function 'ml_g_main_pending':
- ml_glib.c:263:13: warning: Deprecated pre-processor symbol: replace with "g_main_context_pending"
- 263 | ML_0 (g_main_pending, Val_bool)
- | ^~~~~~~~~~~~~~~~~~~
- ml_glib.c: In function 'ml_g_main_is_running':
- ml_glib.c:264:13: warning: Deprecated pre-processor symbol: replace with "g_main_loop_is_running"
- 264 | ML_1 (g_main_is_running, GMainLoop_val, Val_bool)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ml_glib.c: In function 'ml_g_main_quit':
- ml_glib.c:265:13: warning: Deprecated pre-processor symbol: replace with "g_main_loop_quit"
- 265 | ML_1 (g_main_quit, GMainLoop_val, Unit)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
- ml_glib.c: In function 'ml_g_main_destroy':
- ml_glib.c:266:13: warning: Deprecated pre-processor symbol: replace with "g_main_loop_unref"
- 266 | ML_1 (g_main_destroy, GMainLoop_val, Unit)
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- ml_glib.c: In function 'ml_g_get_charset':
- ml_glib.c:547:13: warning: Deprecated pre-processor symbol: replace with "const"
- 547 | G_CONST_RETURN char *c;
- | ^~~~~~~~~~~~~
-> compiled lablgtk3.3.1.4
-> installed lablgtk3.3.1.4
[WARNING] Opam packages conf-cairo.1 and conf-gtk3.18 depend on the following system packages that are no longer installed: libcairo2-dev libexpat1-dev libgtk-3-dev
- conf-cairo.1: depends on libcairo2-dev
- conf-gtk3.18: depends on libexpat1-dev, libgtk-3-dev
=== STDERR ===
2026-09-03 22:17.27: OK: build lablgtk3.3.1.4 (runc: 26.6s, disk: 13KB)
2026-09-03 22:17.27: Job succeeded