Build:
  1. 0
2026-06-16 15:57.53: New job: build caqti.0.9.0 (2f21949fd906)
2026-06-16 15:57.53: Waiting for resource in pool day11-builds
2026-06-16 16:44.16: Got resource from pool day11-builds
2026-06-16 16:44.16: [profile full] build caqti.0.9.0
2026-06-16 16:44.16: build caqti.0.9.0 (2f21949fd906)
=== DEPENDENCIES (20 transitive) ===
  angstrom.0.16.1                                    a499461c2439
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  bigstringaf.0.10.0                                 b0e2fb8e5d3b
  calendar.3.0.0                                     1d2414d5eaf8
  csexp.1.5.2                                        ec63db2dab31
  dune.3.23.1                                        5402470d931c
  dune-configurator.3.23.1                           58f4a3f92083
  jbuilder.1.0+beta20.2                              ab5ab9884b95
  ocaml.4.14.4                                       cb826ea44eb2
  ocaml-base-compiler.4.14.4                         d2f775f983d7
  ocaml-config.2                                     669e0fcf9e4d
  ocaml-syntax-shims.1.0.0                           8e1b0ec7f904
  ocamlbuild.0.16.1                                  8f6c52e6fce8
  ocamlfind.1.9.8                                    6025f4a8e98e
  ptime.1.2.0                                        cedc85093139
  re.1.14.0                                          8d7c1999492d
  stringext.1.6.0                                    d29c9ca4a03c
  topkg.1.1.1                                        ab549298f3fc
  uri.4.4.0                                          a28bedf1b002
=== STDOUT ===
Processing: [default: loading data]
[caqti.0.9.0: dl]
[caqti.0.9.0: extract]
-> retrieved caqti.0.9.0  (https://opam.ocaml.org/cache)
[caqti: jbuilder build]
+ /home/opam/.opam/default/bin/jbuilder "build" "-p" "caqti" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/caqti.0.9.0)
-       ocamlc lib/.caqti.objs/caqti_pool.{cmo,cmt}
- File "lib/caqti_pool.ml", line 28, characters 56-74:
- 28 |     let compare {priority = pA; _} {priority = pB; _} = Pervasives.compare pB pA
-                                                              ^^^^^^^^^^^^^^^^^^
- 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
-       ocamlc lib/.caqti.objs/caqti_type.{cmo,cmt}
- File "lib/caqti_type.ml", line 48, characters 13-38:
- 48 |     let ec = Obj.extension_constructor ft in
-                   ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Obj.extension_constructor
- use Obj.Extension_constructor.of_val
- File "lib/caqti_type.ml", line 52, characters 13-38:
- 52 |     let ec = Obj.extension_constructor ft in
-                   ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Obj.extension_constructor
- use Obj.Extension_constructor.of_val
- File "lib/caqti_type.ml", line 66, characters 11-29:
- 66 |    | ft -> Obj.extension_name (Obj.extension_constructor ft)
-                 ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Obj.extension_name
- use Obj.Extension_constructor.name
- File "lib/caqti_type.ml", line 66, characters 31-56:
- 66 |    | ft -> Obj.extension_name (Obj.extension_constructor ft)
-                                     ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Obj.extension_constructor
- use Obj.Extension_constructor.of_val
-     ocamlopt lib/.caqti.objs/caqti_type.{cmx,o}
- File "lib/caqti_type.ml", line 48, characters 13-38:
- 48 |     let ec = Obj.extension_constructor ft in
-                   ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Obj.extension_constructor
- use Obj.Extension_constructor.of_val
- File "lib/caqti_type.ml", line 52, characters 13-38:
- 52 |     let ec = Obj.extension_constructor ft in
-                   ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Obj.extension_constructor
- use Obj.Extension_constructor.of_val
- File "lib/caqti_type.ml", line 66, characters 11-29:
- 66 |    | ft -> Obj.extension_name (Obj.extension_constructor ft)
-                 ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Obj.extension_name
- use Obj.Extension_constructor.name
- File "lib/caqti_type.ml", line 66, characters 31-56:
- 66 |    | ft -> Obj.extension_name (Obj.extension_constructor ft)
-                                     ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Obj.extension_constructor
- use Obj.Extension_constructor.of_val
-       ocamlc lib/.caqti.objs/caqti_error.{cmo,cmt}
- File "lib/caqti_error.ml", line 26, characters 10-35:
- 26 |   let c = Obj.extension_constructor msg in
-                ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Obj.extension_constructor
- use Obj.Extension_constructor.of_val
- File "lib/caqti_error.ml", line 33, characters 7-25:
- 33 |       (Obj.extension_name c)
-             ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Obj.extension_name
- use Obj.Extension_constructor.name
-     ocamlopt lib/.caqti.objs/caqti_pool.{cmx,o}
- File "lib/caqti_pool.ml", line 28, characters 56-74:
- 28 |     let compare {priority = pA; _} {priority = pB; _} = Pervasives.compare pB pA
-                                                              ^^^^^^^^^^^^^^^^^^
- 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
-     ocamlopt lib/.caqti.objs/caqti_error.{cmx,o}
- File "lib/caqti_error.ml", line 26, characters 10-35:
- 26 |   let c = Obj.extension_constructor msg in
-                ^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Obj.extension_constructor
- use Obj.Extension_constructor.of_val
- File "lib/caqti_error.ml", line 33, characters 7-25:
- 33 |       (Obj.extension_name c)
-             ^^^^^^^^^^^^^^^^^^
- Alert deprecated: Stdlib.Obj.extension_name
- use Obj.Extension_constructor.name
-       ocamlc lib/.caqti_v1.objs/caqti1_pool.{cmo,cmt}
- File "lib/caqti1_pool.ml", line 26, characters 56-74:
- 26 |     let compare {priority = pA; _} {priority = pB; _} = Pervasives.compare pB pA
-                                                              ^^^^^^^^^^^^^^^^^^
- 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
-     ocamlopt lib/.caqti_v1.objs/caqti1_pool.{cmx,o}
- File "lib/caqti1_pool.ml", line 26, characters 56-74:
- 26 |     let compare {priority = pA; _} {priority = pB; _} = Pervasives.compare pB pA
-                                                              ^^^^^^^^^^^^^^^^^^
- 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
-> compiled  caqti.0.9.0
-> installed caqti.0.9.0

=== STDERR ===

2026-06-16 16:44.26: OK: build caqti.0.9.0 (runc: 4.1s, disk: 12KB)
2026-06-16 16:44.26: Job succeeded