Build:
- 0
2026-06-16 12:50.47: New job: build webidl.1.4 (ce03fabc1339) 2026-06-16 12:50.47: Waiting for resource in pool day11-builds 2026-06-16 14:19.15: Got resource from pool day11-builds 2026-06-16 14:19.15: [profile full] build webidl.1.4 2026-06-16 14:19.15: build webidl.1.4 (ce03fabc1339) === DEPENDENCIES (18 transitive) === base-threads.base b7164ff76afe base-unix.base 839dc585f12d cppo.1.8.0 ea583d2d3bbb dune.3.23.1 5402470d931c menhir.20211128 58c4ad093048 menhirLib.20211128 581f36ec2b3c menhirSdk.20211128 ba9fa85c2874 ocaml.4.14.4 cb826ea44eb2 ocaml-base-compiler.4.14.4 d2f775f983d7 ocaml-compiler-libs.v0.12.4 d1dd1437b449 ocaml-config.2 669e0fcf9e4d ocamlbuild.0.16.1 8f6c52e6fce8 ocamlfind.1.9.8 6025f4a8e98e ppx_derivers.1.2.1 441538dbecd1 ppx_deriving.6.1.1 4c7646da994d ppxlib.0.38.0 a3e9cb715835 sexplib0.v0.17.0 7af37899b3a0 stdlib-shims.0.3.0 e2dd0beb9112 === STDOUT === Processing: [default: loading data] [webidl.1.4: dl] [webidl.1.4: extract] -> retrieved webidl.1.4 (https://opam.ocaml.org/cache) [webidl: ocaml setup.ml] + /home/opam/.opam/default/bin/ocaml "setup.ml" "build" (CWD=/home/opam/.opam/default/.opam-switch/build/webidl.1.4) - + ocamlfind ocamlc -config - + ocamlfind ocamldep -package ppx_deriving.show -modules src/syntax/ast.ml > src/syntax/ast.ml.depends - + ocamlfind ocamldep -package ppx_deriving.show -modules src/syntax/keyword.ml > src/syntax/keyword.ml.depends - + menhir --external-tokens Tokens --raw-depend --ocamldep 'ocamlfind ocamldep -modules' --base src/syntax/parser src/syntax/tokens.mly src/syntax/parser.mly src/syntax/non_standard.mly src/syntax/parser_custom_ext.mly > src/syntax/parser.mlypack.depends - + menhir --external-tokens Tokens --raw-depend --ocamldep 'ocamlfind ocamldep -modules' --base src/syntax/parser src/syntax/tokens.mly src/syntax/parser.mly src/syntax/non_standard.mly src/syntax/parser_custom_ext.mly > src/syntax/parser.mlypack.depends - File "src/syntax/non_standard.mly", line 29, characters 8-30: - Warning: symbol attributeSerializetion is unreachable from any of the start symbol(s). - File "src/syntax/parser.mly", line 242, characters 8-19: - Warning: symbol identifiers is unreachable from any of the start symbol(s). - + ocamlfind ocamlc -c -bin-annot -package ppx_deriving.show -I src/syntax -I src/lib -o src/syntax/ast.cmo src/syntax/ast.ml - + ocamlfind ocamlc -c -bin-annot -package ppx_deriving.show -I src/syntax -I src/lib -o src/syntax/keyword.cmo src/syntax/keyword.ml - + menhir --only-tokens --raw-depend --ocamldep 'ocamlfind ocamldep -modules' --base src/syntax/tokens src/syntax/tokens.mly > src/syntax/tokens.mlypack.depends - + menhir --ocamlc 'ocamlfind ocamlc -bin-annot -package ppx_deriving.show -I src/syntax -I src/lib' --infer --only-tokens --base src/syntax/tokens src/syntax/tokens.mly - + ocamlfind ocamldep -package ppx_deriving.show -modules src/syntax/tokens.mli > src/syntax/tokens.mli.depends - + ocamlfind ocamlc -c -bin-annot -package ppx_deriving.show -I src/syntax -I src/lib -o src/syntax/tokens.cmi src/syntax/tokens.mli - + menhir --ocamlc 'ocamlfind ocamlc -bin-annot -package ppx_deriving.show -I src/syntax -I src/lib' --infer --external-tokens Tokens --base src/syntax/parser src/syntax/tokens.mly src/syntax/parser.mly src/syntax/non_standard.mly src/syntax/parser_custom_ext.mly - + menhir --ocamlc 'ocamlfind ocamlc -bin-annot -package ppx_deriving.show -I src/syntax -I src/lib' --infer --external-tokens Tokens --base src/syntax/parser src/syntax/tokens.mly src/syntax/parser.mly src/syntax/non_standard.mly src/syntax/parser_custom_ext.mly - File "src/syntax/non_standard.mly", line 29, characters 8-30: - Warning: symbol attributeSerializetion is unreachable from any of the start symbol(s). - File "src/syntax/parser.mly", line 242, characters 8-19: - Warning: symbol identifiers is unreachable from any of the start symbol(s). - + ocamlfind ocamldep -package ppx_deriving.show -modules src/syntax/parser.mli > src/syntax/parser.mli.depends - + ocamlfind ocamlc -c -bin-annot -package ppx_deriving.show -I src/syntax -I src/lib -o src/syntax/parser.cmi src/syntax/parser.mli - + ocamlfind ocamldep -package ppx_deriving.show -modules src/syntax/parser.ml > src/syntax/parser.ml.depends - + /home/opam/.opam/default/bin/ocamllex.opt -q src/syntax/lexer.mll - + ocamlfind ocamldep -package ppx_deriving.show -modules src/syntax/lexer.ml > src/syntax/lexer.ml.depends - + menhir --external-tokens Tokens --raw-depend --ocamldep 'ocamlfind ocamldep -modules' --base src/syntax/parser_extend src/syntax/tokens.mly src/syntax/parser.mly src/syntax/non_standard.mly src/syntax/parser_basic_ext.mly > src/syntax/parser_extend.mlypack.depends - + menhir --external-tokens Tokens --raw-depend --ocamldep 'ocamlfind ocamldep -modules' --base src/syntax/parser_extend src/syntax/tokens.mly src/syntax/parser.mly src/syntax/non_standard.mly src/syntax/parser_basic_ext.mly > src/syntax/parser_extend.mlypack.depends - File "src/syntax/tokens.mly", line 9, characters 59-62: - Warning: the token DOT is unused. - File "src/syntax/tokens.mly", line 9, characters 53-58: - Warning: the token MINUS is unused. - File "src/syntax/tokens.mly", line 24, characters 13-18: - Warning: the token OTHER is unused. - File "src/syntax/non_standard.mly", line 29, characters 8-30: - Warning: symbol attributeSerializetion is unreachable from any of the start symbol(s). - File "src/syntax/non_standard.mly", line 32, characters 8-17: - Warning: symbol commnaEnd is unreachable from any of the start symbol(s). - File "src/syntax/non_standard.mly", line 35, characters 8-34: - Warning: symbol emptyExtendedAttributeList is unreachable from any of the start symbol(s). - + menhir --ocamlc 'ocamlfind ocamlc -bin-annot -package ppx_deriving.show -I src/syntax -I src/lib' --infer --external-tokens Tokens --base src/syntax/parser_extend src/syntax/tokens.mly src/syntax/parser.mly src/syntax/non_standard.mly src/syntax/parser_basic_ext.mly - + menhir --ocamlc 'ocamlfind ocamlc -bin-annot -package ppx_deriving.show -I src/syntax -I src/lib' --infer --external-tokens Tokens --base src/syntax/parser_extend src/syntax/tokens.mly src/syntax/parser.mly src/syntax/non_standard.mly src/syntax/parser_basic_ext.mly - File "src/syntax/tokens.mly", line 9, characters 59-62: - Warning: the token DOT is unused. - File "src/syntax/tokens.mly", line 9, characters 53-58: - Warning: the token MINUS is unused. - File "src/syntax/tokens.mly", line 24, characters 13-18: - Warning: the token OTHER is unused. - File "src/syntax/non_standard.mly", line 29, characters 8-30: - Warning: symbol attributeSerializetion is unreachable from any of the start symbol(s). - File "src/syntax/non_standard.mly", line 32, characters 8-17: - Warning: symbol commnaEnd is unreachable from any of the start symbol(s). - File "src/syntax/non_standard.mly", line 35, characters 8-34: - Warning: symbol emptyExtendedAttributeList is unreachable from any of the start symbol(s). - + ocamlfind ocamldep -package ppx_deriving.show -modules src/syntax/parser_extend.mli > src/syntax/parser_extend.mli.depends - + ocamlfind ocamlc -c -bin-annot -package ppx_deriving.show -I src/syntax -I src/lib -o src/syntax/parser_extend.cmi src/syntax/parser_extend.mli - + ocamlfind ocamldep -package ppx_deriving.show -modules src/syntax/parser_extend.ml > src/syntax/parser_extend.ml.depends - + ocamlfind ocamlc -c -bin-annot -package ppx_deriving.show -I src/syntax -I src/lib -o src/syntax/parser.cmo src/syntax/parser.ml - + ocamlfind ocamlc -c -bin-annot -package ppx_deriving.show -I src/syntax -I src/lib -o src/syntax/lexer.cmo src/syntax/lexer.ml - + ocamlfind ocamlc -c -bin-annot -package ppx_deriving.show -I src/syntax -I src/lib -o src/syntax/parser_extend.cmo src/syntax/parser_extend.ml - + ocamlfind ocamldep -package ppx_deriving.show -modules src/lib/data.ml > src/lib/data.ml.depends - + ocamlfind ocamlc -pack -bin-annot src/syntax/ast.cmo src/syntax/keyword.cmo src/syntax/parser.cmo src/syntax/lexer.cmo src/syntax/parser_extend.cmo -o src/syntax/syntax.cmo - + ocamlfind ocamldep -package ppx_deriving.show -modules src/lib/parse.ml > src/lib/parse.ml.depends - + ocamlfind ocamldep -package ppx_deriving.show -modules src/lib/ast_to_data.ml > src/lib/ast_to_data.ml.depends - + ocamlfind ocamlc -c -bin-annot -package ppx_deriving.show -I src/lib -I src/syntax -o src/lib/data.cmo src/lib/data.ml - + ocamlfind ocamlc -c -bin-annot -package ppx_deriving.show -I src/lib -I src/syntax -o src/lib/ast_to_data.cmo src/lib/ast_to_data.ml - + ocamlfind ocamlc -c -bin-annot -package ppx_deriving.show -I src/lib -I src/syntax -o src/lib/parse.cmo src/lib/parse.ml - + ocamlfind ocamlc -pack -bin-annot src/syntax/syntax.cmo src/lib/data.cmo src/lib/ast_to_data.cmo src/lib/parse.cmo -o src/lib/webidl.cmo - + ocamlfind ocamlopt -c -bin-annot -package ppx_deriving.show -for-pack Syntax -for-pack Webidl.Syntax -I src/syntax -I src/lib -o src/syntax/ast.cmx src/syntax/ast.ml - + ocamlfind ocamlopt -c -bin-annot -package ppx_deriving.show -for-pack Syntax -for-pack Webidl.Syntax -I src/syntax -I src/lib -o src/syntax/keyword.cmx src/syntax/keyword.ml - + ocamlfind ocamldep -package ppx_deriving.show -modules src/syntax/tokens.ml > src/syntax/tokens.ml.depends - + ocamlfind ocamlopt -c -bin-annot -package ppx_deriving.show -I src/syntax -I src/lib -o src/syntax/tokens.cmx src/syntax/tokens.ml - + ocamlfind ocamlopt -c -bin-annot -package ppx_deriving.show -for-pack Syntax -for-pack Webidl.Syntax -I src/syntax -I src/lib -o src/syntax/parser.cmx src/syntax/parser.ml - + ocamlfind ocamlopt -c -bin-annot -package ppx_deriving.show -for-pack Syntax -for-pack Webidl.Syntax -I src/syntax -I src/lib -o src/syntax/lexer.cmx src/syntax/lexer.ml - + ocamlfind ocamlopt -c -bin-annot -package ppx_deriving.show -for-pack Syntax -for-pack Webidl.Syntax -I src/syntax -I src/lib -o src/syntax/parser_extend.cmx src/syntax/parser_extend.ml - + touch src/syntax/syntax.mli ; if ocamlfind ocamlopt -pack -bin-annot -for-pack Webidl -I src/syntax src/syntax/ast.cmx src/syntax/keyword.cmx src/syntax/parser.cmx src/syntax/lexer.cmx src/syntax/parser_extend.cmx -o src/syntax/syntax.cmx ; then rm -f src/syntax/syntax.mli ; else rm -f src/syntax/syntax.mli ; exit 1; fi - + ocamlfind ocamlopt -c -bin-annot -package ppx_deriving.show -for-pack Webidl -I src/lib -I src/syntax -o src/lib/data.cmx src/lib/data.ml - + ocamlfind ocamlopt -c -bin-annot -package ppx_deriving.show -for-pack Webidl -I src/lib -I src/syntax -o src/lib/ast_to_data.cmx src/lib/ast_to_data.ml - + ocamlfind ocamlopt -c -bin-annot -package ppx_deriving.show -for-pack Webidl -I src/lib -I src/syntax -o src/lib/parse.cmx src/lib/parse.ml - + touch src/lib/webidl.mli ; if ocamlfind ocamlopt -pack -bin-annot -I src/syntax -I src/lib src/syntax/syntax.cmx src/lib/data.cmx src/lib/ast_to_data.cmx src/lib/parse.cmx -o src/lib/webidl.cmx ; then rm -f src/lib/webidl.mli ; else rm -f src/lib/webidl.mli ; exit 1; fi - + ocamlfind ocamlc -config - setup.ml exec:ocamlbuild -use-ocamlfind webidl.cmx - setup.ml exec:ocamlbuild -use-ocamlfind webidl.cmo -> compiled webidl.1.4 [webidl: ocaml setup.ml] + /home/opam/.opam/default/bin/ocaml "setup.ml" "install" (CWD=/home/opam/.opam/default/.opam-switch/build/webidl.1.4) - Installed /home/opam/.opam/default/lib/webidl/webidl.cmx - Installed /home/opam/.opam/default/lib/webidl/webidl.cmt - Installed /home/opam/.opam/default/lib/webidl/webidl.cmo - Installed /home/opam/.opam/default/lib/webidl/webidl.cmi - Installed /home/opam/.opam/default/lib/webidl/META - setup.ml exec:ocamlfind install webidl META _build/src/lib/webidl.cm* -> installed webidl.1.4 === STDERR === 2026-06-16 14:19.48: OK: build webidl.1.4 (runc: 18.7s, disk: 16KB) 2026-06-16 14:19.48: Job succeeded