Build:
- 0
2026-06-24 14:11.35: New job: build rawlink.1.0 (7ee9596888d8) 2026-06-24 14:11.35: Waiting for resource in pool day11-builds 2026-06-24 16:29.47: Got resource from pool day11-builds 2026-06-24 16:29.47: [profile full] build rawlink.1.0 2026-06-24 16:29.47: build rawlink.1.0 (7ee9596888d8) === DEPENDENCIES (24 transitive) === base-bytes.base c40d17bc86b5 base-threads.base c9e7bdbf5823 base-unix.base 7d1428be9ddb bigarray-compat.1.1.0 6340769fc89d cppo.1.8.0 5f3f70cae95b csexp.1.5.2 610c78f17734 cstruct.6.0.1 01957cad303e dune.3.23.1 848a72441e15 dune-configurator.3.23.1 bc97ce98d8a9 lwt.6.1.2 d46d0c4f757d num.1.6 110cee7a7e2e ocaml.4.14.4 b047fb9251f4 ocaml-base-compiler.4.14.4 d3b7ccb2c6fb ocaml-compiler-libs.v0.12.4 2aecf989b0b2 ocaml-config.2 2d9c209f5590 ocamlfind.1.9.8 214dd418ac02 ocplib-endian.1.2 380dd426e898 parsexp.v0.16.0 63c67db8428c ppx_cstruct.6.0.1 b554bd335329 ppx_derivers.1.2.1 9245877bc46e ppxlib.0.38.0 26a4c6340096 sexplib.v0.16.0 4838f1139cdf sexplib0.v0.16.0 7a6e649d895c stdlib-shims.0.3.0 de5202e23add === STDOUT === Processing: [default: loading data] [rawlink.1.0: dl] [rawlink.1.0: extract] -> retrieved rawlink.1.0 (https://opam.ocaml.org/cache) [rawlink: dune build] + /home/opam/.opam/default/bin/dune "build" "-p" "rawlink" "-j" "39" (CWD=/home/opam/.opam/default/.opam-switch/build/rawlink.1.0) - (cd _build/default/lib && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -g -I /home/opam/.opam/default/lib/ocaml -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/stdlib-shims -o rawlink_stubs.o -c rawlink_stubs.c) - rawlink_stubs.c: In function 'af_packet_open': - rawlink_stubs.c:214:20: warning: "enter_blocking_section" is deprecated: use "caml_enter_blocking_section" instead - 214 | enter_blocking_section(); - | ^~~~~~~~~~~~~~ - rawlink_stubs.c:216:20: warning: "leave_blocking_section" is deprecated: use "caml_leave_blocking_section" instead - 216 | leave_blocking_section(); - | ^~~~~~~~~~~~~~ - rawlink_stubs.c: In function 'af_packet_setif': - rawlink_stubs.c:241:20: warning: "enter_blocking_section" is deprecated: use "caml_enter_blocking_section" instead - 241 | enter_blocking_section(); - | ^~~~~~~~~~~~~~ - rawlink_stubs.c:243:20: warning: "leave_blocking_section" is deprecated: use "caml_leave_blocking_section" instead - 243 | leave_blocking_section(); - | ^~~~~~~~~~~~~~ - In file included from /home/opam/.opam/default/lib/ocaml/caml/memory.h:31, - from rawlink_stubs.c:51: - rawlink_stubs.c: In function 'caml_rawlink_open': - /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 2 of 'af_packet_setif' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 290 | #define String_val(x) ((const char *) Bp_val(x)) - | ~^~~~~~~~~~~~~~~~~~~~~~~~~ - rawlink_stubs.c:284:33: note: in expansion of macro 'String_val' - 284 | if (af_packet_setif(fd, String_val(vifname)) == -1) - | ^~~~~~~~~~ - rawlink_stubs.c:225:31: note: expected 'char *' but argument is of type 'const char *' - 225 | af_packet_setif(int fd, char *ifname) - | ~~~~~~^~~~~~ - rawlink_stubs.c: In function 'caml_dhcp_server_filter': - /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 290 | #define String_val(x) ((const char *) Bp_val(x)) - | ~^~~~~~~~~~~~~~~~~~~~~~~~~ - rawlink_stubs.c:344:16: note: in expansion of macro 'String_val' - 344 | memcpy(String_val(vfilter), dhcp_bpf_filter, sizeof(dhcp_bpf_filter)); - | ^~~~~~~~~~ - In file included from rawlink_stubs.c:47: - /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *' - 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src, - | ~~~~~~~~~~~~~~~~~^~~~~~ - rawlink_stubs.c: In function 'caml_dhcp_client_filter': - /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] - 290 | #define String_val(x) ((const char *) Bp_val(x)) - | ~^~~~~~~~~~~~~~~~~~~~~~~~~ - rawlink_stubs.c:381:16: note: in expansion of macro 'String_val' - 381 | memcpy(String_val(vfilter), dhcp_bpf_filter, sizeof(dhcp_bpf_filter)); - | ^~~~~~~~~~ - /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *' - 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src, - | ~~~~~~~~~~~~~~~~~^~~~~~ - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I lib/.rawlink.objs/byte -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o lib/.rawlink.objs/byte/rawlink.cmo -c -impl lib/rawlink.pp.ml) - File "lib/rawlink.ml", line 54, characters 12-23: - 54 | let len = Cstruct.len buf in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlc.opt -w -40 -g -bin-annot -I lib/.lwt_rawlink.objs/byte -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/lwt/unix -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/ocplib-endian -I /home/opam/.opam/default/lib/ocplib-endian/bigstring -I /home/opam/.opam/default/lib/stdlib-shims -I lib/.rawlink.objs/byte -intf-suffix .ml -no-alias-deps -o lib/.lwt_rawlink.objs/byte/lwt_rawlink.cmo -c -impl lib/lwt_rawlink.ml) - File "lib/lwt_rawlink.ml", line 65, characters 12-23: - 65 | let len = Cstruct.len buf in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I lib/.rawlink.objs/byte -I lib/.rawlink.objs/native -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/stdlib-shims -intf-suffix .ml -no-alias-deps -o lib/.rawlink.objs/native/rawlink.cmx -c -impl lib/rawlink.pp.ml) - File "lib/rawlink.ml", line 54, characters 12-23: - 54 | let len = Cstruct.len buf in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. - (cd _build/default && /home/opam/.opam/default/bin/ocamlopt.opt -w -40 -g -I lib/.lwt_rawlink.objs/byte -I lib/.lwt_rawlink.objs/native -I /home/opam/.opam/default/lib/bigarray-compat -I /home/opam/.opam/default/lib/bytes -I /home/opam/.opam/default/lib/cstruct -I /home/opam/.opam/default/lib/lwt -I /home/opam/.opam/default/lib/lwt/unix -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/ocplib-endian -I /home/opam/.opam/default/lib/ocplib-endian/bigstring -I /home/opam/.opam/default/lib/stdlib-shims -I lib/.rawlink.objs/byte -I lib/.rawlink.objs/native -intf-suffix .ml -no-alias-deps -o lib/.lwt_rawlink.objs/native/lwt_rawlink.cmx -c -impl lib/lwt_rawlink.ml) - File "lib/lwt_rawlink.ml", line 65, characters 12-23: - 65 | let len = Cstruct.len buf in - ^^^^^^^^^^^ - Alert deprecated: Cstruct.len - len is deprecated, you should use length instead. -> compiled rawlink.1.0 -> installed rawlink.1.0 === STDERR === 2026-06-24 16:29.58: OK: build rawlink.1.0 (runc: 3.6s, disk: 15KB) 2026-06-24 16:29.58: Job succeeded