Build:
  1. 0
2026-06-24 13:54.50: New job: build redis-sync.0.4 (b7973d0c43e0)
2026-06-24 13:54.50: Waiting for resource in pool day11-builds
2026-06-24 14:11.41: Got resource from pool day11-builds
2026-06-24 14:11.41: [profile full] build redis-sync.0.4
2026-06-24 14:11.41: build redis-sync.0.4 (b7973d0c43e0)
=== DEPENDENCIES (12 transitive) ===
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  dune.3.23.1                                        848a72441e15
  ocaml.4.14.4                                       b047fb9251f4
  ocaml-base-compiler.4.14.4                         d3b7ccb2c6fb
  ocaml-config.2                                     2d9c209f5590
  ocamlbuild.0.16.1                                  7e0d6aadb209
  ocamlfind.1.9.8                                    214dd418ac02
  re.1.14.0                                          d62d6f65abb6
  redis.0.4                                          33e0bcb8e493
  topkg.1.1.1                                        511e1a1958da
  uuidm.0.9.10                                       097b12ba8f03
=== STDOUT ===
Processing: [default: loading data]
[redis-sync.0.4: extract]
-> retrieved redis-sync.0.4  (cached)
[redis-sync: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "redis-sync" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/redis-sync.0.4)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -I src_sync/.redis_sync.objs/byte -I /home/opam/.opam/default/lib/re -I /home/opam/.opam/default/lib/re/str -I /home/opam/.opam/default/lib/redis -I /home/opam/.opam/default/lib/uuidm -no-alias-deps -o src_sync/.redis_sync.objs/byte/redis_sync.cmi -c -intf src_sync/redis_sync.mli)
- File "src_sync/redis_sync.mli", line 5, characters 67-75:
- 5 | module IO : Redis.S.IO with type 'a t = 'a and type 'a stream = 'a Stream.t
-                                                                        ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -safe-string -g -I src_sync/.redis_sync.objs/byte -I src_sync/.redis_sync.objs/native -I /home/opam/.opam/default/lib/re -I /home/opam/.opam/default/lib/re/str -I /home/opam/.opam/default/lib/redis -I /home/opam/.opam/default/lib/uuidm -intf-suffix .ml -no-alias-deps -o src_sync/.redis_sync.objs/native/redis_sync.cmx -c -impl src_sync/redis_sync.ml)
- File "src_sync/redis_sync.ml", line 5, characters 20-41:
- 5 |   type in_channel = Pervasives.in_channel
-                         ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src_sync/redis_sync.ml", line 6, characters 21-43:
- 6 |   type out_channel = Pervasives.out_channel
-                          ^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src_sync/redis_sync.ml", line 8, characters 22-30:
- 8 |   type 'a stream = 'a Stream.t
-                           ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src_sync/redis_sync.ml", line 43, characters 19-40:
- 43 |   let input_char = Pervasives.input_char
-                         ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src_sync/redis_sync.ml", line 44, characters 21-44:
- 44 |   let really_input = Pervasives.really_input
-                           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src_sync/redis_sync.ml", line 46, characters 14-30:
- 46 |   let flush = Pervasives.flush
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src_sync/redis_sync.ml", line 54, characters 20-31:
- 54 |   let stream_from = Stream.from
-                          ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src_sync/redis_sync.ml", line 55, characters 20-31:
- 55 |   let stream_next = Stream.next
-                          ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -safe-string -g -bin-annot -I src_sync/.redis_sync.objs/byte -I /home/opam/.opam/default/lib/re -I /home/opam/.opam/default/lib/re/str -I /home/opam/.opam/default/lib/redis -I /home/opam/.opam/default/lib/uuidm -intf-suffix .ml -no-alias-deps -o src_sync/.redis_sync.objs/byte/redis_sync.cmo -c -impl src_sync/redis_sync.ml)
- File "src_sync/redis_sync.ml", line 5, characters 20-41:
- 5 |   type in_channel = Pervasives.in_channel
-                         ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src_sync/redis_sync.ml", line 6, characters 21-43:
- 6 |   type out_channel = Pervasives.out_channel
-                          ^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src_sync/redis_sync.ml", line 8, characters 22-30:
- 8 |   type 'a stream = 'a Stream.t
-                           ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src_sync/redis_sync.ml", line 43, characters 19-40:
- 43 |   let input_char = Pervasives.input_char
-                         ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src_sync/redis_sync.ml", line 44, characters 21-44:
- 44 |   let really_input = Pervasives.really_input
-                           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src_sync/redis_sync.ml", line 46, characters 14-30:
- 46 |   let flush = Pervasives.flush
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
- 
- If you need to stay compatible with OCaml < 4.07, you can use the 
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- File "src_sync/redis_sync.ml", line 54, characters 20-31:
- 54 |   let stream_from = Stream.from
-                          ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src_sync/redis_sync.ml", line 55, characters 20-31:
- 55 |   let stream_next = Stream.next
-                          ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
-> compiled  redis-sync.0.4
-> installed redis-sync.0.4

=== STDERR ===

2026-06-24 14:11.49: OK: build redis-sync.0.4 (runc: 2.6s, disk: 12KB)
2026-06-24 14:11.49: Job succeeded