Build:
- 0
2026-06-24 14:12.18: New job: build graphql.0.9.0 (f12f76a71ab9)
2026-06-24 14:12.18: Waiting for resource in pool day11-builds
2026-06-24 16:30.41: Got resource from pool day11-builds
2026-06-24 16:30.41: [profile full] build graphql.0.9.0
2026-06-24 16:30.41: build graphql.0.9.0 (f12f76a71ab9)
=== DEPENDENCIES (25 transitive) ===
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
biniou.1.2.2 4ffef216a3b8
camlp-streams.5.0.1 e5a01aae2353
compiler-cloning.enabled 439a1fc77aa6
cppo.1.8.0 deac69f17b6b
dune.3.23.1 a59dd9b14fe3
easy-format.1.3.4 ba65ae5e2426
fmt.0.11.0 a00e65adfdb2
graphql_parser.0.14.0 d8e25cda9ae3
menhir.20260209 2dfcdff6beb1
menhirCST.20260209 ca14cdeaa1bc
menhirGLR.20260209 5ba1fed6b7bb
menhirLib.20260209 93342fcbef2d
menhirSdk.20260209 28fda6618c58
ocaml.5.5.0 383268832c4b
ocaml-base-compiler.5.5.0 522c248944c8
ocaml-compiler.5.5.0 eb1a8babf54c
ocamlbuild.0.16.1 e57f00093c6a
ocamlfind.1.9.8 b506a15fcd6c
re.1.14.0 5e7365192893
rresult.0.7.0 e0cb2763084b
seq.base 8e8202906505
topkg.1.1.1 ac206dbbd2b6
yojson.1.7.0 800858f633ea
=== 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 -bin-annot-occurrences -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 -cmi-file graphql/src/.graphql.objs/byte/graphql_intf.cmi -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 -bin-annot-occurrences -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 -cmi-file graphql/src/.graphql.objs/byte/graphql_schema.cmi -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 -cmi-file graphql/src/.graphql.objs/byte/graphql_schema.cmi -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 16:30.54: OK: build graphql.0.9.0 (runc: 4.1s, disk: 43KB)
2026-06-24 16:30.54: Job succeeded