Build:
  1. 0
2026-09-04 00:20.03: New job: build yaml.3.2.0 (be48d2df4b92)
2026-09-04 00:20.03: Waiting for resource in pool day11-builds
2026-09-04 00:49.46: Got resource from pool day11-builds
2026-09-04 00:49.46: [profile full] build yaml.3.2.0
2026-09-04 00:49.46: build yaml.3.2.0 (be48d2df4b92)
=== DEPENDENCIES (40 transitive) ===
  astring.0.8.5                                      51ee6d00b649
  base-bytes.base                                    a07bc30a9819
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  bos.0.3.0                                          fe0cd5a9deb5
  cmdliner.2.1.1                                     ecdcaec2c5a2
  compiler-cloning.enabled                           966a2e6839f0
  cppo.1.8.0                                         331eebbb9d71
  csexp.1.5.2                                        110e0a2c2db3
  ctypes.0.24.0                                      d9e3a6ad7e4e
  dune.3.21.1                                        08e66bc612fa
  dune-configurator.3.21.1                           745a775fc166
  fmt.0.11.0                                         b2f0e848af4b
  fpath.0.7.3                                        2344c0b7c451
  gen.1.1                                            551d43ef5a9d
  integers.0.8.0                                     4b6c982b1dee
  js_of_ocaml-compiler.6.4.1                         868830c7b0a6
  logs.0.10.0                                        a74e94a3d6d5
  lwt.6.1.2                                          0784ebd090b1
  menhir.20260209                                    3d02b658fcd0
  menhirCST.20260209                                 1ae8de649020
  menhirGLR.20260209                                 afd8a21f6902
  menhirLib.20260209                                 2df0a582c6fe
  menhirSdk.20260209                                 35b891b9e398
  ocaml.5.5.0                                        22ebd7932512
  ocaml-base-compiler.5.5.0                          db1659234e8a
  ocaml-compiler.5.5.0                               7f52fb26d939
  ocaml-compiler-libs.v0.17.0                        7329224020d4
  ocamlbuild.0.16.1                                  ccce18256717
  ocamlfind.1.9.9~preview                            6a4c70487cf9
  ocplib-endian.1.2                                  d41140fd69b2
  ppx_derivers.1.2.1                                 2d5eb551b8a8
  ppxlib.0.38.0                                      8f58b7c4b3d1
  rresult.0.7.0                                      02fffb5a5b61
  sedlex.3.7                                         c27da09f3161
  seq.base                                           28d30f6112ac
  sexplib0.v0.17.0                                   3bcb87c0f3c6
  stdlib-shims.0.3.0                                 5a51ca7142f0
  topkg.1.1.1                                        3bd227743fbd
  yojson.2.2.2                                       287ba34c1712
=== 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 00:49.59: OK: build yaml.3.2.0 (runc: 7.7s, disk: 12KB)
2026-09-04 00:49.59: Job succeeded