Build:
  1. 0
2026-06-16 15:27.00: New job: build memcpy.0.2.2 (4c5b8ae8b83c)
2026-06-16 15:27.00: Waiting for resource in pool day11-builds
2026-06-16 16:19.50: Got resource from pool day11-builds
2026-06-16 16:19.50: [profile full] build memcpy.0.2.2
2026-06-16 16:19.50: build memcpy.0.2.2 (4c5b8ae8b83c)
=== DEPENDENCIES (14 transitive) ===
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  csexp.1.5.2                                        e2491a88a8e9
  ctypes.0.24.0                                      5b2d1c971bbe
  dune.3.23.1                                        d50060dd2cab
  dune-configurator.3.23.1                           83dd42d9abe2
  integers.0.8.0                                     724bb489596a
  ocaml.5.4.1                                        708fed352b2a
  ocaml-base-compiler.5.4.1                          89b85703f841
  ocaml-compiler.5.4.1                               a719b8419b8e
  ocaml-config.3                                     aa27f63940d8
  ocamlbuild.0.16.1                                  069fc1e567af
  ocamlfind.1.9.8                                    5cfa73ef65e7
  stdlib-shims.0.3.0                                 b64bd5274094
=== STDOUT ===
Processing: [default: loading data]
[memcpy.0.2.2: dl]
[memcpy.0.2.2: extract]
-> retrieved memcpy.0.2.2  (https://opam.ocaml.org/cache)
[memcpy: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/default/.opam-switch/build/memcpy.0.2.2)
- 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.stubs -modules lib/memcpy.mli > lib/memcpy.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -strict-sequence -package ctypes.stubs -I lib -o lib/memcpy.cmi lib/memcpy.mli
- + ocamlfind ocamldep -package ctypes.stubs -modules lib/memcpy.ml > lib/memcpy.ml.depends
- + cp -p lib_gen/memcpy_bindings.ml lib/memcpy_bindings.ml
- + ocamlfind ocamldep -package ctypes.stubs -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.stubs -modules lib/memcpy_generated.ml > lib/memcpy_generated.ml.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -strict-sequence -package ctypes.stubs -I lib -o lib/memcpy_bindings.cmo lib/memcpy_bindings.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -strict-sequence -package ctypes.stubs -I lib -o lib/memcpy_generated.cmo lib/memcpy_generated.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -strict-sequence -package ctypes.stubs -I lib -o lib/memcpy.cmo lib/memcpy.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -strict-sequence -package ctypes.stubs -I lib -o lib/memcpy.cmo lib/memcpy.ml
- File "lib/memcpy.ml", line 49, characters 46-53:
- 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-40:
- 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-53:
- 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-40:
- 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.stubs -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.stubs -I lib -o lib/memcpy_bindings.cmx lib/memcpy_bindings.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -principal -strict-sequence -package ctypes.stubs -I lib -o lib/memcpy_generated.cmx lib/memcpy_generated.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -principal -strict-sequence -package ctypes.stubs -I lib -o lib/memcpy.cmx lib/memcpy.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -principal -strict-sequence -package ctypes.stubs -I lib -o lib/memcpy.cmx lib/memcpy.ml
- File "lib/memcpy.ml", line 49, characters 46-53:
- 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-40:
- 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-53:
- 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-40:
- 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.stubs -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.stubs -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.2
[memcpy: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/memcpy.0.2.2)
- 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.2

=== STDERR ===

2026-06-16 16:20.09: OK: build memcpy.0.2.2 (runc: 4.6s, disk: 14KB)
2026-06-16 16:20.09: Job succeeded