Build:
- 0
2026-06-16 15:45.37: New job: build yaml.0.2.1 (d09c099658f4)
2026-06-16 15:45.37: Waiting for resource in pool day11-builds
2026-06-16 16:33.27: Got resource from pool day11-builds
2026-06-16 16:33.27: [profile full] build yaml.0.2.1
2026-06-16 16:33.27: build yaml.0.2.1 (d09c099658f4)
=== DEPENDENCIES (34 transitive) ===
astring.0.8.5 659b6332c593
base.v0.13.2 ea9bf421f381
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
bigarray-compat.1.1.0 c18eb3cd600e
bos.0.2.1 90fe14c1e89d
configurator.v0.11.0 d0edd3646cb4
ctypes.0.20.2 49a96fa60bee
dune.1.11.4 29dd7ef124f2
dune-configurator.1.0.0 3e249db1eb1c
fmt.0.11.0 90f22d1c14e6
fpath.0.7.3 e741d09376d5
integers.0.8.0 b83d78c33f67
jbuilder.transition a162452409e0
logs.0.8.0 0fcf1ecd2b10
num.1.6 b17c86f0ab2a
ocaml.4.11.2 82527a3d9959
ocaml-base-compiler.4.11.2 853adb80bee7
ocaml-compiler-libs.v0.12.3 e95661a041fd
ocaml-config.1 73dc523c3cc6
ocaml-migrate-parsetree.1.8.0 515cd46013d8
ocamlbuild.0.16.1 f3c519c1bc8e
ocamlfind.1.9.8 df35b34caa16
parsexp.v0.13.0 5207da872f66
ppx_derivers.1.2.1 81e662639921
ppx_sexp_conv.v0.13.0 6cffe8d85730
ppxlib.0.15.0 3a96b3e0ce75
result.1.5 1a75445c7e7d
rresult.0.7.0 6b1389361e48
sexplib.v0.13.0 da9f801e1e4d
sexplib0.v0.13.0 9ee6deb6b630
stdio.v0.13.0 af7e019a7f75
stdlib-shims.0.3.0 30ed8df192d0
topkg.1.1.1 f9eed75f21fa
=== STDOUT ===
Processing: [default: loading data]
[yaml.0.2.1: dl]
[yaml.0.2.1: extract]
-> retrieved yaml.0.2.1 (https://opam.ocaml.org/cache)
[yaml: jbuilder build]
+ /home/opam/.opam/default/bin/jbuilder "build" "-p" "yaml" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/yaml.0.2.1)
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "config/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "ffi/bindings/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "ffi/lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "ffi/stubgen/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "fuzz/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "tests/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "types/bindings/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "types/lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "types/stubgen/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "unix/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "vendor/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- gcc vendor/parser.o
- parser.c: In function 'yaml_parser_parse_block_sequence_entry':
- parser.c:762:21: warning: variable 'dummy_mark' set but not used [-Wunused-but-set-variable]
- 762 | yaml_mark_t dummy_mark; /* Used to eliminate a compiler warning. */
- | ^~~~~~~~~~
- parser.c: In function 'yaml_parser_parse_block_mapping_key':
- parser.c:872:21: warning: variable 'dummy_mark' set but not used [-Wunused-but-set-variable]
- 872 | yaml_mark_t dummy_mark; /* Used to eliminate a compiler warning. */
- | ^~~~~~~~~~
- parser.c: In function 'yaml_parser_parse_flow_sequence_entry':
- parser.c:955:17: warning: variable 'dummy_mark' set but not used [-Wunused-but-set-variable]
- 955 | yaml_mark_t dummy_mark; /* Used to eliminate a compiler warning. */
- | ^~~~~~~~~~
- parser.c: In function 'yaml_parser_parse_flow_mapping_key':
- parser.c:1107:17: warning: variable 'dummy_mark' set but not used [-Wunused-but-set-variable]
- 1107 | yaml_mark_t dummy_mark; /* Used to eliminate a compiler warning. */
- | ^~~~~~~~~~
- gcc vendor/api.o
- api.c: In function 'yaml_document_delete':
- api.c:1121:7: warning: variable 'context' set but not used [-Wunused-but-set-variable]
- 1121 | } context;
- | ^~~~~~~
- gcc vendor/emitter.o
- emitter.c: In function 'yaml_emitter_write_plain_scalar':
- emitter.c:28:6: warning: value computed is not used [-Wunused-value]
- 28 | && ((emitter->line_break == YAML_CR_BREAK ? \
- | ^~
- emitter.c:56:11: note: in expansion of macro 'PUT_BREAK'
- 56 | (PUT_BREAK(emitter), \
- | ^~~~~~~~~
- emitter.c:1931:18: note: in expansion of macro 'WRITE_BREAK'
- 1931 | if (!WRITE_BREAK(emitter, string)) return 0;
- | ^~~~~~~~~~~
- emitter.c: In function 'yaml_emitter_write_single_quoted_scalar':
- emitter.c:28:6: warning: value computed is not used [-Wunused-value]
- 28 | && ((emitter->line_break == YAML_CR_BREAK ? \
- | ^~
- emitter.c:56:11: note: in expansion of macro 'PUT_BREAK'
- 56 | (PUT_BREAK(emitter), \
- | ^~~~~~~~~
- emitter.c:1988:18: note: in expansion of macro 'WRITE_BREAK'
- 1988 | if (!WRITE_BREAK(emitter, string)) return 0;
- | ^~~~~~~~~~~
- emitter.c: In function 'yaml_emitter_write_literal_scalar':
- emitter.c:28:6: warning: value computed is not used [-Wunused-value]
- 28 | && ((emitter->line_break == YAML_CR_BREAK ? \
- | ^~
- emitter.c:56:11: note: in expansion of macro 'PUT_BREAK'
- 56 | (PUT_BREAK(emitter), \
- | ^~~~~~~~~
- emitter.c:2251:18: note: in expansion of macro 'WRITE_BREAK'
- 2251 | if (!WRITE_BREAK(emitter, string)) return 0;
- | ^~~~~~~~~~~
- emitter.c: In function 'yaml_emitter_write_folded_scalar':
- emitter.c:28:6: warning: value computed is not used [-Wunused-value]
- 28 | && ((emitter->line_break == YAML_CR_BREAK ? \
- | ^~
- emitter.c:56:11: note: in expansion of macro 'PUT_BREAK'
- 56 | (PUT_BREAK(emitter), \
- | ^~~~~~~~~
- emitter.c:2300:18: note: in expansion of macro 'WRITE_BREAK'
- 2300 | if (!WRITE_BREAK(emitter, string)) return 0;
- | ^~~~~~~~~~~
- gcc vendor/scanner.o
- scanner.c: In function 'yaml_parser_decrease_flow_level':
- scanner.c:1189:23: warning: variable 'dummy_key' set but not used [-Wunused-but-set-variable]
- 1189 | yaml_simple_key_t dummy_key; /* Used to eliminate a compiler warning. */
- | ^~~~~~~~~
- ocamlc lib/.yaml.objs/byte/yaml.{cmi,cmti} (exit 2)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I lib/.yaml.objs/byte -I /home/opam/.opam/default/lib/base/caml -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/ctypes -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/integers -I /home/opam/.opam/default/lib/logs -I /home/opam/.opam/default/lib/parsexp -I /home/opam/.opam/default/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/default/lib/rresult -I /home/opam/.opam/default/lib/sexplib -I /home/opam/.opam/default/lib/sexplib0 -I /home/opam/.opam/default/lib/stdlib-shims -I ffi/bindings/.yaml_bindings.objs/byte -I ffi/bindings/.yaml_bindings.objs/native -I ffi/lib/.yaml_ffi.objs/byte -I ffi/lib/.yaml_ffi.objs/native -I types/bindings/.yaml_bindings_types.objs/byte -I types/bindings/.yaml_bindings_types.objs/native -I types/lib/.yaml_types.objs/byte -I types/lib/.yaml_types.objs/native -I vendor/.yaml_c.objs/byte -I vendor/.yaml_c.objs/native -no-alias-deps -open Yaml__ -o lib/.yaml.objs/byte/yaml.cmi -c -intf lib/yaml.pp.mli)
- File "lib/yaml.mli", line 99, characters 34-47:
- 99 | type 'a res = ('a, Rresult.R.msg) Result.result
- ^^^^^^^^^^^^^
- Error: Unbound type constructor Result.result
- ocamlc ffi/lib/yaml_stubs.o
- yaml_stubs.c: In function 'yaml_stub_1_yaml_get_version_string':
- yaml_stubs.c:7:15: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 7 | char* x2 = yaml_get_version_string();
- | ^~~~~~~~~~~~~~~~~~~~~~~
- ocamlc lib/.yaml.objs/byte/yaml__Types.{cmi,cmo,cmt} (exit 2)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I lib/.yaml.objs/byte -I /home/opam/.opam/default/lib/base/caml -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/ctypes -I /home/opam/.opam/default/lib/fmt -I /home/opam/.opam/default/lib/integers -I /home/opam/.opam/default/lib/logs -I /home/opam/.opam/default/lib/parsexp -I /home/opam/.opam/default/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/default/lib/rresult -I /home/opam/.opam/default/lib/sexplib -I /home/opam/.opam/default/lib/sexplib0 -I /home/opam/.opam/default/lib/stdlib-shims -I ffi/bindings/.yaml_bindings.objs/byte -I ffi/bindings/.yaml_bindings.objs/native -I ffi/lib/.yaml_ffi.objs/byte -I ffi/lib/.yaml_ffi.objs/native -I types/bindings/.yaml_bindings_types.objs/byte -I types/bindings/.yaml_bindings_types.objs/native -I types/lib/.yaml_types.objs/byte -I types/lib/.yaml_types.objs/native -I vendor/.yaml_c.objs/byte -I vendor/.yaml_c.objs/native -no-alias-deps -open Yaml__ -o lib/.yaml.objs/byte/yaml__Types.cmo -c -impl lib/types.pp.ml)
- File "lib/types.ml", line 65, characters 34-47:
- 65 | type 'a res = ('a, Rresult.R.msg) Result.result
- ^^^^^^^^^^^^^
- Error: Unbound type constructor Result.result
[ERROR] The compilation of yaml.0.2.1 failed at "jbuilder build -p yaml -j 39".
build failed...
=== STDERR ===
2026-06-16 16:33.42: FAILED: build yaml.0.2.1
2026-06-16 16:33.42: Job failed: build failed: yaml.0.2.1