Build:
  1. 0
2026-06-16 11:34.40: New job: build aio.0.0.3 (ccfea6c1d33e)
2026-06-16 11:34.40: Waiting for resource in pool day11-builds
2026-06-16 11:43.53: Got resource from pool day11-builds
2026-06-16 11:43.53: [profile full] build aio.0.0.3
2026-06-16 11:43.53: build aio.0.0.3 (ccfea6c1d33e)
=== 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]

The following system packages will first need to be installed:
    libaio-dev

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libaio-dev"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libaio1:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18247 files and directories currently installed.)
- Preparing to unpack .../libaio1_0.3.113-4_amd64.deb ...
- Unpacking libaio1:amd64 (0.3.113-4) ...
- Selecting previously unselected package libaio-dev:amd64.
- Preparing to unpack .../libaio-dev_0.3.113-4_amd64.deb ...
- Unpacking libaio-dev:amd64 (0.3.113-4) ...
- Setting up libaio1:amd64 (0.3.113-4) ...
- Setting up libaio-dev:amd64 (0.3.113-4) ...
- Processing triggers for libc-bin (2.36-9+deb12u14) ...
[aio.0.0.3: dl]
[aio.0.0.3: extract]
[aio.0.0.3/meta.patch: dl]
-> retrieved aio.0.0.3  (https://opam.ocaml.org/cache)
[aio: patch] applying meta.patch
[aio: make]
+ /usr/bin/make  (CWD=/home/opam/.opam/default/.opam-switch/build/aio.0.0.3)
- /usr/bin/make -C lib all
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/aio.0.0.3/lib'
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/aio.0.0.3/lib'
- ocamldep aio.mli > ._bcdi/aio.di
- ocamldep aio.ml > ._d/aio.d
- ocamldep aio_buffer.ml > ._d/aio_buffer.d
- ocamlc -c -cc "cc" -ccopt "-fPIC -O2 -g -W -Wall \
- 			-DPIC   \
- 			    -o aio_stubs.o " aio_stubs.c
- aio_stubs.c:67:1: warning: missing initializer for field 'fixed_length' of 'struct custom_operations' [-Wmissing-field-initializers]
-    67 | };
-       | ^
- In file included from aio_stubs.c:34:
- /home/opam/.opam/default/lib/ocaml/caml/custom.h:40:37: note: 'fixed_length' declared here
-    40 |   const struct custom_fixed_length* fixed_length;
-       |                                     ^~~~~~~~~~~~
- aio_stubs.c: In function 'caml_aio_read':
- aio_stubs.c:123:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   123 |   void *buf = Data_bigarray_val(ml_buffer);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                        
- aio_stubs.c:124:13: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead
-   124 |   size_t len = Bigarray_val(ml_buffer)->dim[0];
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                
- aio_stubs.c: In function 'caml_aio_write':
- aio_stubs.c:156:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   156 |   void *buf = Data_bigarray_val(ml_buffer);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                        
- aio_stubs.c:157:13: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead
-   157 |   size_t len = Bigarray_val(ml_buffer)->dim[0];
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                
- aio_stubs.c: In function 'caml_aio_run':
- aio_stubs.c:252:26: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   252 |               call_error = caml_named_value("caml_aio_call_error");
-       |                          ^
- aio_stubs.c:255:13: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead
-   255 |       } else if (ep->res != (size_t)Bigarray_val(ml_buf)->dim[0]) {
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~            
- aio_stubs.c:258:28: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   258 |               call_partial = caml_named_value("caml_aio_call_partial");
-       |                            ^
- aio_stubs.c:264:27: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   264 |               call_result = caml_named_value("caml_aio_call_result");
-       |                           ^
- aio_stubs.c: In function 'caml_aio_process':
- aio_stubs.c:325:24: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   325 |             call_error = caml_named_value("caml_aio_call_error");
-       |                        ^
- aio_stubs.c:328:13: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead
-   328 |     } else if (ep->res != (size_t)Bigarray_val(ml_buf)->dim[0]) {
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~              
- aio_stubs.c:331:26: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   331 |             call_partial = caml_named_value("caml_aio_call_partial");
-       |                          ^
- aio_stubs.c:337:25: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   337 |             call_result = caml_named_value("caml_aio_call_result");
-       |                         ^
- aio_stubs.c: In function 'caml_aio_sync_read':
- aio_stubs.c:364:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   364 |   void *buf = Data_bigarray_val(ml_buffer);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                        
- aio_stubs.c:365:13: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead
-   365 |   size_t len = Bigarray_val(ml_buffer)->dim[0];
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                
- aio_stubs.c: In function 'caml_aio_sync_write':
- aio_stubs.c:381:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   381 |   void *buf = Data_bigarray_val(ml_buffer);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                        
- aio_stubs.c:382:13: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead
-   382 |   size_t len = Bigarray_val(ml_buffer)->dim[0];
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                
- ocamlc -c -cc "cc" -ccopt "-fPIC -O2 -g -W -Wall \
- 			-DPIC   \
- 			    -o aio_buffer_stubs.o " aio_buffer_stubs.c
- aio_buffer_stubs.c: In function 'caml_aio_buffer_get_int8':
- aio_buffer_stubs.c:59:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-    59 |     int8_t *buf = (int8_t*)Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
- aio_buffer_stubs.c: In function 'caml_aio_buffer_set_int8':
- aio_buffer_stubs.c:65:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-    65 |     int8_t *buf = (int8_t*)Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                              
- aio_buffer_stubs.c: In function 'caml_aio_buffer_get_uint16':
- aio_buffer_stubs.c:73:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-    73 |     uint16_t *buf = (uint16_t*)Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                          
- aio_buffer_stubs.c: In function 'caml_aio_buffer_set_uint16':
- aio_buffer_stubs.c:79:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-    79 |     uint16_t *buf = (uint16_t*)Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                          
- aio_buffer_stubs.c: In function 'caml_aio_buffer_get_int16':
- aio_buffer_stubs.c:87:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-    87 |     int16_t *buf = (int16_t*)Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- aio_buffer_stubs.c: In function 'caml_aio_buffer_set_int16':
- aio_buffer_stubs.c:93:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-    93 |     int16_t *buf = (int16_t*)Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- aio_buffer_stubs.c: In function 'caml_aio_buffer_get_int31':
- aio_buffer_stubs.c:101:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   101 |     int32_t *buf = (int32_t*)Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- aio_buffer_stubs.c: In function 'caml_aio_buffer_set_int31':
- aio_buffer_stubs.c:107:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   107 |     int32_t *buf = (int32_t*)Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- aio_buffer_stubs.c: In function 'caml_aio_buffer_get_int32':
- aio_buffer_stubs.c:117:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   117 |     int32_t *buf = (int32_t*)Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- aio_buffer_stubs.c: In function 'caml_aio_buffer_set_int32':
- aio_buffer_stubs.c:123:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   123 |     int32_t *buf = (int32_t*)Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- aio_buffer_stubs.c: In function 'caml_aio_buffer_get_int64':
- aio_buffer_stubs.c:133:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   133 |     int64_t *buf = (int64_t*)Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- aio_buffer_stubs.c: In function 'caml_aio_buffer_set_int64':
- aio_buffer_stubs.c:139:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   139 |     int64_t *buf = (int64_t*)Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- aio_buffer_stubs.c: In function 'caml_aio_buf_unsafe_get_substr_stub':
- aio_buffer_stubs.c:151:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   151 |     const char *src = Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                   
- In file included from aio_buffer_stubs.c:26:
- /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))
-       |                       ^
- aio_buffer_stubs.c:155:17: note: in expansion of macro 'String_val'
-   155 |     char *dst = String_val(ml_str);
-       |                 ^~~~~~~~~~
- aio_buffer_stubs.c: In function 'caml_aio_buf_unsafe_set_substr_stub':
- aio_buffer_stubs.c:165:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   165 |     char *dst = Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                                         
- aio_buffer_stubs.c: In function 'caml_aio_buffer_get_be_int16':
- aio_buffer_stubs.c:176:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   176 |     int16_t *buf = (int16_t*)Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- aio_buffer_stubs.c: In function 'caml_aio_buffer_set_be_int16':
- aio_buffer_stubs.c:182:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   182 |     int16_t *buf = (int16_t*)Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- aio_buffer_stubs.c: In function 'caml_aio_buffer_get_be_uint16':
- aio_buffer_stubs.c:190:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   190 |     uint16_t *buf = (uint16_t*)Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                          
- aio_buffer_stubs.c: In function 'caml_aio_buffer_set_be_uint16':
- aio_buffer_stubs.c:196:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   196 |     uint16_t *buf = (uint16_t*)Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                          
- aio_buffer_stubs.c: In function 'caml_aio_buffer_get_be_int31':
- aio_buffer_stubs.c:204:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   204 |     int32_t *buf = (int32_t*)Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- aio_buffer_stubs.c: In function 'caml_aio_buffer_set_be_int31':
- aio_buffer_stubs.c:210:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   210 |     int32_t *buf = (int32_t*)Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- aio_buffer_stubs.c: In function 'caml_aio_buffer_get_be_int32':
- aio_buffer_stubs.c:220:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   220 |     int32_t *buf = (int32_t*)Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- aio_buffer_stubs.c: In function 'caml_aio_buffer_set_be_int32':
- aio_buffer_stubs.c:226:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   226 |     int32_t *buf = (int32_t*)Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- aio_buffer_stubs.c: In function 'caml_aio_buffer_get_be_int64':
- aio_buffer_stubs.c:236:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   236 |     int64_t *buf = (int64_t*)Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- aio_buffer_stubs.c: In function 'caml_aio_buffer_set_be_int64':
- aio_buffer_stubs.c:242:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   242 |     int64_t *buf = (int64_t*)Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- aio_buffer_stubs.c: In function 'caml_aio_buffer_get_le_int16':
- aio_buffer_stubs.c:252:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   252 |     int16_t *buf = (int16_t*)Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- aio_buffer_stubs.c: In function 'caml_aio_buffer_set_le_int16':
- aio_buffer_stubs.c:258:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   258 |     int16_t *buf = (int16_t*)Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- aio_buffer_stubs.c: In function 'caml_aio_buffer_get_le_uint16':
- aio_buffer_stubs.c:266:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   266 |     uint16_t *buf = (uint16_t*)Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                          
- aio_buffer_stubs.c: In function 'caml_aio_buffer_set_le_uint16':
- aio_buffer_stubs.c:272:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   272 |     uint16_t *buf = (uint16_t*)Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                          
- aio_buffer_stubs.c: In function 'caml_aio_buffer_get_le_int31':
- aio_buffer_stubs.c:280:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   280 |     int32_t *buf = (int32_t*)Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- aio_buffer_stubs.c: In function 'caml_aio_buffer_set_le_int31':
- aio_buffer_stubs.c:286:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   286 |     int32_t *buf = (int32_t*)Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- aio_buffer_stubs.c: In function 'caml_aio_buffer_get_le_int32':
- aio_buffer_stubs.c:296:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   296 |     int32_t *buf = (int32_t*)Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- aio_buffer_stubs.c: In function 'caml_aio_buffer_set_le_int32':
- aio_buffer_stubs.c:302:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   302 |     int32_t *buf = (int32_t*)Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- aio_buffer_stubs.c: In function 'caml_aio_buffer_get_le_int64':
- aio_buffer_stubs.c:312:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   312 |     int64_t *buf = (int64_t*)Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- aio_buffer_stubs.c: In function 'caml_aio_buffer_set_le_int64':
- aio_buffer_stubs.c:318:13: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead
-   318 |     int64_t *buf = (int64_t*)Data_bigarray_val(ml_buf);
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                            
- ar rcs libaio_stubs.a  aio_stubs.o aio_buffer_stubs.o
- ocamlc -c aio_buffer.ml
- File "aio_buffer.ml", line 25, characters 0-72:
- 25 | external page_size : unit -> int = "caml_aio_buffer_page_size" "noalloc"
-      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio_buffer.ml", line 59, characters 0-81:
- 59 | external unsafe_get_int8 : t -> int -> int = "caml_aio_buffer_get_int8" "noalloc"
-      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio_buffer.ml", line 60, characters 0-89:
- 60 | external unsafe_set_int8 : t -> int -> int -> unit = "caml_aio_buffer_set_int8" "noalloc"
-      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio_buffer.ml", line 61, characters 0-85:
- 61 | external unsafe_get_uint16 : t -> int -> int = "caml_aio_buffer_get_uint16" "noalloc"
-      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio_buffer.ml", line 62, characters 0-93:
- 62 | external unsafe_set_uint16 : t -> int -> int -> unit = "caml_aio_buffer_set_uint16" "noalloc"
-      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio_buffer.ml", line 63, characters 0-83:
- 63 | external unsafe_get_int16 : t -> int -> int = "caml_aio_buffer_get_int16" "noalloc"
-      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio_buffer.ml", line 64, characters 0-91:
- 64 | external unsafe_set_int16 : t -> int -> int -> unit = "caml_aio_buffer_set_int16" "noalloc"
-      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio_buffer.ml", line 65, characters 0-83:
- 65 | external unsafe_get_int31 : t -> int -> int = "caml_aio_buffer_get_int31" "noalloc"
-      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio_buffer.ml", line 66, characters 0-91:
- 66 | external unsafe_set_int31 : t -> int -> int -> unit = "caml_aio_buffer_set_int31" "noalloc"
-      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio_buffer.ml", line 68, characters 0-93:
- 68 | external unsafe_set_int32 : t -> int -> int32 -> unit = "caml_aio_buffer_set_int32" "noalloc"
-      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio_buffer.ml", line 70, characters 0-93:
- 70 | external unsafe_set_int64 : t -> int -> int64 -> unit = "caml_aio_buffer_set_int64" "noalloc"
-      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio_buffer.ml", line 164, characters 0-89:
- 164 | external unsafe_get_be_int16 : t -> int -> int = "caml_aio_buffer_get_be_int16" "noalloc"
-       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio_buffer.ml", line 165, characters 0-97:
- 165 | external unsafe_set_be_int16 : t -> int -> int -> unit = "caml_aio_buffer_set_be_int16" "noalloc"
-       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio_buffer.ml", line 166, characters 0-91:
- 166 | external unsafe_get_be_uint16 : t -> int -> int = "caml_aio_buffer_get_be_uint16" "noalloc"
-       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio_buffer.ml", line 167, characters 0-99:
- 167 | external unsafe_set_be_uint16 : t -> int -> int -> unit = "caml_aio_buffer_set_be_uint16" "noalloc"
-       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio_buffer.ml", line 168, characters 0-89:
- 168 | external unsafe_get_be_int31 : t -> int -> int = "caml_aio_buffer_get_be_int31" "noalloc"
-       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio_buffer.ml", line 169, characters 0-97:
- 169 | external unsafe_set_be_int31 : t -> int -> int -> unit = "caml_aio_buffer_set_be_int31" "noalloc"
-       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio_buffer.ml", line 171, characters 0-99:
- 171 | external unsafe_set_be_int32 : t -> int -> int32 -> unit = "caml_aio_buffer_set_be_int32" "noalloc"
-       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio_buffer.ml", line 173, characters 0-99:
- 173 | external unsafe_set_be_int64 : t -> int -> int64 -> unit = "caml_aio_buffer_set_be_int64" "noalloc"
-       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio_buffer.ml", line 217, characters 0-89:
- 217 | external unsafe_get_le_int16 : t -> int -> int = "caml_aio_buffer_get_le_int16" "noalloc"
-       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio_buffer.ml", line 218, characters 0-97:
- 218 | external unsafe_set_le_int16 : t -> int -> int -> unit = "caml_aio_buffer_set_le_int16" "noalloc"
-       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio_buffer.ml", line 219, characters 0-91:
- 219 | external unsafe_get_le_uint16 : t -> int -> int = "caml_aio_buffer_get_le_uint16" "noalloc"
-       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio_buffer.ml", line 220, characters 0-99:
- 220 | external unsafe_set_le_uint16 : t -> int -> int -> unit = "caml_aio_buffer_set_le_uint16" "noalloc"
-       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio_buffer.ml", line 221, characters 0-89:
- 221 | external unsafe_get_le_int31 : t -> int -> int = "caml_aio_buffer_get_le_int31" "noalloc"
-       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio_buffer.ml", line 222, characters 0-97:
- 222 | external unsafe_set_le_int31 : t -> int -> int -> unit = "caml_aio_buffer_set_le_int31" "noalloc"
-       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio_buffer.ml", line 224, characters 0-99:
- 224 | external unsafe_set_le_int32 : t -> int -> int32 -> unit = "caml_aio_buffer_set_le_int32" "noalloc"
-       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio_buffer.ml", line 226, characters 0-99:
- 226 | external unsafe_set_le_int64 : t -> int -> int64 -> unit = "caml_aio_buffer_set_le_int64" "noalloc"
-       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- ocamlc -c aio.mli
- File "aio.mli", line 37, characters 2-74:
- 37 |   external page_size : unit -> int = "caml_aio_buffer_page_size" "noalloc"
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio.mli", line 60, characters 2-83:
- 60 |   external unsafe_get_int8 : t -> int -> int = "caml_aio_buffer_get_int8" "noalloc"
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio.mli", line 61, characters 2-87:
- 61 |   external unsafe_get_uint16 : t -> int -> int = "caml_aio_buffer_get_uint16" "noalloc"
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio.mli", line 62, characters 2-85:
- 62 |   external unsafe_get_int16 : t -> int -> int = "caml_aio_buffer_get_int16" "noalloc"
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio.mli", line 63, characters 2-85:
- 63 |   external unsafe_get_int31 : t -> int -> int = "caml_aio_buffer_get_int31" "noalloc"
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio.mli", line 78, characters 2-91:
- 78 |   external unsafe_set_int8 : t -> int -> int -> unit = "caml_aio_buffer_set_int8" "noalloc"
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio.mli", line 79, characters 2-95:
- 79 |   external unsafe_set_uint16 : t -> int -> int -> unit = "caml_aio_buffer_set_uint16" "noalloc"
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio.mli", line 80, characters 2-93:
- 80 |   external unsafe_set_int16 : t -> int -> int -> unit = "caml_aio_buffer_set_int16" "noalloc"
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio.mli", line 83, characters 2-93:
- 83 |   external unsafe_set_int31 : t -> int -> int -> unit = "caml_aio_buffer_set_int31" "noalloc"
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio.mli", line 84, characters 2-95:
- 84 |   external unsafe_set_int32 : t -> int -> int32 -> unit = "caml_aio_buffer_set_int32" "noalloc"
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio.mli", line 85, characters 2-95:
- 85 |   external unsafe_set_int64 : t -> int -> int64 -> unit = "caml_aio_buffer_set_int64" "noalloc"
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio.mli", line 110, characters 2-91:
- 110 |   external unsafe_get_be_int16 : t -> int -> int = "caml_aio_buffer_get_be_int16" "noalloc"
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio.mli", line 111, characters 2-93:
- 111 |   external unsafe_get_be_uint16 : t -> int -> int = "caml_aio_buffer_get_be_uint16" "noalloc"
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio.mli", line 112, characters 2-91:
- 112 |   external unsafe_get_be_int31 : t -> int -> int = "caml_aio_buffer_get_be_int31" "noalloc"
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio.mli", line 124, characters 2-99:
- 124 |   external unsafe_set_be_int16 : t -> int -> int -> unit = "caml_aio_buffer_set_be_int16" "noalloc"
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio.mli", line 125, characters 2-101:
- 125 |   external unsafe_set_be_uint16 : t -> int -> int -> unit = "caml_aio_buffer_set_be_uint16" "noalloc"
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio.mli", line 126, characters 2-99:
- 126 |   external unsafe_set_be_int31 : t -> int -> int -> unit = "caml_aio_buffer_set_be_int31" "noalloc"
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio.mli", line 127, characters 2-101:
- 127 |   external unsafe_set_be_int32 : t -> int -> int32 -> unit = "caml_aio_buffer_set_be_int32" "noalloc"
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio.mli", line 128, characters 2-101:
- 128 |   external unsafe_set_be_int64 : t -> int -> int64 -> unit = "caml_aio_buffer_set_be_int64" "noalloc"
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio.mli", line 140, characters 2-91:
- 140 |   external unsafe_get_le_int16 : t -> int -> int = "caml_aio_buffer_get_le_int16" "noalloc"
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio.mli", line 141, characters 2-93:
- 141 |   external unsafe_get_le_uint16 : t -> int -> int = "caml_aio_buffer_get_le_uint16" "noalloc"
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio.mli", line 142, characters 2-91:
- 142 |   external unsafe_get_le_int31 : t -> int -> int = "caml_aio_buffer_get_le_int31" "noalloc"
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio.mli", line 154, characters 2-99:
- 154 |   external unsafe_set_le_int16 : t -> int -> int -> unit = "caml_aio_buffer_set_le_int16" "noalloc"
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio.mli", line 155, characters 2-101:
- 155 |   external unsafe_set_le_uint16 : t -> int -> int -> unit = "caml_aio_buffer_set_le_uint16" "noalloc"
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio.mli", line 156, characters 2-99:
- 156 |   external unsafe_set_le_int31 : t -> int -> int -> unit = "caml_aio_buffer_set_le_int31" "noalloc"
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio.mli", line 157, characters 2-101:
- 157 |   external unsafe_set_le_int32 : t -> int -> int32 -> unit = "caml_aio_buffer_set_le_int32" "noalloc"
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- File "aio.mli", line 158, characters 2-101:
- 158 |   external unsafe_set_le_int64 : t -> int -> int64 -> unit = "caml_aio_buffer_set_le_int64" "noalloc"
-         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: [@@noalloc] should be used instead of "noalloc"
- ocamlc -c aio.ml
- ocamlmklib         \
- 			-o aio_stubs  aio_stubs.o aio_buffer_stubs.o -laio  \
- 			
- ocamlc -a -cclib -laio_stubs -cclib -laio   -dllib dllaio_stubs.so -custom             -o aio.cma aio_buffer.cmo aio.cmo
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/aio.0.0.3/lib'
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/aio.0.0.3/lib'
-> compiled  aio.0.0.3
[aio: make install]
+ /usr/bin/make "install" (CWD=/home/opam/.opam/default/.opam-switch/build/aio.0.0.3)
- /usr/bin/make -C lib install
- make[1]: Entering directory '/home/opam/.opam/default/.opam-switch/build/aio.0.0.3/lib'
- make[2]: Entering directory '/home/opam/.opam/default/.opam-switch/build/aio.0.0.3/lib'
- make[2]: 'libaio_stubs.a' is up to date.
- make[2]: 'aio.cma' is up to date.
- make[2]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/aio.0.0.3/lib'
- 
- Installing byte-code library with ocamlfind
- ocamlfind install  aio META \
-   aio.mli aio.cmi aio.cma libaio_stubs.a dllaio_stubs.so
- Installed /home/opam/.opam/default/lib/aio/libaio_stubs.a
- Installed /home/opam/.opam/default/lib/aio/aio.cma
- Installed /home/opam/.opam/default/lib/aio/aio.cmi
- Installed /home/opam/.opam/default/lib/aio/aio.mli
- Installed /home/opam/.opam/default/lib/stublibs/dllaio_stubs.so
- Installed /home/opam/.opam/default/lib/stublibs/dllaio_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/aio/META
- 
- Installation successful.
- make[1]: Leaving directory '/home/opam/.opam/default/.opam-switch/build/aio.0.0.3/lib'
-> installed aio.0.0.3

=== STDERR ===

2026-06-16 11:43.59: OK: build aio.0.0.3 (runc: 4.6s, disk: 0KB)
2026-06-16 11:43.59: Job succeeded