Build:
  1. 0
2026-09-04 00:55.11: New job: build yaml.3.2.0 (38268fe545c0)
2026-09-04 00:55.11: Waiting for resource in pool day11-builds
2026-09-04 01:09.51: Got resource from pool day11-builds
2026-09-04 01:09.51: [profile full] build yaml.3.2.0
2026-09-04 01:09.51: build yaml.3.2.0 (38268fe545c0)
=== DEPENDENCIES (41 transitive) ===
  astring.0.8.5                                      e44921a89735
  base-bytes.base                                    8c6c488ee9d0
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  bos.0.3.0                                          b0243e5dce19
  cmdliner.1.3.0                                     aabc14b6df80
  cppo.1.8.0                                         7909ec5a0da4
  csexp.1.5.2                                        7ae86270eec9
  ctypes.0.24.0                                      64e41f4b6420
  dune.3.24.2                                        2b1606ec3deb
  dune-configurator.3.24.2                           8899edc94967
  fmt.0.11.0                                         a49d679331ca
  fpath.0.7.3                                        bef3f6da869a
  gen.1.1                                            f27977b7cf46
  integers.0.8.0                                     a43c63010284
  js_of_ocaml.6.2.0                                  23dc6a8545fe
  js_of_ocaml-compiler.6.2.0                         783cbe8aa7bd
  logs.0.7.0                                         7451e2f21269
  lwt.5.10.1                                         9d2b5013d87c
  menhir.20260209                                    4062f48799d7
  menhirCST.20260209                                 0b0c14947b95
  menhirGLR.20260209                                 b64f59de5af5
  menhirLib.20260209                                 a3c87f9f4d45
  menhirSdk.20260209                                 752331e724c8
  ocaml.5.4.1                                        f01fda733396
  ocaml-base-compiler.5.4.1                          d24c54dd04d7
  ocaml-compiler.5.4.1                               5e4d2e54ea9c
  ocaml-compiler-libs.v0.17.0                        360d60d83069
  ocaml-config.3                                     d59e78145b7c
  ocamlbuild.0.16.1                                  6a4fb30c9c05
  ocamlfind.1.9.8                                    d0ee8c624584
  ocplib-endian.1.2                                  984adb639eb4
  ppx_derivers.1.2.1                                 8f1b2407d098
  ppxlib.0.38.0                                      0b0273ff01db
  rresult.0.7.0                                      eee50b57a8bc
  sedlex.3.7                                         19b3e288109b
  seq.base                                           70bdce6caddc
  sexplib0.v0.17.0                                   8f44e28b1e1e
  stdlib-shims.0.3.0                                 fae7b4a678e6
  topkg.1.1.1                                        13ccc3945283
  yojson.3.0.0                                       de3a1aac8b9c
=== STDOUT ===
Processing: [default: loading data]
[yaml.3.2.0: dl]
[yaml.3.2.0: extract]
-> retrieved yaml.3.2.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.3.2.0)
- (cd _build/default/vendor && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -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:1962:18: note: in expansion of macro 'WRITE_BREAK'
-  1962 |             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:2019:18: note: in expansion of macro 'WRITE_BREAK'
-  2019 |             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:2285:18: note: in expansion of macro 'WRITE_BREAK'
-  2285 |             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:2334:18: note: in expansion of macro 'WRITE_BREAK'
-  2334 |             if (!WRITE_BREAK(emitter, string)) return 0;
-       |                  ^~~~~~~~~~~
-> compiled  yaml.3.2.0
-> installed yaml.3.2.0

=== STDERR ===

2026-09-04 01:10.06: OK: build yaml.3.2.0 (runc: 8.2s, disk: 12KB)
2026-09-04 01:10.06: Job succeeded