Build:
  1. 1
  2. 0
2026-09-04 16:59.44: New job: build memcpy.0.2.2 (2746b9ea67cc)
2026-09-04 16:59.44: Waiting for resource in pool day11-builds
2026-09-04 18:16.03: Got resource from pool day11-builds
2026-09-04 18:16.03: [profile full] build memcpy.0.2.2
2026-09-04 18:16.03: build memcpy.0.2.2 (2746b9ea67cc)
=== DEPENDENCIES (14 transitive) ===
  base-threads.base                                  3d2f2cbc6db2
  base-unix.base                                     3a38ddca6b5e
  compiler-cloning.enabled                           966a2e6839f0
  csexp.1.5.2                                        8c096e7de322
  ctypes.0.24.0                                      df76887af7b0
  dune.3.24.2                                        25fbaa318de6
  dune-configurator.3.24.2                           517e3f9cad4b
  integers.0.8.0                                     9e0dce9e7394
  ocaml.5.5.1                                        70ca0c66e0e8
  ocaml-base-compiler.5.5.1                          59841d7ed85e
  ocaml-compiler.5.5.1                               492c0c740bd1
  ocamlbuild.0.16.1                                  e25cf731aeb5
  ocamlfind.1.9.9~preview                            5e0261154b58
  stdlib-shims.0.3.0                                 cc542b70be6c
=== 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
- Installed /home/opam/.opam/default/lib/memcpy/META
-> installed memcpy.0.2.2

=== STDERR ===

2026-09-04 18:16.36: OK: build memcpy.0.2.2 (runc: 4.1s, disk: 14KB)
2026-09-04 18:16.36: Job succeeded