Build:
- 0
2026-06-16 17:17.15: New job: build yaml.0.2.0 (13f5ee187475)
2026-06-16 17:17.15: Waiting for resource in pool day11-builds
2026-06-16 18:06.05: Got resource from pool day11-builds
2026-06-16 18:06.05: [profile full] build yaml.0.2.0
2026-06-16 18:06.06: build yaml.0.2.0 (13f5ee187475)
=== DEPENDENCIES (34 transitive) ===
astring.0.8.5 f3e582160ed6
base.v0.14.4 9f1656c7e705
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
bos.0.2.0 54e6ed03ecd0
csexp.1.5.2 2dc1d42cb195
ctypes.0.24.0 e12746268bb6
dune.3.23.1 6e9c895d33c4
dune-configurator.3.22.2 b3ee8ff25f05
fmt.0.11.0 d4154318e63f
fpath.0.7.3 8413f4fed2a1
integers.0.8.0 14655a95c737
jbuilder.1.0+beta20.2 12fbbe32fb93
logs.0.8.0 26dc7b7f78f6
num.1.6 6107ad20ded4
ocaml.4.12.1 b220906b3826
ocaml-base-compiler.4.12.1 ce8680725b32
ocaml-compiler-libs.v0.12.4 692cac4e32e0
ocaml-config.2 3a99bd9dbb34
ocaml-migrate-parsetree.1.8.0 2e4ce0b38e6e
ocaml-secondary-compiler.4.14.2 208983c0e1e0
ocamlbuild.0.16.1 0aed2948eb5f
ocamlfind.1.9.6 6a204c1e4cf6
ocamlfind-secondary.1.9.6 74c288ceaf87
parsexp.v0.14.2 9d7241cc0902
ppx_derivers.1.2.1 8e0bcbefff24
ppx_sexp_conv.v0.14.1 d818046bc359
ppxlib.0.15.0 e626e7e41d65
result.1.5 be123bcfc185
rresult.0.6.0 001e8604446f
sexplib.v0.14.0 b0d486e7157e
sexplib0.v0.14.0 ebe6a4b61f9e
stdlib-shims.0.3.0 73378b8dd48d
topkg.1.1.1 38d1e7a378f4
=== STDOUT ===
Processing: [default: loading data]
[yaml.0.2.0: dl]
[yaml.0.2.0: extract]
-> retrieved yaml.0.2.0 (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.0)
- 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/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/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_22_yaml_alias_event_initialize':
- yaml_stubs.c:161:49: warning: passing argument 2 of 'yaml_alias_event_initialize' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 161 | int x127 = yaml_alias_event_initialize(x125, x126);
- | ^~~~
- In file included from yaml_stubs.c:2:
- ../../vendor/yaml.h:553:63: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'const char *'
- 553 | yaml_alias_event_initialize(yaml_event_t *event, yaml_char_t *anchor);
- | ~~~~~~~~~~~~~^~~~~~
- yaml_stubs.c: In function 'yaml_stub_23_yaml_scalar_event_initialize':
- yaml_stubs.c:178:51: warning: passing argument 4 of 'yaml_scalar_event_initialize' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 178 | yaml_scalar_event_initialize(x136, x137, x138, x139, x140, x143, x146,
- | ^~~~
- ../../vendor/yaml.h:580:22: note: expected 'yaml_char_t *' {aka 'unsigned char *'} but argument is of type 'const char *'
- 580 | yaml_char_t *value, int length,
- | ~~~~~~~~~~~~~^~~~~
- ocamlc lib/.yaml.objs/yaml.{cmo,cmt}
- File "lib/yaml.ml", line 130, characters 29-37:
- 130 | | e -> R.error_msg (Fmt.strf "todo %s (%s)" (sexp_of_t e |> Sexplib.Sexp.to_string_hum) (sexp_of_pos pos |> Sexplib.Sexp.to_string_hum))
- ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- File "lib/yaml.ml", line 149, characters 33-41:
- 149 | | _ -> R.error_msg (Fmt.strf "only string keys are supported (%s)" (sexp_of_pos pos |> Sexplib.Sexp.to_string_hum))
- ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- File "lib/yaml.ml", line 157, characters 24-32:
- 157 | | e -> R.error_msg (Fmt.strf "Not document start: %s" (sexp_of_t e |> Sexplib.Sexp.to_string_hum))
- ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- ocamlopt lib/.yaml.objs/yaml.{cmx,o}
- File "lib/yaml.ml", line 130, characters 29-37:
- 130 | | e -> R.error_msg (Fmt.strf "todo %s (%s)" (sexp_of_t e |> Sexplib.Sexp.to_string_hum) (sexp_of_pos pos |> Sexplib.Sexp.to_string_hum))
- ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- File "lib/yaml.ml", line 149, characters 33-41:
- 149 | | _ -> R.error_msg (Fmt.strf "only string keys are supported (%s)" (sexp_of_pos pos |> Sexplib.Sexp.to_string_hum))
- ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
- File "lib/yaml.ml", line 157, characters 24-32:
- 157 | | e -> R.error_msg (Fmt.strf "Not document start: %s" (sexp_of_t e |> Sexplib.Sexp.to_string_hum))
- ^^^^^^^^
- Alert deprecated: Fmt.strf
- use Fmt.str instead.
-> compiled yaml.0.2.0
-> installed yaml.0.2.0
=== STDERR ===
2026-06-16 18:06.28: OK: build yaml.0.2.0 (runc: 8.6s, disk: 16KB)
2026-06-16 18:06.28: Job succeeded