Build:
  1. 0
2026-06-23 16:51.30: New job: build ocaml-r.0.2.0 (4ff7e448221f)
2026-06-23 16:51.30: Waiting for resource in pool day11-builds
2026-06-23 18:13.11: Got resource from pool day11-builds
2026-06-23 18:13.11: [profile full] build ocaml-r.0.2.0
2026-06-23 18:13.11: build ocaml-r.0.2.0 (4ff7e448221f)
=== DEPENDENCIES (19 transitive) ===
  base.v0.13.2                                       568ee39bc8f1
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  conf-pkg-config.5                                  4b60827fc174
  conf-r.1.0.0                                       1dbfb3520a6e
  conf-r-mathlib.1                                   2db1ddc1aca5
  configurator.v0.11.0                               46f5b6567ade
  csexp.1.5.2                                        ba14d6290f52
  dune.3.23.1                                        fc50a1588b4e
  dune-configurator.3.22.2                           ac79ab5113c0
  jbuilder.1.0+beta20.2                              e266e35949ef
  ocaml.4.11.2                                       82527a3d9959
  ocaml-base-compiler.4.11.2                         853adb80bee7
  ocaml-config.1                                     73dc523c3cc6
  ocaml-secondary-compiler.4.14.2                    208983c0e1e0
  ocamlfind.1.9.6                                    37418aad65fb
  ocamlfind-secondary.1.9.6                          4507fb801bdf
  sexplib0.v0.13.0                                   74b32c95d8fc
  stdio.v0.13.0                                      920729ec322a
=== STDOUT ===
Processing: [default: loading data]
[ocaml-r.0.2.0: dl]
[ocaml-r.0.2.0: extract]
-> retrieved ocaml-r.0.2.0  (https://opam.ocaml.org/cache)
[ocaml-r: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "ocaml-r" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/ocaml-r.0.2.0)
- File "lib/dune", line 10, characters 19-38:
- 10 |                    write_internal_stub
-                         ^^^^^^^^^^^^^^^^^^^
- (cd _build/default/lib && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I/usr/share/R/include -g -I /home/opam/.opam/default/lib/ocaml -o write_internal_stub.o -c write_internal_stub.c)
- write_internal_stub.c: In function 'ocamlr_write_lisplist_carval':
- write_internal_stub.c:50:21: error: invalid use of undefined type 'struct SEXPREC'
-    50 |   Sexp_val(lisplist)->u.listsxp.carval = Sexp_val(elmnt);
-       |                     ^~
- write_internal_stub.c: In function 'ocamlr_write_lisplist_tagval':
- write_internal_stub.c:55:21: error: invalid use of undefined type 'struct SEXPREC'
-    55 |   Sexp_val(lisplist)->u.listsxp.tagval = Sexp_val(tag);
-       |                     ^~
- (cd _build/default/lib && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I/usr/share/R/include -g -I /home/opam/.opam/default/lib/ocaml -o initialisation_stub.o -c initialisation_stub.c)
- initialisation_stub.c: In function 'ocamlr_initEmbeddedR':
- initialisation_stub.c:70:35: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-    70 |   for (i=0; i<length; i++) argv[i]=String_val(Field(ml_argv, i));
-       |                                   ^
- File "lib/dune", line 9, characters 19-37:
- 9 |                    read_internal_stub
-                        ^^^^^^^^^^^^^^^^^^
- (cd _build/default/lib && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -D_FILE_OFFSET_BITS=64 -D_REENTRANT -I/usr/share/R/include -g -I /home/opam/.opam/default/lib/ocaml -o read_internal_stub.o -c read_internal_stub.c)
- In file included from read_internal_stub.c:32:
- read_internal_stub.c: In function 'ocamlr_inspect_primsxp_offset':
- read_internal_stub.c:108:32: error: invalid use of undefined type 'struct SEXPREC'
-   108 |   return(Val_int(Sexp_val(sexp)->u.primsxp.offset));
-       |                                ^~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:75:47: note: in definition of macro 'Val_long'
-    75 | #define Val_long(x)     ((intnat) (((uintnat)(x) << 1)) + 1)
-       |                                               ^
- read_internal_stub.c:108:10: note: in expansion of macro 'Val_int'
-   108 |   return(Val_int(Sexp_val(sexp)->u.primsxp.offset));
-       |          ^~~~~~~
- read_internal_stub.c: In function 'ocamlr_inspect_promsxp_value':
- read_internal_stub.c:241:33: error: invalid use of undefined type 'struct SEXPREC'
-   241 |   return(Val_sexp(Sexp_val(sexp)->u.promsxp.value));
-       |                                 ^~
- read_internal_stub.c: In function 'ocamlr_inspect_promsxp_expr':
- read_internal_stub.c:254:33: error: invalid use of undefined type 'struct SEXPREC'
-   254 |   return(Val_sexp(Sexp_val(sexp)->u.promsxp.expr));
-       |                                 ^~
- read_internal_stub.c: In function 'ocamlr_inspect_promsxp_env':
- read_internal_stub.c:267:33: error: invalid use of undefined type 'struct SEXPREC'
-   267 |   return(Val_sexp(Sexp_val(sexp)->u.promsxp.env));
-       |                                 ^~
[ERROR] The compilation of ocaml-r.0.2.0 failed at "dune build -p ocaml-r -j 39".
build failed... 

=== STDERR ===

2026-06-23 18:13.30: FAILED: build ocaml-r.0.2.0
2026-06-23 18:13.30: Job failed: build failed: ocaml-r.0.2.0