Build:
  1. 0
2026-06-23 16:56.49: New job: build plplot.5.12.1 (71adc8534945)
2026-06-23 16:56.49: Waiting for resource in pool day11-builds
2026-06-23 18:55.54: Got resource from pool day11-builds
2026-06-23 18:55.54: [profile full] build plplot.5.12.1
2026-06-23 18:55.54: build plplot.5.12.1 (71adc8534945)
=== DEPENDENCIES (13 transitive) ===
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  conf-pkg-config.5                                  4b60827fc174
  conf-plplot.1                                      9bf43e4dadc7
  csexp.1.5.2                                        ba14d6290f52
  dune.3.23.1                                        fc50a1588b4e
  dune-configurator.3.22.2                           ac79ab5113c0
  ocaml.4.11.2                                       82527a3d9959
  ocaml-base-compiler.4.11.2                         853adb80bee7
  ocaml-config.1                                     73dc523c3cc6
  ocaml-secondary-compiler.4.14.2                    208983c0e1e0
  ocamlfind.1.9.6                                    37418aad65fb
  ocamlfind-secondary.1.9.6                          4507fb801bdf
=== STDOUT ===
Processing: [default: loading data]
[plplot.5.12.1: dl]
[plplot.5.12.1: extract]
-> retrieved plplot.5.12.1  (https://opam.ocaml.org/cache)
[plplot: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "plplot" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/plplot.5.12.1)
- (cd _build/default/src && ../configure/discover.exe)
- C compiler accepts flag: -Wno-error=incompatible-pointer-types
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -O2 -fno-strict-aliasing -fwrapv -fPIC -g -O2 -I/usr/include/plplot -Wno-error=incompatible-pointer-types -g -I /home/opam/.opam/default/lib/ocaml -o plplot_impl.o -c plplot_impl.c)
- plplot_impl.c: In function 'ml_plotter':
- plplot_impl.c:68:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-    68 |         pltr = caml_named_value( CAML_PLPLOT_PLOTTER_FUNC_NAME );
-       |              ^
- plplot_impl.c: In function 'ml_defined':
- plplot_impl.c:100:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   100 |         defined = caml_named_value( CAML_PLPLOT_DEFINED_FUNC_NAME );
-       |                 ^
- plplot_impl.c: In function 'ml_mapform':
- plplot_impl.c:122:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   122 |         mapform = caml_named_value( CAML_PLPLOT_MAPFORM_FUNC_NAME );
-       |                 ^
- plplot_impl.c: In function 'ml_labelfunc':
- plplot_impl.c:154:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   154 |         callback = caml_named_value( CAML_PLPLOT_LABEL_FUNC_NAME );
-       |                  ^
- plplot_impl.c: In function 'ml_abort':
- plplot_impl.c:176:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   176 |         handler = caml_named_value( CAML_PLPLOT_ABORT_FUNC_NAME );
-       |                 ^
- plplot_impl.c: In function 'ml_exit':
- plplot_impl.c:195:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   195 |         handler = caml_named_value( CAML_PLPLOT_EXIT_FUNC_NAME );
-       |                 ^
- plplot_impl.c: In function 'ml_transform':
- plplot_impl.c:216:19: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   216 |         transform = caml_named_value( CAML_PLPLOT_TRANSFORM_FUNC_NAME );
-       |                   ^
- plplot_impl.c: In function 'get_ml_plotter_func':
- plplot_impl.c:235:14: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   235 |         pltr = caml_named_value( CAML_PLPLOT_PLOTTER_FUNC_NAME );
-       |              ^
- plplot_impl.c: In function 'get_ml_defined_func':
- plplot_impl.c:252:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   252 |         defined = caml_named_value( CAML_PLPLOT_DEFINED_FUNC_NAME );
-       |                 ^
- plplot_impl.c: In function 'get_ml_mapform_func':
- plplot_impl.c:269:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   269 |         mapform = caml_named_value( CAML_PLPLOT_MAPFORM_FUNC_NAME );
-       |                 ^
- plplot_impl.c: In function 'ml_plslabelfunc':
- plplot_impl.c:289:15: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   289 |         label = caml_named_value( CAML_PLPLOT_LABEL_FUNC_NAME );
-       |               ^
- plplot_impl.c: In function 'ml_plsabort':
- plplot_impl.c:311:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   311 |         handler = caml_named_value( CAML_PLPLOT_ABORT_FUNC_NAME );
-       |                 ^
- plplot_impl.c: In function 'ml_plsexit':
- plplot_impl.c:330:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   330 |         handler = caml_named_value( CAML_PLPLOT_EXIT_FUNC_NAME );
-       |                 ^
- plplot_impl.c: In function 'ml_plstransform':
- plplot_impl.c:351:17: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   351 |         handler = caml_named_value( CAML_PLPLOT_TRANSFORM_FUNC_NAME );
-       |                 ^
- plplot_impl.c: In function 'ml_plparseopts':
- plplot_impl.c:704:41: warning: passing argument 2 of 'c_plparseopts' from incompatible pointer type [-Wincompatible-pointer-types]
-   704 |     result = plparseopts( &argv_length, c_argv, combined_parse_method );
-       |                                         ^~~~~~
-       |                                         |
-       |                                         const char **
- In file included from /usr/include/plplot/plplotP.h:151,
-                  from plplot_impl.c:29:
- /usr/include/plplot/plplot.h:2305:46: note: expected 'PLCHAR_NC_MATRIX' {aka 'char **'} but argument is of type 'const char **'
-  2305 | c_plparseopts( int *p_argc, PLCHAR_NC_MATRIX argv, PLINT mode );
-       |                             ~~~~~~~~~~~~~~~~~^~~~
-> compiled  plplot.5.12.1
-> installed plplot.5.12.1
[WARNING] Opam package conf-plplot.1 depends on the following system packages that can no longer be found: libplplot-dev libshp-dev

=== STDERR ===

2026-06-23 18:56.22: OK: build plplot.5.12.1 (runc: 6.6s, disk: 11KB)
2026-06-23 18:56.22: Job succeeded