Build:
  1. 0
2026-06-24 16:03.45: New job: build caqti.0.10.2 (5e278638acde)
2026-06-24 16:03.45: Waiting for resource in pool day11-builds
2026-06-24 16:58.33: Got resource from pool day11-builds
2026-06-24 16:58.33: [profile full] build caqti.0.10.2
2026-06-24 16:58.33: build caqti.0.10.2 (5e278638acde)
=== DEPENDENCIES (20 transitive) ===
  angstrom.0.16.1                                    b3c0b2c22161
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  bigstringaf.0.10.0                                 2670f46d1cef
  calendar.3.0.0                                     2260632faab5
  csexp.1.5.2                                        610c78f17734
  dune.3.23.1                                        848a72441e15
  dune-configurator.3.23.1                           bc97ce98d8a9
  jbuilder.1.0+beta20.2                              4f461261c648
  ocaml.4.14.4                                       b047fb9251f4
  ocaml-base-compiler.4.14.4                         d3b7ccb2c6fb
  ocaml-config.2                                     2d9c209f5590
  ocaml-syntax-shims.1.0.0                           ac7d70c1c23c
  ocamlbuild.0.16.1                                  7e0d6aadb209
  ocamlfind.1.9.8                                    214dd418ac02
  ptime.1.2.0                                        84bd2cff0ba0
  re.1.14.0                                          d62d6f65abb6
  stringext.1.6.0                                    9dbcca0df50a
  topkg.1.1.1                                        511e1a1958da
  uri.4.4.0                                          ae40a4374ff7
=== STDOUT ===
Processing: [default: loading data]
[caqti.0.10.2: dl]
[caqti.0.10.2: extract]
-> retrieved caqti.0.10.2  (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.10.2)
-       ocamlc lib/.caqti.objs/caqti_type.{cmo,cmt}
- File "lib/caqti_type.ml", line 49, characters 13-38:
- 49 |     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 53, characters 13-38:
- 53 |     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 68, characters 11-29:
- 68 |    | 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 68, characters 31-56:
- 68 |    | 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_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
-     ocamlopt lib/.caqti.objs/caqti_type.{cmx,o}
- File "lib/caqti_type.ml", line 49, characters 13-38:
- 49 |     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 53, characters 13-38:
- 53 |     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 68, characters 11-29:
- 68 |    | 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 68, characters 31-56:
- 68 |    | 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_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
-       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_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
-> compiled  caqti.0.10.2
-> installed caqti.0.10.2

=== STDERR ===

2026-06-24 16:58.48: OK: build caqti.0.10.2 (runc: 6.2s, disk: 12KB)
2026-06-24 16:58.48: Job succeeded