Build:
  1. 0
2026-06-24 16:23.46: New job: build camlimages.5.0.0 (1ea9ec7a9eba)
2026-06-24 16:23.46: Waiting for resource in pool day11-builds
2026-06-24 17:16.50: Got resource from pool day11-builds
2026-06-24 17:16.50: [profile full] build camlimages.5.0.0
2026-06-24 17:16.50: build camlimages.5.0.0 (1ea9ec7a9eba)
=== 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.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 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 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
-> compiled  camlimages.5.0.0
-> installed camlimages.5.0.0

=== STDERR ===

2026-06-24 17:17.04: OK: build camlimages.5.0.0 (runc: 10.7s, disk: 11KB)
2026-06-24 17:17.04: Job succeeded