Build:
- 0
2026-06-24 12:09.12: New job: build murmur3.0.2 (84bf65ce6188) 2026-06-24 12:09.12: Waiting for resource in pool day11-builds 2026-06-24 13:26.50: Got resource from pool day11-builds 2026-06-24 13:26.50: [profile full] build murmur3.0.2 2026-06-24 13:26.50: build murmur3.0.2 (84bf65ce6188) === DEPENDENCIES (11 transitive) === base-threads.base c9e7bdbf5823 base-unix.base 7d1428be9ddb dune.3.23.1 848a72441e15 oasis.0.4.11 397b1819484e ocaml.4.14.4 b047fb9251f4 ocaml-base-compiler.4.14.4 d3b7ccb2c6fb ocaml-config.2 2d9c209f5590 ocamlbuild.0.16.1 7e0d6aadb209 ocamlfind.1.9.8 214dd418ac02 ocamlify.0.0.1 bf0ac2a8a674 ocamlmod.0.1.1 9795d85ef03b === STDOUT === Processing: [default: loading data] [murmur3.0.2: dl] [murmur3.0.2: extract] -> retrieved murmur3.0.2 (https://opam.ocaml.org/cache) [murmur3: ./configure] + /home/opam/.opam/default/.opam-switch/build/murmur3.0.2/./configure "--prefix=/home/opam/.opam/default" (CWD=/home/opam/.opam/default/.opam-switch/build/murmur3.0.2) - - 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: ........................................ murmur3 - Package version: ..................................... 0.2 - 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: ......................... - Create documentations: ............................... true - Compile tests executable and library and run them: ... false - [murmur3: make] + /usr/bin/make (CWD=/home/opam/.opam/default/.opam-switch/build/murmur3.0.2) - ocaml setup.ml -build - + /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.ml /home/opam/.opam/default/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild - + /home/opam/.opam/default/bin/ocamlc.opt -config - + /home/opam/.opam/default/bin/ocamlfind ocamlc -g -ccopt -g -ccopt '-std=c99' -ccopt -D_GNU_SOURCE -ccopt -O2 -c src/murmur3_stubs.c - + mv murmur3_stubs.o src/murmur3_stubs.o - + /home/opam/.opam/default/bin/ocamlfind ocamlc -g -ccopt -g -ccopt '-std=c99' -ccopt -D_GNU_SOURCE -ccopt -O2 -c src/murmur3_impl.c - + mv murmur3_impl.o src/murmur3_impl.o - + /home/opam/.opam/default/bin/ocamlfind ocamlmklib -o src/murmur3_stubs -g src/murmur3_stubs.o src/murmur3_impl.o - + /home/opam/.opam/default/bin/ocamlfind ocamldep -modules src/murmur3.ml > src/murmur3.ml.depends - + /home/opam/.opam/default/bin/ocamlfind ocamlc -c -g -annot -bin-annot -ccopt -g -ccopt '-std=c99' -ccopt -D_GNU_SOURCE -ccopt -O2 -I src -o src/murmur3.cmo src/murmur3.ml - + /home/opam/.opam/default/bin/ocamlfind ocamlc -a -dllib -lmurmur3_stubs -cclib -lmurmur3_stubs -I src src/murmur3.cmo -o src/murmur3.cma - + /home/opam/.opam/default/bin/ocamlfind ocamlopt -c -g -annot -bin-annot -ccopt -g -ccopt '-std=c99' -ccopt -D_GNU_SOURCE -ccopt -O2 -I src -o src/murmur3.cmx src/murmur3.ml - + /home/opam/.opam/default/bin/ocamlfind ocamlopt -a -cclib -lmurmur3_stubs -I src src/murmur3.cmx -o src/murmur3.cmxa - + /home/opam/.opam/default/bin/ocamlfind ocamlopt -shared -I src/ -I src src/murmur3.cmxa src/murmur3.cmx -o src/murmur3.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.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 murmur3.0.2 [murmur3: make install] + /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/murmur3.0.2) - ocaml setup.ml -install - Installed /home/opam/.opam/default/lib/murmur3/murmur3.ml - Installed /home/opam/.opam/default/lib/murmur3/libmurmur3_stubs.a - Installed /home/opam/.opam/default/lib/murmur3/murmur3.cma - Installed /home/opam/.opam/default/lib/murmur3/murmur3.cmxa - Installed /home/opam/.opam/default/lib/murmur3/murmur3.a - Installed /home/opam/.opam/default/lib/murmur3/murmur3.cmxs - Installed /home/opam/.opam/default/lib/murmur3/murmur3.cmi - Installed /home/opam/.opam/default/lib/murmur3/murmur3.cmt - Installed /home/opam/.opam/default/lib/murmur3/murmur3.annot - Installed /home/opam/.opam/default/lib/murmur3/murmur3.cmx - Installed /home/opam/.opam/default/lib/stublibs/dllmurmur3_stubs.so - Installed /home/opam/.opam/default/lib/stublibs/dllmurmur3_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/murmur3/META -> installed murmur3.0.2 === STDERR === 2026-06-24 13:27.02: OK: build murmur3.0.2 (runc: 4.6s, disk: 15KB) 2026-06-24 13:27.02: Job succeeded