Build:
  1. 0
2026-06-24 15:16.13: New job: build yaml.1.0.0 (2a11d389dfa9)
2026-06-24 15:16.13: Waiting for resource in pool day11-builds
2026-06-24 16:46.52: Got resource from pool day11-builds
2026-06-24 16:46.52: [profile full] build yaml.1.0.0
2026-06-24 16:46.52: build yaml.1.0.0 (2a11d389dfa9)
=== DEPENDENCIES (30 transitive) ===
  astring.0.8.5                                      4ebc2fc0ee9d
  base.v0.16.5                                       029e992da996
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  bos.0.2.0                                          8e1977fad2c1
  csexp.1.5.2                                        610c78f17734
  ctypes.0.24.0                                      452af01b1e54
  dune.3.23.1                                        848a72441e15
  dune-configurator.3.23.1                           bc97ce98d8a9
  fmt.0.11.0                                         2830e55b9a03
  fpath.0.7.3                                        eb0f576d915f
  integers.0.8.0                                     203cb4afbaa0
  logs.0.10.0                                        bb16d108ff65
  num.1.6                                            110cee7a7e2e
  ocaml.4.14.4                                       b047fb9251f4
  ocaml-base-compiler.4.14.4                         d3b7ccb2c6fb
  ocaml-compiler-libs.v0.12.4                        2aecf989b0b2
  ocaml-config.2                                     2d9c209f5590
  ocamlbuild.0.16.1                                  7e0d6aadb209
  ocamlfind.1.9.8                                    214dd418ac02
  parsexp.v0.16.0                                    63c67db8428c
  ppx_derivers.1.2.1                                 9245877bc46e
  ppx_sexp_conv.v0.16.0                              3dc8c79ef340
  ppxlib.0.35.0                                      bbb70c1d0b8a
  result.1.5                                         9b1cd45b2159
  rresult.0.6.0                                      e35f892869de
  sexplib.v0.16.0                                    4838f1139cdf
  sexplib0.v0.16.0                                   7a6e649d895c
  stdlib-shims.0.3.0                                 de5202e23add
  topkg.1.1.1                                        511e1a1958da
=== STDOUT ===
Processing: [default: loading data]
[yaml.1.0.0: dl]
[yaml.1.0.0: extract]
-> retrieved yaml.1.0.0  (https://opam.ocaml.org/cache)
[yaml: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "yaml" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/yaml.1.0.0)
- (cd _build/default/vendor && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -Wall -DHAVE_CONFIG_H -I. -c emitter.c)
- 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:1924:18: note: in expansion of macro 'WRITE_BREAK'
-  1924 |             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:1985:18: note: in expansion of macro 'WRITE_BREAK'
-  1985 |             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;
-       |                  ^~~~~~~~~~~
- (cd _build/default/ffi/lib && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -I../../vendor -g -I /home/opam/.opam/default/lib/ocaml -I /home/opam/.opam/default/lib/ctypes -I /home/opam/.opam/default/lib/ctypes/stubs -I /home/opam/.opam/default/lib/integers -I /home/opam/.opam/default/lib/parsexp -I /home/opam/.opam/default/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/default/lib/sexplib -I /home/opam/.opam/default/lib/sexplib0 -I /home/opam/.opam/default/lib/stdlib-shims -I ../bindings -I ../../types/bindings -I ../../types/lib -I ../../vendor -o yaml_stubs.o -c yaml_stubs.c)
- yaml_stubs.c: In function 'yaml_stub_22_yaml_alias_event_initialize':
- yaml_stubs.c:165:49: warning: passing argument 2 of 'yaml_alias_event_initialize' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   165 |    int x127 = yaml_alias_event_initialize(x125, x126);
-       |                                                 ^~~~
- In file included from yaml_stubs.c:6:
- ../../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:182:51: warning: passing argument 4 of 'yaml_scalar_event_initialize' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   182 |    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,
-       |         ~~~~~~~~~~~~~^~~~~
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -w -9-27-32 -g -bin-annot -I lib/.yaml.objs/byte -I /home/opam/.opam/default/lib/ctypes -I /home/opam/.opam/default/lib/ctypes/stubs -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/result -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/lib/.yaml_ffi.objs/byte -I types/bindings/.yaml_bindings_types.objs/byte -I types/lib/.yaml_types.objs/byte -I vendor/.yaml_c.objs/byte -intf-suffix .ml -no-alias-deps -open Yaml__ -o lib/.yaml.objs/byte/yaml.cmo -c -impl lib/yaml.pp.ml)
- File "lib/yaml.ml", line 144, characters 29-37:
- 144 |          | 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 163, characters 33-41:
- 163 |              | _ -> 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 171, characters 24-32:
- 171 |     | 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.
- (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -w -9-27-32 -g -I lib/.yaml.objs/byte -I lib/.yaml.objs/native -I /home/opam/.opam/default/lib/ctypes -I /home/opam/.opam/default/lib/ctypes/stubs -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/result -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 -intf-suffix .ml -no-alias-deps -open Yaml__ -o lib/.yaml.objs/native/yaml.cmx -c -impl lib/yaml.pp.ml)
- File "lib/yaml.ml", line 144, characters 29-37:
- 144 |          | 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 163, characters 33-41:
- 163 |              | _ -> 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 171, characters 24-32:
- 171 |     | 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.1.0.0
-> installed yaml.1.0.0

=== STDERR ===

2026-06-24 16:47.15: OK: build yaml.1.0.0 (runc: 7.6s, disk: 17KB)
2026-06-24 16:47.15: Job succeeded