Build:
  1. 0
2026-06-16 11:58.49: New job: build pyml.20211015 (0d4711a7708c)
2026-06-16 11:58.49: Waiting for resource in pool day11-builds
2026-06-16 12:40.39: Got resource from pool day11-builds
2026-06-16 12:40.39: [profile full] build pyml.20211015
2026-06-16 12:40.39: build pyml.20211015 (0d4711a7708c)
=== DEPENDENCIES (9 transitive) ===
  base-threads.base                                  b7164ff76afe
  base-unix.base                                     839dc585f12d
  conf-autoconf.0.2                                  b3cd190cf0b5
  dune.3.23.1                                        51844b1e2ab5
  ocaml.4.14.2                                       3a6eb874bb8f
  ocaml-base-compiler.4.14.2                         9d9aea4783eb
  ocaml-config.2                                     55beddecfad5
  ocamlfind.1.9.8                                    bfa173c761be
  stdcompat.20.1                                     b7c939daba46
=== STDOUT ===
Processing: [default: loading data]
[pyml.20211015: dl]
[pyml.20211015: extract]
-> retrieved pyml.20211015  (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.20211015)
- (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:24:13: warning: "failwith" is deprecated: use "caml_failwith" instead
-    24 |         failwith("Virtual memory exhausted\n");
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                        
- pyml_stubs.c: In function 'resolve':
- pyml_stubs.c:338:13: warning: "failwith" is deprecated: use "caml_failwith" instead
-   338 |         failwith(msg);
-       |             ^~~~~~~~~~                                                 
- pyml_stubs.c: In function 'pyml_assert_initialized':
- pyml_stubs.c:550:13: warning: "failwith" is deprecated: use "caml_failwith" instead
-   550 |         failwith("Run 'Py.initialize ()' first");
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                      
- pyml_stubs.c: In function 'pyml_assert_python2':
- pyml_stubs.c:559:13: warning: "failwith" is deprecated: use "caml_failwith" instead
-   559 |         failwith("Python 2 needed");
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~                                   
- pyml_stubs.c: In function 'pyml_assert_ucs2':
- pyml_stubs.c:568:13: warning: "failwith" is deprecated: use "caml_failwith" instead
-   568 |         failwith("Python with UCS2 needed");
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                           
- pyml_stubs.c: In function 'pyml_assert_ucs4':
- pyml_stubs.c:577:13: warning: "failwith" is deprecated: use "caml_failwith" instead
-   577 |         failwith("Python with UCS4 needed");
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                           
- pyml_stubs.c: In function 'pyml_assert_python3':
- pyml_stubs.c:586:13: warning: "failwith" is deprecated: use "caml_failwith" instead
-   586 |         failwith("Python 3 needed");
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~                                   
- pyml_stubs.c: In function 'pyml_check_symbol_available':
- pyml_stubs.c:597:13: warning: "failwith" is deprecated: use "caml_failwith" instead
-   597 |           failwith("Symbol unavailable with this version of Python.\n");
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- pyml_stubs.c:603:13: warning: "failwith" is deprecated: use "caml_failwith" instead
-   603 |           failwith("Symbol unavailable with this version of Python.\n");
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- pyml_stubs.c:606:13: warning: "failwith" is deprecated: use "caml_failwith" instead
-   606 |         failwith(msg);
-       |             ^~~~~~~~~~                                                 
- pyml_stubs.c: In function 'py_load_library':
- pyml_stubs.c:682:13: warning: "failwith" is deprecated: use "caml_failwith" instead
-   682 |             failwith(get_library_error());
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                             
- pyml_stubs.c:690:13: warning: "failwith" is deprecated: use "caml_failwith" instead
-   690 |         failwith("No Python symbol");
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~                                  
- pyml_stubs.c:763:13: warning: "failwith" is deprecated: use "caml_failwith" instead
-   763 |             failwith("py_debug");
-       |             ^~~~~~~~~~~~~~~~~~~~~                                      
- pyml_stubs.c:767:13: warning: "failwith" is deprecated: use "caml_failwith" instead
-   767 |             failwith("PyTuple_New");
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~                                   
- pyml_stubs.c:770:13: warning: "failwith" is deprecated: use "caml_failwith" instead
-   770 |             failwith("PyTuple_SetItem");
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~                               
- pyml_stubs.c:775:13: warning: "failwith" is deprecated: use "caml_failwith" instead
-   775 |             failwith("PyEval_CallObjectWithKeywords");
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                 
- pyml_stubs.c:788:13: warning: "failwith" is deprecated: use "caml_failwith" instead
-   788 |                 failwith("Cannot check for debug build");
-       |             ^   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~              
- pyml_stubs.c: In function 'py_unsetenv':
- pyml_stubs.c:838:13: warning: "failwith" is deprecated: use "caml_failwith" instead
-   838 |         failwith(strerror(errno));
-       |             ^~~~~~~~~~~~~~~~~~~~~~                                     
- pyml_stubs.c: In function 'Python27_PyCapsule_IsValid_wrapper':
- pyml_stubs.c:1457:13: warning: "failwith" is deprecated: use "caml_failwith" instead
-  1457 |         failwith("PyCapsule_IsValid is only available in Python >2.7");
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- In file included from pyml_stubs.c:1483:
- 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.20211015
-> installed pyml.20211015

=== STDERR ===

2026-06-16 12:41.26: OK: build pyml.20211015 (runc: 5.6s, disk: 13KB)
2026-06-16 12:41.26: Job succeeded