Build:
  1. 0
2026-06-24 13:54.50: New job: build memcpy.0.2.1 (52e98a56bd81)
2026-06-24 13:54.50: Waiting for resource in pool day11-builds
2026-06-24 14:27.49: Got resource from pool day11-builds
2026-06-24 14:27.49: [profile full] build memcpy.0.2.1
2026-06-24 14:27.49: build memcpy.0.2.1 (52e98a56bd81)
=== DEPENDENCIES (12 transitive) ===
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  bigarray-compat.1.1.0                              3030e7dc39f3
  ctypes.0.20.2                                      48290105268d
  dune.3.23.1                                        1eda34fb24e0
  integers.0.8.0                                     a828f1fc21ab
  ocaml.5.1.1                                        d186cfe930c0
  ocaml-base-compiler.5.1.1                          9ad12ad5019c
  ocaml-config.3                                     cd07d28030fc
  ocamlbuild.0.16.1                                  f8aba8280990
  ocamlfind.1.9.8                                    eb1a7cabca9a
  stdlib-shims.0.3.0                                 ab5875a43d86
=== STDOUT ===
Processing: [default: loading data]
[memcpy.0.2.1: dl]
[memcpy.0.2.1: extract]
-> retrieved memcpy.0.2.1  (https://opam.ocaml.org/cache)
[memcpy: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/default/.opam-switch/build/memcpy.0.2.1)
- CTYPES_LIB_DIR=/home/opam/.opam/default/lib/ctypes ocamlbuild -use-ocamlfind -classic-display memcpy.cma memcpy.cmxa memcpy.cma memcpy.cmxa libmemcpy_stubs.a dllmemcpy_stubs.so 
- + ocamlfind ocamlc -config
- + ocamlfind ocamlopt -I +unix unix.cmxa -I /home/opam/.opam/default/lib/ocamlbuild /home/opam/.opam/default/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/default/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
- + ocamlfind ocamlc -config
- + ocamlfind ocamldep -package ctypes -modules lib/memcpy.mli > lib/memcpy.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -strict-sequence -package ctypes -I lib -o lib/memcpy.cmi lib/memcpy.mli
- + ocamlfind ocamldep -package ctypes -modules lib/memcpy.ml > lib/memcpy.ml.depends
- + cp -p lib_gen/memcpy_bindings.ml lib/memcpy_bindings.ml
- + ocamlfind ocamldep -package ctypes -modules lib/memcpy_bindings.ml > lib/memcpy_bindings.ml.depends
- + ocamlfind ocamldep -package ctypes.stubs -modules lib_gen/memcpy_bindgen.ml > lib_gen/memcpy_bindgen.ml.depends
- + ocamlfind ocamldep -package ctypes.stubs -modules lib_gen/memcpy_bindings.ml > lib_gen/memcpy_bindings.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -strict-sequence -package ctypes.stubs -I lib_gen -I lib -o lib_gen/memcpy_bindings.cmo lib_gen/memcpy_bindings.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -strict-sequence -package ctypes.stubs -I lib_gen -I lib -o lib_gen/memcpy_bindgen.cmo lib_gen/memcpy_bindgen.ml
- + ocamlfind ocamlc -linkpkg -g -package ctypes.stubs -I lib_gen lib_gen/memcpy_bindings.cmo lib_gen/memcpy_bindgen.cmo -o lib_gen/memcpy_bindgen.byte
- + lib_gen/memcpy_bindgen.byte
- + ocamlfind ocamldep -package ctypes -modules lib/memcpy_generated.ml > lib/memcpy_generated.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -strict-sequence -package ctypes -I lib -o lib/memcpy_bindings.cmo lib/memcpy_bindings.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -strict-sequence -package ctypes -I lib -o lib/memcpy_generated.cmo lib/memcpy_generated.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -strict-sequence -package ctypes -I lib -o lib/memcpy.cmo lib/memcpy.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -strict-sequence -package ctypes -I lib -o lib/memcpy.cmo lib/memcpy.ml
- File "lib/memcpy.ml", line 49, characters 46-55:
- 49 |   fun inspec outspec ~src ~dst ?(src_off=0) ?(dst_off=0) ~len ->
-                                                    ^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- 
- File "lib/memcpy.ml", line 49, characters 33-42:
- 49 |   fun inspec outspec ~src ~dst ?(src_off=0) ?(dst_off=0) ~len ->
-                                       ^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- 
- File "lib/memcpy.ml", line 82, characters 46-55:
- 82 |   fun inspec outspec ~src ~dst ?(src_off=0) ?(dst_off=0) ~len ->
-                                                    ^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- 
- File "lib/memcpy.ml", line 82, characters 33-42:
- 82 |   fun inspec outspec ~src ~dst ?(src_off=0) ?(dst_off=0) ~len ->
-                                       ^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- 
- File "lib/memcpy.ml", line 88, characters 32-39:
- 88 | let memcpy_from_string d  ~src ?dst_off ~dst =
-                                      ^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- 
- File "lib/memcpy.ml", line 92, characters 31-38:
- 92 | let memcpy_from_bytes d  ~src ?dst_off ~dst =
-                                     ^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- + ocamlfind ocamlc -a -dllib -lmemcpy_stubs -package ctypes -I lib lib/memcpy_bindings.cmo lib/memcpy_generated.cmo lib/memcpy.cmo -o lib/memcpy.cma
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -principal -strict-sequence -package ctypes -I lib -o lib/memcpy_bindings.cmx lib/memcpy_bindings.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -principal -strict-sequence -package ctypes -I lib -o lib/memcpy_generated.cmx lib/memcpy_generated.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -principal -strict-sequence -package ctypes -I lib -o lib/memcpy.cmx lib/memcpy.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -principal -strict-sequence -package ctypes -I lib -o lib/memcpy.cmx lib/memcpy.ml
- File "lib/memcpy.ml", line 49, characters 46-55:
- 49 |   fun inspec outspec ~src ~dst ?(src_off=0) ?(dst_off=0) ~len ->
-                                                    ^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- 
- File "lib/memcpy.ml", line 49, characters 33-42:
- 49 |   fun inspec outspec ~src ~dst ?(src_off=0) ?(dst_off=0) ~len ->
-                                       ^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- 
- File "lib/memcpy.ml", line 82, characters 46-55:
- 82 |   fun inspec outspec ~src ~dst ?(src_off=0) ?(dst_off=0) ~len ->
-                                                    ^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- 
- File "lib/memcpy.ml", line 82, characters 33-42:
- 82 |   fun inspec outspec ~src ~dst ?(src_off=0) ?(dst_off=0) ~len ->
-                                       ^^^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- 
- File "lib/memcpy.ml", line 88, characters 32-39:
- 88 | let memcpy_from_string d  ~src ?dst_off ~dst =
-                                      ^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- 
- File "lib/memcpy.ml", line 92, characters 31-38:
- 92 | let memcpy_from_bytes d  ~src ?dst_off ~dst =
-                                     ^^^^^^^
- Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
- + ocamlfind ocamlopt -a -cclib -lmemcpy_stubs -package ctypes -I lib lib/memcpy_bindings.cmx lib/memcpy_generated.cmx lib/memcpy.cmx -o lib/memcpy.cmxa
- + ocamlfind ocamlc -g -I /home/opam/.opam/default/lib/ctypes -g -package ctypes -c lib/memcpy_stubs.c
- + mv memcpy_stubs.o lib/memcpy_stubs.o
- + ocamlfind ocamlmklib -o lib/memcpy_stubs -g lib/memcpy_stubs.o
-> compiled  memcpy.0.2.1
[memcpy: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/memcpy.0.2.1)
- ocamlfind install memcpy META \
- 	_build/lib/memcpy.mli _build/lib/memcpy.cmi _build/lib/memcpy.cmti _build/lib/memcpy.cmx _build/lib/memcpy.cma _build/lib/memcpy.cmxa \
- 	-dll _build/lib/dllmemcpy_stubs.so \
- 	-nodll _build/lib/libmemcpy_stubs.a \
- 	_build/lib/memcpy.a _build/lib/memcpy.a
- Installed /home/opam/.opam/default/lib/memcpy/memcpy.cmxa
- Installed /home/opam/.opam/default/lib/memcpy/memcpy.cma
- Installed /home/opam/.opam/default/lib/memcpy/memcpy.cmx
- Installed /home/opam/.opam/default/lib/memcpy/memcpy.cmti
- Installed /home/opam/.opam/default/lib/memcpy/memcpy.cmi
- Installed /home/opam/.opam/default/lib/memcpy/memcpy.mli
- Installed /home/opam/.opam/default/lib/memcpy/memcpy.a
- ocamlfind: [WARNING] Overwriting file /home/opam/.opam/default/lib/memcpy/memcpy.a
- Installed /home/opam/.opam/default/lib/memcpy/memcpy.a
- Installed /home/opam/.opam/default/lib/memcpy/libmemcpy_stubs.a
- Installed /home/opam/.opam/default/lib/stublibs/dllmemcpy_stubs.so
- Installed /home/opam/.opam/default/lib/stublibs/dllmemcpy_stubs.so.owner
- ocamlfind: [WARNING] You have installed DLLs but the directory /home/opam/.opam/default/lib/stublibs is not mentioned in ld.conf
- Installed /home/opam/.opam/default/lib/memcpy/META
-> installed memcpy.0.2.1

=== STDERR ===

2026-06-24 14:28.10: OK: build memcpy.0.2.1 (runc: 4.6s, disk: 14KB)
2026-06-24 14:28.10: Job succeeded