Build:
  1. 0
2026-06-24 13:54.51: New job: build sendmsg.0.0.2 (f0c5f81d77c8)
2026-06-24 13:54.51: Waiting for resource in pool day11-builds
2026-06-24 15:29.40: Got resource from pool day11-builds
2026-06-24 15:29.40: [profile full] build sendmsg.0.0.2
2026-06-24 15:29.40: build sendmsg.0.0.2 (f0c5f81d77c8)
=== DEPENDENCIES (9 transitive) ===
  astring.0.8.5                                      868f52a07c05
  compiler-cloning.enabled                           439a1fc77aa6
  ocaml.5.5.0                                        383268832c4b
  ocaml-base-compiler.5.5.0                          522c248944c8
  ocaml-compiler.5.5.0                               eb1a8babf54c
  ocamlbuild.0.16.1                                  e57f00093c6a
  ocamlfind.1.9.8                                    b506a15fcd6c
  ocb-stubblr.0.1.1-1                                be0ef80a9f88
  topkg.1.1.1                                        ac206dbbd2b6
=== STDOUT ===
Processing: [default: loading data]
[sendmsg.0.0.2: dl]
[sendmsg.0.0.2: extract]
-> retrieved sendmsg.0.0.2  (https://opam.ocaml.org/cache)
[sendmsg: ocaml build]
+ /home/opam/.opam/default/bin/ocaml "pkg/pkg.ml" "build" "--pinned" "false" "--with-lwt" "false" (CWD=/home/opam/.opam/default/.opam-switch/build/sendmsg.0.0.2)
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -config
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package ocb-stubblr myocamlbuild.ml /home/opam/.opam/default/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- + ocamlfind ocamlc -config
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -g -ccopt '-std=c99 -O3 -Wall -Wextra' -package bytes -c src/native/sendmsg.c
- + ocamlfind ocamlc -g -ccopt '-std=c99 -O3 -Wall -Wextra' -package bytes -c src/native/sendmsg_stubs.c
- + ocamlfind ocamlc -g -ccopt '-std=c99 -O3 -Wall -Wextra' -package bytes -c src/native/sendmsg.c
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + mv sendmsg.o src/native/sendmsg.o
- + ocamlfind ocamlc -g -ccopt '-std=c99 -O3 -Wall -Wextra' -package bytes -c src/native/sendmsg_stubs.c
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- src/native/sendmsg_stubs.c: In function 'from_buff_off_n':
- src/native/sendmsg_stubs.c:33:9: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-    33 |   *data = String_val (buf) + off;
-       |         ^
- src/native/sendmsg_stubs.c: In function 'caml_sendmsg_sendv':
- src/native/sendmsg_stubs.c:81:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-    81 |     data[i] = String_val (*((value *)bufv + i));
-       |             ^
- src/native/sendmsg_stubs.c: In function 'caml_sendmsg_recvv':
- src/native/sendmsg_stubs.c:97:13: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-    97 |     data[i] = String_val (*((value *)bufv + i));
-       |             ^
- + mv sendmsg_stubs.o src/native/sendmsg_stubs.o
- + ocamlfind ocamlmklib -o src/sendmsg_stubs -g src/native/sendmsg.o src/native/sendmsg_stubs.o
- + ocamlfind ocamlmklib -o src/sendmsg_stubs -g src/native/sendmsg.o src/native/sendmsg_stubs.o
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamldep -package unix -package bytes -modules src/sendmsg.ml > src/sendmsg.ml.depends
- + ocamlfind ocamldep -package unix -package bytes -modules src/sendmsg.mli > src/sendmsg.mli.depends
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package bytes -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I test -o src/sendmsg.cmi src/sendmsg.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package bytes -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I test -o src/sendmsg.cmi src/sendmsg.mli
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package unix -package bytes -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I test -o src/sendmsg.cmx src/sendmsg.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -package unix -package bytes -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I test -o src/sendmsg.cmx src/sendmsg.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -a -cclib -lsendmsg_stubs -package bytes -I src src/sendmsg.cmx -o src/sendmsg.cmxa
- + ocamlfind ocamlopt -a -cclib -lsendmsg_stubs -package bytes -I src src/sendmsg.cmx -o src/sendmsg.cmxa
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlopt -shared -linkall -I . -I lwt -I src -I test -package bytes -I src src/sendmsg.cmxa -o src/sendmsg.cmxs
- + ocamlfind ocamlopt -shared -linkall -I . -I lwt -I src -I test -package bytes -I src src/sendmsg.cmxa -o src/sendmsg.cmxs
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package bytes -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I test -o src/sendmsg.cmo src/sendmsg.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -package unix -package bytes -w A-4-29-33-40-41-42-43-34-44-48 -color always -I src -I lwt -I test -o src/sendmsg.cmo src/sendmsg.ml
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- + ocamlfind ocamlc -a -dllib -lsendmsg_stubs -cclib -lsendmsg_stubs -package bytes -I src src/sendmsg.cmo -o src/sendmsg.cma
- + ocamlfind ocamlc -a -dllib -lsendmsg_stubs -cclib -lsendmsg_stubs -package bytes -I src src/sendmsg.cmo -o src/sendmsg.cma
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
- # Parallel statistics: { count(total): 1(12), max: 2, min: 2, average(total): 2.000(1.083) }
- + ocamlfind ocamlopt -package unix -package ocamlbuild -linkpkg -package ocb-stubblr myocamlbuild.ml /home/opam/.opam/default/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- ocamlfind: [WARNING] Cannot read directory ../stublibs which is mentioned in ld.conf
- ocamlfind: [WARNING] Cannot read directory ./stublibs which is mentioned in ld.conf
-> compiled  sendmsg.0.0.2
-> installed sendmsg.0.0.2

=== STDERR ===

2026-06-24 15:30.35: OK: build sendmsg.0.0.2 (runc: 3.1s, disk: 12KB)
2026-06-24 15:30.35: Job succeeded