Build:
- 0
2026-07-23 18:43.03: New job: build ocaml-r.0.5.0 (b7c9039a6875) 2026-07-23 18:43.03: Waiting for resource in pool day11-builds 2026-07-23 19:22.36: Got resource from pool day11-builds 2026-07-23 19:22.36: [profile full] build ocaml-r.0.5.0 2026-07-23 19:22.36: build ocaml-r.0.5.0 (b7c9039a6875) === DEPENDENCIES (15 transitive) === base.v0.16.5 5e08154c6ec2 base-threads.base afe16a8e71c3 base-unix.base 73c0a5fdd34a compiler-cloning.enabled 22a431860256 conf-pkg-config.5 2c611009363a conf-r.1.0.0 9d4bc20f68ce conf-r-mathlib.1 b37e2b0cd8a0 csexp.1.5.2 8c8feb97dfec dune.3.24.1 0238686ab208 dune-configurator.3.24.1 a054e66521fa ocaml.5.5.0 7f4ed97746d4 ocaml-base-compiler.5.5.0 90499340edf4 ocaml-compiler.5.5.0 0ffda1968820 sexplib0.v0.16.0 73d5f76ca3ef stdio.v0.16.0 dda3b462639f === STDOUT === Processing: [default: loading data] [ocaml-r.0.5.0: dl] [ocaml-r.0.5.0: extract] -> retrieved ocaml-r.0.5.0 (https://opam.ocaml.org/cache) [ocaml-r: dune build] + /home/opam/.opam/default/bin/dune "build" "-p" "ocaml-r" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/ocaml-r.0.5.0) - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I stubgen/.stubgen.eobjs/byte -I /home/opam/.opam/default/lib/base -I /home/opam/.opam/default/lib/base/base_internalhash_types -I /home/opam/.opam/default/lib/base/caml -I /home/opam/.opam/default/lib/base/shadow_stdlib -I /home/opam/.opam/default/lib/ocaml/unix -I /home/opam/.opam/default/lib/sexplib0 -H lib/.OCamlR.objs/byte -I lib/.OCamlR.objs/public_cmi -I lib/interpreter/.OCamlR_interpreter.objs/byte -no-alias-deps -o stubgen/.stubgen.eobjs/byte/dune__exe__Stubgen.cmo -c -impl stubgen/stubgen.ml) - File "stubgen/stubgen.ml", line 43, characters 23-27: - 43 | if List.mem ~equal:Caml.( = ) keywords n then n ^ "_" - ^^^^ - Alert deprecated: module Caml - [since v0.16] use Stdlib instead of Caml - - File "stubgen/stubgen.ml", line 106, characters 2-6: - 106 | Caml.print_endline "open OCamlR" ; - ^^^^ - Alert deprecated: module Caml - [since v0.16] use Stdlib instead of Caml - - File "stubgen/stubgen.ml", line 107, characters 2-6: - 107 | Caml.print_endline ( - ^^^^ - Alert deprecated: module Caml - [since v0.16] use Stdlib instead of Caml - - File "stubgen/stubgen.ml", line 116, characters 11-15: - 116 | |> Caml.print_endline - ^^^^ - Alert deprecated: module Caml - [since v0.16] use Stdlib instead of Caml - - File "stubgen/stubgen.ml", line 120, characters 31-35: - 120 | generate_stub_ml_for_package Caml.Sys.argv.(1) - ^^^^ - Alert deprecated: module Caml - [since v0.16] use Stdlib instead of Caml - File "lib/dune", line 13, characters 20-39: - 13 | write_internal_stub - ^^^^^^^^^^^^^^^^^^^ - (cd _build/default/lib && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -I/usr/share/R/include -g -I /home/opam/.opam/default/lib/ocaml -I /home/opam/.opam/default/lib/ocaml/unix -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); - | ^~ - File "lib/dune", line 12, characters 20-38: - 12 | read_internal_stub - ^^^^^^^^^^^^^^^^^^ - (cd _build/default/lib && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -I/usr/share/R/include -g -I /home/opam/.opam/default/lib/ocaml -I /home/opam/.opam/default/lib/ocaml/unix -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:79:47: note: in definition of macro 'Val_long' - 79 | #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)); - | ^~ - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I stubgen/.stubgen.eobjs/byte -I stubgen/.stubgen.eobjs/native -I /home/opam/.opam/default/lib/base -I /home/opam/.opam/default/lib/base/base_internalhash_types -I /home/opam/.opam/default/lib/base/caml -I /home/opam/.opam/default/lib/base/shadow_stdlib -I /home/opam/.opam/default/lib/ocaml/unix -I /home/opam/.opam/default/lib/sexplib0 -H lib/.OCamlR.objs/byte -I lib/.OCamlR.objs/native -I lib/.OCamlR.objs/public_cmi -I lib/interpreter/.OCamlR_interpreter.objs/byte -I lib/interpreter/.OCamlR_interpreter.objs/native -cmi-file stubgen/.stubgen.eobjs/byte/dune__exe__Stubgen.cmi -no-alias-deps -o stubgen/.stubgen.eobjs/native/dune__exe__Stubgen.cmx -c -impl stubgen/stubgen.ml) - File "stubgen/stubgen.ml", line 43, characters 23-27: - 43 | if List.mem ~equal:Caml.( = ) keywords n then n ^ "_" - ^^^^ - Alert deprecated: module Caml - [since v0.16] use Stdlib instead of Caml - - File "stubgen/stubgen.ml", line 106, characters 2-6: - 106 | Caml.print_endline "open OCamlR" ; - ^^^^ - Alert deprecated: module Caml - [since v0.16] use Stdlib instead of Caml - - File "stubgen/stubgen.ml", line 107, characters 2-6: - 107 | Caml.print_endline ( - ^^^^ - Alert deprecated: module Caml - [since v0.16] use Stdlib instead of Caml - - File "stubgen/stubgen.ml", line 116, characters 11-15: - 116 | |> Caml.print_endline - ^^^^ - Alert deprecated: module Caml - [since v0.16] use Stdlib instead of Caml - - File "stubgen/stubgen.ml", line 120, characters 31-35: - 120 | generate_stub_ml_for_package Caml.Sys.argv.(1) - ^^^^ - Alert deprecated: module Caml - [since v0.16] use Stdlib instead of Caml [ERROR] The compilation of ocaml-r.0.5.0 failed at "dune build -p ocaml-r -j 39 @install". build failed... === STDERR === 2026-07-23 19:22.56: FAILED: build ocaml-r.0.5.0 2026-07-23 19:22.56: Job failed: build failed: ocaml-r.0.5.0