Build:
- 0
2026-06-16 12:13.00: New job: build farmhash.0.3 (b7d2f87d6ac9) 2026-06-16 12:13.00: Waiting for resource in pool day11-builds 2026-06-16 12:49.53: Got resource from pool day11-builds 2026-06-16 12:49.53: [profile full] build farmhash.0.3 2026-06-16 12:49.53: build farmhash.0.3 (b7d2f87d6ac9) === DEPENDENCIES (11 transitive) === base-threads.base b7164ff76afe base-unix.base 839dc585f12d dune.3.23.1 5402470d931c oasis.0.4.11 c7c4c52b1bdc ocaml.4.14.4 cb826ea44eb2 ocaml-base-compiler.4.14.4 d2f775f983d7 ocaml-config.2 669e0fcf9e4d ocamlbuild.0.16.1 8f6c52e6fce8 ocamlfind.1.9.8 6025f4a8e98e ocamlify.0.0.1 7283ee0bdaa9 ocamlmod.0.1.1 77e75eab2138 === STDOUT === Processing: [default: loading data] [farmhash.0.3: dl] [farmhash.0.3: extract] -> retrieved farmhash.0.3 (https://opam.ocaml.org/cache) [farmhash: ocaml setup.ml] + /home/opam/.opam/default/bin/ocaml "setup.ml" "-configure" "--prefix" "/home/opam/.opam/default" (CWD=/home/opam/.opam/default/.opam-switch/build/farmhash.0.3) - - Configuration: - ocamlfind: ................................................... /home/opam/.opam/default/bin/ocamlfind - ocamlc: ...................................................... /home/opam/.opam/default/bin/ocamlc.opt - ocamlopt: .................................................... /home/opam/.opam/default/bin/ocamlopt.opt - ocamlbuild: .................................................. /home/opam/.opam/default/bin/ocamlbuild - Package name: ................................................ FarmHash - Package version: ............................................. 0.3 - os_type: ..................................................... Unix - system: ...................................................... linux - architecture: ................................................ amd64 - ccomp_type: .................................................. cc - ocaml_version: ............................................... 4.14.4 - standard_library_default: .................................... /home/opam/.opam/default/lib/ocaml - standard_library: ............................................ /home/opam/.opam/default/lib/ocaml - bytecomp_c_compiler: ......................................... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 - native_c_compiler: ........................................... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 - model: ....................................................... default - ext_obj: ..................................................... .o - ext_asm: ..................................................... .s - ext_lib: ..................................................... .a - ext_dll: ..................................................... .so - default_executable_name: ..................................... a.out - systhread_supported: ......................................... true - Install architecture-independent files dir: .................. /home/opam/.opam/default - Install architecture-dependent files in dir: ................. $prefix - User executables: ............................................ $exec_prefix/bin - System admin executables: .................................... $exec_prefix/sbin - Program executables: ......................................... $exec_prefix/libexec - Read-only single-machine data: ............................... $prefix/etc - Modifiable architecture-independent data: .................... $prefix/com - Modifiable single-machine data: .............................. $prefix/var - Object code libraries: ....................................... $exec_prefix/lib - Read-only arch-independent data root: ........................ $prefix/share - Read-only architecture-independent data: ..................... $datarootdir - Info documentation: .......................................... $datarootdir/info - Locale-dependent data: ....................................... $datarootdir/locale - Man documentation: ........................................... $datarootdir/man - Documentation root: .......................................... $datarootdir/doc/$pkg_name - HTML documentation: .......................................... $docdir - DVI documentation: ........................................... $docdir - PDF documentation: ........................................... $docdir - PS documentation: ............................................ $docdir - findlib_version: ............................................. 1.9.8 - is_native: ................................................... true - suffix_program: .............................................. - Remove a file.: .............................................. rm -f - Remove a directory.: ......................................... rm -rf - Turn ocaml debug flag on: .................................... true - Turn ocaml profile flag on: .................................. false - Compiler support generation of .cmxs.: ....................... true - OCamlbuild additional flags: ................................. - Enable benchmark tests: ...................................... false - Compile with SSSE3 extensions (must be supported by CPU): .... false - Compile with SSE4.1 extensions (must be supported by CPU): ... false - Compile with SSE4.2 extensions (must be supported by CPU): ... false - Compile with AES extensions (must be supported by CPU): ...... false - Compile with AVX extensions (must be supported by CPU): ...... false - Create documentations: ....................................... true - Compile tests executable and library and run them: ........... false - [farmhash: ocaml setup.ml] + /home/opam/.opam/default/bin/ocaml "setup.ml" "-build" (CWD=/home/opam/.opam/default/.opam-switch/build/farmhash.0.3) - + /home/opam/.opam/default/bin/ocamlc.opt -config - + /home/opam/.opam/default/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/default/lib/ocamlbuild /home/opam/.opam/default/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild_config.ml myocamlbuild.ml /home/opam/.opam/default/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - + /home/opam/.opam/default/bin/ocamlc.opt -config - File "_tags", line 29, characters 22-35: - Warning: the tag "pkg_benchmark" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - File "_tags", line 31, characters 20-33: - Warning: the tag "pkg_benchmark" is not used in any flag or dependency declaration, so it will have no effect; it may be a typo. Otherwise you can use `mark_tag_used` in your myocamlbuild.ml to disable this warning. - + /home/opam/.opam/default/bin/ocamlfind ocamlc -ccopt -DFARMHASH_LITTLE_ENDIAN -g -ccopt -g -ccopt -x -ccopt c++ -ccopt -O2 -ccopt -fno-strict-aliasing -c src/upstream/farmhash.c - + mv farmhash.o src/upstream/farmhash.o - + /home/opam/.opam/default/bin/ocamlfind ocamlc -ccopt -DFARMHASH_LITTLE_ENDIAN -g -ccopt -g -ccopt -x -ccopt c++ -ccopt -O2 -ccopt -fno-strict-aliasing -c src/farmhash_stubs.c - + mv farmhash_stubs.o src/farmhash_stubs.o - + /home/opam/.opam/default/bin/ocamlfind ocamlmklib -o src/farmhash_stubs -g -lstdc++ src/upstream/farmhash.o src/farmhash_stubs.o - + /home/opam/.opam/default/bin/ocamlfind ocamldep -modules src/farmhash.ml > src/farmhash.ml.depends - + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -ccopt -g -ccopt -x -ccopt c++ -ccopt -O2 -ccopt -fno-strict-aliasing -I src -o src/farmhash.cmo src/farmhash.ml - + /home/opam/.opam/default/bin/ocamlfind ocamlc -a -dllib -lfarmhash_stubs -cclib -lfarmhash_stubs -cclib -lstdc++ -I src src/farmhash.cmo -o src/farmhash.cma - + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -ccopt -g -ccopt -x -ccopt c++ -ccopt -O2 -ccopt -fno-strict-aliasing -I src -o src/farmhash.cmx src/farmhash.ml - + /home/opam/.opam/default/bin/ocamlfind ocamlopt -a -cclib -lfarmhash_stubs -cclib -lstdc++ -I src src/farmhash.cmx -o src/farmhash.cmxa - + /home/opam/.opam/default/bin/ocamlfind ocamlopt -shared -I src -I src src/farmhash.cmxa src/farmhash.cmx -o src/farmhash.cmxs - + /home/opam/.opam/default/bin/ocamlopt.opt unix.cmxa -I /home/opam/.opam/default/lib/ocamlbuild /home/opam/.opam/default/lib/ocamlbuild/ocamlbuildlib.cmxa myocamlbuild_config.ml myocamlbuild.ml /home/opam/.opam/default/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - File "myocamlbuild.ml", line 454, characters 8-19: - 454 | Stream.from - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 457, characters 21-32: - 457 | match Stream.next st with - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 460, characters 18-32: - 460 | with Stream.Failure -> None) - ^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 462, characters 6-23: - 462 | Genlex.make_lexer ["="] st_line - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 465, characters 12-24: - 465 | match Stream.npeek 3 lxr with - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 466, characters 9-21: - 466 | | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] -> - ^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 466, characters 26-36: - 466 | | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] -> - ^^^^^^^^^^ - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 466, characters 42-55: - 466 | | [Genlex.Ident nm; Genlex.Kwd "="; Genlex.String value] -> - ^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Genlex - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 467, characters 8-19: - 467 | Stream.junk lxr; Stream.junk lxr; Stream.junk lxr; - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 467, characters 25-36: - 467 | Stream.junk lxr; Stream.junk lxr; Stream.junk lxr; - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 467, characters 42-53: - 467 | Stream.junk lxr; Stream.junk lxr; Stream.junk lxr; - ^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. - File "myocamlbuild.ml", line 479, characters 17-34: - 479 | let st = Stream.of_channel chn in - ^^^^^^^^^^^^^^^^^ - Alert deprecated: module Stdlib.Stream - Use the camlp-streams library instead. -> compiled farmhash.0.3 [farmhash: ocaml setup.ml] + /home/opam/.opam/default/bin/ocaml "setup.ml" "-install" (CWD=/home/opam/.opam/default/.opam-switch/build/farmhash.0.3) - Installed /home/opam/.opam/default/lib/farmhash/farmhash.h - Installed /home/opam/.opam/default/lib/farmhash/farmhash.ml - Installed /home/opam/.opam/default/lib/farmhash/libfarmhash_stubs.a - Installed /home/opam/.opam/default/lib/farmhash/farmhash.cma - Installed /home/opam/.opam/default/lib/farmhash/farmhash.cmxa - Installed /home/opam/.opam/default/lib/farmhash/farmhash.a - Installed /home/opam/.opam/default/lib/farmhash/farmhash.cmxs - Installed /home/opam/.opam/default/lib/farmhash/farmhash.cmi - Installed /home/opam/.opam/default/lib/farmhash/farmhash.cmt - Installed /home/opam/.opam/default/lib/farmhash/farmhash.annot - Installed /home/opam/.opam/default/lib/farmhash/farmhash.cmx - Installed /home/opam/.opam/default/lib/stublibs/dllfarmhash_stubs.so - Installed /home/opam/.opam/default/lib/stublibs/dllfarmhash_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/farmhash/META -> installed farmhash.0.3 === STDERR === 2026-06-16 12:50.10: OK: build farmhash.0.3 (runc: 8.2s, disk: 16KB) 2026-06-16 12:50.10: Job succeeded