Build:
- 0
2026-06-16 12:24.11: New job: build yuujinchou.5.0.1 (ff082f89bb9c) 2026-06-16 12:24.11: Waiting for resource in pool day11-builds 2026-06-16 13:53.04: Got resource from pool day11-builds 2026-06-16 13:53.04: [profile full] build yuujinchou.5.0.1 2026-06-16 13:53.04: build yuujinchou.5.0.1 (ff082f89bb9c) === DEPENDENCIES (9 transitive) === algaeff.1.1.0 f413b054ae7b base-threads.base b7164ff76afe base-unix.base 839dc585f12d bwd.2.3.0 750f3b35f6e8 dune.3.23.1 d50060dd2cab ocaml.5.4.1 708fed352b2a ocaml-base-compiler.5.4.1 89b85703f841 ocaml-compiler.5.4.1 a719b8419b8e ocaml-config.3 aa27f63940d8 === STDOUT === Processing: [default: loading data] [yuujinchou.5.0.1: dl] [yuujinchou.5.0.1: extract] -> retrieved yuujinchou.5.0.1 (https://opam.ocaml.org/cache) [yuujinchou: dune build] + /home/opam/.opam/default/bin/dune "build" "-p" "yuujinchou" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/yuujinchou.5.0.1) - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/.Yuujinchou.objs/byte -I /home/opam/.opam/default/lib/algaeff -I /home/opam/.opam/default/lib/bwd -cmi-file src/.Yuujinchou.objs/byte/yuujinchou__Trie.cmi -no-alias-deps -open Yuujinchou__ -o src/.Yuujinchou.objs/byte/yuujinchou__Trie.cmo -c -impl src/Trie.ml) - File "src/Trie.ml", line 228, characters 47-49: - 228 | let d, t = union_node ~prefix:(prefix #< seg) m (d1, t1) (d2, t2) in - ^^ - Alert deprecated: Bwd.Bwd.Infix.#< - Use (<:) instead - - File "src/Trie.ml", line 241, characters 58-61: - 241 | update_cont path v1 @@ fun v1 -> union_ ~prefix:(prefix <>< path) m v1 v2 - ^^^ - Alert deprecated: Bwd.Bwd.Infix.<>< - Use (<@) instead - - File "src/Trie.ml", line 253, characters 62-65: - 253 | update_cont path v1 @@ fun v1 -> union_root ~prefix:(prefix <>< path) m v1 v2 - ^^^ - Alert deprecated: Bwd.Bwd.Infix.<>< - Use (<@) instead - - File "src/Trie.ml", line 280, characters 52-54: - 280 | SegMap.iter (fun seg -> iter_node ~prefix:(prefix #< seg) f) (get_children_node n) - ^^ - Alert deprecated: Bwd.Bwd.Infix.#< - Use (<:) instead - - File "src/Trie.ml", line 287, characters 66-68: - 287 | SegMap.filter_map (fun seg -> filter_map_node ~prefix:(prefix #< seg) f) (get_children_node n) - ^^ - Alert deprecated: Bwd.Bwd.Infix.#< - Use (<:) instead - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/.Yuujinchou.objs/byte -I /home/opam/.opam/default/lib/algaeff -I /home/opam/.opam/default/lib/bwd -cmi-file src/.Yuujinchou.objs/byte/yuujinchou__Modifier.cmi -no-alias-deps -open Yuujinchou__ -o src/.Yuujinchou.objs/byte/yuujinchou__Modifier.cmo -c -impl src/Modifier.ml) - File "src/Modifier.ml", line 53, characters 42-45: - 53 | Trie.update_subtree p (go (prefix <>< p) m) t - ^^^ - Alert deprecated: Bwd.Bwd.Infix.<>< - Use (<@) instead - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/.Yuujinchou.objs/byte -I /home/opam/.opam/default/lib/algaeff -I /home/opam/.opam/default/lib/bwd -cmi-file src/.Yuujinchou.objs/byte/yuujinchou__Scope.cmi -no-alias-deps -open Yuujinchou__ -o src/.Yuujinchou.objs/byte/yuujinchou__Scope.cmo -c -impl src/Scope.ml) - File "src/Scope.ml", line 89, characters 51-54: - 89 | Internal.run ~export_prefix:(export_prefix() <>< p) ~init_visible:(S.get()).visible @@ fun () -> - ^^^ - Alert deprecated: Bwd.Bwd.Infix.<>< - Use (<@) instead - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I src/.Yuujinchou.objs/byte -I src/.Yuujinchou.objs/native -I /home/opam/.opam/default/lib/algaeff -I /home/opam/.opam/default/lib/bwd -cmi-file src/.Yuujinchou.objs/byte/yuujinchou__Trie.cmi -no-alias-deps -open Yuujinchou__ -o src/.Yuujinchou.objs/native/yuujinchou__Trie.cmx -c -impl src/Trie.ml) - File "src/Trie.ml", line 228, characters 47-49: - 228 | let d, t = union_node ~prefix:(prefix #< seg) m (d1, t1) (d2, t2) in - ^^ - Alert deprecated: Bwd.Bwd.Infix.#< - Use (<:) instead - - File "src/Trie.ml", line 241, characters 58-61: - 241 | update_cont path v1 @@ fun v1 -> union_ ~prefix:(prefix <>< path) m v1 v2 - ^^^ - Alert deprecated: Bwd.Bwd.Infix.<>< - Use (<@) instead - - File "src/Trie.ml", line 253, characters 62-65: - 253 | update_cont path v1 @@ fun v1 -> union_root ~prefix:(prefix <>< path) m v1 v2 - ^^^ - Alert deprecated: Bwd.Bwd.Infix.<>< - Use (<@) instead - - File "src/Trie.ml", line 280, characters 52-54: - 280 | SegMap.iter (fun seg -> iter_node ~prefix:(prefix #< seg) f) (get_children_node n) - ^^ - Alert deprecated: Bwd.Bwd.Infix.#< - Use (<:) instead - - File "src/Trie.ml", line 287, characters 66-68: - 287 | SegMap.filter_map (fun seg -> filter_map_node ~prefix:(prefix #< seg) f) (get_children_node n) - ^^ - Alert deprecated: Bwd.Bwd.Infix.#< - Use (<:) instead - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I src/.Yuujinchou.objs/byte -I src/.Yuujinchou.objs/native -I /home/opam/.opam/default/lib/algaeff -I /home/opam/.opam/default/lib/bwd -cmi-file src/.Yuujinchou.objs/byte/yuujinchou__Modifier.cmi -no-alias-deps -open Yuujinchou__ -o src/.Yuujinchou.objs/native/yuujinchou__Modifier.cmx -c -impl src/Modifier.ml) - File "src/Modifier.ml", line 53, characters 42-45: - 53 | Trie.update_subtree p (go (prefix <>< p) m) t - ^^^ - Alert deprecated: Bwd.Bwd.Infix.<>< - Use (<@) instead - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I src/.Yuujinchou.objs/byte -I src/.Yuujinchou.objs/native -I /home/opam/.opam/default/lib/algaeff -I /home/opam/.opam/default/lib/bwd -cmi-file src/.Yuujinchou.objs/byte/yuujinchou__Scope.cmi -no-alias-deps -open Yuujinchou__ -o src/.Yuujinchou.objs/native/yuujinchou__Scope.cmx -c -impl src/Scope.ml) - File "src/Scope.ml", line 89, characters 51-54: - 89 | Internal.run ~export_prefix:(export_prefix() <>< p) ~init_visible:(S.get()).visible @@ fun () -> - ^^^ - Alert deprecated: Bwd.Bwd.Infix.<>< - Use (<@) instead -> compiled yuujinchou.5.0.1 -> installed yuujinchou.5.0.1 === STDERR === 2026-06-16 13:53.23: OK: build yuujinchou.5.0.1 (runc: 3.6s, disk: 11KB) 2026-06-16 13:53.23: Job succeeded