Build:
  1. 0
2026-06-16 12:49.24: New job: build nproc.0.5.1 (4fdc33394d0b)
2026-06-16 12:49.24: Waiting for resource in pool day11-builds
2026-06-16 14:17.24: Got resource from pool day11-builds
2026-06-16 14:17.24: [profile full] build nproc.0.5.1
2026-06-16 14:17.24: build nproc.0.5.1 (4fdc33394d0b)
=== DEPENDENCIES (13 transitive) ===
  base-bytes.base                                    70d0daec7841
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  cppo.1.8.0                                         ea583d2d3bbb
  csexp.1.5.2                                        ec63db2dab31
  dune.3.23.1                                        5402470d931c
  dune-configurator.3.23.1                           58f4a3f92083
  lwt.6.1.2                                          4f8aa1aa7c72
  ocaml.4.14.4                                       cb826ea44eb2
  ocaml-base-compiler.4.14.4                         d2f775f983d7
  ocaml-config.2                                     669e0fcf9e4d
  ocamlfind.1.9.8                                    6025f4a8e98e
  ocplib-endian.1.2                                  4dbd3fe91c51
=== STDOUT ===
Processing: [default: loading data]
[nproc.0.5.1: dl]
[nproc.0.5.1: extract]
-> retrieved nproc.0.5.1  (https://opam.ocaml.org/cache)
[nproc: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/default/.opam-switch/build/nproc.0.5.1)
- echo "version = \"$(cat VERSION)\"" > META
- cat META.in >> META
- ocamlfind ocamlc -c nproc.mli -package lwt.unix
- ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
- File "nproc.mli", line 106, characters 5-13:
- 106 |   'a Stream.t -> unit
-            ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "nproc.mli", line 223, characters 7-15:
- 223 |     'a Stream.t -> unit
-              ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- ocamlfind ocamlc -a -g nproc.ml -o nproc.cma -package lwt.unix
- ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
- File "nproc.ml", line 31, characters 10-21:
- 31 |     match Stream.peek strm with
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "nproc.ml", line 34, characters 10-21:
- 34 |           Stream.junk strm;
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "nproc.ml", line 41, characters 2-13:
- 41 |   Stream.from (
-        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "nproc.ml", line 123, characters 21-34:
- 123 |       with Sys_error "Broken pipe" ->
-                            ^^^^^^^^^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- File "nproc.ml", line 330, characters 12-23:
- 330 |     let o = Stream.peek x in
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "nproc.ml", line 333, characters 19-30:
- 333 |        | Some _ -> Stream.junk x
-                          ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- ocamlfind ocamlc -c nproc.mli -package lwt.unix
- ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
- File "nproc.mli", line 106, characters 5-13:
- 106 |   'a Stream.t -> unit
-            ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "nproc.mli", line 223, characters 7-15:
- 223 |     'a Stream.t -> unit
-              ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- ocamlfind ocamlopt -a -g nproc.ml -o nproc.cmxa -package lwt.unix
- ocamlfind: [WARNING] Package `threads': Linking problems may arise because of the missing -thread or -vmthread switch
- File "nproc.ml", line 31, characters 10-21:
- 31 |     match Stream.peek strm with
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "nproc.ml", line 34, characters 10-21:
- 34 |           Stream.junk strm;
-                ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "nproc.ml", line 41, characters 2-13:
- 41 |   Stream.from (
-        ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "nproc.ml", line 123, characters 21-34:
- 123 |       with Sys_error "Broken pipe" ->
-                            ^^^^^^^^^^^^^
- Warning 52 [fragile-literal-pattern]: Code should not depend on the actual values of
- this constructor's arguments. They are only for information
- and may change in future versions. (See manual section 11.5)
- File "nproc.ml", line 330, characters 12-23:
- 330 |     let o = Stream.peek x in
-                   ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "nproc.ml", line 333, characters 19-30:
- 333 |        | Some _ -> Stream.junk x
-                          ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
-> compiled  nproc.0.5.1
[nproc: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/nproc.0.5.1)
- ocamlfind install nproc META \
-           `find nproc.mli nproc.cmi \
-                 nproc.cmo nproc.cma \
-                 nproc.cmx nproc.o nproc.cmxa nproc.a`
- Installed /home/opam/.opam/default/lib/nproc/nproc.a
- Installed /home/opam/.opam/default/lib/nproc/nproc.cmxa
- Installed /home/opam/.opam/default/lib/nproc/nproc.o
- Installed /home/opam/.opam/default/lib/nproc/nproc.cmx
- Installed /home/opam/.opam/default/lib/nproc/nproc.cma
- Installed /home/opam/.opam/default/lib/nproc/nproc.cmo
- Installed /home/opam/.opam/default/lib/nproc/nproc.cmi
- Installed /home/opam/.opam/default/lib/nproc/nproc.mli
- Installed /home/opam/.opam/default/lib/nproc/META
-> installed nproc.0.5.1

=== STDERR ===

2026-06-16 14:17.29: OK: build nproc.0.5.1 (runc: 2.1s, disk: 10KB)
2026-06-16 14:17.29: Job succeeded