Build:
- 0
2026-06-24 13:54.51: New job: build lbfgs.0.9.1 (77831edd8d34)
2026-06-24 13:54.51: Waiting for resource in pool day11-builds
2026-06-24 15:54.45: Got resource from pool day11-builds
2026-06-24 15:54.45: [profile full] build lbfgs.0.9.1
2026-06-24 15:54.45: build lbfgs.0.9.1 (77831edd8d34)
=== DEPENDENCIES (15 transitive) ===
base-bigarray.base 2e16f77d4cae
base-bytes.base 4691f51dd9fd
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
camlp-streams.5.0.1 d48629cb1d21
camlp4.5.4 fb247bde88d6
csexp.1.5.2 daa725d901fe
dune.3.23.1 dc7ac21ea3be
dune-configurator.3.23.1 e27f781e405b
ocaml.5.4.1 71fed6f83b21
ocaml-base-compiler.5.4.1 4b8cbe74bda9
ocaml-compiler.5.4.1 df07189447bd
ocaml-config.3 e4a06a221f09
ocamlbuild.0.16.1 17067329c57b
ocamlfind.1.9.8 567e34ecf540
=== STDOUT ===
Processing: [default: loading data]
The following system packages will first need to be installed:
gfortran
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "gfortran"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libgfortran5:amd64.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18247 files and directories currently installed.)
- Preparing to unpack .../libgfortran5_12.2.0-14+deb12u1_amd64.deb ...
- Unpacking libgfortran5:amd64 (12.2.0-14+deb12u1) ...
- Selecting previously unselected package libgfortran-12-dev:amd64.
- Preparing to unpack .../libgfortran-12-dev_12.2.0-14+deb12u1_amd64.deb ...
- Unpacking libgfortran-12-dev:amd64 (12.2.0-14+deb12u1) ...
- Selecting previously unselected package gfortran-12.
- Preparing to unpack .../gfortran-12_12.2.0-14+deb12u1_amd64.deb ...
- Unpacking gfortran-12 (12.2.0-14+deb12u1) ...
- Selecting previously unselected package gfortran.
- Preparing to unpack .../gfortran_4%3a12.2.0-3_amd64.deb ...
- Unpacking gfortran (4:12.2.0-3) ...
- Setting up libgfortran5:amd64 (12.2.0-14+deb12u1) ...
- Setting up libgfortran-12-dev:amd64 (12.2.0-14+deb12u1) ...
- Setting up gfortran-12 (12.2.0-14+deb12u1) ...
- Setting up gfortran (4:12.2.0-3) ...
- update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f95 (f95) in auto mode
- update-alternatives: using /usr/bin/gfortran to provide /usr/bin/f77 (f77) in auto mode
- Processing triggers for libc-bin (2.36-9+deb12u14) ...
[lbfgs.0.9.1: dl]
[lbfgs.0.9.1: extract]
-> retrieved lbfgs.0.9.1 (https://opam.ocaml.org/cache)
[lbfgs: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "lbfgs" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/lbfgs.0.9.1)
- (cd _build/default/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -g -I /home/opam/.opam/default/lib/ocaml -I /home/opam/.opam/default/lib/bytes -I Lbfgsb.3.0 -o lbfgs_stubs.o -c lbfgs_stubs.c)
- In file included from lbfgs_stubs.c:18:
- lbfgs_stubs.c: In function 'ocaml_lbfgs_setulb':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:366:24: warning: passing argument 13 of 'setulb_' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 366 | #define String_val(x) ((const char *) Bp_val(x))
- | ~^~~~~~~~~~~~~~~~~~~~~~~~~
- lbfgs_stubs.c:92:11: note: in expansion of macro 'String_val'
- 92 | String_val(vtask), /* shared content with OCaml */
- | ^~~~~~~~~~
- lbfgs_stubs.c:66:27: note: expected 'char *' but argument is of type 'const char *'
- 66 | char *task,
- | ~~~~~~^~~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:366:24: warning: passing argument 15 of 'setulb_' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 366 | #define String_val(x) ((const char *) Bp_val(x))
- | ~^~~~~~~~~~~~~~~~~~~~~~~~~
- lbfgs_stubs.c:93:28: note: in expansion of macro 'String_val'
- 93 | PTR_INT(iprint), String_val(vcsave),
- | ^~~~~~~~~~
- lbfgs_stubs.c:68:27: note: expected 'char *' but argument is of type 'const char *'
- 68 | char *csave,
- | ~~~~~~^~~~~
- lbfgs_stubs.c:96:10: warning: implicit declaration of function 'copy_double'; did you mean 'caml_copy_double'? [-Wimplicit-function-declaration]
- 96 | return(copy_double(f));
- | ^~~~~~~~~~~
- | caml_copy_double
-> compiled lbfgs.0.9.1
-> installed lbfgs.0.9.1
=== STDERR ===
2026-06-24 15:55.38: OK: build lbfgs.0.9.1 (runc: 10.1s, disk: 0KB)
2026-06-24 15:55.38: Job succeeded