Build:
  1. 0
2026-06-24 17:48.03: New job: build yaml.0.2.0 (d539490d3a32)
2026-06-24 17:48.03: Waiting for resource in pool day11-builds
2026-06-24 18:35.17: Got resource from pool day11-builds
2026-06-24 18:35.17: [profile full] build yaml.0.2.0
2026-06-24 18:35.17: build yaml.0.2.0 (d539490d3a32)
=== DEPENDENCIES (34 transitive) ===
  astring.0.8.5                                      015e8b59bf02
  base.v0.14.4                                       52500aca3a6a
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  bos.0.2.0                                          cca48e7cd1c3
  csexp.1.5.2                                        cbff46c78e23
  ctypes.0.24.0                                      b64774782a7f
  dune.3.23.1                                        ec34fe9ebf2c
  dune-configurator.3.22.2                           f3081e3d47cb
  fmt.0.11.0                                         310eac9631dd
  fpath.0.7.3                                        25b72a55941d
  integers.0.8.0                                     a031632df7d9
  jbuilder.1.0+beta20.2                              8141ab48b1e2
  logs.0.8.0                                         69cbefe4c433
  num.1.6                                            0d0867ee79d1
  ocaml.4.12.1                                       dee35ad2ab01
  ocaml-base-compiler.4.12.1                         16a69ab1424d
  ocaml-compiler-libs.v0.12.4                        d8bb1449f899
  ocaml-config.2                                     e77f021f2144
  ocaml-migrate-parsetree.1.8.0                      73b42abd5080
  ocaml-secondary-compiler.4.14.2                    fb63d435ed9e
  ocamlbuild.0.16.1                                  2ce5a99932fe
  ocamlfind.1.9.6                                    8d8d9a490c0f
  ocamlfind-secondary.1.9.6                          e7e9f5a4b1a5
  parsexp.v0.14.2                                    5f3a2c0277db
  ppx_derivers.1.2.1                                 e2df7d6ecda0
  ppx_sexp_conv.v0.14.1                              0c298f7e3f54
  ppxlib.0.15.0                                      41b317614a27
  result.1.5                                         b2f02c331fa8
  rresult.0.6.0                                      2bc34ed14fa8
  sexplib.v0.14.0                                    0e3d33032e6b
  sexplib0.v0.14.0                                   42664ff9552d
  stdlib-shims.0.3.0                                 1590dd69ad83
  topkg.1.1.1                                        2f204787554a
=== 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-06-24 18:35.40: OK: build yaml.0.2.0 (runc: 7.6s, disk: 16KB)
2026-06-24 18:35.40: Job succeeded