Build:
- 0
2026-06-26 10:02.26: New job: build wamp-yojson.1.2 (e9da014ff165)
2026-06-26 10:02.26: Waiting for resource in pool day11-builds
2026-06-26 10:22.09: Got resource from pool day11-builds
2026-06-26 10:22.09: [profile full] build wamp-yojson.1.2
2026-06-26 10:22.09: build wamp-yojson.1.2 (e9da014ff165)
=== DEPENDENCIES (21 transitive) ===
angstrom.0.16.1 b3c0b2c22161
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
bigstringaf.0.10.0 2670f46d1cef
biniou.1.2.2 eef30331b544
camlp-streams.5.0.1 28f363162dde
cppo.1.8.0 916ffc6cc04e
csexp.1.5.2 610c78f17734
dune.3.23.1 848a72441e15
dune-configurator.3.23.1 bc97ce98d8a9
easy-format.1.3.4 1672fd0d9a38
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
result.1.5 9b1cd45b2159
stringext.1.6.0 9dbcca0df50a
uri.4.4.0 ae40a4374ff7
wamp.1.2 709c90eb9fd9
yojson.1.7.0 b1ff599fbd37
=== STDOUT ===
Processing: [default: loading data]
[wamp-yojson.1.2: extract]
-> retrieved wamp-yojson.1.2 (cached)
[wamp-yojson: jbuilder build]
+ /home/opam/.opam/default/bin/jbuilder "build" "-j" "39" "-p" "wamp-yojson" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/wamp-yojson.1.2)
- ocamlc src/.wamp_yojson.objs/wamp_yojson.{cmi,cmti}
- File "src/wamp_yojson.mli", line 3, characters 20-36:
- 3 | val msg_of_yojson : Yojson.Safe.json -> (Yojson.Safe.json msg, string) Result.result
- ^^^^^^^^^^^^^^^^
- 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/wamp_yojson.mli", line 3, characters 41-57:
- 3 | val msg_of_yojson : Yojson.Safe.json -> (Yojson.Safe.json msg, string) Result.result
- ^^^^^^^^^^^^^^^^
- 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/wamp_yojson.mli", line 4, characters 20-36:
- 4 | val msg_to_yojson : Yojson.Safe.json msg -> 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/wamp_yojson.mli", line 4, characters 44-60:
- 4 | val msg_to_yojson : Yojson.Safe.json msg -> 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/wamp_yojson.mli", line 6, characters 34-50:
- 6 | val hello : Uri.t -> role list -> Yojson.Safe.json msg
- ^^^^^^^^^^^^^^^^
- 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/wamp_yojson.mli", line 7, characters 40-56:
- 7 | val subscribe : ?reqid:int -> ?options: Yojson.Safe.json dict -> Uri.t -> int * Yojson.Safe.json msg
- ^^^^^^^^^^^^^^^^
- 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/wamp_yojson.mli", line 7, characters 80-96:
- 7 | val subscribe : ?reqid:int -> ?options: Yojson.Safe.json dict -> Uri.t -> int * Yojson.Safe.json msg
- ^^^^^^^^^^^^^^^^
- 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/.wamp_yojson.objs/wamp_yojson.{cmo,cmt}
- File "src/wamp_yojson.ml", line 93, characters 5-21:
- 93 | | #Yojson.Safe.json as json -> Error Yojson.Safe.(to_string 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/wamp_yojson.ml", line 65, characters 16-25:
- 65 | Ok (subscribe reqid options topic)
- ^^^^^^^^^
- Warning 6 [labels-omitted]: labels reqid, options, topic were omitted in the application of this function.
- File "src/wamp_yojson.ml", line 82, characters 32-44:
- 82 | | [`Int reqid] -> Ok (unsubscribed reqid)
- ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label reqid was omitted in the application of this function.
- File "src/wamp_yojson.ml", line 126, characters 10-19:
- 126 | reqid, (subscribe reqid options topic)
- ^^^^^^^^^
- Warning 6 [labels-omitted]: labels reqid, options, topic were omitted in the application of this function.
- ocamlopt src/.wamp_yojson.objs/wamp_yojson.{cmx,o}
- File "src/wamp_yojson.ml", line 93, characters 5-21:
- 93 | | #Yojson.Safe.json as json -> Error Yojson.Safe.(to_string 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/wamp_yojson.ml", line 65, characters 16-25:
- 65 | Ok (subscribe reqid options topic)
- ^^^^^^^^^
- Warning 6 [labels-omitted]: labels reqid, options, topic were omitted in the application of this function.
- File "src/wamp_yojson.ml", line 82, characters 32-44:
- 82 | | [`Int reqid] -> Ok (unsubscribed reqid)
- ^^^^^^^^^^^^
- Warning 6 [labels-omitted]: label reqid was omitted in the application of this function.
- File "src/wamp_yojson.ml", line 126, characters 10-19:
- 126 | reqid, (subscribe reqid options topic)
- ^^^^^^^^^
- Warning 6 [labels-omitted]: labels reqid, options, topic were omitted in the application of this function.
-> compiled wamp-yojson.1.2
-> installed wamp-yojson.1.2
=== STDERR ===
2026-06-26 10:22.21: OK: build wamp-yojson.1.2 (runc: 2.1s, disk: 12KB)
2026-06-26 10:22.21: Job succeeded