Build:
- 0
2026-06-16 11:35.00: New job: build stdint.0.7.0 (143be90e50fe) 2026-06-16 11:35.00: Waiting for resource in pool day11-builds 2026-06-16 11:50.01: Got resource from pool day11-builds 2026-06-16 11:50.01: [profile full] build stdint.0.7.0 2026-06-16 11:50.01: build stdint.0.7.0 (143be90e50fe) === DEPENDENCIES (6 transitive) === base-threads.base b7164ff76afe base-unix.base 839dc585f12d dune.3.23.1 5402470d931c ocaml.4.14.4 cb826ea44eb2 ocaml-base-compiler.4.14.4 d2f775f983d7 ocaml-config.2 669e0fcf9e4d === STDOUT === Processing: [default: loading data] [stdint.0.7.0: dl] [stdint.0.7.0: extract] -> retrieved stdint.0.7.0 (https://opam.ocaml.org/cache) [stdint: dune build] + /home/opam/.opam/default/bin/dune "build" "-p" "stdint" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/stdint.0.7.0) - (cd _build/default/lib && /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 -o int40_stubs.o -c int40_stubs.c) - int40_stubs.c: In function 'int40_mul': - int40_stubs.c:19:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 19 | CAMLreturn (copy_int40(Int40_val(v1) * Int64_val(v2))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int40_stubs.c: In function 'int40_div': - int40_stubs.c:29:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 29 | CAMLreturn (copy_int40((Int64_val(v1) / divisor) << 24)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int40_stubs.c: In function 'int40_shift_right': - int40_stubs.c:36:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 36 | CAMLreturn (copy_int40((Int64_val(v1) >> Long_val(v2)) & mask)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int40_stubs.c: In function 'int40_max_int': - int40_stubs.c:43:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 43 | CAMLreturn (copy_int40(INT64_MAX & mask)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int40_stubs.c: In function 'int40_min_int': - int40_stubs.c:50:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 50 | CAMLreturn (copy_int40(INT64_MIN & mask)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - (cd _build/default/lib && /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 -o int48_stubs.o -c int48_stubs.c) - int48_stubs.c: In function 'int48_mul': - int48_stubs.c:19:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 19 | CAMLreturn (copy_int48(Int48_val(v1) * Int64_val(v2))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int48_stubs.c: In function 'int48_div': - int48_stubs.c:29:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 29 | CAMLreturn (copy_int48((Int64_val(v1) / divisor) << 16)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int48_stubs.c: In function 'int48_shift_right': - int48_stubs.c:36:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 36 | CAMLreturn (copy_int48((Int64_val(v1) >> Long_val(v2)) & mask)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int48_stubs.c: In function 'int48_max_int': - int48_stubs.c:43:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 43 | CAMLreturn (copy_int48(INT64_MAX & mask)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int48_stubs.c: In function 'int48_min_int': - int48_stubs.c:50:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 50 | CAMLreturn (copy_int48(INT64_MIN & mask)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - (cd _build/default/lib && /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 -o int56_stubs.o -c int56_stubs.c) - int56_stubs.c: In function 'int56_mul': - int56_stubs.c:19:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 19 | CAMLreturn (copy_int56(Int56_val(v1) * Int64_val(v2))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int56_stubs.c: In function 'int56_div': - int56_stubs.c:29:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 29 | CAMLreturn (copy_int56((Int64_val(v1) / divisor) << 8)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int56_stubs.c: In function 'int56_shift_right': - int56_stubs.c:36:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 36 | CAMLreturn (copy_int56((Int64_val(v1) >> Long_val(v2)) & mask)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int56_stubs.c: In function 'int56_max_int': - int56_stubs.c:43:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 43 | CAMLreturn (copy_int56(INT64_MAX & mask)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int56_stubs.c: In function 'int56_min_int': - int56_stubs.c:50:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 50 | CAMLreturn (copy_int56(INT64_MIN & mask)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - (cd _build/default/lib && /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 -o int48_conv.o -c int48_conv.c) - int48_conv.c: In function 'int48_of_int': - int48_conv.c:33:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 33 | CAMLreturn (copy_int64(((int64_t)Long_val(v)) << 16)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int48_conv.c: In function 'int48_of_nativeint': - int48_conv.c:40:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 40 | CAMLreturn (copy_int64(((int64_t)Nativeint_val(v)) << 16)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int48_conv.c: In function 'int48_of_float': - int48_conv.c:47:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 47 | CAMLreturn (copy_int64(((int64_t)Double_val(v)) << 16)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int48_conv.c: In function 'int48_of_int8': - int48_conv.c:54:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 54 | CAMLreturn (copy_int64(((int64_t)Int8_val(v)) << 16)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int48_conv.c: In function 'int48_of_int16': - int48_conv.c:61:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 61 | CAMLreturn (copy_int64(((int64_t)Int16_val(v)) << 16)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int48_conv.c: In function 'int48_of_int24': - int48_conv.c:68:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 68 | CAMLreturn (copy_int64(((int64_t)Int24_val(v)) << 16)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int48_conv.c: In function 'int48_of_int32': - int48_conv.c:75:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 75 | CAMLreturn (copy_int64(((int64_t)Int32_val(v)) << 16)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int48_conv.c: In function 'int48_of_int40': - int48_conv.c:82:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 82 | CAMLreturn (copy_int64(((int64_t)Int40_val(v)) << 16)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int48_conv.c: In function 'int48_of_int56': - int48_conv.c:89:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 89 | CAMLreturn (copy_int64(((int64_t)Int56_val(v)) << 16)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int48_conv.c: In function 'int48_of_int64': - int48_conv.c:96:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 96 | CAMLreturn (copy_int64(((int64_t)Int64_val(v)) << 16)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int48_conv.c: In function 'int48_of_int128': - int48_conv.c:104:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 104 | CAMLreturn (copy_int64(((int64_t)Int128_val(v)) << 16)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int48_conv.c: In function 'int48_of_uint8': - int48_conv.c:115:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 115 | CAMLreturn (copy_int64(((int64_t)Uint8_val(v)) << 16)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int48_conv.c: In function 'int48_of_uint16': - int48_conv.c:122:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 122 | CAMLreturn (copy_int64(((int64_t)Uint16_val(v)) << 16)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int48_conv.c: In function 'int48_of_uint24': - int48_conv.c:129:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 129 | CAMLreturn (copy_int64(((int64_t)Uint24_val(v)) << 16)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int48_conv.c: In function 'int48_of_uint32': - int48_conv.c:136:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 136 | CAMLreturn (copy_int64(((int64_t)Uint32_val(v)) << 16)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int48_conv.c: In function 'int48_of_uint40': - int48_conv.c:143:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 143 | CAMLreturn (copy_int64(((int64_t)Uint40_val(v)) << 16)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int48_conv.c: In function 'int48_of_uint48': - int48_conv.c:150:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 150 | CAMLreturn (copy_int64(((int64_t)Uint48_val(v)) << 16)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int48_conv.c: In function 'int48_of_uint56': - int48_conv.c:157:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 157 | CAMLreturn (copy_int64(((int64_t)Uint56_val(v)) << 16)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int48_conv.c: In function 'int48_of_uint64': - int48_conv.c:164:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 164 | CAMLreturn (copy_int64(((int64_t)Uint64_val(v)) << 16)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int48_conv.c: In function 'int48_of_uint128': - int48_conv.c:172:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 172 | CAMLreturn (copy_int64(((int64_t)Uint128_val(v)) << 16)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - (cd _build/default/lib && /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 -o int40_conv.o -c int40_conv.c) - int40_conv.c: In function 'int40_of_int': - int40_conv.c:33:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 33 | CAMLreturn (copy_int64(((int64_t)Long_val(v)) << 24)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int40_conv.c: In function 'int40_of_nativeint': - int40_conv.c:40:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 40 | CAMLreturn (copy_int64(((int64_t)Nativeint_val(v)) << 24)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int40_conv.c: In function 'int40_of_float': - int40_conv.c:47:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 47 | CAMLreturn (copy_int64(((int64_t)Double_val(v)) << 24)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int40_conv.c: In function 'int40_of_int8': - int40_conv.c:54:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 54 | CAMLreturn (copy_int64(((int64_t)Int8_val(v)) << 24)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int40_conv.c: In function 'int40_of_int16': - int40_conv.c:61:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 61 | CAMLreturn (copy_int64(((int64_t)Int16_val(v)) << 24)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int40_conv.c: In function 'int40_of_int24': - int40_conv.c:68:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 68 | CAMLreturn (copy_int64(((int64_t)Int24_val(v)) << 24)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int40_conv.c: In function 'int40_of_int32': - int40_conv.c:75:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 75 | CAMLreturn (copy_int64(((int64_t)Int32_val(v)) << 24)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int40_conv.c: In function 'int40_of_int48': - int40_conv.c:82:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 82 | CAMLreturn (copy_int64(((int64_t)Int48_val(v)) << 24)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int40_conv.c: In function 'int40_of_int56': - int40_conv.c:89:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 89 | CAMLreturn (copy_int64(((int64_t)Int56_val(v)) << 24)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int40_conv.c: In function 'int40_of_int64': - int40_conv.c:96:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 96 | CAMLreturn (copy_int64(((int64_t)Int64_val(v)) << 24)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int40_conv.c: In function 'int40_of_int128': - int40_conv.c:104:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 104 | CAMLreturn (copy_int64(((int64_t)Int128_val(v)) << 24)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int40_conv.c: In function 'int40_of_uint8': - int40_conv.c:115:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 115 | CAMLreturn (copy_int64(((int64_t)Uint8_val(v)) << 24)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int40_conv.c: In function 'int40_of_uint16': - int40_conv.c:122:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 122 | CAMLreturn (copy_int64(((int64_t)Uint16_val(v)) << 24)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int40_conv.c: In function 'int40_of_uint24': - int40_conv.c:129:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 129 | CAMLreturn (copy_int64(((int64_t)Uint24_val(v)) << 24)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int40_conv.c: In function 'int40_of_uint32': - int40_conv.c:136:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 136 | CAMLreturn (copy_int64(((int64_t)Uint32_val(v)) << 24)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int40_conv.c: In function 'int40_of_uint40': - int40_conv.c:143:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 143 | CAMLreturn (copy_int64(((int64_t)Uint40_val(v)) << 24)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int40_conv.c: In function 'int40_of_uint48': - int40_conv.c:150:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 150 | CAMLreturn (copy_int64(((int64_t)Uint48_val(v)) << 24)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int40_conv.c: In function 'int40_of_uint56': - int40_conv.c:157:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 157 | CAMLreturn (copy_int64(((int64_t)Uint56_val(v)) << 24)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int40_conv.c: In function 'int40_of_uint64': - int40_conv.c:164:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 164 | CAMLreturn (copy_int64(((int64_t)Uint64_val(v)) << 24)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int40_conv.c: In function 'int40_of_uint128': - int40_conv.c:172:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 172 | CAMLreturn (copy_int64(((int64_t)Uint128_val(v)) << 24)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - (cd _build/default/lib && /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 -o int56_conv.o -c int56_conv.c) - int56_conv.c: In function 'int56_of_int': - int56_conv.c:33:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 33 | CAMLreturn (copy_int64(((int64_t)Long_val(v)) << 8)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int56_conv.c: In function 'int56_of_nativeint': - int56_conv.c:40:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 40 | CAMLreturn (copy_int64(((int64_t)Nativeint_val(v)) << 8)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int56_conv.c: In function 'int56_of_float': - int56_conv.c:47:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 47 | CAMLreturn (copy_int64(((int64_t)Double_val(v)) << 8)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int56_conv.c: In function 'int56_of_int8': - int56_conv.c:54:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 54 | CAMLreturn (copy_int64(((int64_t)Int8_val(v)) << 8)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int56_conv.c: In function 'int56_of_int16': - int56_conv.c:61:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 61 | CAMLreturn (copy_int64(((int64_t)Int16_val(v)) << 8)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int56_conv.c: In function 'int56_of_int24': - int56_conv.c:68:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 68 | CAMLreturn (copy_int64(((int64_t)Int24_val(v)) << 8)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int56_conv.c: In function 'int56_of_int32': - int56_conv.c:75:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 75 | CAMLreturn (copy_int64(((int64_t)Int32_val(v)) << 8)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int56_conv.c: In function 'int56_of_int40': - int56_conv.c:82:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 82 | CAMLreturn (copy_int64(((int64_t)Int40_val(v)) << 8)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int56_conv.c: In function 'int56_of_int48': - int56_conv.c:89:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 89 | CAMLreturn (copy_int64(((int64_t)Int48_val(v)) << 8)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int56_conv.c: In function 'int56_of_int64': - int56_conv.c:96:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 96 | CAMLreturn (copy_int64(((int64_t)Int64_val(v)) << 8)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int56_conv.c: In function 'int56_of_int128': - int56_conv.c:104:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 104 | CAMLreturn (copy_int64(((int64_t)Int128_val(v)) << 8)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int56_conv.c: In function 'int56_of_uint8': - int56_conv.c:115:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 115 | CAMLreturn (copy_int64(((int64_t)Uint8_val(v)) << 8)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int56_conv.c: In function 'int56_of_uint16': - int56_conv.c:122:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 122 | CAMLreturn (copy_int64(((int64_t)Uint16_val(v)) << 8)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int56_conv.c: In function 'int56_of_uint24': - int56_conv.c:129:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 129 | CAMLreturn (copy_int64(((int64_t)Uint24_val(v)) << 8)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int56_conv.c: In function 'int56_of_uint32': - int56_conv.c:136:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 136 | CAMLreturn (copy_int64(((int64_t)Uint32_val(v)) << 8)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int56_conv.c: In function 'int56_of_uint40': - int56_conv.c:143:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 143 | CAMLreturn (copy_int64(((int64_t)Uint40_val(v)) << 8)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int56_conv.c: In function 'int56_of_uint48': - int56_conv.c:150:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 150 | CAMLreturn (copy_int64(((int64_t)Uint48_val(v)) << 8)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int56_conv.c: In function 'int56_of_uint56': - int56_conv.c:157:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 157 | CAMLreturn (copy_int64(((int64_t)Uint56_val(v)) << 8)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int56_conv.c: In function 'int56_of_uint64': - int56_conv.c:164:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 164 | CAMLreturn (copy_int64(((int64_t)Uint64_val(v)) << 8)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int56_conv.c: In function 'int56_of_uint128': - int56_conv.c:172:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 172 | CAMLreturn (copy_int64(((int64_t)Uint128_val(v)) << 8)); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - (cd _build/default/lib && /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 -o int64_conv.o -c int64_conv.c) - int64_conv.c: In function 'int64_of_int': - int64_conv.c:33:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 33 | CAMLreturn (copy_int64((int64_t)Long_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int64_conv.c: In function 'int64_of_nativeint': - int64_conv.c:40:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 40 | CAMLreturn (copy_int64((int64_t)Nativeint_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int64_conv.c: In function 'int64_of_float': - int64_conv.c:47:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 47 | CAMLreturn (copy_int64((int64_t)Double_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int64_conv.c: In function 'int64_of_int8': - int64_conv.c:54:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 54 | CAMLreturn (copy_int64((int64_t)Int8_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int64_conv.c: In function 'int64_of_int16': - int64_conv.c:61:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 61 | CAMLreturn (copy_int64((int64_t)Int16_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int64_conv.c: In function 'int64_of_int24': - int64_conv.c:68:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 68 | CAMLreturn (copy_int64((int64_t)Int24_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int64_conv.c: In function 'int64_of_int32': - int64_conv.c:75:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 75 | CAMLreturn (copy_int64((int64_t)Int32_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int64_conv.c: In function 'int64_of_int40': - int64_conv.c:82:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 82 | CAMLreturn (copy_int64((int64_t)Int40_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int64_conv.c: In function 'int64_of_int48': - int64_conv.c:89:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 89 | CAMLreturn (copy_int64((int64_t)Int48_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int64_conv.c: In function 'int64_of_int56': - int64_conv.c:96:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 96 | CAMLreturn (copy_int64((int64_t)Int56_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int64_conv.c: In function 'int64_of_int128': - int64_conv.c:104:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 104 | CAMLreturn (copy_int64((int64_t)Int128_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int64_conv.c: In function 'int64_of_uint8': - int64_conv.c:115:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 115 | CAMLreturn (copy_int64((int64_t)Uint8_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int64_conv.c: In function 'int64_of_uint16': - int64_conv.c:122:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 122 | CAMLreturn (copy_int64((int64_t)Uint16_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int64_conv.c: In function 'int64_of_uint24': - int64_conv.c:129:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 129 | CAMLreturn (copy_int64((int64_t)Uint24_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int64_conv.c: In function 'int64_of_uint32': - int64_conv.c:136:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 136 | CAMLreturn (copy_int64((int64_t)Uint32_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int64_conv.c: In function 'int64_of_uint40': - int64_conv.c:143:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 143 | CAMLreturn (copy_int64((int64_t)Uint40_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int64_conv.c: In function 'int64_of_uint48': - int64_conv.c:150:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 150 | CAMLreturn (copy_int64((int64_t)Uint48_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int64_conv.c: In function 'int64_of_uint56': - int64_conv.c:157:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 157 | CAMLreturn (copy_int64((int64_t)Uint56_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int64_conv.c: In function 'int64_of_uint64': - int64_conv.c:164:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 164 | CAMLreturn (copy_int64((int64_t)Uint64_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int64_conv.c: In function 'int64_of_uint128': - int64_conv.c:172:13: warning: "copy_int64" is deprecated: use "caml_copy_int64" instead - 172 | CAMLreturn (copy_int64((int64_t)Uint128_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - (cd _build/default/lib && /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 -o int32_conv.o -c int32_conv.c) - int32_conv.c: In function 'int32_of_int': - int32_conv.c:33:13: warning: "copy_int32" is deprecated: use "caml_copy_int32" instead - 33 | CAMLreturn (copy_int32((int32_t)Long_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int32_conv.c: In function 'int32_of_nativeint': - int32_conv.c:40:13: warning: "copy_int32" is deprecated: use "caml_copy_int32" instead - 40 | CAMLreturn (copy_int32((int32_t)Nativeint_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int32_conv.c: In function 'int32_of_float': - int32_conv.c:47:13: warning: "copy_int32" is deprecated: use "caml_copy_int32" instead - 47 | CAMLreturn (copy_int32((int32_t)Double_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int32_conv.c: In function 'int32_of_int8': - int32_conv.c:54:13: warning: "copy_int32" is deprecated: use "caml_copy_int32" instead - 54 | CAMLreturn (copy_int32((int32_t)Int8_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int32_conv.c: In function 'int32_of_int16': - int32_conv.c:61:13: warning: "copy_int32" is deprecated: use "caml_copy_int32" instead - 61 | CAMLreturn (copy_int32((int32_t)Int16_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int32_conv.c: In function 'int32_of_int24': - int32_conv.c:68:13: warning: "copy_int32" is deprecated: use "caml_copy_int32" instead - 68 | CAMLreturn (copy_int32((int32_t)Int24_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int32_conv.c: In function 'int32_of_int40': - int32_conv.c:75:13: warning: "copy_int32" is deprecated: use "caml_copy_int32" instead - 75 | CAMLreturn (copy_int32((int32_t)Int40_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int32_conv.c: In function 'int32_of_int48': - int32_conv.c:82:13: warning: "copy_int32" is deprecated: use "caml_copy_int32" instead - 82 | CAMLreturn (copy_int32((int32_t)Int48_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int32_conv.c: In function 'int32_of_int56': - int32_conv.c:89:13: warning: "copy_int32" is deprecated: use "caml_copy_int32" instead - 89 | CAMLreturn (copy_int32((int32_t)Int56_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int32_conv.c: In function 'int32_of_int64': - int32_conv.c:96:13: warning: "copy_int32" is deprecated: use "caml_copy_int32" instead - 96 | CAMLreturn (copy_int32((int32_t)Int64_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int32_conv.c: In function 'int32_of_int128': - int32_conv.c:104:13: warning: "copy_int32" is deprecated: use "caml_copy_int32" instead - 104 | CAMLreturn (copy_int32((int32_t)Int128_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int32_conv.c: In function 'int32_of_uint8': - int32_conv.c:115:13: warning: "copy_int32" is deprecated: use "caml_copy_int32" instead - 115 | CAMLreturn (copy_int32((int32_t)Uint8_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int32_conv.c: In function 'int32_of_uint16': - int32_conv.c:122:13: warning: "copy_int32" is deprecated: use "caml_copy_int32" instead - 122 | CAMLreturn (copy_int32((int32_t)Uint16_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int32_conv.c: In function 'int32_of_uint24': - int32_conv.c:129:13: warning: "copy_int32" is deprecated: use "caml_copy_int32" instead - 129 | CAMLreturn (copy_int32((int32_t)Uint24_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int32_conv.c: In function 'int32_of_uint32': - int32_conv.c:136:13: warning: "copy_int32" is deprecated: use "caml_copy_int32" instead - 136 | CAMLreturn (copy_int32((int32_t)Uint32_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int32_conv.c: In function 'int32_of_uint40': - int32_conv.c:143:13: warning: "copy_int32" is deprecated: use "caml_copy_int32" instead - 143 | CAMLreturn (copy_int32((int32_t)Uint40_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int32_conv.c: In function 'int32_of_uint48': - int32_conv.c:150:13: warning: "copy_int32" is deprecated: use "caml_copy_int32" instead - 150 | CAMLreturn (copy_int32((int32_t)Uint48_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int32_conv.c: In function 'int32_of_uint56': - int32_conv.c:157:13: warning: "copy_int32" is deprecated: use "caml_copy_int32" instead - 157 | CAMLreturn (copy_int32((int32_t)Uint56_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int32_conv.c: In function 'int32_of_uint64': - int32_conv.c:164:13: warning: "copy_int32" is deprecated: use "caml_copy_int32" instead - 164 | CAMLreturn (copy_int32((int32_t)Uint64_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - int32_conv.c: In function 'int32_of_uint128': - int32_conv.c:172:13: warning: "copy_int32" is deprecated: use "caml_copy_int32" instead - 172 | CAMLreturn (copy_int32((int32_t)Uint128_val(v))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -> compiled stdint.0.7.0 -> installed stdint.0.7.0 === STDERR === 2026-06-16 11:50.14: OK: build stdint.0.7.0 (runc: 4.7s, disk: 40KB) 2026-06-16 11:50.14: Job succeeded