Build:
- 0
2026-09-03 22:58.27: New job: build uri.2.2.1 (495df230c804) 2026-09-03 22:58.27: Waiting for resource in pool day11-builds 2026-09-03 23:52.43: Got resource from pool day11-builds 2026-09-03 23:52.43: [profile full] build uri.2.2.1 2026-09-03 23:52.43: build uri.2.2.1 (495df230c804) === DEPENDENCIES (23 transitive) === base.v0.14.4 95b2db6fa335 base-threads.base 3d2f2cbc6db2 base-unix.base 3a38ddca6b5e csexp.1.5.2 45da150ac45d dune.3.24.2 03fddf396e0b dune-configurator.3.22.2 9de81b632721 ocaml.4.12.1 40bf037a0516 ocaml-base-compiler.4.12.1 e714dfd3f0fe ocaml-compiler-libs.v0.12.4 02b0760118b6 ocaml-config.2 75bd2fc1f23b ocaml-migrate-parsetree.1.8.0 948d5b2a7ced ocaml-secondary-compiler.4.14.2 d66c1c5ac958 ocamlfind.1.9.6 b1980dc27cfd ocamlfind-secondary.1.9.6 cd09f5be8757 ppx_derivers.1.2.1 a5c1b1ed9e33 ppx_sexp_conv.v0.14.1 d33c671ae4c2 ppxlib.0.15.0 f6aabefc68f9 re.1.12.0 a55b7e990d42 result.1.5 901d6a7defa5 seq.base 54beea656353 sexplib0.v0.14.0 9192d19ab94c stdlib-shims.0.3.0 d07c91089280 stringext.1.6.0 4d7392e82f39 === STDOUT === Processing: [default: loading data] [uri.2.2.1: dl] [uri.2.2.1: extract] -> retrieved uri.2.2.1 (https://opam.ocaml.org/cache) [uri: dune build] + /home/opam/.opam/default/bin/dune "build" "-p" "uri" "-j" "1" (CWD=/home/opam/.opam/default/.opam-switch/build/uri.2.2.1) - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I lib/.uri_top.objs/byte -I lib/.uri_top.objs/native -I /home/opam/.opam/default/lib/ocaml/compiler-libs -I /home/opam/.opam/default/lib/re -I /home/opam/.opam/default/lib/re/posix -I /home/opam/.opam/default/lib/seq -I /home/opam/.opam/default/lib/stringext -I lib/.uri.objs/byte -I lib/.uri.objs/native -intf-suffix .ml -no-alias-deps -o lib/.uri_top.objs/native/uri_top.cmx -c -impl lib/uri_top.ml) - File "_none_", line 1: - Warning 58 [no-cmx-file]: no cmx file was found in path for module Toploop, and its interface was not compiled with -opaque - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I lib/.uri_sexp.objs/byte -I lib/.uri_sexp.objs/native -I /home/opam/.opam/default/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/default/lib/re -I /home/opam/.opam/default/lib/re/posix -I /home/opam/.opam/default/lib/seq -I /home/opam/.opam/default/lib/sexplib0 -I /home/opam/.opam/default/lib/stringext -I lib/.uri.objs/byte -I lib/.uri.objs/native -intf-suffix .ml -no-alias-deps -o lib/.uri_sexp.objs/native/uri_sexp.cmx -c -impl lib/uri_sexp.pp.ml) - File "lib/uri_sexp.ml", line 26, characters 40-49: - 26 | query: (string * string list) sexp_list; - ^^^^^^^^^ - Alert deprecated: Sexplib0.Sexp_conv.sexp_list - [since 2019-03] use [@sexp.list] instead - File "lib/uri_sexp.ml", line 27, characters 20-33: - 27 | fragment: string option [@default None] [@sexp_drop_default] - ^^^^^^^^^^^^^ - Warning 22 [preprocessor]: [@sexp_drop_default] is deprecated: please use one of: - - [@sexp_drop_default f] and give an explicit equality function ([f = Poly.(=)] corresponds to the old behavior) - - [@sexp_drop_default.compare] if the type supports [%compare] - - [@sexp_drop_default.equal] if the type supports [%equal] - - [@sexp_drop_default.sexp] if you want to compare the sexp representations - - File "lib/uri_sexp.ml", line 25, characters 16-22: - 25 | path: string [@default ""] [@sexp_drop_default]; - ^^^^^^ - Warning 22 [preprocessor]: [@sexp_drop_default] is deprecated: please use one of: - - [@sexp_drop_default f] and give an explicit equality function ([f = Poly.(=)] corresponds to the old behavior) - - [@sexp_drop_default.compare] if the type supports [%compare] - - [@sexp_drop_default.equal] if the type supports [%equal] - - [@sexp_drop_default.sexp] if you want to compare the sexp representations - - File "lib/uri_sexp.ml", line 24, characters 16-26: - 24 | port: int option [@default None] [@sexp_drop_default]; - ^^^^^^^^^^ - Warning 22 [preprocessor]: [@sexp_drop_default] is deprecated: please use one of: - - [@sexp_drop_default f] and give an explicit equality function ([f = Poly.(=)] corresponds to the old behavior) - - [@sexp_drop_default.compare] if the type supports [%compare] - - [@sexp_drop_default.equal] if the type supports [%equal] - - [@sexp_drop_default.sexp] if you want to compare the sexp representations - - File "lib/uri_sexp.ml", line 23, characters 16-29: - 23 | host: string option [@default None] [@sexp_drop_default]; - ^^^^^^^^^^^^^ - Warning 22 [preprocessor]: [@sexp_drop_default] is deprecated: please use one of: - - [@sexp_drop_default f] and give an explicit equality function ([f = Poly.(=)] corresponds to the old behavior) - - [@sexp_drop_default.compare] if the type supports [%compare] - - [@sexp_drop_default.equal] if the type supports [%equal] - - [@sexp_drop_default.sexp] if you want to compare the sexp representations - - File "lib/uri_sexp.ml", line 22, characters 20-33: - 22 | userinfo: string option [@default None] [@sexp_drop_default]; - ^^^^^^^^^^^^^ - Warning 22 [preprocessor]: [@sexp_drop_default] is deprecated: please use one of: - - [@sexp_drop_default f] and give an explicit equality function ([f = Poly.(=)] corresponds to the old behavior) - - [@sexp_drop_default.compare] if the type supports [%compare] - - [@sexp_drop_default.equal] if the type supports [%equal] - - [@sexp_drop_default.sexp] if you want to compare the sexp representations - - File "lib/uri_sexp.ml", line 21, characters 18-31: - 21 | scheme: string option [@default None] [@sexp_drop_default]; - ^^^^^^^^^^^^^ - Warning 22 [preprocessor]: [@sexp_drop_default] is deprecated: please use one of: - - [@sexp_drop_default f] and give an explicit equality function ([f = Poly.(=)] corresponds to the old behavior) - - [@sexp_drop_default.compare] if the type supports [%compare] - - [@sexp_drop_default.equal] if the type supports [%equal] - - [@sexp_drop_default.sexp] if you want to compare the sexp representations - - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I lib/.uri_sexp.objs/byte -I /home/opam/.opam/default/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/default/lib/re -I /home/opam/.opam/default/lib/re/posix -I /home/opam/.opam/default/lib/seq -I /home/opam/.opam/default/lib/sexplib0 -I /home/opam/.opam/default/lib/stringext -I lib/.uri.objs/byte -intf-suffix .ml -no-alias-deps -o lib/.uri_sexp.objs/byte/uri_sexp.cmo -c -impl lib/uri_sexp.pp.ml) - File "lib/uri_sexp.ml", line 26, characters 40-49: - 26 | query: (string * string list) sexp_list; - ^^^^^^^^^ - Alert deprecated: Sexplib0.Sexp_conv.sexp_list - [since 2019-03] use [@sexp.list] instead - File "lib/uri_sexp.ml", line 27, characters 20-33: - 27 | fragment: string option [@default None] [@sexp_drop_default] - ^^^^^^^^^^^^^ - Warning 22 [preprocessor]: [@sexp_drop_default] is deprecated: please use one of: - - [@sexp_drop_default f] and give an explicit equality function ([f = Poly.(=)] corresponds to the old behavior) - - [@sexp_drop_default.compare] if the type supports [%compare] - - [@sexp_drop_default.equal] if the type supports [%equal] - - [@sexp_drop_default.sexp] if you want to compare the sexp representations - - File "lib/uri_sexp.ml", line 25, characters 16-22: - 25 | path: string [@default ""] [@sexp_drop_default]; - ^^^^^^ - Warning 22 [preprocessor]: [@sexp_drop_default] is deprecated: please use one of: - - [@sexp_drop_default f] and give an explicit equality function ([f = Poly.(=)] corresponds to the old behavior) - - [@sexp_drop_default.compare] if the type supports [%compare] - - [@sexp_drop_default.equal] if the type supports [%equal] - - [@sexp_drop_default.sexp] if you want to compare the sexp representations - - File "lib/uri_sexp.ml", line 24, characters 16-26: - 24 | port: int option [@default None] [@sexp_drop_default]; - ^^^^^^^^^^ - Warning 22 [preprocessor]: [@sexp_drop_default] is deprecated: please use one of: - - [@sexp_drop_default f] and give an explicit equality function ([f = Poly.(=)] corresponds to the old behavior) - - [@sexp_drop_default.compare] if the type supports [%compare] - - [@sexp_drop_default.equal] if the type supports [%equal] - - [@sexp_drop_default.sexp] if you want to compare the sexp representations - - File "lib/uri_sexp.ml", line 23, characters 16-29: - 23 | host: string option [@default None] [@sexp_drop_default]; - ^^^^^^^^^^^^^ - Warning 22 [preprocessor]: [@sexp_drop_default] is deprecated: please use one of: - - [@sexp_drop_default f] and give an explicit equality function ([f = Poly.(=)] corresponds to the old behavior) - - [@sexp_drop_default.compare] if the type supports [%compare] - - [@sexp_drop_default.equal] if the type supports [%equal] - - [@sexp_drop_default.sexp] if you want to compare the sexp representations - - File "lib/uri_sexp.ml", line 22, characters 20-33: - 22 | userinfo: string option [@default None] [@sexp_drop_default]; - ^^^^^^^^^^^^^ - Warning 22 [preprocessor]: [@sexp_drop_default] is deprecated: please use one of: - - [@sexp_drop_default f] and give an explicit equality function ([f = Poly.(=)] corresponds to the old behavior) - - [@sexp_drop_default.compare] if the type supports [%compare] - - [@sexp_drop_default.equal] if the type supports [%equal] - - [@sexp_drop_default.sexp] if you want to compare the sexp representations - - File "lib/uri_sexp.ml", line 21, characters 18-31: - 21 | scheme: string option [@default None] [@sexp_drop_default]; - ^^^^^^^^^^^^^ - Warning 22 [preprocessor]: [@sexp_drop_default] is deprecated: please use one of: - - [@sexp_drop_default f] and give an explicit equality function ([f = Poly.(=)] corresponds to the old behavior) - - [@sexp_drop_default.compare] if the type supports [%compare] - - [@sexp_drop_default.equal] if the type supports [%equal] - - [@sexp_drop_default.sexp] if you want to compare the sexp representations - -> compiled uri.2.2.1 -> installed uri.2.2.1 === STDERR === 2026-09-03 23:53.09: OK: build uri.2.2.1 (runc: 12.2s, disk: 16KB) 2026-09-03 23:53.09: Job succeeded