Build:
- 0
2026-06-16 14:16.44: New job: build yaml.1.0.0 (44c076ee9fd6)
2026-06-16 14:16.44: Waiting for resource in pool day11-builds
2026-06-16 15:59.57: Got resource from pool day11-builds
2026-06-16 15:59.57: [profile full] build yaml.1.0.0
2026-06-16 15:59.57: build yaml.1.0.0 (44c076ee9fd6)
=== DEPENDENCIES (30 transitive) ===
astring.0.8.5 156e7cc742dd
base.v0.16.5 6465b53ca5ca
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
bos.0.2.0 b2b7bf30f10b
csexp.1.5.2 ec63db2dab31
ctypes.0.24.0 5228215932fd
dune.3.23.1 5402470d931c
dune-configurator.3.23.1 58f4a3f92083
fmt.0.11.0 fb25837707ac
fpath.0.7.3 d991925a5b6c
integers.0.8.0 705d881ec2bb
logs.0.10.0 a7cdcdcb1947
num.1.6 480227ca99db
ocaml.4.14.4 cb826ea44eb2
ocaml-base-compiler.4.14.4 d2f775f983d7
ocaml-compiler-libs.v0.12.4 d1dd1437b449
ocaml-config.2 669e0fcf9e4d
ocamlbuild.0.16.1 8f6c52e6fce8
ocamlfind.1.9.8 6025f4a8e98e
parsexp.v0.16.0 75d2c6ce6b44
ppx_derivers.1.2.1 441538dbecd1
ppx_sexp_conv.v0.16.0 c4b8211970d7
ppxlib.0.35.0 58eae20f5b7b
result.1.5 537fffb7b75d
rresult.0.6.0 0264def365e7
sexplib.v0.16.0 c758cedeb83d
sexplib0.v0.16.0 3e198ce31e44
stdlib-shims.0.3.0 e2dd0beb9112
topkg.1.1.1 ab549298f3fc
=== 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-16 16:00.30: OK: build yaml.1.0.0 (runc: 15.6s, disk: 16KB)
2026-06-16 16:00.30: Job succeeded