Build:
- 0
2026-06-24 11:04.08: New job: build conf-binutils.0.3 (694940515c4d)
2026-06-24 11:04.08: Waiting for resource in pool day11-builds
2026-06-24 11:09.26: Got resource from pool day11-builds
2026-06-24 11:09.26: [profile full] build conf-binutils.0.3
2026-06-24 11:09.26: build conf-binutils.0.3 (694940515c4d)
=== DEPENDENCIES (5 transitive) ===
base-unix.base 7d1428be9ddb
compiler-cloning.enabled 439a1fc77aa6
ocaml.5.5.0 383268832c4b
ocaml-base-compiler.5.5.0 522c248944c8
ocaml-compiler.5.5.0 eb1a8babf54c
=== STDOUT ===
Processing: [default: loading data]
The following system packages will first need to be installed:
binutils-multiarch
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "binutils-multiarch"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package binutils-multiarch.
- (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 .../binutils-multiarch_2.40-2_amd64.deb ...
- Adding 'diversion of /usr/bin/x86_64-linux-gnu-nm to /usr/bin/x86_64-linux-gnu-nm.single by binutils-multiarch'
- Adding 'diversion of /usr/bin/x86_64-linux-gnu-objdump to /usr/bin/x86_64-linux-gnu-objdump.single by binutils-multiarch'
- Adding 'diversion of /usr/bin/x86_64-linux-gnu-objcopy to /usr/bin/x86_64-linux-gnu-objcopy.single by binutils-multiarch'
- Adding 'diversion of /usr/bin/x86_64-linux-gnu-strings to /usr/bin/x86_64-linux-gnu-strings.single by binutils-multiarch'
- Adding 'diversion of /usr/bin/x86_64-linux-gnu-strip to /usr/bin/x86_64-linux-gnu-strip.single by binutils-multiarch'
- Adding 'diversion of /usr/bin/x86_64-linux-gnu-size to /usr/bin/x86_64-linux-gnu-size.single by binutils-multiarch'
- Adding 'diversion of /usr/bin/x86_64-linux-gnu-ar to /usr/bin/x86_64-linux-gnu-ar.single by binutils-multiarch'
- Adding 'diversion of /usr/bin/x86_64-linux-gnu-ranlib to /usr/bin/x86_64-linux-gnu-ranlib.single by binutils-multiarch'
- Adding 'diversion of /usr/bin/x86_64-linux-gnu-addr2line to /usr/bin/x86_64-linux-gnu-addr2line.single by binutils-multiarch'
- Adding 'diversion of /usr/bin/x86_64-linux-gnu-gprof to /usr/bin/x86_64-linux-gnu-gprof.single by binutils-multiarch'
- Adding 'diversion of /usr/bin/x86_64-linux-gnu-readelf to /usr/bin/x86_64-linux-gnu-readelf.single by binutils-multiarch'
- Unpacking binutils-multiarch (2.40-2) ...
- Setting up binutils-multiarch (2.40-2) ...
- Processing triggers for libc-bin (2.36-9+deb12u14) ...
[conf-binutils.0.3/find-binutils.ml.in: dl]
-> retrieved conf-binutils.0.3 (https://opam.ocaml.org/cache)
[conf-binutils: subst] expanding opam variables in find-binutils.ml.in, generating find-binutils.ml
[conf-binutils: ocaml unix.cma]
+ /home/opam/.opam/default/bin/ocaml "unix.cma" "find-binutils.ml" (CWD=/home/opam/.opam/default/.opam-switch/build/conf-binutils.0.3)
- File "_none_", line 1:
- Alert ocaml_deprecated_auto_include:
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
-
- File "./find-binutils.ml", line 35, characters 11-21:
- 35 | r := String.sub s (i + 1) (!j - i - 1) :: !r;
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: labels pos, len were omitted in the application
- of this function.
-
- File "./find-binutils.ml", line 39, characters 2-12:
- 39 | String.sub s 0 !j :: !r
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: labels pos, len were omitted in the application
- of this function.
-
- File "./find-binutils.ml", line 42, characters 2-10:
- 42 | List.map String.trim (split_on_char on str) |>
- ^^^^^^^^
- Warning 6 [labels-omitted]: label f was omitted in the application of this
- function.
-
- File "./find-binutils.ml", line 1:
- Alert ocaml_deprecated_auto_include:
- OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
- automatically added to the search path, but you should add -I +unix to the
- command-line to silence this alert (e.g. by adding unix to the list of
- libraries in your dune file, or adding use_unix to your _tags file for
- ocamlbuild, or using -package unix for ocamlfind).
-
- File "./find-binutils.ml", line 109, characters 13-26:
- 109 | let deps = String.concat "\n" deps in
- ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label sep was omitted in the application of this
- function.
-
- File "./find-binutils.ml", line 110, characters 13-26:
- 110 | let vars = String.concat "\n" vars in
- ^^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label sep was omitted in the application of this
- function.
-
- File "./find-binutils.ml", line 176, characters 2-12:
- 176 | String.sub str 0 len = pref
- ^^^^^^^^^^
- Warning 6 [labels-omitted]: labels pos, len were omitted in the application
- of this function.
-> compiled conf-binutils.0.3
-> installed conf-binutils.0.3
=== STDERR ===
2026-06-24 11:09.43: OK: build conf-binutils.0.3 (runc: 6.6s, disk: 0KB)
2026-06-24 11:09.43: Job succeeded