Build:
  1. 0
2026-06-24 14:11.35: New job: build decoders-yojson.0.1.0 (338623248d88)
2026-06-24 14:11.35: Waiting for resource in pool day11-builds
2026-06-24 16:29.38: Got resource from pool day11-builds
2026-06-24 16:29.38: [profile full] build decoders-yojson.0.1.0
2026-06-24 16:29.38: build decoders-yojson.0.1.0 (338623248d88)
=== DEPENDENCIES (17 transitive) ===
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  biniou.1.2.2                                       eef30331b544
  camlp-streams.5.0.1                                28f363162dde
  containers.3.17                                    b82cec170813
  cppo.1.8.0                                         5f3f70cae95b
  csexp.1.5.2                                        610c78f17734
  decoders.0.2.0                                     87e36ccf2754
  dune.3.23.1                                        848a72441e15
  dune-configurator.3.23.1                           bc97ce98d8a9
  easy-format.1.3.4                                  1672fd0d9a38
  either.1.0.0                                       a20a29c4eda3
  jbuilder.1.0+beta20.2                              4f461261c648
  ocaml.4.14.4                                       b047fb9251f4
  ocaml-base-compiler.4.14.4                         d3b7ccb2c6fb
  ocaml-config.2                                     2d9c209f5590
  yojson.1.7.0                                       af4472b19ade
=== STDOUT ===
Processing: [default: loading data]
[decoders-yojson.0.1.0: dl]
[decoders-yojson.0.1.0: extract]
-> retrieved decoders-yojson.0.1.0  (https://opam.ocaml.org/cache)
[decoders-yojson: jbuilder build]
+ /home/opam/.opam/default/bin/jbuilder "build" "-p" "decoders-yojson" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/decoders-yojson.0.1.0)
-       ocamlc src-yojson/.decoders_yojson.objs/decoders_yojson__Raw.{cmi,cmti}
- File "src-yojson/raw.mli", line 4, characters 46-61:
- 4 |   include Decoders.Decode.S with type value = Yojson.Raw.json
-                                                   ^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Raw.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- File "src-yojson/raw.mli", line 13, characters 46-61:
- 13 |   include Decoders.Encode.S with type value = Yojson.Raw.json
-                                                    ^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Raw.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-       ocamlc src-yojson/.decoders_yojson.objs/decoders_yojson__Safe.{cmi,cmti}
- File "src-yojson/safe.mli", line 3, characters 52-68:
- 3 | module Decode : Decoders.Decode.S with type value = Yojson.Safe.json
-                                                         ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- File "src-yojson/safe.mli", line 4, characters 52-68:
- 4 | module Encode : Decoders.Encode.S with type value = Yojson.Safe.json
-                                                         ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-       ocamlc src-yojson/.decoders_yojson.objs/decoders_yojson__Basic.{cmi,cmti}
- File "src-yojson/basic.mli", line 3, characters 52-69:
- 3 | module Decode : Decoders.Decode.S with type value = Yojson.Basic.json
-                                                         ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- File "src-yojson/basic.mli", line 4, characters 52-69:
- 4 | module Encode : Decoders.Encode.S with type value = Yojson.Basic.json
-                                                         ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-       ocamlc src-yojson/.decoders_yojson.objs/decoders_yojson__Safe.{cmo,cmt}
- File "src-yojson/safe.ml", line 6, characters 15-31:
- 6 |   type value = Yojson.Safe.json
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- File "src-yojson/safe.ml", line 5, characters 61-77:
- 5 | module Json_decodeable : Decode.Decodeable with type value = Yojson.Safe.json = struct
-                                                                  ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- File "src-yojson/safe.ml", line 51, characters 15-31:
- 51 |   type value = Yojson.Safe.json
-                     ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-       ocamlc src-yojson/.decoders_yojson.objs/decoders_yojson__Raw.{cmo,cmt}
- File "src-yojson/raw.ml", line 6, characters 15-30:
- 6 |   type value = Yojson.Raw.json
-                    ^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Raw.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- File "src-yojson/raw.ml", line 5, characters 61-76:
- 5 | module Json_decodeable : Decode.Decodeable with type value = Yojson.Raw.json = struct
-                                                                  ^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Raw.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- File "src-yojson/raw.ml", line 73, characters 15-30:
- 73 |   type value = Yojson.Raw.json
-                     ^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Raw.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- File "src-yojson/raw.ml", line 89, characters 14-23:
- 89 |            |> CCOpt.map (fun k -> (k, v))
-                    ^^^^^^^^^
- Alert deprecated: module CCOpt
- use CCOption instead
-     ocamlopt src-yojson/.decoders_yojson.objs/decoders_yojson__Raw.{cmx,o}
- File "src-yojson/raw.ml", line 6, characters 15-30:
- 6 |   type value = Yojson.Raw.json
-                    ^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Raw.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- File "src-yojson/raw.ml", line 5, characters 61-76:
- 5 | module Json_decodeable : Decode.Decodeable with type value = Yojson.Raw.json = struct
-                                                                  ^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Raw.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- File "src-yojson/raw.ml", line 73, characters 15-30:
- 73 |   type value = Yojson.Raw.json
-                     ^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Raw.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- File "src-yojson/raw.ml", line 89, characters 14-23:
- 89 |            |> CCOpt.map (fun k -> (k, v))
-                    ^^^^^^^^^
- Alert deprecated: module CCOpt
- use CCOption instead
-     ocamlopt src-yojson/.decoders_yojson.objs/decoders_yojson__Safe.{cmx,o}
- File "src-yojson/safe.ml", line 6, characters 15-31:
- 6 |   type value = Yojson.Safe.json
-                    ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- File "src-yojson/safe.ml", line 5, characters 61-77:
- 5 | module Json_decodeable : Decode.Decodeable with type value = Yojson.Safe.json = struct
-                                                                  ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- File "src-yojson/safe.ml", line 51, characters 15-31:
- 51 |   type value = Yojson.Safe.json
-                     ^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Safe.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-       ocamlc src-yojson/.decoders_yojson.objs/decoders_yojson__Basic.{cmo,cmt}
- File "src-yojson/basic.ml", line 6, characters 15-32:
- 6 |   type value = Yojson.Basic.json
-                    ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- File "src-yojson/basic.ml", line 5, characters 61-78:
- 5 | module Json_decodeable : Decode.Decodeable with type value = Yojson.Basic.json = struct
-                                                                  ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- File "src-yojson/basic.ml", line 51, characters 15-32:
- 51 |   type value = Yojson.Basic.json
-                     ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-     ocamlopt src-yojson/.decoders_yojson.objs/decoders_yojson__Basic.{cmx,o}
- File "src-yojson/basic.ml", line 6, characters 15-32:
- 6 |   type value = Yojson.Basic.json
-                    ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- File "src-yojson/basic.ml", line 5, characters 61-78:
- 5 | module Json_decodeable : Decode.Decodeable with type value = Yojson.Basic.json = struct
-                                                                  ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- File "src-yojson/basic.ml", line 51, characters 15-32:
- 51 |   type value = Yojson.Basic.json
-                     ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
-> compiled  decoders-yojson.0.1.0
-> installed decoders-yojson.0.1.0

=== STDERR ===

2026-06-24 16:29.46: OK: build decoders-yojson.0.1.0 (runc: 2.6s, disk: 19KB)
2026-06-24 16:29.46: Job succeeded