Build:
- 0
2026-06-16 11:34.40: New job: build pyml.20170730 (bcabd12e2a5a)
2026-06-16 11:34.40: Waiting for resource in pool day11-builds
2026-06-16 11:43.56: Got resource from pool day11-builds
2026-06-16 11:43.56: [profile full] build pyml.20170730
2026-06-16 11:43.56: build pyml.20170730 (bcabd12e2a5a)
=== DEPENDENCIES (4 transitive) ===
ocaml.4.14.4 cb826ea44eb2
ocaml-base-compiler.4.14.4 d2f775f983d7
ocaml-config.2 669e0fcf9e4d
ocamlfind.1.9.8 6025f4a8e98e
=== STDOUT ===
Processing: [default: loading data]
[pyml.20170730: dl]
[pyml.20170730: extract]
-> retrieved pyml.20170730 (https://opam.ocaml.org/cache)
[pyml: make all]
+ /usr/bin/make "all" "pymltop" (CWD=/home/opam/.opam/default/.opam-switch/build/pyml.20170730)
- ocamlfind: Package `utop' not found
- cp pyml_compat403.ml pyml_compat.ml
- cp pyml_arch_linux.ml pyml_arch.ml
- ocamlfind ocamlc -c pyml_compat.mli -o pyml_compat.cmi
- ocamlfind ocamlopt -c pyml_compat.ml -o pyml_compat.cmx
- ocamlfind ocamlopt -c generate.ml -o generate.cmx
- ocamlfind ocamlopt pyml_compat.cmx generate.cmx -o generate
- ./generate
- ocamlfind ocamlc -c pytypes.mli -o pytypes.cmi
- ocamlfind ocamlc -c pyml_arch.mli -o pyml_arch.cmi
- ocamlfind ocamlc -i pywrappers.ml >pywrappers.mli
- ocamlfind ocamldep pyml_compat.ml pyml_arch.ml pytypes.ml pywrappers.ml py.ml pycaml.ml pyml_compat.mli pyml_arch.mli pytypes.mli pywrappers.mli py.mli pycaml.mli pyml_tests.ml >.depend
- ocamlfind: Package `utop' not found
- ocamlfind ocamlc -c pyml_compat.ml -o pyml_compat.cmo
- ocamlfind ocamlc -c pyml_arch.ml -o pyml_arch.cmo
- ocamlfind ocamlc -c pytypes.ml -o pytypes.cmo
- ocamlfind ocamlc -c pywrappers.mli -o pywrappers.cmi
- ocamlfind ocamlc -c pywrappers.ml -o pywrappers.cmo
- ocamlfind ocamlc -c py.mli -o py.cmi
- ocamlfind ocamlc -c py.ml -o py.cmo
- File "py.ml", line 1194, characters 26-40:
- 1194 | repr_or_string (Pervasives.not repr) v
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- ocamlfind ocamlc -c pycaml.mli -o pycaml.cmi
- ocamlfind ocamlc -c pycaml.ml -o pycaml.cmo
- ocamlfind ocamlc -c pyml_stubs.c -o pyml_stubs.o
- pyml_stubs.c: In function 'xmalloc':
- pyml_stubs.c:22:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 22 | failwith("Virtual memory exhausted\n");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- pyml_stubs.c: In function 'resolve':
- pyml_stubs.c:397:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 397 | failwith(msg);
- | ^~~~~~~~~~
- pyml_stubs.c: In function 'assert_initialized':
- pyml_stubs.c:573:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 573 | failwith("Run 'Py.initialize ()' first");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- pyml_stubs.c: In function 'assert_python2':
- pyml_stubs.c:581:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 581 | failwith("Python 2 needed");
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- pyml_stubs.c: In function 'assert_ucs2':
- pyml_stubs.c:589:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 589 | failwith("Python with UCS2 needed");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- pyml_stubs.c: In function 'assert_ucs4':
- pyml_stubs.c:597:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 597 | failwith("Python with UCS4 needed");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- pyml_stubs.c: In function 'assert_python3':
- pyml_stubs.c:605:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 605 | failwith("Python 3 needed");
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- In file included from pyml_stubs.c:2:
- pyml_stubs.c: In function 'py_load_library':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_stubs.c:632:26: note: in expansion of macro 'String_val'
- 632 | char *filename = String_val(Field(filename_ocaml, 0));
- | ^~~~~~~~~~
- pyml_stubs.c:635:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 635 | failwith("Library not found");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- pyml_stubs.c:643:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 643 | failwith("No Python symbol");
- | ^~~~~~~~~~~~~~~~~~~~~~~~~
- pyml_stubs.c: In function 'py_unsetenv':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_stubs.c:709:18: note: in expansion of macro 'String_val'
- 709 | char *name = String_val(name_ocaml);
- | ^~~~~~~~~~
- pyml_stubs.c:711:13: warning: "failwith" is deprecated: use "caml_failwith" instead
- 711 | failwith(strerror(errno));
- | ^~~~~~~~~~~~~~~~~~~~~~
- pyml_stubs.c: In function 'pyunwrap_wide_string':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_stubs.c:1062:15: note: in expansion of macro 'String_val'
- 1062 | char *s = String_val(string_ocaml);
- | ^~~~~~~~~~
- pyml_stubs.c: In function 'PyString_AsStringAndSize_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ~^~~~~~~~~~~~~~~~~~~~~~~~~
- pyml_stubs.c:1163:16: note: in expansion of macro 'String_val'
- 1163 | memcpy(String_val(string), buffer, length); \
- | ^~~~~~~~~~
- pyml_stubs.c:1169:1: note: in expansion of macro 'StringAndSize_wrapper'
- 1169 | StringAndSize_wrapper(PyString_AsStringAndSize, char);
- | ^~~~~~~~~~~~~~~~~~~~~
- In file included from pyml_stubs.c:9:
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
- 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
- | ~~~~~~~~~~~~~~~~~^~~~~~
- pyml_stubs.c: In function 'PyObject_AsCharBuffer_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ~^~~~~~~~~~~~~~~~~~~~~~~~~
- pyml_stubs.c:1163:16: note: in expansion of macro 'String_val'
- 1163 | memcpy(String_val(string), buffer, length); \
- | ^~~~~~~~~~
- pyml_stubs.c:1170:1: note: in expansion of macro 'StringAndSize_wrapper'
- 1170 | StringAndSize_wrapper(PyObject_AsCharBuffer, const char);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
- 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
- | ~~~~~~~~~~~~~~~~~^~~~~~
- pyml_stubs.c: In function 'PyObject_AsReadBuffer_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ~^~~~~~~~~~~~~~~~~~~~~~~~~
- pyml_stubs.c:1163:16: note: in expansion of macro 'String_val'
- 1163 | memcpy(String_val(string), buffer, length); \
- | ^~~~~~~~~~
- pyml_stubs.c:1171:1: note: in expansion of macro 'StringAndSize_wrapper'
- 1171 | StringAndSize_wrapper(PyObject_AsReadBuffer, const void);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
- 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
- | ~~~~~~~~~~~~~~~~~^~~~~~
- pyml_stubs.c: In function 'PyObject_AsWriteBuffer_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ~^~~~~~~~~~~~~~~~~~~~~~~~~
- pyml_stubs.c:1163:16: note: in expansion of macro 'String_val'
- 1163 | memcpy(String_val(string), buffer, length); \
- | ^~~~~~~~~~
- pyml_stubs.c:1172:1: note: in expansion of macro 'StringAndSize_wrapper'
- 1172 | StringAndSize_wrapper(PyObject_AsWriteBuffer, void);
- | ^~~~~~~~~~~~~~~~~~~~~
- /usr/include/string.h:43:39: note: expected 'void * restrict' but argument is of type 'const char *'
- 43 | extern void *memcpy (void *__restrict __dest, const void *__restrict __src,
- | ~~~~~~~~~~~~~~~~~^~~~~~
- pyml_stubs.c: In function 'open_file':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_stubs.c:1180:26: note: in expansion of macro 'String_val'
- 1180 | char *filename = String_val(Field(file, 0));
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_Py_FdIsInteractive_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:90:18: note: in expansion of macro 'String_val'
- 90 | char *arg1 = String_val(arg1_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PyCapsule_IsValid_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:134:18: note: in expansion of macro 'String_val'
- 134 | char *arg1 = String_val(arg1_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PyDict_DelItemString_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:180:18: note: in expansion of macro 'String_val'
- 180 | char *arg1 = String_val(arg1_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PyDict_GetItemString_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:204:18: note: in expansion of macro 'String_val'
- 204 | char *arg1 = String_val(arg1_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PyDict_SetItemString_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:261:18: note: in expansion of macro 'String_val'
- 261 | char *arg1 = String_val(arg1_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PyErr_SetString_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:384:18: note: in expansion of macro 'String_val'
- 384 | char *arg1 = String_val(arg1_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PyImport_AddModule_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:962:18: note: in expansion of macro 'String_val'
- 962 | char *arg0 = String_val(arg0_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PyImport_ExecCodeModule_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:983:18: note: in expansion of macro 'String_val'
- 983 | char *arg0 = String_val(arg0_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PyImport_ExecCodeModuleEx_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:995:18: note: in expansion of macro 'String_val'
- 995 | char *arg0 = String_val(arg0_ocaml);
- | ^~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:997:18: note: in expansion of macro 'String_val'
- 997 | char *arg2 = String_val(arg2_ocaml);
- | ^~~~~~~~~~
- In file included from pyml_stubs.c:1297:
- pyml_wrappers.inc: In function 'Python_PyImport_GetMagicNumber_wrapper':
- pyml_wrappers.inc:1009:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead
- 1009 | CAMLreturn(copy_int64(result));
- | ^~~~~~~~~~~~~~~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PyImport_ImportFrozenModule_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:1028:18: note: in expansion of macro 'String_val'
- 1028 | char *arg0 = String_val(arg0_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PyImport_ImportModule_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:1050:18: note: in expansion of macro 'String_val'
- 1050 | char *arg0 = String_val(arg0_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PyImport_ImportModuleLevel_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:1061:18: note: in expansion of macro 'String_val'
- 1061 | char *arg0 = String_val(arg0_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PyLong_AsLong_wrapper':
- pyml_wrappers.inc:1148:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead
- 1148 | CAMLreturn(copy_int64(result));
- | ^~~~~~~~~~~~~~~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PyMapping_GetItemString_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:1180:18: note: in expansion of macro 'String_val'
- 1180 | char *arg1 = String_val(arg1_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PyMapping_HasKeyString_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:1204:18: note: in expansion of macro 'String_val'
- 1204 | char *arg1 = String_val(arg1_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PyMapping_SetItemString_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:1227:18: note: in expansion of macro 'String_val'
- 1227 | char *arg1 = String_val(arg1_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PyMarshal_ReadObjectFromString_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:1274:18: note: in expansion of macro 'String_val'
- 1274 | char *arg0 = String_val(arg0_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PyModule_AddObject_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:1348:18: note: in expansion of macro 'String_val'
- 1348 | char *arg1 = String_val(arg1_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PyModule_New_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:1393:18: note: in expansion of macro 'String_val'
- 1393 | char *arg0 = String_val(arg0_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PyObject_DelItemString_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:1819:18: note: in expansion of macro 'String_val'
- 1819 | char *arg1 = String_val(arg1_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PyObject_GetAttrString_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:1843:18: note: in expansion of macro 'String_val'
- 1843 | char *arg1 = String_val(arg1_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PyObject_HasAttrString_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:1890:18: note: in expansion of macro 'String_val'
- 1890 | char *arg1 = String_val(arg1_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PyObject_Hash_wrapper':
- pyml_wrappers.inc:1903:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead
- 1903 | CAMLreturn(copy_int64(result));
- | ^~~~~~~~~~~~~~~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PyObject_SetAttrString_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:1999:18: note: in expansion of macro 'String_val'
- 1999 | char *arg1 = String_val(arg1_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PyRun_AnyFileExFlags_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:2058:18: note: in expansion of macro 'String_val'
- 2058 | char *arg1 = String_val(arg1_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PyRun_FileExFlags_native':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:2074:18: note: in expansion of macro 'String_val'
- 2074 | char *arg1 = String_val(arg1_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PyRun_InteractiveOneFlags_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:2098:18: note: in expansion of macro 'String_val'
- 2098 | char *arg1 = String_val(arg1_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PyRun_InteractiveLoopFlags_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:2113:18: note: in expansion of macro 'String_val'
- 2113 | char *arg1 = String_val(arg1_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PyRun_SimpleFileExFlags_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:2128:18: note: in expansion of macro 'String_val'
- 2128 | char *arg1 = String_val(arg1_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PyRun_StringFlags_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:2142:18: note: in expansion of macro 'String_val'
- 2142 | char *arg0 = String_val(arg0_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PyRun_SimpleStringFlags_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:2158:18: note: in expansion of macro 'String_val'
- 2158 | char *arg0 = String_val(arg0_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python_PySequence_Fast_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:2244:18: note: in expansion of macro 'String_val'
- 2244 | char *arg1 = String_val(arg1_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python2_Py_SetProgramName_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:2569:18: note: in expansion of macro 'String_val'
- 2569 | char *arg0 = String_val(arg0_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python2_Py_SetPythonHome_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:2580:18: note: in expansion of macro 'String_val'
- 2580 | char *arg0 = String_val(arg0_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python2_Py_CompileStringFlags_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:2591:18: note: in expansion of macro 'String_val'
- 2591 | char *arg0 = String_val(arg0_ocaml);
- | ^~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:2592:18: note: in expansion of macro 'String_val'
- 2592 | char *arg1 = String_val(arg1_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python2_PyInt_AsLong_wrapper':
- pyml_wrappers.inc:2666:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead
- 2666 | CAMLreturn(copy_int64(result));
- | ^~~~~~~~~~~~~~~~~~~~~~~
- pyml_wrappers.inc: In function 'Python2_PyInt_GetMax_wrapper':
- pyml_wrappers.inc:2687:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead
- 2687 | CAMLreturn(copy_int64(result));
- | ^~~~~~~~~~~~~~~~~~~~~~~
- pyml_wrappers.inc: In function 'Python2_PyString_FromString_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:2801:18: note: in expansion of macro 'String_val'
- 2801 | char *arg0 = String_val(arg0_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python2_PyString_FromStringAndSize_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:2812:18: note: in expansion of macro 'String_val'
- 2812 | char *arg0 = String_val(arg0_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'UCS2_PyUnicodeUCS2_AsEncodedString_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:2838:18: note: in expansion of macro 'String_val'
- 2838 | char *arg1 = String_val(arg1_ocaml);
- | ^~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:2839:18: note: in expansion of macro 'String_val'
- 2839 | char *arg2 = String_val(arg2_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'UCS2_PyUnicodeUCS2_DecodeUTF8_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:2883:18: note: in expansion of macro 'String_val'
- 2883 | char *arg0 = String_val(arg0_ocaml);
- | ^~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:71:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 71 | #define Is_block(x) (((x) & 1) == 0)
- | ^
- pyml_wrappers.inc:2885:18: note: in expansion of macro 'Is_block'
- 2885 | char *arg2 = Is_block(arg2_ocaml) ? String_val(Field(arg2_ocaml, 0)) : NULL;
- | ^~~~~~~~
- pyml_wrappers.inc: In function 'UCS2_PyUnicodeUCS2_DecodeUTF16_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:2896:18: note: in expansion of macro 'String_val'
- 2896 | char *arg0 = String_val(arg0_ocaml);
- | ^~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:71:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 71 | #define Is_block(x) (((x) & 1) == 0)
- | ^
- pyml_wrappers.inc:2898:18: note: in expansion of macro 'Is_block'
- 2898 | char *arg2 = Is_block(arg2_ocaml) ? String_val(Field(arg2_ocaml, 0)) : NULL;
- | ^~~~~~~~
- pyml_wrappers.inc: In function 'UCS2_PyUnicodeUCS2_DecodeUTF32_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:2910:18: note: in expansion of macro 'String_val'
- 2910 | char *arg0 = String_val(arg0_ocaml);
- | ^~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:71:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 71 | #define Is_block(x) (((x) & 1) == 0)
- | ^
- pyml_wrappers.inc:2912:18: note: in expansion of macro 'Is_block'
- 2912 | char *arg2 = Is_block(arg2_ocaml) ? String_val(Field(arg2_ocaml, 0)) : NULL;
- | ^~~~~~~~
- pyml_wrappers.inc: In function 'UCS2_PyUnicodeUCS2_FromString_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:2936:18: note: in expansion of macro 'String_val'
- 2936 | char *arg0 = String_val(arg0_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'UCS4_PyUnicodeUCS4_AsEncodedString_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:2985:18: note: in expansion of macro 'String_val'
- 2985 | char *arg1 = String_val(arg1_ocaml);
- | ^~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:2986:18: note: in expansion of macro 'String_val'
- 2986 | char *arg2 = String_val(arg2_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'UCS4_PyUnicodeUCS4_DecodeUTF8_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:3030:18: note: in expansion of macro 'String_val'
- 3030 | char *arg0 = String_val(arg0_ocaml);
- | ^~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:71:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 71 | #define Is_block(x) (((x) & 1) == 0)
- | ^
- pyml_wrappers.inc:3032:18: note: in expansion of macro 'Is_block'
- 3032 | char *arg2 = Is_block(arg2_ocaml) ? String_val(Field(arg2_ocaml, 0)) : NULL;
- | ^~~~~~~~
- pyml_wrappers.inc: In function 'UCS4_PyUnicodeUCS4_DecodeUTF16_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:3043:18: note: in expansion of macro 'String_val'
- 3043 | char *arg0 = String_val(arg0_ocaml);
- | ^~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:71:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 71 | #define Is_block(x) (((x) & 1) == 0)
- | ^
- pyml_wrappers.inc:3045:18: note: in expansion of macro 'Is_block'
- 3045 | char *arg2 = Is_block(arg2_ocaml) ? String_val(Field(arg2_ocaml, 0)) : NULL;
- | ^~~~~~~~
- pyml_wrappers.inc: In function 'UCS4_PyUnicodeUCS4_DecodeUTF32_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:3057:18: note: in expansion of macro 'String_val'
- 3057 | char *arg0 = String_val(arg0_ocaml);
- | ^~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:71:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 71 | #define Is_block(x) (((x) & 1) == 0)
- | ^
- pyml_wrappers.inc:3059:18: note: in expansion of macro 'Is_block'
- 3059 | char *arg2 = Is_block(arg2_ocaml) ? String_val(Field(arg2_ocaml, 0)) : NULL;
- | ^~~~~~~~
- pyml_wrappers.inc: In function 'UCS4_PyUnicodeUCS4_FromString_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:3083:18: note: in expansion of macro 'String_val'
- 3083 | char *arg0 = String_val(arg0_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python3_Py_CompileStringExFlags_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:3213:18: note: in expansion of macro 'String_val'
- 3213 | char *arg0 = String_val(arg0_ocaml);
- | ^~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:3214:18: note: in expansion of macro 'String_val'
- 3214 | char *arg1 = String_val(arg1_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python3_PyBytes_FromString_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:3240:18: note: in expansion of macro 'String_val'
- 3240 | char *arg0 = String_val(arg0_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python3_PyImport_ExecCodeModuleWithPathnames_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:3276:18: note: in expansion of macro 'String_val'
- 3276 | char *arg0 = String_val(arg0_ocaml);
- | ^~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:3278:18: note: in expansion of macro 'String_val'
- 3278 | char *arg2 = String_val(arg2_ocaml);
- | ^~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:3279:18: note: in expansion of macro 'String_val'
- 3279 | char *arg3 = String_val(arg3_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python3_PyUnicode_AsEncodedString_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:3317:18: note: in expansion of macro 'String_val'
- 3317 | char *arg1 = String_val(arg1_ocaml);
- | ^~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:3318:18: note: in expansion of macro 'String_val'
- 3318 | char *arg2 = String_val(arg2_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python3_PyUnicode_DecodeUTF8_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:3362:18: note: in expansion of macro 'String_val'
- 3362 | char *arg0 = String_val(arg0_ocaml);
- | ^~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:71:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 71 | #define Is_block(x) (((x) & 1) == 0)
- | ^
- pyml_wrappers.inc:3364:18: note: in expansion of macro 'Is_block'
- 3364 | char *arg2 = Is_block(arg2_ocaml) ? String_val(Field(arg2_ocaml, 0)) : NULL;
- | ^~~~~~~~
- pyml_wrappers.inc: In function 'Python3_PyUnicode_DecodeUTF16_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:3375:18: note: in expansion of macro 'String_val'
- 3375 | char *arg0 = String_val(arg0_ocaml);
- | ^~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:71:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 71 | #define Is_block(x) (((x) & 1) == 0)
- | ^
- pyml_wrappers.inc:3377:18: note: in expansion of macro 'Is_block'
- 3377 | char *arg2 = Is_block(arg2_ocaml) ? String_val(Field(arg2_ocaml, 0)) : NULL;
- | ^~~~~~~~
- pyml_wrappers.inc: In function 'Python3_PyUnicode_DecodeUTF32_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:3389:18: note: in expansion of macro 'String_val'
- 3389 | char *arg0 = String_val(arg0_ocaml);
- | ^~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:71:22: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 71 | #define Is_block(x) (((x) & 1) == 0)
- | ^
- pyml_wrappers.inc:3391:18: note: in expansion of macro 'Is_block'
- 3391 | char *arg2 = Is_block(arg2_ocaml) ? String_val(Field(arg2_ocaml, 0)) : NULL;
- | ^~~~~~~~
- pyml_wrappers.inc: In function 'Python3_PyUnicode_FromString_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:3415:18: note: in expansion of macro 'String_val'
- 3415 | char *arg0 = String_val(arg0_ocaml);
- | ^~~~~~~~~~
- pyml_wrappers.inc: In function 'Python3_PyUnicode_FromStringAndSize_wrapper':
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
- 290 | #define String_val(x) ((const char *) Bp_val(x))
- | ^
- pyml_wrappers.inc:3426:18: note: in expansion of macro 'String_val'
- 3426 | char *arg0 = String_val(arg0_ocaml);
- | ^~~~~~~~~~
- ocamlfind ocamlmklib -o pyml_stubs pyml_stubs.o
- ocamlfind ocamlc -custom -cclib "-L. -lpyml_stubs" -a pyml_compat.cmo pyml_arch.cmo pytypes.cmo pywrappers.cmo py.cmo pycaml.cmo -o pyml.cma
- ocamlfind ocamlopt -c pyml_arch.ml -o pyml_arch.cmx
- ocamlfind ocamlopt -c pytypes.ml -o pytypes.cmx
- ocamlfind ocamlopt -c pywrappers.ml -o pywrappers.cmx
- ocamlfind ocamlopt -c py.ml -o py.cmx
- File "py.ml", line 1194, characters 26-40:
- 1194 | repr_or_string (Pervasives.not repr) v
- ^^^^^^^^^^^^^^
- Alert deprecated: module Stdlib.Pervasives
- Use Stdlib instead.
-
- If you need to stay compatible with OCaml < 4.07, you can use the
- stdlib-shims library: https://github.com/ocaml/stdlib-shims
- ocamlfind ocamlopt -c pycaml.ml -o pycaml.cmx
- ocamlfind ocamlopt -cclib "-L. -lpyml_stubs" -a pyml_compat.cmx pyml_arch.cmx pytypes.cmx pywrappers.cmx py.cmx pycaml.cmx -o pyml.cmxa
- ocamlfind ocamlopt -cclib "-L. -lpyml_stubs" -shared pyml_compat.cmx pyml_arch.cmx pytypes.cmx pywrappers.cmx py.cmx pycaml.cmx -o pyml.cmxs
- The py.ml library is compiled.
- Run `make doc' to build the documentation.
- Run `make tests' to check the test suite.
- Run `make install' to install the library via ocamlfind.
- Run `make pymltop' to build the toplevel.
- Run `make pymlutop' to build the utop toplevel.
- if [ -z "/usr/local" ]; then \
- echo "let libdir=\"/home/opam\""; \
- else \
- echo "let libdir=\"/usr/local/lib/pyml/\""; \
- fi >pymltop_libdir.ml
- ocamlfind ocamlc -c pymltop_libdir.ml -o pymltop_libdir.cmo
- ocamlfind ocamlc -I +compiler-libs -c pytop.ml
- findlib: [WARNING] Interface topdirs.cmi occurs in several directories: /home/opam/.opam/default/lib/ocaml, /home/opam/.opam/default/lib/ocaml/compiler-libs
- ocamlfind ocamlmktop -o pymltop unix.cma pyml.cma pymltop_libdir.cmo pytop.cmo
-> compiled pyml.20170730
[pyml: make install]
+ /usr/bin/make "install" "PREFIX=/home/opam/.opam/default" (CWD=/home/opam/.opam/default/.opam-switch/build/pyml.20170730)
- ocamlfind: Package `utop' not found
- ocamlfind install pyml py.mli pyml_compat.cmi pyml_arch.cmi pytypes.cmi pywrappers.cmi py.cmi pycaml.cmi pyml_compat.cmx pyml_arch.cmx pytypes.cmx pywrappers.cmx py.cmx pycaml.cmx pyml.cma pyml.cmxa pyml.cmxs pyml.a libpyml_stubs.a dllpyml_stubs.so META
- Installed /home/opam/.opam/default/lib/pyml/libpyml_stubs.a
- Installed /home/opam/.opam/default/lib/pyml/pyml.a
- Installed /home/opam/.opam/default/lib/pyml/pyml.cmxs
- Installed /home/opam/.opam/default/lib/pyml/pyml.cmxa
- Installed /home/opam/.opam/default/lib/pyml/pyml.cma
- Installed /home/opam/.opam/default/lib/pyml/pycaml.cmx
- Installed /home/opam/.opam/default/lib/pyml/py.cmx
- Installed /home/opam/.opam/default/lib/pyml/pywrappers.cmx
- Installed /home/opam/.opam/default/lib/pyml/pytypes.cmx
- Installed /home/opam/.opam/default/lib/pyml/pyml_arch.cmx
- Installed /home/opam/.opam/default/lib/pyml/pyml_compat.cmx
- Installed /home/opam/.opam/default/lib/pyml/pycaml.cmi
- Installed /home/opam/.opam/default/lib/pyml/py.cmi
- Installed /home/opam/.opam/default/lib/pyml/pywrappers.cmi
- Installed /home/opam/.opam/default/lib/pyml/pytypes.cmi
- Installed /home/opam/.opam/default/lib/pyml/pyml_arch.cmi
- Installed /home/opam/.opam/default/lib/pyml/pyml_compat.cmi
- Installed /home/opam/.opam/default/lib/pyml/py.mli
- Installed /home/opam/.opam/default/lib/stublibs/dllpyml_stubs.so
- Installed /home/opam/.opam/default/lib/stublibs/dllpyml_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/pyml/META
- [ ! -f pymltop ] || install pymltop /home/opam/.opam/default/bin/pymltop
- [ ! -f pymlutop ] || install pymlutop /home/opam/.opam/default/bin/pymlutop
-> installed pyml.20170730
=== STDERR ===
2026-06-16 11:44.11: OK: build pyml.20170730 (runc: 9.2s, disk: 52KB)
2026-06-16 11:44.11: Job succeeded