Build:
- 0
2026-06-16 15:47.26: New job: build uri.2.2.1 (0895f284763c) 2026-06-16 15:47.26: Waiting for resource in pool day11-builds 2026-06-16 16:34.22: Got resource from pool day11-builds 2026-06-16 16:34.22: [profile full] build uri.2.2.1 2026-06-16 16:34.22: build uri.2.2.1 (0895f284763c) === DEPENDENCIES (18 transitive) === base.v0.14.4 cc3674f4122e base-threads.base b7164ff76afe base-unix.base 839dc585f12d csexp.1.5.2 a92eee576734 dune.3.22.2 090db5ac3af6 dune-configurator.3.22.2 6886647e503c ocaml.4.11.2 82527a3d9959 ocaml-base-compiler.4.11.2 853adb80bee7 ocaml-compiler-libs.v0.12.4 f8fc0b8a1c40 ocaml-config.1 73dc523c3cc6 ppx_derivers.1.2.1 a89b5387fc48 ppx_sexp_conv.v0.14.3 4fbda097bedf ppxlib.0.25.1 d1bae3d72739 re.1.11.0 1d3dbb020ac5 seq.base 9cd2e9e1495c sexplib0.v0.14.0 974d9e3d586b stdlib-shims.0.3.0 de7ad9c0ec93 stringext.1.6.0 89c9a65a3a22 === 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 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: [@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: [@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: [@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: [@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: [@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: [@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: [@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: [@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: [@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: [@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: [@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: [@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-06-16 16:34.47: OK: build uri.2.2.1 (runc: 10.1s, disk: 15KB) 2026-06-16 16:34.47: Job succeeded