Build:
  1. 0
2026-09-03 23:52.50: New job: build yaml.0.2.0 (b19e7273c9be)
2026-09-03 23:52.50: Waiting for resource in pool day11-builds
2026-09-04 00:37.19: Got resource from pool day11-builds
2026-09-04 00:37.19: [profile full] build yaml.0.2.0
2026-09-04 00:37.19: build yaml.0.2.0 (b19e7273c9be)
=== DEPENDENCIES (34 transitive) ===
  astring.0.8.5                                      e824dc1ea678
  base.v0.14.4                                       95b2db6fa335
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  bos.0.2.0                                          b30a09797e3f
  csexp.1.5.2                                        45da150ac45d
  ctypes.0.24.0                                      88b0452033db
  dune.3.24.2                                        03fddf396e0b
  dune-configurator.3.22.2                           9de81b632721
  fmt.0.11.0                                         c621cb903fdd
  fpath.0.7.3                                        c5760931308d
  integers.0.8.0                                     81cfb7894b5a
  jbuilder.1.0+beta20.2                              5b60bb768f18
  logs.0.8.0                                         da3e4d4f1eac
  num.1.6                                            77382141c2d9
  ocaml.4.12.1                                       40bf037a0516
  ocaml-base-compiler.4.12.1                         e714dfd3f0fe
  ocaml-compiler-libs.v0.12.4                        02b0760118b6
  ocaml-config.2                                     75bd2fc1f23b
  ocaml-migrate-parsetree.1.8.0                      948d5b2a7ced
  ocaml-secondary-compiler.4.14.2                    d66c1c5ac958
  ocamlbuild.0.16.1                                  b436c8ee2909
  ocamlfind.1.9.6                                    b1980dc27cfd
  ocamlfind-secondary.1.9.6                          cd09f5be8757
  parsexp.v0.14.2                                    086e0a4e0e37
  ppx_derivers.1.2.1                                 a5c1b1ed9e33
  ppx_sexp_conv.v0.14.1                              d33c671ae4c2
  ppxlib.0.15.0                                      f6aabefc68f9
  result.1.5                                         901d6a7defa5
  rresult.0.6.0                                      251b85a6f248
  sexplib.v0.14.0                                    f74de2bc6a44
  sexplib0.v0.14.0                                   9192d19ab94c
  stdlib-shims.0.3.0                                 d07c91089280
  topkg.1.1.1                                        99e743cd0ccd
=== 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/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_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-09-04 00:37.36: OK: build yaml.0.2.0 (runc: 8.7s, disk: 16KB)
2026-09-04 00:37.36: Job succeeded