Build:
- 0
2026-06-16 13:54.09: New job: build lbfgs.0.9.1 (29a9d7f37c00)
2026-06-16 13:54.09: Waiting for resource in pool day11-builds
2026-06-16 15:43.00: Got resource from pool day11-builds
2026-06-16 15:43.00: [profile full] build lbfgs.0.9.1
2026-06-16 15:43.00: build lbfgs.0.9.1 (29a9d7f37c00)
=== DEPENDENCIES (15 transitive) ===
base-bigarray.base dfc2a7e726c3
base-bytes.base 4e354a32e9ce
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
camlp-streams.5.0.1 c5b4d7818010
camlp4.5.4 53e33079c756
csexp.1.5.2 e2491a88a8e9
dune.3.23.1 d50060dd2cab
dune-configurator.3.23.1 83dd42d9abe2
ocaml.5.4.1 708fed352b2a
ocaml-base-compiler.5.4.1 89b85703f841
ocaml-compiler.5.4.1 a719b8419b8e
ocaml-config.3 aa27f63940d8
ocamlbuild.0.16.1 069fc1e567af
ocamlfind.1.9.8 5cfa73ef65e7
=== 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-16 15:43.21: OK: build lbfgs.0.9.1 (runc: 9.6s, disk: 0KB)
2026-06-16 15:43.21: Job succeeded