Build:
  1. 0
2026-09-03 19:54.13: New job: build redis-sync.0.3.6 (efa1fc200088)
2026-09-03 19:54.13: Waiting for resource in pool day11-builds
2026-09-03 21:38.17: Got resource from pool day11-builds
2026-09-03 21:38.17: [profile full] build redis-sync.0.3.6
2026-09-03 21:38.17: build redis-sync.0.3.6 (efa1fc200088)
=== DEPENDENCIES (14 transitive) ===
  base-bytes.base                                    68d84c459288
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  dune.3.24.2                                        bf83cdf0a904
  jbuilder.1.0+beta20.2                              d14840434490
  ocaml.4.14.4                                       c7d6265b51fe
  ocaml-base-compiler.4.14.4                         7a409b6ffbef
  ocaml-config.2                                     85edea6ac168
  ocamlbuild.0.16.1                                  5ae5ab4d19bf
  ocamlfind.1.9.8                                    3cae95bed0a0
  re.1.14.0                                          dd879e7a18b1
  redis.0.3.6                                        e4458c444020
  topkg.1.1.1                                        f1122af0988e
  uuidm.0.9.10                                       9284b229dda4
=== STDOUT ===
Processing: [default: loading data]
[redis-sync.0.3.6: extract]
-> retrieved redis-sync.0.3.6  (cached)
[redis-sync: jbuilder build]
+ /home/opam/.opam/default/bin/jbuilder "build" "-p" "redis-sync" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/redis-sync.0.3.6)
- File "test/jbuild", line 1, characters 0-0:
- Warning: Module "Test" is used in several stanzas:
- - test/jbuild:10
- - test/jbuild:4
- To remove this warning, you must specify an explicit "modules" field in every
- library, executable, and executables stanzas in this jbuild file. Note that
- each module cannot appear in more than one "modules" field - it must belong
- to a single library or executable.
- This warning will become an error in the future.
-       ocamlc src_sync/.redis_sync.objs/redis_sync.{cmi,cmti}
- 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.
-       ocamlc src_sync/.redis_sync.objs/redis_sync.{cmo,cmt}
- 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 12, characters 22-30:
- 12 |   type 'a stream = 'a Stream.t
-                            ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src_sync/redis_sync.ml", line 46, characters 19-40:
- 46 |   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 47, characters 21-44:
- 47 |   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 49, characters 14-30:
- 49 |   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 57, characters 20-31:
- 57 |   let stream_from = Stream.from
-                          ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src_sync/redis_sync.ml", line 58, characters 20-31:
- 58 |   let stream_next = Stream.next
-                          ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
-     ocamlopt src_sync/.redis_sync.objs/redis_sync.{cmx,o}
- 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 12, characters 22-30:
- 12 |   type 'a stream = 'a Stream.t
-                            ^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src_sync/redis_sync.ml", line 46, characters 19-40:
- 46 |   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 47, characters 21-44:
- 47 |   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 49, characters 14-30:
- 49 |   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 57, characters 20-31:
- 57 |   let stream_from = Stream.from
-                          ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
- File "src_sync/redis_sync.ml", line 58, characters 20-31:
- 58 |   let stream_next = Stream.next
-                          ^^^^^^^^^^^
- Alert deprecated: module Stdlib.Stream
- Use the camlp-streams library instead.
-> compiled  redis-sync.0.3.6
-> installed redis-sync.0.3.6

=== STDERR ===

2026-09-03 21:38.29: OK: build redis-sync.0.3.6 (runc: 2.7s, disk: 11KB)
2026-09-03 21:38.29: Job succeeded