Build:
  1. 0
2026-08-05 21:57.26: New job: build yaml.0.2.1 (65f12c3b7a49)
2026-08-05 21:57.26: Waiting for resource in pool day11-builds
2026-08-05 22:59.57: Got resource from pool day11-builds
2026-08-05 22:59.57: [profile full] build yaml.0.2.1
2026-08-05 22:59.57: build yaml.0.2.1 (65f12c3b7a49)
=== DEPENDENCIES (34 transitive) ===
  astring.0.8.5                                      def30eef9503
  base.v0.13.2                                       5769c20ed5cf
  base-threads.base                                  4e0218232a65
  base-unix.base                                     2d2c0bf34146
  bigarray-compat.1.1.0                              fa1d6b29483e
  bos.0.2.1                                          e9918e2bd5a9
  configurator.v0.11.0                               a0e601ae149a
  ctypes.0.20.2                                      1981f763fe72
  dune.1.11.4                                        ece4f6739450
  dune-configurator.1.0.0                            e18b775ade34
  fmt.0.11.0                                         e7a4bc813e8b
  fpath.0.7.3                                        e710dc3cec0f
  integers.0.8.0                                     175eb6f8afcf
  jbuilder.transition                                ebb5f92acfc0
  logs.0.8.0                                         3aa07d0f4c64
  num.1.6                                            0f1de0518570
  ocaml.4.11.2                                       213b212adbbe
  ocaml-base-compiler.4.11.2                         e10be2832907
  ocaml-compiler-libs.v0.12.3                        d6aea156f7ed
  ocaml-config.1                                     7f31947ebf76
  ocaml-migrate-parsetree.1.8.0                      7b2172838f82
  ocamlbuild.0.16.1                                  757cd6c460eb
  ocamlfind.1.9.8                                    13ce6491d61a
  parsexp.v0.13.0                                    1a0288566b57
  ppx_derivers.1.2.1                                 dae6ca0dd5e9
  ppx_sexp_conv.v0.13.0                              079818a340b6
  ppxlib.0.15.0                                      f380fd7aafa8
  result.1.5                                         27800b2c5d6b
  rresult.0.7.0                                      51806eff5076
  sexplib.v0.13.0                                    b6ac0978fa56
  sexplib0.v0.13.0                                   7e3d5d724a8f
  stdio.v0.13.0                                      b9168b7d711d
  stdlib-shims.0.3.0                                 6874adb464e0
  topkg.1.1.1                                        b900de6100ae
=== STDOUT ===
Processing: [default: loading data]
[yaml.0.2.1: dl]
[yaml.0.2.1: extract]
-> retrieved yaml.0.2.1  (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.1)
- The jbuilder binary is deprecated and will cease to be maintained in July 2019.
- Please switch to dune instead.
- File "config/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "ffi/bindings/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "ffi/lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "ffi/stubgen/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "fuzz/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "tests/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "types/bindings/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "types/lib/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "types/stubgen/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "unix/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
- File "vendor/jbuild", line 1, characters 0-0:
- Warning: jbuild files are deprecated, please convert this file to a dune file
- instead.
- Note: You can use "dune upgrade" to convert your project to dune.
-          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_1_yaml_get_version_string':
- yaml_stubs.c:7:15: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-     7 |    char* x2 = yaml_get_version_string();
-       |               ^~~~~~~~~~~~~~~~~~~~~~~
-       ocamlc lib/.yaml.objs/byte/yaml.{cmi,cmti} (exit 2)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I lib/.yaml.objs/byte -I /home/opam/.opam/default/lib/base/caml -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/ctypes -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/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 -no-alias-deps -open Yaml__ -o lib/.yaml.objs/byte/yaml.cmi -c -intf lib/yaml.pp.mli)
- File "lib/yaml.mli", line 99, characters 34-47:
- 99 | type 'a res = ('a, Rresult.R.msg) Result.result
-                                        ^^^^^^^^^^^^^
- Error: Unbound type constructor Result.result
-       ocamlc lib/.yaml.objs/byte/yaml__Types.{cmi,cmo,cmt} (exit 2)
- (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I lib/.yaml.objs/byte -I /home/opam/.opam/default/lib/base/caml -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/ctypes -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/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 -no-alias-deps -open Yaml__ -o lib/.yaml.objs/byte/yaml__Types.cmo -c -impl lib/types.pp.ml)
- File "lib/types.ml", line 65, characters 34-47:
- 65 | type 'a res = ('a, Rresult.R.msg) Result.result
-                                        ^^^^^^^^^^^^^
- Error: Unbound type constructor Result.result
[ERROR] The compilation of yaml.0.2.1 failed at "jbuilder build -p yaml -j 39".
build failed... 

=== STDERR ===

2026-08-05 23:00.21: FAILED: build yaml.0.2.1
2026-08-05 23:00.21: Job failed: build failed: yaml.0.2.1