OCamllabs icon Home|Differences with the last checks|Previous runs


Building on x86-bm-7.ocamllabs.io

(from ocaml/opam:debian-unstable@sha256:286b1a07f166d69599599e77d36ff670e397cb189a08f108911b5151b4668ce1)
2022-06-03 02:03.34 ---> using "47ed2e5e0feee1987ba23dd55270cc6ad201fc29c17004e34e901e030428f794" from cache

/: (user (uid 1000) (gid 1000))

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2022-06-03 02:03.34 ---> using "4a75653e8e13af1975fafc6190bea646f6c5227de6a31d9a10c263381aa24cc1" from cache

/: (run (network host)
        (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q acdf0fda43c6ad752dca7fbab614d7a45df50538"))
2022-06-03 02:03.34 ---> using "e017e24311b2d1facae68aa054d4808ac0fd85da474fe18b5feb752a484a7401" from cache

/: (run (shell "rm -rf ~/.opam && opam init -ya --bare --config ~/.opamrc-sandbox ~/opam-repository"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.


<><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised

User configuration:
  ~/.profile is already up-to-date.
[NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.

2022-06-03 02:03.34 ---> using "fe4ab29b581b2ba4fc496c6fcd5cd0653b4902fb6da880b540dae71463661523" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam switch create --repositories=default '4.14' '4.14.0'"))

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "4.14.0"} | "ocaml-system" {= "4.14.0"}]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-base-compiler.4.14.0  (cached)
-> installed ocaml-base-compiler.4.14.0
-> installed ocaml-config.2
-> installed ocaml.4.14.0
Done.
# Run eval $(opam env --switch=4.14) to update the current shell environment
2022-06-03 02:03.34 ---> using "35f241fbc0856fa8757d0431041f243bcf1408153e081321f0517e3b5e88d5d8" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [165 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-06-02-2003.50-F-2022-06-01-1416.25.pdiff [73.9 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-06-02-2003.50-F-2022-06-01-1416.25.pdiff [73.9 kB]
- Fetched 303 kB in 2s (174 kB/s)
- Reading package lists...
- 
2022-06-03 02:03.34 ---> using "7bdf882b4a68e48035fe32236b20fdbc5859023f669af71ee5958604f98aa489" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell  "\
               \nopam remove -y \"catapult-client.0.1\"\
               \nopam install -vy \"catapult-client.0.1\"\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: \"catapult-client.0.1\" | grep -q '\"debian-unstable\"'; then\
               \n        echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\
               \n        exit 69\
               \n    fi\
               \nfi\
               \n\
               \n\
               \nexit $res\
               \n"))
[NOTE] catapult-client.0.1 is not installed.

Nothing to do.
The following actions will be performed:
=== install 9 packages
  - install catapult          0.1   [required by catapult-client]
  - install catapult-client   0.1
  - install conf-pkg-config   2     [required by conf-zmq]
  - install conf-zmq          0.1   [required by zmq]
  - install csexp             1.5.1 [required by dune-configurator]
  - install dune              3.2.0 [required by catapult-client]
  - install dune-configurator 3.2.0 [required by zmq]
  - install stdint            0.7.0 [required by zmq]
  - install zmq               5.1.5 [required by catapult-client]

The following system packages will first need to be installed:
    libzmq3-dev pkg-config

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

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
  3. Attempt installation anyway, and permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libzmq3-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package comerr-dev: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 ... 18687 files and directories currently installed.)
- Preparing to unpack .../00-comerr-dev_2.1-1.46.5-2_amd64.deb ...
- Unpacking comerr-dev:amd64 (2.1-1.46.5-2) ...
- Selecting previously unselected package libicu71:amd64.
- Preparing to unpack .../01-libicu71_71.1-3_amd64.deb ...
- Unpacking libicu71:amd64 (71.1-3) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../02-icu-devtools_71.1-3_amd64.deb ...
- Unpacking icu-devtools (71.1-3) ...
- Selecting previously unselected package libgssrpc4:amd64.
- Preparing to unpack .../03-libgssrpc4_1.19.2-2+b2_amd64.deb ...
- Unpacking libgssrpc4:amd64 (1.19.2-2+b2) ...
- Selecting previously unselected package libkdb5-10:amd64.
- Preparing to unpack .../04-libkdb5-10_1.19.2-2+b2_amd64.deb ...
- Unpacking libkdb5-10:amd64 (1.19.2-2+b2) ...
- Selecting previously unselected package libkadm5srv-mit12:amd64.
- Preparing to unpack .../05-libkadm5srv-mit12_1.19.2-2+b2_amd64.deb ...
- Unpacking libkadm5srv-mit12:amd64 (1.19.2-2+b2) ...
- Selecting previously unselected package libkadm5clnt-mit12:amd64.
- Preparing to unpack .../06-libkadm5clnt-mit12_1.19.2-2+b2_amd64.deb ...
- Unpacking libkadm5clnt-mit12:amd64 (1.19.2-2+b2) ...
- Selecting previously unselected package krb5-multidev:amd64.
- Preparing to unpack .../07-krb5-multidev_1.19.2-2+b2_amd64.deb ...
- Unpacking krb5-multidev:amd64 (1.19.2-2+b2) ...
- Selecting previously unselected package libmd-dev:amd64.
- Preparing to unpack .../08-libmd-dev_1.0.4-1_amd64.deb ...
- Unpacking libmd-dev:amd64 (1.0.4-1) ...
- Selecting previously unselected package libbsd-dev:amd64.
- Preparing to unpack .../09-libbsd-dev_0.11.6-1_amd64.deb ...
- Unpacking libbsd-dev:amd64 (0.11.6-1) ...
- Selecting previously unselected package libglib2.0-0:amd64.
- Preparing to unpack .../10-libglib2.0-0_2.72.1-1_amd64.deb ...
- Unpacking libglib2.0-0:amd64 (2.72.1-1) ...
- Selecting previously unselected package libglib2.0-data.
- Preparing to unpack .../11-libglib2.0-data_2.72.1-1_all.deb ...
- Unpacking libglib2.0-data (2.72.1-1) ...
- Selecting previously unselected package libicu-dev:amd64.
- Preparing to unpack .../12-libicu-dev_71.1-3_amd64.deb ...
- Unpacking libicu-dev:amd64 (71.1-3) ...
- Selecting previously unselected package libkrb5-dev:amd64.
- Preparing to unpack .../13-libkrb5-dev_1.19.2-2+b2_amd64.deb ...
- Unpacking libkrb5-dev:amd64 (1.19.2-2+b2) ...
- Selecting previously unselected package libnorm1:amd64.
- Preparing to unpack .../14-libnorm1_1.5.9+dfsg-2_amd64.deb ...
- Unpacking libnorm1:amd64 (1.5.9+dfsg-2) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../15-libxml2_2.9.14+dfsg-1_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.14+dfsg-1) ...
- Selecting previously unselected package libxml2-dev:amd64.
- Preparing to unpack .../16-libxml2-dev_2.9.14+dfsg-1_amd64.deb ...
- Unpacking libxml2-dev:amd64 (2.9.14+dfsg-1) ...
- Selecting previously unselected package libnorm-dev:amd64.
- Preparing to unpack .../17-libnorm-dev_1.5.9+dfsg-2_amd64.deb ...
- Unpacking libnorm-dev:amd64 (1.5.9+dfsg-2) ...
- Selecting previously unselected package libpgm-5.3-0:amd64.
- Preparing to unpack .../18-libpgm-5.3-0_5.3.128~dfsg-2_amd64.deb ...
- Unpacking libpgm-5.3-0:amd64 (5.3.128~dfsg-2) ...
- Selecting previously unselected package libpgm-dev:amd64.
- Preparing to unpack .../19-libpgm-dev_5.3.128~dfsg-2_amd64.deb ...
- Unpacking libpgm-dev:amd64 (5.3.128~dfsg-2) ...
- Selecting previously unselected package libsodium23:amd64.
- Preparing to unpack .../20-libsodium23_1.0.18-1_amd64.deb ...
- Unpacking libsodium23:amd64 (1.0.18-1) ...
- Selecting previously unselected package libsodium-dev:amd64.
- Preparing to unpack .../21-libsodium-dev_1.0.18-1_amd64.deb ...
- Unpacking libsodium-dev:amd64 (1.0.18-1) ...
- Selecting previously unselected package libzmq5:amd64.
- Preparing to unpack .../22-libzmq5_4.3.4-2_amd64.deb ...
- Unpacking libzmq5:amd64 (4.3.4-2) ...
- Selecting previously unselected package libzmq3-dev:amd64.
- Preparing to unpack .../23-libzmq3-dev_4.3.4-2_amd64.deb ...
- Unpacking libzmq3-dev:amd64 (4.3.4-2) ...
- Selecting previously unselected package pkg-config.
- Preparing to unpack .../24-pkg-config_0.29.2-1_amd64.deb ...
- Unpacking pkg-config (0.29.2-1) ...
- Selecting previously unselected package shared-mime-info.
- Preparing to unpack .../25-shared-mime-info_2.2-1_amd64.deb ...
- Unpacking shared-mime-info (2.2-1) ...
- Selecting previously unselected package xdg-user-dirs.
- Preparing to unpack .../26-xdg-user-dirs_0.17-2_amd64.deb ...
- Unpacking xdg-user-dirs (0.17-2) ...
- Setting up libicu71:amd64 (71.1-3) ...
- Setting up libsodium23:amd64 (1.0.18-1) ...
- Setting up xdg-user-dirs (0.17-2) ...
- Setting up libglib2.0-0:amd64 (2.72.1-1) ...
- No schema files found: doing nothing.
- Setting up libpgm-5.3-0:amd64 (5.3.128~dfsg-2) ...
- Setting up libnorm1:amd64 (1.5.9+dfsg-2) ...
- Setting up libgssrpc4:amd64 (1.19.2-2+b2) ...
- Setting up libglib2.0-data (2.72.1-1) ...
- Setting up libpgm-dev:amd64 (5.3.128~dfsg-2) ...
- Setting up comerr-dev:amd64 (2.1-1.46.5-2) ...
- Setting up icu-devtools (71.1-3) ...
- Setting up pkg-config (0.29.2-1) ...
- Setting up libsodium-dev:amd64 (1.0.18-1) ...
- Setting up libmd-dev:amd64 (1.0.4-1) ...
- Setting up libicu-dev:amd64 (71.1-3) ...
- Setting up libxml2:amd64 (2.9.14+dfsg-1) ...
- Setting up libbsd-dev:amd64 (0.11.6-1) ...
- Setting up libkadm5clnt-mit12:amd64 (1.19.2-2+b2) ...
- Setting up libkdb5-10:amd64 (1.19.2-2+b2) ...
- Setting up libzmq5:amd64 (4.3.4-2) ...
- Setting up libxml2-dev:amd64 (2.9.14+dfsg-1) ...
- Setting up shared-mime-info (2.2-1) ...
- Setting up libkadm5srv-mit12:amd64 (1.19.2-2+b2) ...
- Setting up krb5-multidev:amd64 (1.19.2-2+b2) ...
- Setting up libnorm-dev:amd64 (1.5.9+dfsg-2) ...
- Setting up libkrb5-dev:amd64 (1.19.2-2+b2) ...
- Setting up libzmq3-dev:amd64 (4.3.4-2) ...
- Processing triggers for libc-bin (2.33-7) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/25:
Processing  2/25:
Processing  3/25:
Processing  4/25:
Processing  5/25:
Processing  6/25: [conf-pkg-config: pkg-config]
-> retrieved catapult.0.1, catapult-client.0.1  (cached)
Processing  7/25: [conf-pkg-config: pkg-config]
-> retrieved csexp.1.5.1  (cached)
Processing  8/25: [conf-pkg-config: pkg-config]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "pkg-config" "--help" (CWD=/home/opam/.opam/4.14/.opam-switch/build/conf-pkg-config.2)
- Usage:
-   pkg-config [OPTION?]
- 
- Help Options:
-   -h, --help                              Show help options
- 
- Application Options:
-   --version                               output version of pkg-config
-   --modversion                            output version for package
-   --atleast-pkgconfig-version=VERSION     require given version of pkg-config
-   --libs                                  output all linker flags
-   --static                                output linker flags for static linking
-   --short-errors                          print short errors
-   --libs-only-l                           output -l flags
-   --libs-only-other                       output other libs (e.g. -pthread)
-   --libs-only-L                           output -L flags
-   --cflags                                output all pre-processor and compiler flags
-   --cflags-only-I                         output -I flags
-   --cflags-only-other                     output cflags not covered by the cflags-only-I option
-   --variable=NAME                         get the value of variable named NAME
-   --define-variable=NAME=VALUE            set variable NAME to VALUE
-   --exists                                return 0 if the module(s) exist
-   --print-variables                       output list of variables defined by the module
-   --uninstalled                           return 0 if the uninstalled version of one or more module(s) or their dependencies will be used
-   --atleast-version=VERSION               return 0 if the module is at least version VERSION
-   --exact-version=VERSION                 return 0 if the module is at exactly version VERSION
-   --max-version=VERSION                   return 0 if the module is at no newer than version VERSION
-   --list-all                              list all known packages
-   --debug                                 show verbose debug information
-   --print-errors                          show verbose information about missing or conflicting packages (default unless --exists or --atleast/exact/max-version given on the command line)
-   --silence-errors                        be silent about errors (default when --exists or --atleast/exact/max-version given on the command line)
-   --errors-to-stdout                      print errors from --print-errors to stdout not stderr
-   --print-provides                        print which packages the package provides
-   --print-requires                        print which packages the package requires
-   --print-requires-private                print which packages the package requires for static linking
-   --validate                              validate a package's .pc file
-   --define-prefix                         try to override the value of prefix for each .pc file found with a guesstimated value based on the location of the .pc file
-   --dont-define-prefix                    don't try to override the value of prefix for each .pc file found with a guesstimated value based on the location of the .pc file
-   --prefix-variable=PREFIX                set the name of the variable that pkg-config automatically sets
- 
-> compiled  conf-pkg-config.2
Processing  8/25:
Processing  9/25: [conf-pkg-config: mkdir]
-> retrieved dune.3.2.0, dune-configurator.3.2.0  (cached)
Processing 10/25: [dune: ocaml bootstrap.ml] [conf-pkg-config: mkdir]
-> retrieved stdint.0.7.0  (cached)
-> retrieved zmq.5.1.5  (cached)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "install" "mkdir" "-p" "/home/opam/.opam/4.14/lib/pkgconfig" (CWD=/home/opam/.opam/4.14/.opam-switch/build/conf-pkg-config.2)
-> installed conf-pkg-config.2
Processing 10/25: [dune: ocaml bootstrap.ml]
Processing 11/25: [conf-zmq: sh cc test.c $(pkg-config --libs --cflags libzmq)] [dune: ocaml bootstrap.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "sh" "-c" "cc test.c $(pkg-config --libs --cflags libzmq)" (CWD=/home/opam/.opam/4.14/.opam-switch/build/conf-zmq.0.1)
-> compiled  conf-zmq.0.1
Processing 11/25: [dune: ocaml bootstrap.ml]
-> installed conf-zmq.0.1
Processing 12/25: [dune: ocaml bootstrap.ml]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "ocaml" "bootstrap.ml" "-j" "31" (CWD=/home/opam/.opam/4.14/.opam-switch/build/dune.3.2.0)
- ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 31
- 

Processing 12/25: [dune: ./dune.exe build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "./dune.exe" "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" "31" (CWD=/home/opam/.opam/4.14/.opam-switch/build/dune.3.2.0)
-> compiled  dune.3.2.0
-> installed dune.3.2.0
Processing 14/25: [catapult: dune build]
Processing 15/25: [catapult: dune build] [csexp: dune build]
Processing 16/25: [catapult: dune build] [csexp: dune build] [stdint: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "csexp" "-j" "31" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/csexp.1.5.1)
-> compiled  csexp.1.5.1
Processing 16/25: [catapult: dune build] [stdint: dune build]
-> installed csexp.1.5.1
Processing 17/25: [catapult: dune build] [stdint: dune build]
Processing 18/25: [catapult: dune build] [dune-configurator: rm] [stdint: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "rm" "-rf" "vendor/csexp" (CWD=/home/opam/.opam/4.14/.opam-switch/build/dune-configurator.3.2.0)
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "rm" "-rf" "vendor/pp" (CWD=/home/opam/.opam/4.14/.opam-switch/build/dune-configurator.3.2.0)
Processing 18/25: [catapult: dune build] [dune-configurator: dune build] [stdint: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "catapult" "-j" "31" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/catapult.0.1)
-> compiled  catapult.0.1
Processing 18/25: [dune-configurator: dune build] [stdint: dune build]
-> installed catapult.0.1
Processing 19/25: [dune-configurator: dune build] [stdint: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "stdint" "-j" "31" "@install" (CWD=/home/opam/.opam/4.14/.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/4.14/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/4.14/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/4.14/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/4.14/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/4.14/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/4.14/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)));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                        
- (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/4.14/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/4.14/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));
-       |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~                
-> compiled  stdint.0.7.0
Processing 19/25: [dune-configurator: dune build]
-> installed stdint.0.7.0
Processing 20/25: [dune-configurator: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "dune-configurator" "-j" "31" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/dune-configurator.3.2.0)
-> compiled  dune-configurator.3.2.0
-> installed dune-configurator.3.2.0
Processing 22/25: [zmq: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "zmq" "-j" "31" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/zmq.5.1.5)
- (cd _build/default/zmq/src && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -isystem /usr/include/mit-krb5 -I/usr/include/pgm-5.3 -I/usr/include/libxml2 -Wall -Wextra -O2 -g -I /home/opam/.opam/4.14/lib/ocaml -I /home/opam/.opam/4.14/lib/stdint -o caml_zmq_stubs.o -c caml_zmq_stubs.c)
- In file included from caml_zmq_stubs.c:12:
- caml_zmq_stubs.c: In function 'caml_zmq_set_string_option':
- /home/opam/.opam/4.14/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))
-       |                       ^
- caml_zmq_stubs.c:226:26: note: in expansion of macro 'String_val'
-   226 |     char *option_value = String_val(socket_option);
-       |                          ^~~~~~~~~~
- caml_zmq_stubs.c: In function 'caml_zmq_recv':
- /home/opam/.opam/4.14/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))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- caml_zmq_stubs.c:480:13: note: in expansion of macro 'String_val'
-   480 |     memcpy (String_val(message), zmq_msg_data (&msg), size);
-       |             ^~~~~~~~~~
- In file included from caml_zmq_stubs.c:7:
- /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,
-       |                      ~~~~~~~~~~~~~~~~~^~~~~~
- In file included from caml_zmq_stubs.c:12:
- caml_zmq_stubs.c: In function 'caml_z85_encode':
- /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'zmq_z85_encode' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- caml_zmq_stubs.c:804:24: note: in expansion of macro 'String_val'
-   804 |     if (zmq_z85_encode(String_val(result), (uint8_t*) String_val(source), length) == NULL)
-       |                        ^~~~~~~~~~
- In file included from caml_zmq_stubs.c:32:
- /usr/include/zmq.h:570:23: note: expected 'char *' but argument is of type 'const char *'
-   570 | zmq_z85_encode (char *dest_, const uint8_t *data_, size_t size_);
-       |                 ~~~~~~^~~~~
- In file included from caml_zmq_stubs.c:12:
- caml_zmq_stubs.c: In function 'caml_curve_keypair':
- /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'zmq_curve_keypair' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- caml_zmq_stubs.c:832:36: note: in expansion of macro 'String_val'
-   832 |     int result = zmq_curve_keypair(String_val(public), String_val(secret));
-       |                                    ^~~~~~~~~~
- In file included from caml_zmq_stubs.c:32:
- /usr/include/zmq.h:577:41: note: expected 'char *' but argument is of type 'const char *'
-   577 | ZMQ_EXPORT int zmq_curve_keypair (char *z85_public_key_, char *z85_secret_key_);
-       |                                   ~~~~~~^~~~~~~~~~~~~~~
- In file included from caml_zmq_stubs.c:12:
- /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 2 of 'zmq_curve_keypair' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
-   290 | #define String_val(x) ((const char *) Bp_val(x))
-       |                       ~^~~~~~~~~~~~~~~~~~~~~~~~~
- caml_zmq_stubs.c:832:56: note: in expansion of macro 'String_val'
-   832 |     int result = zmq_curve_keypair(String_val(public), String_val(secret));
-       |                                                        ^~~~~~~~~~
- In file included from caml_zmq_stubs.c:32:
- /usr/include/zmq.h:577:64: note: expected 'char *' but argument is of type 'const char *'
-   577 | ZMQ_EXPORT int zmq_curve_keypair (char *z85_public_key_, char *z85_secret_key_);
-       |                                                          ~~~~~~^~~~~~~~~~~~~~~
-> compiled  zmq.5.1.5
-> installed zmq.5.1.5
Processing 24/25: [catapult-client: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "catapult-client" "-j" "31" "@install" (CWD=/home/opam/.opam/4.14/.opam-switch/build/catapult-client.0.1)
-> compiled  catapult-client.0.1
-> installed catapult-client.0.1
Done.
# Run eval $(opam env) to update the current shell environment
2022-06-03 02:04.25 ---> saved as "a65b97678394bcf11088e49410d1c04d288131753db22dcfaa06427a51b23f57"
Job succeeded