Build:
- 0
2026-09-04 00:58.26: New job: build camlimages.5.0.4-1 (9ad4e2c3eb3b) 2026-09-04 00:58.26: Waiting for resource in pool day11-builds 2026-09-04 01:11.35: Got resource from pool day11-builds 2026-09-04 01:11.35: [profile full] build camlimages.5.0.4-1 2026-09-04 01:11.35: build camlimages.5.0.4-1 (9ad4e2c3eb3b) === DEPENDENCIES (38 transitive) === astring.0.8.5 821941aaa7a9 base.v0.15.2 f7d6e8732e35 base-threads.base 3d2f2cbc6db2 base-unix.base 3a38ddca6b5e bos.0.2.1 08d3dfeacdd6 camlp-streams.5.0.1 50dfb9c1257b camlp5.8.02.01 20c3d7e9616c camlp5-buildscripts.0.07 f223d8245ee9 conf-freeglut.1 b9e3f7d479b7 conf-gtk2.1 e1e573a4d138 conf-libgl.1 50d71ac20cb9 conf-libglu.1 e1cf19d28d08 conf-m4.1 cced3fb5db42 conf-perl.2 f520f20c9658 conf-pkg-config.5 74f50f3cfe72 conf-which.1 4293d66f3d9e cppo.1.8.0 3d1457d519b3 csexp.1.5.2 67f9dc836ab0 dune.3.22.2 7240d0a5a88c dune-configurator.3.22.2 7fb534e4fa20 fmt.0.11.0 e7ab0b41a39b fpath.0.7.3 3859873a0219 lablgl.1.06 71a0b78c2666 lablgtk.2.18.14 5a7772b83ae2 logs.0.8.0 cc14f2c6e8f5 not-ocamlfind.0.15 dd19e91a1d21 ocaml.4.11.2 9044b53bfe17 ocaml-base-compiler.4.11.2 d1ed934bdaf0 ocaml-config.1 51b78fd13520 ocamlbuild.0.16.1 3440315de9e6 ocamlfind.1.9.8 67e30f343c55 ocamlgraph.2.2.0 1c99e63513cd re.1.11.0 b46adf91cc5f rresult.0.7.0 a7226fb0fa35 seq.base cd92d8fe94f6 sexplib0.v0.15.1 e176b708772c stdio.v0.15.0 138ab484b3bc topkg.1.1.1 a4210ea8e9ab === STDOUT === Processing: [default: loading data] [camlimages.5.0.4-1: dl] [camlimages.5.0.4-1: extract] -> retrieved camlimages.5.0.4-1 (https://opam.ocaml.org/cache) [camlimages: dune build] + /home/opam/.opam/default/bin/dune "build" "-p" "camlimages" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/camlimages.5.0.4-1) - (cd _build/default/config && ./ciconfig.exe) - Checking pkg-config in $PATH... (found) - Checking OCaml library lablgtk2... (found : /home/opam/.opam/default/lib/lablgtk2) - Checking OCaml library graphics... (not found) - Checking program gs in $PATH... (not found) - Checking pkg-config package libgif... (not found) - Checking library -lgif by using C compiler... (not found) - Checking pkg-config package libjpeg... (found : -ljpeg) - Checking pkg-config package libpng... (found : -lpng16 -I/usr/include/libpng16) - Checking pkg-config package libtiff-4... (found : -ltiff -I/usr/include/x86_64-linux-gnu -I/usr/include/webp) - Checking pkg-config package freetype2... (found : -lfreetype -I/usr/include/freetype2 -I/usr/include/libpng16) - Checking pkg-config package libexif... (not found) - Checking library -lexif by using C compiler... (not found) - Checking pkg-config package xpm... (not found) - Checking library -lXpm by using C compiler... (not found) - Checking file rgb.txt...(found : /etc/X11/rgb.txt) - (cd _build/default/tiff && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -g -I /home/opam/.opam/default/lib/ocaml -I ../core -o tiffread.o -c tiffread.c) - tiffread.c: In function 'open_tiff_file_for_read': - tiffread.c:57:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 57 | filename = String_val( name ); - | ^ - tiffread.c:61:5: warning: 'uint32_tiff' is deprecated [-Wdeprecated-declarations] - 61 | uint32 imagelength; - | ^~~~~~ - tiffread.c:62:5: warning: 'uint32_tiff' is deprecated [-Wdeprecated-declarations] - 62 | uint32 imagewidth; - | ^~~~~~ - tiffread.c:63:5: warning: 'uint16_tiff' is deprecated [-Wdeprecated-declarations] - 63 | uint16 imagesample; - | ^~~~~~ - tiffread.c:64:5: warning: 'uint16_tiff' is deprecated [-Wdeprecated-declarations] - 64 | uint16 imagebits; - | ^~~~~~ - tiffread.c:67:5: warning: 'uint16_tiff' is deprecated [-Wdeprecated-declarations] - 67 | uint16 runit; - | ^~~~~~ - tiffread.c:69:5: warning: 'uint16_tiff' is deprecated [-Wdeprecated-declarations] - 69 | uint16 photometric; - | ^~~~~~ - In file included from tiffread.c:20: - tiffread.c: In function 'read_tiff_scanline': - /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:265:24: warning: passing argument 2 of 'TIFFReadScanline' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 265 | #define String_val(x) ((const char *) Bp_val(x)) - | ~^~~~~~~~~~~~~~~~~~~~~~~~~ - tiffread.c:128:34: note: in expansion of macro 'String_val' - 128 | TIFFReadScanline((TIFF*)tiffh, String_val(buf), Int_val(row), 0); - | ^~~~~~~~~~ - In file included from tiffread.c:43: - /usr/include/x86_64-linux-gnu/tiffio.h:460:46: note: expected 'void *' but argument is of type 'const char *' - 460 | extern int TIFFReadScanline(TIFF *tif, void *buf, uint32_t row, - | ~~~~~~^~~ - (cd _build/default/tiff && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I/usr/include/x86_64-linux-gnu -I/usr/include/webp -g -I /home/opam/.opam/default/lib/ocaml -I ../core -o tiffwrite.o -c tiffwrite.c) - tiffwrite.c: In function 'open_tiff_file_for_write': - tiffwrite.c:65:5: warning: 'uint32_tiff' is deprecated [-Wdeprecated-declarations] - 65 | TIFFSetField(tif, TIFFTAG_IMAGEWIDTH, (uint32) image_width); - | ^~~~~~~~~~~~ - tiffwrite.c:66:5: warning: 'uint32_tiff' is deprecated [-Wdeprecated-declarations] - 66 | TIFFSetField(tif, TIFFTAG_IMAGELENGTH, (uint32) image_height); - | ^~~~~~~~~~~~ - In file included from tiffwrite.c:19: - tiffwrite.c: In function 'write_tiff_scanline': - /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:265:24: warning: passing argument 2 of 'TIFFWriteScanline' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 265 | #define String_val(x) ((const char *) Bp_val(x)) - | ~^~~~~~~~~~~~~~~~~~~~~~~~~ - tiffwrite.c:92:35: note: in expansion of macro 'String_val' - 92 | TIFFWriteScanline((TIFF*)tiffh, String_val(buf), Int_val(row), 0); - | ^~~~~~~~~~ - In file included from tiffwrite.c:40: - /usr/include/x86_64-linux-gnu/tiffio.h:462:47: note: expected 'void *' but argument is of type 'const char *' - 462 | extern int TIFFWriteScanline(TIFF *tif, void *buf, uint32_t row, - | ~~~~~~^~~ - (cd _build/default/jpeg && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -g -I /home/opam/.opam/default/lib/ocaml -I ../core -o jpegwrite.o -c jpegwrite.c) - jpegwrite.c: In function 'open_jpeg_file_for_write_colorspace': - jpegwrite.c:78:11: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 78 | filename= String_val( name ); - | ^ - In file included from jpegwrite.c:19: - jpegwrite.c: In function 'caml_jpeg_write_marker': - /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 265 | #define String_val(x) ((const char *) Bp_val(x)) - | ^ - jpegwrite.c:153:18: note: in expansion of macro 'String_val' - 153 | char *data = String_val(Field(raw,1)); - | ^~~~~~~~~~ - jpegwrite.c: In function 'write_jpeg_scanline': - jpegwrite.c:176:10: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 176 | row[0] = String_val( buf ); - | ^ - (cd _build/default/jpeg && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -g -I /home/opam/.opam/default/lib/ocaml -I ../core -o jpegread.o -c jpegread.c) - In file included from jpegread.c:21: - jpegread.c: In function 'caml_val_jpeg_marker': - /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:265:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 265 | #define String_val(x) ((const char *) Bp_val(x)) - | ~^~~~~~~~~~~~~~~~~~~~~~~~~ - jpegread.c:98:13: note: in expansion of macro 'String_val' - 98 | memcpy( String_val(tmp), p->data, p->data_length); - | ^~~~~~~~~~ - In file included from jpegread.c:29: - /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *' - 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src, - | ~~~~~~~~~~~~~~~~~^~~~~~ - jpegread.c: In function 'open_jpeg_file_for_read': - jpegread.c:149:11: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 149 | filename= String_val( name ); - | ^ - jpegread.c: In function 'read_jpeg_scanline': - jpegread.c:282:10: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 282 | row[0] = String_val( buf ) + Int_val( offset ); - | ^ - jpegread.c: In function 'read_jpeg_scanlines': - jpegread.c:296:10: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 296 | row[0] = String_val(buf) + Int_val(offset); - | ^ - (cd _build/default/png && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I/usr/include/libpng16 -g -I /home/opam/.opam/default/lib/ocaml -I ../core -o pngwrite.o -c pngwrite.c) - In file included from pngwrite.c:23: - pngwrite.c: In function 'write_png_file_rgb': - /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 265 | #define String_val(x) ((const char *) Bp_val(x)) - | ^ - pngwrite.c:95:17: note: in expansion of macro 'String_val' - 95 | char *buf = String_val(buffer); - | ^~~~~~~~~~ - pngwrite.c: In function 'write_png_file_index': - /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:265:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 265 | #define String_val(x) ((const char *) Bp_val(x)) - | ^ - pngwrite.c:219:17: note: in expansion of macro 'String_val' - 219 | char *buf = String_val(buffer); - | ^~~~~~~~~~ - (cd _build/default/png && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I/usr/include/libpng16 -g -I /home/opam/.opam/default/lib/ocaml -I ../core -o pngread.o -c pngread.c) - pngread.c: In function 'read_png_file_as_rgb24': - pngread.c:50:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 50 | filename = String_val( name ); - | ^ - In file included from pngread.c:25: - /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:265:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 265 | #define String_val(x) ((const char *) Bp_val(x)) - | ~^~~~~~~~~~~~~~~~~~~~~~~~~ - pngread.c:156:14: note: in expansion of macro 'String_val' - 156 | memcpy(String_val(tmp), buf+rowbytes*i, rowbytes); - | ^~~~~~~~~~ - In file included from pngread.c:21: - /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *' - 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src, - | ~~~~~~~~~~~~~~~~~^~~~~~ - pngread.c: In function 'read_png_file': - pngread.c:224:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 224 | filename = String_val( name ); - | ^ - /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:265:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 265 | #define String_val(x) ((const char *) Bp_val(x)) - | ~^~~~~~~~~~~~~~~~~~~~~~~~~ - pngread.c:357:20: note: in expansion of macro 'String_val' - 357 | memcpy(String_val(tmp), buf+rowbytes*i, rowbytes); - | ^~~~~~~~~~ - /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *' - 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src, - | ~~~~~~~~~~~~~~~~~^~~~~~ - /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:265:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 265 | #define String_val(x) ((const char *) Bp_val(x)) - | ~^~~~~~~~~~~~~~~~~~~~~~~~~ - pngread.c:382:18: note: in expansion of macro 'String_val' - 382 | memcpy(String_val(tmp), buf+rowbytes*i, rowbytes); - | ^~~~~~~~~~ - /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *' - 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src, - | ~~~~~~~~~~~~~~~~~^~~~~~ -> compiled camlimages.5.0.4-1 -> installed camlimages.5.0.4-1 [WARNING] Opam packages conf-freeglut.1, conf-gtk2.1, conf-libgl.1, conf-libglu.1, conf-m4.1 and not-ocamlfind.0.15 depend on the following system packages that are no longer installed: freeglut3-dev libexpat1-dev libglu1-mesa-dev libgtk2.0-dev m4 mesa-common-dev xdot - conf-freeglut.1: depends on freeglut3-dev - conf-gtk2.1: depends on libexpat1-dev, libgtk2.0-dev - conf-libgl.1: depends on mesa-common-dev - conf-libglu.1: depends on libglu1-mesa-dev - conf-m4.1: depends on m4 - not-ocamlfind.0.15: depends on xdot === STDERR === 2026-09-04 01:11.52: OK: build camlimages.5.0.4-1 (runc: 6.6s, disk: 21KB) 2026-09-04 01:11.52: Job succeeded