Build:
  1. 0
2026-06-24 13:54.51: New job: build graphql.0.9.0 (7cab78445422)
2026-06-24 13:54.51: Waiting for resource in pool day11-builds
2026-06-24 14:35.29: Got resource from pool day11-builds
2026-06-24 14:35.29: [profile full] build graphql.0.9.0
2026-06-24 14:35.29: build graphql.0.9.0 (7cab78445422)
=== DEPENDENCIES (24 transitive) ===
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  biniou.1.2.2                                       eef30331b544
  camlp-streams.5.0.1                                28f363162dde
  cppo.1.8.0                                         5f3f70cae95b
  dune.3.23.1                                        848a72441e15
  easy-format.1.3.4                                  1672fd0d9a38
  fmt.0.11.0                                         2830e55b9a03
  graphql_parser.0.14.0                              22ee26506bc4
  menhir.20260209                                    259089f68775
  menhirCST.20260209                                 8eaddefc25c5
  menhirGLR.20260209                                 a9fbf43d08d4
  menhirLib.20260209                                 84aaca532d87
  menhirSdk.20260209                                 346bab968ef6
  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
  rresult.0.7.0                                      ab060a31b0aa
  seq.base                                           0160fc3002c2
  topkg.1.1.1                                        511e1a1958da
  yojson.1.7.0                                       af4472b19ade
=== STDOUT ===
Processing: [default: loading data]
[graphql.0.9.0: dl]
[graphql.0.9.0: extract]
-> retrieved graphql.0.9.0  (https://opam.ocaml.org/cache)
[graphql: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "graphql" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/graphql.0.9.0)
- File "dune-project", line 2, characters 14-17:
- 2 | (using menhir 2.0)
-                   ^^^
- Warning: Version 2.0 of the menhir extension is not supported until version
- 1.4 of the dune language.
- Supported versions of this extension in version 1.1 of the dune language:
- - 1.0
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -w -30 -g -bin-annot -I graphql/src/.graphql.objs/byte -I /home/opam/.opam/default/lib/biniou -I /home/opam/.opam/default/lib/camlp-streams -I /home/opam/.opam/default/lib/easy-format -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/graphql_parser -I /home/opam/.opam/default/lib/re -I /home/opam/.opam/default/lib/rresult -I /home/opam/.opam/default/lib/seq -I /home/opam/.opam/default/lib/yojson -no-alias-deps -o graphql/src/.graphql.objs/byte/graphql_intf.cmo -c -impl graphql/src/graphql_intf.ml)
- File "graphql/src/graphql_intf.ml", line 152, characters 29-46:
- 152 |                coerce:('a -> 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 "graphql/src/graphql_intf.ml", line 193, characters 26-43:
- 193 |   type 'a response = ('a, Yojson.Basic.json) result
-                                 ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_intf.ml", line 195, characters 131-148:
- 195 |   val execute : 'ctx schema -> 'ctx -> ?variables:variables -> ?operation_name:string -> Graphql_parser.document -> [ `Response of Yojson.Basic.json | `Stream of Yojson.Basic.json response Io.Stream.t] response Io.t
-                                                                                                                                          ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_intf.ml", line 195, characters 162-179:
- 195 |   val execute : 'ctx schema -> 'ctx -> ?variables:variables -> ?operation_name:string -> Graphql_parser.document -> [ `Response of Yojson.Basic.json | `Stream of Yojson.Basic.json response Io.Stream.t] response Io.t
-                                                                                                                                                                         ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -w -30 -g -I graphql/src/.graphql.objs/byte -I graphql/src/.graphql.objs/native -I /home/opam/.opam/default/lib/biniou -I /home/opam/.opam/default/lib/camlp-streams -I /home/opam/.opam/default/lib/easy-format -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/graphql_parser -I /home/opam/.opam/default/lib/re -I /home/opam/.opam/default/lib/rresult -I /home/opam/.opam/default/lib/seq -I /home/opam/.opam/default/lib/yojson -intf-suffix .ml -no-alias-deps -o graphql/src/.graphql.objs/native/graphql_intf.cmx -c -impl graphql/src/graphql_intf.ml)
- File "graphql/src/graphql_intf.ml", line 152, characters 29-46:
- 152 |                coerce:('a -> 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 "graphql/src/graphql_intf.ml", line 193, characters 26-43:
- 193 |   type 'a response = ('a, Yojson.Basic.json) result
-                                 ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_intf.ml", line 195, characters 131-148:
- 195 |   val execute : 'ctx schema -> 'ctx -> ?variables:variables -> ?operation_name:string -> Graphql_parser.document -> [ `Response of Yojson.Basic.json | `Stream of Yojson.Basic.json response Io.Stream.t] response Io.t
-                                                                                                                                          ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_intf.ml", line 195, characters 162-179:
- 195 |   val execute : 'ctx schema -> 'ctx -> ?variables:variables -> ?operation_name:string -> Graphql_parser.document -> [ `Response of Yojson.Basic.json | `Stream of Yojson.Basic.json response Io.Stream.t] response Io.t
-                                                                                                                                                                         ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -w -30 -g -bin-annot -I graphql/src/.graphql.objs/byte -I /home/opam/.opam/default/lib/biniou -I /home/opam/.opam/default/lib/camlp-streams -I /home/opam/.opam/default/lib/easy-format -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/graphql_parser -I /home/opam/.opam/default/lib/re -I /home/opam/.opam/default/lib/rresult -I /home/opam/.opam/default/lib/seq -I /home/opam/.opam/default/lib/yojson -intf-suffix .ml -no-alias-deps -o graphql/src/.graphql.objs/byte/graphql_schema.cmo -c -impl graphql/src/graphql_schema.ml)
- File "graphql/src/graphql_schema.ml", line 342, characters 19-36:
- 342 |     coerce : 'a -> 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 "graphql/src/graphql_schema.ml", line 1248, characters 26-43:
- 1248 |   type 'a response = ('a, Yojson.Basic.json) result
-                                  ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1315, characters 44-61:
- 1315 |   let coerce_or_null : 'a option -> ('a -> (Yojson.Basic.json * error list, 'b) result Io.t) -> (Yojson.Basic.json * error list, 'b) result Io.t =
-                                                    ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1315, characters 97-114:
- 1315 |   let coerce_or_null : 'a option -> ('a -> (Yojson.Basic.json * error list, 'b) result Io.t) -> (Yojson.Basic.json * error list, 'b) result Io.t =
-                                                                                                         ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1315, characters 44-61:
- 1315 |   let coerce_or_null : 'a option -> ('a -> (Yojson.Basic.json * error list, 'b) result Io.t) -> (Yojson.Basic.json * error list, 'b) result Io.t =
-                                                    ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1315, characters 97-114:
- 1315 |   let coerce_or_null : 'a option -> ('a -> (Yojson.Basic.json * error list, 'b) result Io.t) -> (Yojson.Basic.json * error list, 'b) result Io.t =
-                                                                                                         ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1327, characters 52-69:
- 1327 |     | Some path -> ["path", `List (List.rev path :> Yojson.Basic.json list)]
-                                                            ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1330, characters 48-65:
- 1330 |     (`Assoc (("message", `String msg)::props) : 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 "graphql/src/graphql_schema.ml", line 1343, characters 117-134:
- 1343 |   let rec present : type ctx src. ctx execution_context -> src -> Graphql_parser.field -> (ctx, src) typ -> path -> (Yojson.Basic.json * error list, [> resolve_error]) result Io.t =
-                                                                                                                             ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1371, characters 131-148:
- 1371 |   and resolve_field : type ctx src. ctx execution_context -> src -> Graphql_parser.field -> (ctx, src) field -> path -> ((string * Yojson.Basic.json) * error list, [> resolve_error]) result Io.t =
-                                                                                                                                           ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1406, characters 161-178:
- 1406 |   and resolve_fields : type ctx src. ctx execution_context -> ?execution_order:execution_order -> src -> (ctx, src) obj -> Graphql_parser.field list -> path -> (Yojson.Basic.json * error list, [> resolve_error]) result Io.t =
-                                                                                                                                                                         ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1343, characters 117-134:
- 1343 |   let rec present : type ctx src. ctx execution_context -> src -> Graphql_parser.field -> (ctx, src) typ -> path -> (Yojson.Basic.json * error list, [> resolve_error]) result Io.t =
-                                                                                                                             ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1371, characters 131-148:
- 1371 |   and resolve_field : type ctx src. ctx execution_context -> src -> Graphql_parser.field -> (ctx, src) field -> path -> ((string * Yojson.Basic.json) * error list, [> resolve_error]) result Io.t =
-                                                                                                                                           ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1406, characters 161-178:
- 1406 |   and resolve_fields : type ctx src. ctx execution_context -> ?execution_order:execution_order -> src -> (ctx, src) obj -> Graphql_parser.field list -> path -> (Yojson.Basic.json * error list, [> resolve_error]) result Io.t =
-                                                                                                                                                                         ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1451, characters 104-121:
- 1451 |   let subscribe : type ctx. ctx execution_context -> ctx subscription_field -> Graphql_parser.field -> (Yojson.Basic.json response Io.Stream.t, [> resolve_error]) result Io.t
-                                                                                                                ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1451, characters 104-121:
- 1451 |   let subscribe : type ctx. ctx execution_context -> ctx subscription_field -> Graphql_parser.field -> (Yojson.Basic.json response Io.Stream.t, [> resolve_error]) result Io.t
-                                                                                                                ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1481, characters 111-128:
- 1481 |   let execute_operation : 'ctx schema -> 'ctx execution_context -> Graphql_parser.operation -> ([ `Response of Yojson.Basic.json | `Stream of Yojson.Basic.json response Io.Stream.t], [> execute_error]) result Io.t =
-                                                                                                                       ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1481, characters 142-159:
- 1481 |   let execute_operation : 'ctx schema -> 'ctx execution_context -> Graphql_parser.operation -> ([ `Response of Yojson.Basic.json | `Stream of Yojson.Basic.json response Io.Stream.t], [> execute_error]) result Io.t =
-                                                                                                                                                      ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1481, characters 111-128:
- 1481 |   let execute_operation : 'ctx schema -> 'ctx execution_context -> Graphql_parser.operation -> ([ `Response of Yojson.Basic.json | `Stream of Yojson.Basic.json response Io.Stream.t], [> execute_error]) result Io.t =
-                                                                                                                       ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1481, characters 142-159:
- 1481 |   let execute_operation : 'ctx schema -> 'ctx execution_context -> Graphql_parser.operation -> ([ `Response of Yojson.Basic.json | `Stream of Yojson.Basic.json response Io.Stream.t], [> execute_error]) result Io.t =
-                                                                                                                                                      ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1489, characters 52-69:
- 1489 |           (resolve_fields ctx () query fields [] : (Yojson.Basic.json * error list, resolve_error) result Io.t :> (Yojson.Basic.json * error list, [> execute_error]) result Io.t)
-                                                            ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1489, characters 115-132:
- 1489 |           (resolve_fields ctx () query fields [] : (Yojson.Basic.json * error list, resolve_error) result Io.t :> (Yojson.Basic.json * error list, [> execute_error]) result Io.t)
-                                                                                                                           ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1497, characters 78-95:
- 1497 |               (resolve_fields ~execution_order:Serial ctx () mut fields [] : (Yojson.Basic.json * error list, resolve_error) result Io.t :> (Yojson.Basic.json * error list, [> execute_error]) result Io.t)
-                                                                                      ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1497, characters 141-158:
- 1497 |               (resolve_fields ~execution_order:Serial ctx () mut fields [] : (Yojson.Basic.json * error list, resolve_error) result Io.t :> (Yojson.Basic.json * error list, [> execute_error]) result Io.t)
-                                                                                                                                                     ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1510, characters 67-84:
- 1510 |                        (subscribe ctx subscription_field field : ((Yojson.Basic.json, Yojson.Basic.json) result Io.Stream.t, resolve_error) result Io.t :> ((Yojson.Basic.json, Yojson.Basic.json) result Io.Stream.t, [> execute_error]) result Io.t)
-                                                                           ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1510, characters 86-103:
- 1510 |                        (subscribe ctx subscription_field field : ((Yojson.Basic.json, Yojson.Basic.json) result Io.Stream.t, resolve_error) result Io.t :> ((Yojson.Basic.json, Yojson.Basic.json) result Io.Stream.t, [> execute_error]) result Io.t)
-                                                                                              ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1510, characters 157-174:
- 1510 |                        (subscribe ctx subscription_field field : ((Yojson.Basic.json, Yojson.Basic.json) result Io.Stream.t, resolve_error) result Io.t :> ((Yojson.Basic.json, Yojson.Basic.json) result Io.Stream.t, [> execute_error]) result Io.t)
-                                                                                                                                                                     ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1510, characters 176-193:
- 1510 |                        (subscribe ctx subscription_field field : ((Yojson.Basic.json, Yojson.Basic.json) result Io.Stream.t, resolve_error) result Io.t :> ((Yojson.Basic.json, Yojson.Basic.json) result Io.Stream.t, [> execute_error]) result Io.t)
-                                                                                                                                                                                        ^^^^^^^^^^^^^^^^^
- Alert deprecated: Yojson.Basic.json
- json types are being renamed and will be removed in the next Yojson major version. Use type t instead
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -w -30 -g -I graphql/src/.graphql.objs/byte -I graphql/src/.graphql.objs/native -I /home/opam/.opam/default/lib/biniou -I /home/opam/.opam/default/lib/camlp-streams -I /home/opam/.opam/default/lib/easy-format -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/graphql_parser -I /home/opam/.opam/default/lib/re -I /home/opam/.opam/default/lib/rresult -I /home/opam/.opam/default/lib/seq -I /home/opam/.opam/default/lib/yojson -intf-suffix .ml -no-alias-deps -o graphql/src/.graphql.objs/native/graphql_schema.cmx -c -impl graphql/src/graphql_schema.ml)
- File "graphql/src/graphql_schema.ml", line 342, characters 19-36:
- 342 |     coerce : 'a -> 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 "graphql/src/graphql_schema.ml", line 1248, characters 26-43:
- 1248 |   type 'a response = ('a, Yojson.Basic.json) result
-                                  ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1315, characters 44-61:
- 1315 |   let coerce_or_null : 'a option -> ('a -> (Yojson.Basic.json * error list, 'b) result Io.t) -> (Yojson.Basic.json * error list, 'b) result Io.t =
-                                                    ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1315, characters 97-114:
- 1315 |   let coerce_or_null : 'a option -> ('a -> (Yojson.Basic.json * error list, 'b) result Io.t) -> (Yojson.Basic.json * error list, 'b) result Io.t =
-                                                                                                         ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1315, characters 44-61:
- 1315 |   let coerce_or_null : 'a option -> ('a -> (Yojson.Basic.json * error list, 'b) result Io.t) -> (Yojson.Basic.json * error list, 'b) result Io.t =
-                                                    ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1315, characters 97-114:
- 1315 |   let coerce_or_null : 'a option -> ('a -> (Yojson.Basic.json * error list, 'b) result Io.t) -> (Yojson.Basic.json * error list, 'b) result Io.t =
-                                                                                                         ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1327, characters 52-69:
- 1327 |     | Some path -> ["path", `List (List.rev path :> Yojson.Basic.json list)]
-                                                            ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1330, characters 48-65:
- 1330 |     (`Assoc (("message", `String msg)::props) : 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 "graphql/src/graphql_schema.ml", line 1343, characters 117-134:
- 1343 |   let rec present : type ctx src. ctx execution_context -> src -> Graphql_parser.field -> (ctx, src) typ -> path -> (Yojson.Basic.json * error list, [> resolve_error]) result Io.t =
-                                                                                                                             ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1371, characters 131-148:
- 1371 |   and resolve_field : type ctx src. ctx execution_context -> src -> Graphql_parser.field -> (ctx, src) field -> path -> ((string * Yojson.Basic.json) * error list, [> resolve_error]) result Io.t =
-                                                                                                                                           ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1406, characters 161-178:
- 1406 |   and resolve_fields : type ctx src. ctx execution_context -> ?execution_order:execution_order -> src -> (ctx, src) obj -> Graphql_parser.field list -> path -> (Yojson.Basic.json * error list, [> resolve_error]) result Io.t =
-                                                                                                                                                                         ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1343, characters 117-134:
- 1343 |   let rec present : type ctx src. ctx execution_context -> src -> Graphql_parser.field -> (ctx, src) typ -> path -> (Yojson.Basic.json * error list, [> resolve_error]) result Io.t =
-                                                                                                                             ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1371, characters 131-148:
- 1371 |   and resolve_field : type ctx src. ctx execution_context -> src -> Graphql_parser.field -> (ctx, src) field -> path -> ((string * Yojson.Basic.json) * error list, [> resolve_error]) result Io.t =
-                                                                                                                                           ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1406, characters 161-178:
- 1406 |   and resolve_fields : type ctx src. ctx execution_context -> ?execution_order:execution_order -> src -> (ctx, src) obj -> Graphql_parser.field list -> path -> (Yojson.Basic.json * error list, [> resolve_error]) result Io.t =
-                                                                                                                                                                         ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1451, characters 104-121:
- 1451 |   let subscribe : type ctx. ctx execution_context -> ctx subscription_field -> Graphql_parser.field -> (Yojson.Basic.json response Io.Stream.t, [> resolve_error]) result Io.t
-                                                                                                                ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1451, characters 104-121:
- 1451 |   let subscribe : type ctx. ctx execution_context -> ctx subscription_field -> Graphql_parser.field -> (Yojson.Basic.json response Io.Stream.t, [> resolve_error]) result Io.t
-                                                                                                                ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1481, characters 111-128:
- 1481 |   let execute_operation : 'ctx schema -> 'ctx execution_context -> Graphql_parser.operation -> ([ `Response of Yojson.Basic.json | `Stream of Yojson.Basic.json response Io.Stream.t], [> execute_error]) result Io.t =
-                                                                                                                       ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1481, characters 142-159:
- 1481 |   let execute_operation : 'ctx schema -> 'ctx execution_context -> Graphql_parser.operation -> ([ `Response of Yojson.Basic.json | `Stream of Yojson.Basic.json response Io.Stream.t], [> execute_error]) result Io.t =
-                                                                                                                                                      ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1481, characters 111-128:
- 1481 |   let execute_operation : 'ctx schema -> 'ctx execution_context -> Graphql_parser.operation -> ([ `Response of Yojson.Basic.json | `Stream of Yojson.Basic.json response Io.Stream.t], [> execute_error]) result Io.t =
-                                                                                                                       ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1481, characters 142-159:
- 1481 |   let execute_operation : 'ctx schema -> 'ctx execution_context -> Graphql_parser.operation -> ([ `Response of Yojson.Basic.json | `Stream of Yojson.Basic.json response Io.Stream.t], [> execute_error]) result Io.t =
-                                                                                                                                                      ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1489, characters 52-69:
- 1489 |           (resolve_fields ctx () query fields [] : (Yojson.Basic.json * error list, resolve_error) result Io.t :> (Yojson.Basic.json * error list, [> execute_error]) result Io.t)
-                                                            ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1489, characters 115-132:
- 1489 |           (resolve_fields ctx () query fields [] : (Yojson.Basic.json * error list, resolve_error) result Io.t :> (Yojson.Basic.json * error list, [> execute_error]) result Io.t)
-                                                                                                                           ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1497, characters 78-95:
- 1497 |               (resolve_fields ~execution_order:Serial ctx () mut fields [] : (Yojson.Basic.json * error list, resolve_error) result Io.t :> (Yojson.Basic.json * error list, [> execute_error]) result Io.t)
-                                                                                      ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1497, characters 141-158:
- 1497 |               (resolve_fields ~execution_order:Serial ctx () mut fields [] : (Yojson.Basic.json * error list, resolve_error) result Io.t :> (Yojson.Basic.json * error list, [> execute_error]) result Io.t)
-                                                                                                                                                     ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1510, characters 67-84:
- 1510 |                        (subscribe ctx subscription_field field : ((Yojson.Basic.json, Yojson.Basic.json) result Io.Stream.t, resolve_error) result Io.t :> ((Yojson.Basic.json, Yojson.Basic.json) result Io.Stream.t, [> execute_error]) result Io.t)
-                                                                           ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1510, characters 86-103:
- 1510 |                        (subscribe ctx subscription_field field : ((Yojson.Basic.json, Yojson.Basic.json) result Io.Stream.t, resolve_error) result Io.t :> ((Yojson.Basic.json, Yojson.Basic.json) result Io.Stream.t, [> execute_error]) result Io.t)
-                                                                                              ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1510, characters 157-174:
- 1510 |                        (subscribe ctx subscription_field field : ((Yojson.Basic.json, Yojson.Basic.json) result Io.Stream.t, resolve_error) result Io.t :> ((Yojson.Basic.json, Yojson.Basic.json) result Io.Stream.t, [> execute_error]) result Io.t)
-                                                                                                                                                                     ^^^^^^^^^^^^^^^^^
- 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 "graphql/src/graphql_schema.ml", line 1510, characters 176-193:
- 1510 |                        (subscribe ctx subscription_field field : ((Yojson.Basic.json, Yojson.Basic.json) result Io.Stream.t, resolve_error) result Io.t :> ((Yojson.Basic.json, Yojson.Basic.json) result Io.Stream.t, [> execute_error]) result Io.t)
-                                                                                                                                                                                        ^^^^^^^^^^^^^^^^^
- 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  graphql.0.9.0
-> installed graphql.0.9.0

=== STDERR ===

2026-06-24 14:36.44: OK: build graphql.0.9.0 (runc: 8.6s, disk: 43KB)
2026-06-24 14:36.44: Job succeeded