Build:
- 0
2026-06-24 15:26.02: New job: build yaml.0.2.1 (ee9eeb105539)
2026-06-24 15:26.02: Waiting for resource in pool day11-builds
2026-06-24 16:48.35: Got resource from pool day11-builds
2026-06-24 16:48.35: [profile full] build yaml.0.2.1
2026-06-24 16:48.35: build yaml.0.2.1 (ee9eeb105539)
=== DEPENDENCIES (34 transitive) ===
astring.0.8.5 a26592bf0052
base.v0.13.2 8fb64073d002
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
bigarray-compat.1.1.0 b6c74729d8ce
bos.0.2.1 c44ac1362e86
configurator.v0.11.0 32284fd79a7b
ctypes.0.20.2 2c8e6c6a8c06
dune.1.11.4 306d9076d3e7
dune-configurator.1.0.0 5ee2dda44891
fmt.0.11.0 8e5f3bbb88f3
fpath.0.7.3 ddbccf2b779e
integers.0.8.0 ddf42fa35028
jbuilder.transition 430258ca512f
logs.0.8.0 28914bc66385
num.1.6 75f83edda7ae
ocaml.4.11.2 dc018a4b7397
ocaml-base-compiler.4.11.2 81f0dd8b8651
ocaml-compiler-libs.v0.12.3 a38bf71903cc
ocaml-config.1 2489653e51e5
ocaml-migrate-parsetree.1.8.0 6536861c4b6c
ocamlbuild.0.16.1 c852f758aecf
ocamlfind.1.9.8 c048fc0ddff1
parsexp.v0.13.0 dd87768feda5
ppx_derivers.1.2.1 8cf29306a108
ppx_sexp_conv.v0.13.0 93bf9cd904a3
ppxlib.0.15.0 d0c9cb1d6d98
result.1.5 01de9c2c17e6
rresult.0.7.0 3397572171d6
sexplib.v0.13.0 d248e79f5e14
sexplib0.v0.13.0 db4180d7755e
stdio.v0.13.0 1672f41fc0f1
stdlib-shims.0.3.0 ba79146f6770
topkg.1.1.1 1dae331d8019
=== 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 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.{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 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-24 16:48.48: FAILED: build yaml.0.2.1
2026-06-24 16:48.48: Job failed: build failed: yaml.0.2.1