Build:
- 0
2026-06-16 16:34.32: New job: build camlimages.5.0.0 (b5741e9757f2)
2026-06-16 16:34.32: Waiting for resource in pool day11-builds
2026-06-16 17:10.41: Got resource from pool day11-builds
2026-06-16 17:10.41: [profile full] build camlimages.5.0.0
2026-06-16 17:10.41: build camlimages.5.0.0 (b5741e9757f2)
=== DEPENDENCIES (15 transitive) ===
base.v0.13.2 c8b25feed3c1
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
configurator.v0.11.0 d4be717c16c8
cppo.1.8.0 be8c97d74443
csexp.1.5.2 a92eee576734
dune.3.22.2 090db5ac3af6
dune-configurator.3.22.2 6886647e503c
jbuilder.1.0+beta20.2 e266e35949ef
ocaml.4.11.2 82527a3d9959
ocaml-base-compiler.4.11.2 853adb80bee7
ocaml-config.1 73dc523c3cc6
ocamlfind.1.9.8 df35b34caa16
sexplib0.v0.13.0 9edb0297d94b
stdio.v0.13.0 0b032b8658c6
=== STDOUT ===
Processing: [default: loading data]
[camlimages.5.0.0: dl]
[camlimages.5.0.0: extract]
-> retrieved camlimages.5.0.0 (https://opam.ocaml.org/cache)
[camlimages: jbuilder build]
+ /home/opam/.opam/default/bin/jbuilder "build" "-p" "camlimages" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/camlimages.5.0.0)
- ocaml (internal)
- ocamlfind: Package `graphics' not found
- ocamlopt config/.ciconfig.eobjs/xConfigurator.{cmx,o}
- File "config/xConfigurator.ml", line 23, characters 16-25:
- 23 | | exception Not_found -> []
- ^^^^^^^^^
- Alert deprecated: Not_found
- [2016-09] this element comes from the stdlib distributed with OCaml.
- Instead of raising [Not_found], consider using [raise_s] with an informative error
- message. If code needs to distinguish [Not_found] from other exceptions, please change
- it to handle both [Not_found] and [Not_found_s]. Then, instead of raising [Not_found],
- raise [Not_found_s] with an informative error message.
- ciconfig config/all_c_flags.sexp,config/all_c_library_flags.sexp,config/config.h,config/exif_c_flags.sexp,config/exif_c_library_flags.sexp,config/freetype_c_flags.sexp,config/freetype_c_library_flags.sexp,config/gif_c_flags.sexp,config/gif_c_library_flags.sexp,config/jpeg_c_flags.sexp,config/jpeg_c_library_flags.sexp,config/png_c_flags.sexp,config/png_c_library_flags.sexp,config/tiff_c_flags.sexp,config/tiff_c_library_flags.sexp,config/xpm_c_flags.sexp,config/xpm_c_library_flags.sexp
- Checking pkg-config in $PATH... (not found)
- Checking OCaml library lablgtk2... (not found)
- Checking OCaml library graphics... (not found)
- Checking program gs in $PATH... (not found)
- Checking pkg-config package libgif... (not found : needs pkg-config)
- Checking library -lgif by using C compiler... (not found)
- Checking pkg-config package libjpeg... (not found : needs pkg-config)
- Checking library -ljpeg by using C compiler... (not found)
- Checking pkg-config package libpng... (not found : needs pkg-config)
- Checking library -lpng -lz by using C compiler... (not found)
- Checking pkg-config package libtiff-4... (not found : needs pkg-config)
- Checking library -ltiff by using C compiler... (not found)
- Checking pkg-config package freetype2... (not found : needs pkg-config)
- Checking pkg-config package libexif... (not found : needs pkg-config)
- Checking library -lexif by using C compiler... (not found)
- Checking pkg-config package xpm... (not found : needs pkg-config)
- Checking library -lXpm by using C compiler... (not found)
- Checking file rgb.txt...(not found)
- ocamlc tiff/.camlimages_tiff.objs/tiff.{cmo,cmt}
- File "tiff/tiff.ml", line 114, characters 4-23:
- 114 | Pervasives.close_in ic;
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "tiff/tiff.ml", line 127, characters 6-25:
- 127 | Pervasives.close_in ic;
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- ocamlc jpeg/.camlimages_jpeg.objs/jpeg.{cmo,cmt}
- File "jpeg/jpeg.ml", line 272, characters 6-25:
- 272 | Pervasives.close_in ic;
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "jpeg/jpeg.ml", line 280, characters 6-25:
- 280 | Pervasives.close_in ic;
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- ocamlopt jpeg/.camlimages_jpeg.objs/jpeg.{cmx,o}
- File "jpeg/jpeg.ml", line 272, characters 6-25:
- 272 | Pervasives.close_in ic;
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "jpeg/jpeg.ml", line 280, characters 6-25:
- 280 | Pervasives.close_in ic;
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- ocamlopt tiff/.camlimages_tiff.objs/tiff.{cmx,o}
- File "tiff/tiff.ml", line 114, characters 4-23:
- 114 | Pervasives.close_in ic;
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "tiff/tiff.ml", line 127, characters 6-25:
- 127 | Pervasives.close_in ic;
- ^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
-> compiled camlimages.5.0.0
-> installed camlimages.5.0.0
=== STDERR ===
2026-06-16 17:11.00: OK: build camlimages.5.0.0 (runc: 7.1s, disk: 11KB)
2026-06-16 17:11.00: Job succeeded