Build:
- 0
2026-06-24 16:23.46: New job: build camlimages.5.0.1 (d1fce9a66eca)
2026-06-24 16:23.46: Waiting for resource in pool day11-builds
2026-06-24 17:16.30: Got resource from pool day11-builds
2026-06-24 17:16.30: [profile full] build camlimages.5.0.1
2026-06-24 17:16.30: build camlimages.5.0.1 (d1fce9a66eca)
=== DEPENDENCIES (15 transitive) ===
base.v0.13.2 6597bd5bf09d
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
configurator.v0.11.0 7f1d5fc7071e
cppo.1.8.0 2e95fa8d1658
csexp.1.5.2 ddd4f73d4409
dune.3.22.2 de99614aa6cd
dune-configurator.3.22.2 4d1b865f0d6d
jbuilder.1.0+beta20.2 7404f20e3bd0
ocaml.4.11.2 dc018a4b7397
ocaml-base-compiler.4.11.2 81f0dd8b8651
ocaml-config.1 2489653e51e5
ocamlfind.1.9.8 c048fc0ddff1
sexplib0.v0.13.0 97ec4c81d70f
stdio.v0.13.0 399aabd263bd
=== STDOUT ===
Processing: [default: loading data]
[camlimages.5.0.1: dl]
[camlimages.5.0.1: extract]
-> retrieved camlimages.5.0.1 (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.1)
- 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 286, characters 6-25:
- 286 | 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 294, characters 6-25:
- 294 | 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
- ocamlopt jpeg/.camlimages_jpeg.objs/jpeg.{cmx,o}
- File "jpeg/jpeg.ml", line 286, characters 6-25:
- 286 | 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 294, characters 6-25:
- 294 | 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.1
-> installed camlimages.5.0.1
=== STDERR ===
2026-06-24 17:17.04: OK: build camlimages.5.0.1 (runc: 6.2s, disk: 11KB)
2026-06-24 17:17.04: Job succeeded