Build:
  1. 0
2026-09-03 19:48.38: New job: build memcpy.0.2.1 (ccadd34c62b0)
2026-09-03 19:48.38: Waiting for resource in pool day11-builds
2026-09-03 21:29.52: Got resource from pool day11-builds
2026-09-03 21:29.52: [profile full] build memcpy.0.2.1
2026-09-03 21:29.52: build memcpy.0.2.1 (ccadd34c62b0)
=== DEPENDENCIES (12 transitive) ===
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  bigarray-compat.1.1.0                              cf26acf7bb09
  ctypes.0.20.2                                      32bbba617a46
  dune.3.24.2                                        88901d34a1b8
  integers.0.8.0                                     095f657bb526
  ocaml.5.1.1                                        50f1035a9b57
  ocaml-base-compiler.5.1.1                          a16d764e3123
  ocaml-config.3                                     efed1b59ba59
  ocamlbuild.0.16.1                                  9af7d5a1b274
  ocamlfind.1.9.8                                    32dbe4ca19f0
  stdlib-shims.0.3.0                                 7b175e5e8ae7
=== 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-09-03 21:30.05: OK: build memcpy.0.2.1 (runc: 4.1s, disk: 14KB)
2026-09-03 21:30.05: Job succeeded