Build:
- 0
2026-06-20 17:17.13: New job: build dtoa.0.1 (39e5aff6b251)
2026-06-20 17:17.13: Waiting for resource in pool day11-builds
2026-06-20 18:47.54: Got resource from pool day11-builds
2026-06-20 18:47.54: [profile full] build dtoa.0.1
2026-06-20 18:47.54: build dtoa.0.1 (39e5aff6b251)
=== DEPENDENCIES (9 transitive) ===
astring.0.8.5 5a13f5727ef8
compiler-cloning.enabled 0d2606125f88
ocaml.5.5.0 1b4132bddf48
ocaml-base-compiler.5.5.0 1901c3a760c1
ocaml-compiler.5.5.0 5f593a0b4a8c
ocamlbuild.0.16.1 b485a4f69c01
ocamlfind.1.9.8 5b46f9d92bbd
ocb-stubblr.0.1.1-1 91cf3db8ccb7
topkg.1.0.8 2329399799ba
=== STDOUT ===
Processing: [default: loading data]
[dtoa.0.1: dl]
[dtoa.0.1: extract]
-> retrieved dtoa.0.1 (https://opam.ocaml.org/cache)
[dtoa: ocaml build]
+ /home/opam/.opam/default/bin/ocaml "pkg/pkg.ml" "build" "--pinned" "false" (CWD=/home/opam/.opam/default/.opam-switch/build/dtoa.0.1)
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -config
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package ocb-stubblr myocamlbuild.ml /home/opam/.opam/default/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- + ocamlfind ocamlc -config
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -g -package bytes -c src/cached_powers.c
- + ocamlfind ocamlc -g -package bytes -c src/diy_fp.c
- + ocamlfind ocamlc -g -package bytes -c src/ieee.c
- + ocamlfind ocamlc -g -package bytes -c src/dtoa_stubs.c
- + ocamlfind ocamlc -g -package bytes -c src/cached_powers.c
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + mv cached_powers.o src/cached_powers.o
- + ocamlfind ocamlc -g -package bytes -c src/ieee.c
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + mv ieee.o src/ieee.o
- + ocamlfind ocamlc -g -package bytes -c src/fast_dtoa.c
- + ocamlfind ocamlc -g -package bytes -c src/diy_fp.c
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + mv diy_fp.o src/diy_fp.o
- + ocamlfind ocamlc -g -package bytes -c src/dtoa_stubs.c
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + mv dtoa_stubs.o src/dtoa_stubs.o
- + ocamlfind ocamlc -g -package bytes -c src/fast_dtoa.c
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + mv fast_dtoa.o src/fast_dtoa.o
- + ocamlfind ocamlmklib -o src/dtoa -g src/cached_powers.o src/diy_fp.o src/ieee.o src/dtoa_stubs.o src/fast_dtoa.o
- + ocamlfind ocamlmklib -o src/dtoa -g src/cached_powers.o src/diy_fp.o src/ieee.o src/dtoa_stubs.o src/fast_dtoa.o
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamldep -package bytes -modules src/dtoa.ml > src/dtoa.ml.depends
- + ocamlfind ocamldep -package bytes -modules src/dtoa.mli > src/dtoa.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/dtoa.cmi src/dtoa.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/dtoa.cmi src/dtoa.mli
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/dtoa.cmx src/dtoa.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package bytes -I src -I test -o src/dtoa.cmx src/dtoa.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -a -cclib -ldtoa -package bytes -I src src/dtoa.cmx -o src/dtoa.cmxa
- + ocamlfind ocamlopt -a -cclib -ldtoa -package bytes -I src src/dtoa.cmx -o src/dtoa.cmxa
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -shared -linkall -I . -I src -I test -package bytes -I src src/dtoa.cmxa -o src/dtoa.cmxs
- + ocamlfind ocamlopt -shared -linkall -I . -I src -I test -package bytes -I src src/dtoa.cmxa -o src/dtoa.cmxs
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -for-pack Dtoa -package bytes -I src -I test -o src/dtoa.cmo src/dtoa.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -for-pack Dtoa -package bytes -I src -I test -o src/dtoa.cmo src/dtoa.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -a -dllib -ldtoa -cclib -ldtoa -package bytes -I src src/dtoa.cmo -o src/dtoa.cma
- + ocamlfind ocamlc -a -dllib -ldtoa -cclib -ldtoa -package bytes -I src src/dtoa.cmo -o src/dtoa.cma
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- # Parallel statistics: { count(total): 1(15), max: 5, min: 5, average(total): 5.000(1.267) }
- + ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package ocb-stubblr myocamlbuild.ml /home/opam/.opam/default/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
-> compiled dtoa.0.1
-> installed dtoa.0.1
=== STDERR ===
2026-06-20 18:48.12: OK: build dtoa.0.1 (runc: 3.1s, disk: 11KB)
2026-06-20 18:48.12: Job succeeded