Build:
- 0
2026-06-24 11:26.43: New job: build pyml.20210924 (a9ad27bf312b)
2026-06-24 11:26.43: Waiting for resource in pool day11-builds
2026-06-24 12:13.42: Got resource from pool day11-builds
2026-06-24 12:13.42: [profile full] build pyml.20210924
2026-06-24 12:13.42: build pyml.20210924 (a9ad27bf312b)
=== DEPENDENCIES (9 transitive) ===
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
conf-autoconf.0.2 676e4452dc37
dune.3.23.1 167573e3d8b2
ocaml.4.14.2 60a0c582e85e
ocaml-base-compiler.4.14.2 1676c56e80d2
ocaml-config.2 c8f40f500988
ocamlfind.1.9.8 9cedae5d7e1a
stdcompat.20.1 05742040ce97
=== STDOUT ===
Processing: [default: loading data]
[pyml.20210924: dl]
[pyml.20210924: extract]
-> retrieved pyml.20210924 (https://opam.ocaml.org/cache)
[pyml: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "pyml" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/pyml.20210924)
- (cd _build/default && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -g -I /home/opam/.opam/default/lib/ocaml -I /home/opam/.opam/default/lib/stdcompat -o numpy_stubs.o -c numpy_stubs.c)
- numpy_stubs.c: In function 'pyarray_of_bigarray_wrapper':
- numpy_stubs.c:36:13: warning: "BIGARRAY_KIND_MASK" is deprecated: use "CAML_BA_KIND_MASK" instead
- 36 | switch (flags & BIGARRAY_KIND_MASK) {
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- numpy_stubs.c:62:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 62 | failwith("Caml integers are unsupported for NumPy array");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- numpy_stubs.c:79:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 79 | failwith("Unsupported bigarray kind for NumPy array");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- numpy_stubs.c:90:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 90 | failwith("Unsupported bigarray layout for NumPy array");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- numpy_stubs.c: In function 'bigarray_of_pyarray_wrapper':
- numpy_stubs.c:163:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 163 | failwith("Unsupported NumPy kind for bigarray");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- numpy_stubs.c:174:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 174 | failwith("Unsupported NumPy layout for bigarray");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- (cd _build/default && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -g -I /home/opam/.opam/default/lib/ocaml -I /home/opam/.opam/default/lib/stdcompat -o pyml_stubs.o -c pyml_stubs.c)
- pyml_stubs.c: In function 'xmalloc':
- pyml_stubs.c:26:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 26 | failwith("Virtual memory exhausted\n");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- pyml_stubs.c: In function 'resolve':
- pyml_stubs.c:337:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 337 | failwith(msg);
- | ^~~~~~~~~~
- pyml_stubs.c: In function 'pyml_assert_initialized':
- pyml_stubs.c:549:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 549 | failwith("Run 'Py.initialize ()' first");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- pyml_stubs.c: In function 'pyml_assert_python2':
- pyml_stubs.c:558:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 558 | failwith("Python 2 needed");
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- pyml_stubs.c: In function 'pyml_assert_ucs2':
- pyml_stubs.c:567:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 567 | failwith("Python with UCS2 needed");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- pyml_stubs.c: In function 'pyml_assert_ucs4':
- pyml_stubs.c:576:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 576 | failwith("Python with UCS4 needed");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- pyml_stubs.c: In function 'pyml_assert_python3':
- pyml_stubs.c:585:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 585 | failwith("Python 3 needed");
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- pyml_stubs.c: In function 'pyml_check_symbol_available':
- pyml_stubs.c:596:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 596 | failwith("Symbol unavailable with this version of Python.\n");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- pyml_stubs.c:602:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 602 | failwith("Symbol unavailable with this version of Python.\n");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- pyml_stubs.c:605:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 605 | failwith(msg);
- | ^~~~~~~~~~
- pyml_stubs.c: In function 'py_load_library':
- pyml_stubs.c:681:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 681 | failwith(get_library_error());
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- pyml_stubs.c:689:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 689 | failwith("No Python symbol");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~
- pyml_stubs.c:762:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 762 | failwith("py_debug");
- | ^~~~~~~~~~~~~~~~~~~~~
- pyml_stubs.c:766:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 766 | failwith("PyTuple_New");
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- pyml_stubs.c:769:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 769 | failwith("PyTuple_SetItem");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- pyml_stubs.c:774:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 774 | failwith("PyEval_CallObjectWithKeywords");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- pyml_stubs.c:783:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 783 | failwith("AsLong");
- | ^~~~~~~~~~~~~~~~~~~
- pyml_stubs.c: In function 'py_unsetenv':
- pyml_stubs.c:832:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 832 | failwith(strerror(errno));
- | ^~~~~~~~~~~~~~~~~~~~~~
- pyml_stubs.c: In function 'Python27_PyCapsule_IsValid_wrapper':
- pyml_stubs.c:1451:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 1451 | failwith("PyCapsule_IsValid is only available in Python >2.7");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from pyml_stubs.c:1477:
- pyml_wrappers.inc: In function 'Python_PyImport_GetMagicNumber_wrapper':
- pyml_wrappers.inc:1030:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead
- 1030 | CAMLreturn(copy_int64(result));
- | ^~~~~~~~~~~~~~~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PyLong_AsLong_wrapper':
- pyml_wrappers.inc:1169:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead
- 1169 | CAMLreturn(copy_int64(result));
- | ^~~~~~~~~~~~~~~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PyObject_Hash_wrapper':
- pyml_wrappers.inc:1937:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead
- 1937 | CAMLreturn(copy_int64(result));
- | ^~~~~~~~~~~~~~~~~~~~~~~
- pyml_wrappers.inc: In function 'Python2_PyInt_AsLong_wrapper':
- pyml_wrappers.inc:2826:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead
- 2826 | CAMLreturn(copy_int64(result));
- | ^~~~~~~~~~~~~~~~~~~~~~~
- pyml_wrappers.inc: In function 'Python2_PyInt_GetMax_wrapper':
- pyml_wrappers.inc:2847:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead
- 2847 | CAMLreturn(copy_int64(result));
- | ^~~~~~~~~~~~~~~~~~~~~~~
-> compiled pyml.20210924
-> installed pyml.20210924
=== STDERR ===
2026-06-24 12:13.58: OK: build pyml.20210924 (runc: 10.6s, disk: 14KB)
2026-06-24 12:13.58: Job succeeded