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


Building on x86-bm-5.ocamllabs.io

(from ocaml/opam:debian-unstable@sha256:196f72fefcbd1cd5857a4541b7054686b672ddbe3ce300ebf954f71a772a99f1)
Unable to find image 'ocaml/opam:debian-unstable@sha256:196f72fefcbd1cd5857a4541b7054686b672ddbe3ce300ebf954f71a772a99f1' locally
docker.io/ocaml/opam@sha256:196f72fefcbd1cd5857a4541b7054686b672ddbe3ce300ebf954f71a772a99f1: Pulling from ocaml/opam
88273bdcc4bc: Pulling fs layer
88273bdcc4bc: Verifying Checksum
88273bdcc4bc: Download complete
88273bdcc4bc: Pull complete
Digest: sha256:196f72fefcbd1cd5857a4541b7054686b672ddbe3ce300ebf954f71a772a99f1
Status: Downloaded newer image for ocaml/opam@sha256:196f72fefcbd1cd5857a4541b7054686b672ddbe3ce300ebf954f71a772a99f1
2022-10-13 11:25.48 ---> using "72789ea385c156750aa7dd96aa50ee44bc632bea844e975f245441d9aee8bfd2" 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-10-13 11:25.48 ---> using "00a95b0dc29356854a2323387bb3765564e1fe55593574ff6be6315935e9f655" 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 b1c9c96444d9fdc81f076b2f18ffaccd2f7c8f2f"))
2022-10-13 11:25.48 ---> using "78ae84c730ce1e5c34c37c027b1e573b31333de9c356d764a1de3654115799af" 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-10-13 11:25.48 ---> using "3910cf3733834024da3f31717f53c4d64ec6165d9ca48b4a2ad73da600e53b71" 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-10-13 11:25.48 ---> using "fb1eb500f11be569274ad29ee0db9fcc0909ae204e539c4aea07285e5410519c" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [161 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-10-11-2005.54-F-2022-10-10-1406.43.pdiff [117 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-10-11-2005.54-F-2022-10-10-1406.43.pdiff [117 kB]
- Fetched 341 kB in 4s (95.1 kB/s)
- Reading package lists...
- 
2022-10-13 11:25.48 ---> using "bb3fedd8441a3a40aad051f4d87b043f4b5b40252dccad127b059938a578d2b7" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell  "\
               \nopam remove -y \"tezos-rust-libs.1.0\"\
               \nopam install -vy \"tezos-rust-libs.1.0\"\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: \"tezos-rust-libs.1.0\" | 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] tezos-rust-libs.1.0 is not installed.

Nothing to do.
The following actions will be performed:
=== install 2 packages
  - install conf-rust       0.1 [required by tezos-rust-libs]
  - install tezos-rust-libs 1.0

The following system packages will first need to be installed:
    cargo

<><> 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" "cargo"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libpython3.10-minimal: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 ... 19690 files and directories currently installed.)
- Preparing to unpack .../libpython3.10-minimal_3.10.7-2_amd64.deb ...
- Unpacking libpython3.10-minimal:amd64 (3.10.7-2) ...
- Selecting previously unselected package python3.10-minimal.
- Preparing to unpack .../python3.10-minimal_3.10.7-2_amd64.deb ...
- Unpacking python3.10-minimal (3.10.7-2) ...
- Setting up libpython3.10-minimal:amd64 (3.10.7-2) ...
- Setting up python3.10-minimal (3.10.7-2) ...
- Selecting previously unselected package python3-minimal.
- (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 ... 19984 files and directories currently installed.)
- Preparing to unpack .../0-python3-minimal_3.10.6-1_amd64.deb ...
- Unpacking python3-minimal (3.10.6-1) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../1-media-types_8.0.0_all.deb ...
- Unpacking media-types (8.0.0) ...
- Selecting previously unselected package libmpdec3:amd64.
- Preparing to unpack .../2-libmpdec3_2.5.1-2_amd64.deb ...
- Unpacking libmpdec3:amd64 (2.5.1-2) ...
- Selecting previously unselected package libpython3.10-stdlib:amd64.
- Preparing to unpack .../3-libpython3.10-stdlib_3.10.7-2_amd64.deb ...
- Unpacking libpython3.10-stdlib:amd64 (3.10.7-2) ...
- Selecting previously unselected package python3.10.
- Preparing to unpack .../4-python3.10_3.10.7-2_amd64.deb ...
- Unpacking python3.10 (3.10.7-2) ...
- Selecting previously unselected package libpython3-stdlib:amd64.
- Preparing to unpack .../5-libpython3-stdlib_3.10.6-1_amd64.deb ...
- Unpacking libpython3-stdlib:amd64 (3.10.6-1) ...
- Setting up python3-minimal (3.10.6-1) ...
- Selecting previously unselected package python3.
- (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 ... 20386 files and directories currently installed.)
- Preparing to unpack .../00-python3_3.10.6-1_amd64.deb ...
- Unpacking python3 (3.10.6-1) ...
- Selecting previously unselected package libhttp-parser2.9:amd64.
- Preparing to unpack .../01-libhttp-parser2.9_2.9.4-5_amd64.deb ...
- Unpacking libhttp-parser2.9:amd64 (2.9.4-5) ...
- Selecting previously unselected package libmbedcrypto7:amd64.
- Preparing to unpack .../02-libmbedcrypto7_2.28.1-1_amd64.deb ...
- Unpacking libmbedcrypto7:amd64 (2.28.1-1) ...
- Selecting previously unselected package libmbedx509-1:amd64.
- Preparing to unpack .../03-libmbedx509-1_2.28.1-1_amd64.deb ...
- Unpacking libmbedx509-1:amd64 (2.28.1-1) ...
- Selecting previously unselected package libmbedtls14:amd64.
- Preparing to unpack .../04-libmbedtls14_2.28.1-1_amd64.deb ...
- Unpacking libmbedtls14:amd64 (2.28.1-1) ...
- Selecting previously unselected package libpcre3:amd64.
- Preparing to unpack .../05-libpcre3_2%3a8.39-14_amd64.deb ...
- Unpacking libpcre3:amd64 (2:8.39-14) ...
- Selecting previously unselected package libgit2-1.3:amd64.
- Preparing to unpack .../06-libgit2-1.3_1.3.0+dfsg.1-3_amd64.deb ...
- Unpacking libgit2-1.3:amd64 (1.3.0+dfsg.1-3) ...
- Selecting previously unselected package libicu71:amd64.
- Preparing to unpack .../07-libicu71_71.1-3_amd64.deb ...
- Unpacking libicu71:amd64 (71.1-3) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../08-libxml2_2.9.14+dfsg-1+b1_amd64.deb ...
- Unpacking libxml2:amd64 (2.9.14+dfsg-1+b1) ...
- Selecting previously unselected package libz3-4:amd64.
- Preparing to unpack .../09-libz3-4_4.8.12-1+b2_amd64.deb ...
- Unpacking libz3-4:amd64 (4.8.12-1+b2) ...
- Selecting previously unselected package libllvm14:amd64.
- Preparing to unpack .../10-libllvm14_1%3a14.0.6-5_amd64.deb ...
- Unpacking libllvm14:amd64 (1:14.0.6-5) ...
- Selecting previously unselected package libstd-rust-1.61:amd64.
- Preparing to unpack .../11-libstd-rust-1.61_1.61.0+dfsg1-2_amd64.deb ...
- Unpacking libstd-rust-1.61:amd64 (1.61.0+dfsg1-2) ...
- Selecting previously unselected package libstd-rust-dev:amd64.
- Preparing to unpack .../12-libstd-rust-dev_1.61.0+dfsg1-2_amd64.deb ...
- Unpacking libstd-rust-dev:amd64 (1.61.0+dfsg1-2) ...
- Selecting previously unselected package rustc.
- Preparing to unpack .../13-rustc_1.61.0+dfsg1-2_amd64.deb ...
- Unpacking rustc (1.61.0+dfsg1-2) ...
- Selecting previously unselected package cargo.
- Preparing to unpack .../14-cargo_0.57.0-7+b1_amd64.deb ...
- Unpacking cargo (0.57.0-7+b1) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../15-icu-devtools_71.1-3_amd64.deb ...
- Unpacking icu-devtools (71.1-3) ...
- Selecting previously unselected package libclang-cpp14.
- Preparing to unpack .../16-libclang-cpp14_1%3a14.0.6-5_amd64.deb ...
- Unpacking libclang-cpp14 (1:14.0.6-5) ...
- Selecting previously unselected package libnspr4:amd64.
- Preparing to unpack .../17-libnspr4_2%3a4.35-1_amd64.deb ...
- Unpacking libnspr4:amd64 (2:4.35-1) ...
- Selecting previously unselected package libnss3:amd64.
- Preparing to unpack .../18-libnss3_2%3a3.83-1_amd64.deb ...
- Unpacking libnss3:amd64 (2:3.83-1) ...
- Selecting previously unselected package libcurl3-nss:amd64.
- Preparing to unpack .../19-libcurl3-nss_7.85.0-1_amd64.deb ...
- Unpacking libcurl3-nss:amd64 (7.85.0-1) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../20-libffi-dev_3.4.3-2_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.3-2) ...
- Selecting previously unselected package libicu-dev:amd64.
- Preparing to unpack .../21-libicu-dev_71.1-3_amd64.deb ...
- Unpacking libicu-dev:amd64 (71.1-3) ...
- Selecting previously unselected package libncurses-dev:amd64.
- Preparing to unpack .../22-libncurses-dev_6.3+20220423-2_amd64.deb ...
- Unpacking libncurses-dev:amd64 (6.3+20220423-2) ...
- Selecting previously unselected package libpfm4:amd64.
- Preparing to unpack .../23-libpfm4_4.12.0-1_amd64.deb ...
- Unpacking libpfm4:amd64 (4.12.0-1) ...
- Selecting previously unselected package libtinfo-dev:amd64.
- Preparing to unpack .../24-libtinfo-dev_6.3+20220423-2_amd64.deb ...
- Unpacking libtinfo-dev:amd64 (6.3+20220423-2) ...
- Selecting previously unselected package libxml2-dev:amd64.
- Preparing to unpack .../25-libxml2-dev_2.9.14+dfsg-1+b1_amd64.deb ...
- Unpacking libxml2-dev:amd64 (2.9.14+dfsg-1+b1) ...
- Selecting previously unselected package libyaml-0-2:amd64.
- Preparing to unpack .../26-libyaml-0-2_0.2.5-1_amd64.deb ...
- Unpacking libyaml-0-2:amd64 (0.2.5-1) ...
- Selecting previously unselected package libz3-dev:amd64.
- Preparing to unpack .../27-libz3-dev_4.8.12-1+b2_amd64.deb ...
- Unpacking libz3-dev:amd64 (4.8.12-1+b2) ...
- Selecting previously unselected package llvm-14-runtime.
- Preparing to unpack .../28-llvm-14-runtime_1%3a14.0.6-5_amd64.deb ...
- Unpacking llvm-14-runtime (1:14.0.6-5) ...
- Selecting previously unselected package llvm-14-linker-tools.
- Preparing to unpack .../29-llvm-14-linker-tools_1%3a14.0.6-5_amd64.deb ...
- Unpacking llvm-14-linker-tools (1:14.0.6-5) ...
- Selecting previously unselected package llvm-14.
- Preparing to unpack .../30-llvm-14_1%3a14.0.6-5_amd64.deb ...
- Unpacking llvm-14 (1:14.0.6-5) ...
- Selecting previously unselected package python3-pkg-resources.
- Preparing to unpack .../31-python3-pkg-resources_65.3.0-1.1_all.deb ...
- Unpacking python3-pkg-resources (65.3.0-1.1) ...
- Selecting previously unselected package python3-pygments.
- Preparing to unpack .../32-python3-pygments_2.12.0+dfsg-2_all.deb ...
- Unpacking python3-pygments (2.12.0+dfsg-2) ...
- Selecting previously unselected package python3-yaml.
- Preparing to unpack .../33-python3-yaml_5.4.1-1+b2_amd64.deb ...
- Unpacking python3-yaml (5.4.1-1+b2) ...
- Selecting previously unselected package llvm-14-tools.
- Preparing to unpack .../34-llvm-14-tools_1%3a14.0.6-5_amd64.deb ...
- Unpacking llvm-14-tools (1:14.0.6-5) ...
- Selecting previously unselected package llvm-14-dev.
- Preparing to unpack .../35-llvm-14-dev_1%3a14.0.6-5_amd64.deb ...
- Unpacking llvm-14-dev (1:14.0.6-5) ...
- Setting up media-types (8.0.0) ...
- Setting up libicu71:amd64 (71.1-3) ...
- Setting up libncurses-dev:amd64 (6.3+20220423-2) ...
- Setting up libyaml-0-2:amd64 (0.2.5-1) ...
- Setting up libffi-dev:amd64 (3.4.3-2) ...
- Setting up libpcre3:amd64 (2:8.39-14) ...
- Setting up libz3-4:amd64 (4.8.12-1+b2) ...
- Setting up libpfm4:amd64 (4.12.0-1) ...
- Setting up libmbedcrypto7:amd64 (2.28.1-1) ...
- Setting up libnspr4:amd64 (2:4.35-1) ...
- Setting up icu-devtools (71.1-3) ...
- Setting up libmpdec3:amd64 (2.5.1-2) ...
- Setting up libicu-dev:amd64 (71.1-3) ...
- Setting up libxml2:amd64 (2.9.14+dfsg-1+b1) ...
- Setting up libhttp-parser2.9:amd64 (2.9.4-5) ...
- Setting up libtinfo-dev:amd64 (6.3+20220423-2) ...
- Setting up libz3-dev:amd64 (4.8.12-1+b2) ...
- Setting up libmbedx509-1:amd64 (2.28.1-1) ...
- Setting up libmbedtls14:amd64 (2.28.1-1) ...
- Setting up libnss3:amd64 (2:3.83-1) ...
- Setting up libpython3.10-stdlib:amd64 (3.10.7-2) ...
- Setting up libxml2-dev:amd64 (2.9.14+dfsg-1+b1) ...
- Setting up libllvm14:amd64 (1:14.0.6-5) ...
- Setting up libcurl3-nss:amd64 (7.85.0-1) ...
- Setting up llvm-14-linker-tools (1:14.0.6-5) ...
- Setting up libpython3-stdlib:amd64 (3.10.6-1) ...
- Setting up libstd-rust-1.61:amd64 (1.61.0+dfsg1-2) ...
- Setting up libgit2-1.3:amd64 (1.3.0+dfsg.1-3) ...
- Setting up python3.10 (3.10.7-2) ...
- Setting up python3 (3.10.6-1) ...
- running python rtupdate hooks for python3.10...
- running python post-rtupdate hooks for python3.10...
- Setting up libstd-rust-dev:amd64 (1.61.0+dfsg1-2) ...
- Setting up llvm-14-runtime (1:14.0.6-5) ...
- Setting up libclang-cpp14 (1:14.0.6-5) ...
- Setting up rustc (1.61.0+dfsg1-2) ...
- Setting up llvm-14 (1:14.0.6-5) ...
- Setting up python3-pkg-resources (65.3.0-1.1) ...
- Setting up python3-yaml (5.4.1-1+b2) ...
- Setting up cargo (0.57.0-7+b1) ...
- Setting up python3-pygments (2.12.0+dfsg-2) ...
- Setting up llvm-14-tools (1:14.0.6-5) ...
- Setting up llvm-14-dev (1:14.0.6-5) ...
- Processing triggers for systemd (251.5-1) ...
- Processing triggers for libc-bin (2.35-3) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/6:
Processing  3/6: [conf-rust: cargo]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "cargo" "--version" (CWD=/home/opam/.opam/4.14/.opam-switch/build/conf-rust.0.1)
- cargo 1.56.0
Processing  3/6: [conf-rust: rustc]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "rustc" "--version" (CWD=/home/opam/.opam/4.14/.opam-switch/build/conf-rust.0.1)
- rustc 1.61.0
-> compiled  conf-rust.0.1
Processing  3/6:
-> installed conf-rust.0.1
Processing  4/6:
-> retrieved tezos-rust-libs.1.0  (cached)
Processing  5/6: [tezos-rust-libs: mkdir .cargo]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "mkdir" ".cargo" (CWD=/home/opam/.opam/4.14/.opam-switch/build/tezos-rust-libs.1.0)
Processing  5/6: [tezos-rust-libs: mv cargo-config]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "mv" "cargo-config" ".cargo/config" (CWD=/home/opam/.opam/4.14/.opam-switch/build/tezos-rust-libs.1.0)
Processing  5/6: [tezos-rust-libs: cargo build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "cargo" "build" "--target-dir" "target" "--release" (CWD=/home/opam/.opam/4.14/.opam-switch/build/tezos-rust-libs.1.0)
-    Compiling autocfg v1.0.0
-    Compiling cfg-if v0.1.10
-    Compiling libc v0.2.71
-    Compiling byteorder v1.3.4
-    Compiling getrandom v0.1.14
-    Compiling typenum v1.12.0
-    Compiling proc-macro2 v1.0.18
-    Compiling unicode-xid v0.2.0
-    Compiling syn v1.0.30
-    Compiling lazy_static v1.4.0
-    Compiling ppv-lite86 v0.2.8
-    Compiling maybe-uninit v2.0.0
-    Compiling arrayref v0.3.6
-    Compiling opaque-debug v0.2.3
-    Compiling constant_time_eq v0.1.5
-    Compiling arrayvec v0.5.1
-    Compiling scopeguard v1.1.0
-    Compiling byte-tools v0.3.1
-    Compiling crunchy v0.1.6
-    Compiling log v0.4.8
-    Compiling futures v0.1.29
-    Compiling fake-simd v0.1.2
-    Compiling crypto_api v0.2.2
-    Compiling hex v0.3.2
-    Compiling bit-vec v0.4.4
-    Compiling block-padding v0.1.5
-    Compiling crypto_api_chachapoly v0.2.2
-    Compiling num-traits v0.2.11
-    Compiling num-integer v0.1.42
-    Compiling num-bigint v0.2.6
-    Compiling crossbeam-utils v0.7.2
-    Compiling memoffset v0.5.4
-    Compiling crossbeam-epoch v0.8.2
-    Compiling blake2s_simd v0.5.10
-    Compiling blake2b_simd v0.5.10
-    Compiling bigint v4.4.3
-    Compiling crossbeam-channel v0.4.2
-    Compiling crossbeam-queue v0.2.2
-    Compiling quote v1.0.6
-    Compiling crossbeam-deque v0.7.3
-    Compiling generic-array v0.12.3
-    Compiling crossbeam v0.7.3
-    Compiling num_cpus v1.13.0
-    Compiling directories v1.0.2
-    Compiling rand_core v0.5.1
-    Compiling zcash_history v0.2.0
-    Compiling block-cipher-trait v0.6.2
-    Compiling digest v0.8.1
-    Compiling block-buffer v0.7.3
-    Compiling aes-soft v0.3.3
-    Compiling rand_chacha v0.2.2
-    Compiling rand_xorshift v0.2.0
-    Compiling sha2 v0.8.2
-    Compiling aes v0.3.2
-    Compiling futures-cpupool v0.1.8
-    Compiling rand v0.7.3
-    Compiling fpe v0.2.0
-    Compiling ff_derive v0.6.0
-    Compiling ff v0.6.0
-    Compiling group v0.6.0
-    Compiling pairing v0.16.0
-    Compiling bellman v0.6.0
-    Compiling zcash_primitives v0.2.0
-    Compiling zcash_proofs v0.2.0
-    Compiling rustc-bls12-381 v0.7.2 (/home/opam/.opam/4.14/.opam-switch/build/tezos-rust-libs.1.0/rustc-bls12-381)
- warning: unnecessary braces around function argument
-   --> rustc-bls12-381/src/fq12.rs:23:23
-    |
- 23 |     let g = read_fq12({ unsafe { &*g } }).unwrap();
-    |                       ^^              ^^
-    |
-    = note: `#[warn(unused_braces)]` on by default
- help: remove these braces
-    |
- 23 -     let g = read_fq12({ unsafe { &*g } }).unwrap();
- 23 +     let g = read_fq12(unsafe { &*g }).unwrap();
-    | 
- 
- warning: unnecessary braces around function argument
-   --> rustc-bls12-381/src/fq12.rs:29:23
-    |
- 29 |     let g = read_fq12({ unsafe { &*g } }).unwrap();
-    |                       ^^              ^^
-    |
- help: remove these braces
-    |
- 29 -     let g = read_fq12({ unsafe { &*g } }).unwrap();
- 29 +     let g = read_fq12(unsafe { &*g }).unwrap();
-    | 
- 
- warning: unnecessary braces around function argument
-   --> rustc-bls12-381/src/fq12.rs:57:27
-    |
- 57 |     let mut x = read_fq12({ unsafe { &*x } }).unwrap();
-    |                           ^^              ^^
-    |
- help: remove these braces
-    |
- 57 -     let mut x = read_fq12({ unsafe { &*x } }).unwrap();
- 57 +     let mut x = read_fq12(unsafe { &*x }).unwrap();
-    | 
- 
- warning: unnecessary braces around function argument
-   --> rustc-bls12-381/src/fq12.rs:58:23
-    |
- 58 |     let y = read_fq12({ unsafe { &*y } }).unwrap();
-    |                       ^^              ^^
-    |
- help: remove these braces
-    |
- 58 -     let y = read_fq12({ unsafe { &*y } }).unwrap();
- 58 +     let y = read_fq12(unsafe { &*y }).unwrap();
-    | 
- 
- warning: unnecessary braces around function argument
-   --> rustc-bls12-381/src/fq12.rs:69:27
-    |
- 69 |     let mut x = read_fq12({ unsafe { &*x } }).unwrap();
-    |                           ^^              ^^
-    |
- help: remove these braces
-    |
- 69 -     let mut x = read_fq12({ unsafe { &*x } }).unwrap();
- 69 +     let mut x = read_fq12(unsafe { &*x }).unwrap();
-    | 
- 
- warning: unnecessary braces around function argument
-   --> rustc-bls12-381/src/fq12.rs:70:23
-    |
- 70 |     let y = read_fq12({ unsafe { &*y } }).unwrap();
-    |                       ^^              ^^
-    |
- help: remove these braces
-    |
- 70 -     let y = read_fq12({ unsafe { &*y } }).unwrap();
- 70 +     let y = read_fq12(unsafe { &*y }).unwrap();
-    | 
- 
- warning: unnecessary braces around function argument
-   --> rustc-bls12-381/src/fq12.rs:80:23
-    |
- 80 |     let x = read_fq12({ unsafe { &*x } }).unwrap();
-    |                       ^^              ^^
-    |
- help: remove these braces
-    |
- 80 -     let x = read_fq12({ unsafe { &*x } }).unwrap();
- 80 +     let x = read_fq12(unsafe { &*x }).unwrap();
-    | 
- 
- warning: unnecessary braces around function argument
-   --> rustc-bls12-381/src/fq12.rs:81:23
-    |
- 81 |     let y = read_fq12({ unsafe { &*y } }).unwrap();
-    |                       ^^              ^^
-    |
- help: remove these braces
-    |
- 81 -     let y = read_fq12({ unsafe { &*y } }).unwrap();
- 81 +     let y = read_fq12(unsafe { &*y }).unwrap();
-    | 
- 
- warning: unnecessary braces around function argument
-   --> rustc-bls12-381/src/fq12.rs:90:23
-    |
- 90 |     let x = read_fq12({ unsafe { &*x } }).unwrap();
-    |                       ^^              ^^
-    |
- help: remove these braces
-    |
- 90 -     let x = read_fq12({ unsafe { &*x } }).unwrap();
- 90 +     let x = read_fq12(unsafe { &*x }).unwrap();
-    | 
- 
- warning: unnecessary braces around function argument
-    --> rustc-bls12-381/src/fq12.rs:100:27
-     |
- 100 |     let mut x = read_fq12({ unsafe { &*x } }).unwrap();
-     |                           ^^              ^^
-     |
- help: remove these braces
-     |
- 100 -     let mut x = read_fq12({ unsafe { &*x } }).unwrap();
- 100 +     let mut x = read_fq12(unsafe { &*x }).unwrap();
-     | 
- 
- warning: unnecessary braces around function argument
-    --> rustc-bls12-381/src/fq12.rs:110:27
-     |
- 110 |     let mut x = read_fq12({ unsafe { &*x } }).unwrap();
-     |                           ^^              ^^
-     |
- help: remove these braces
-     |
- 110 -     let mut x = read_fq12({ unsafe { &*x } }).unwrap();
- 110 +     let mut x = read_fq12(unsafe { &*x }).unwrap();
-     | 
- 
- warning: unnecessary braces around function argument
-    --> rustc-bls12-381/src/fq12.rs:120:27
-     |
- 120 |     let mut x = read_fq12({ unsafe { &*x } }).unwrap();
-     |                           ^^              ^^
-     |
- help: remove these braces
-     |
- 120 -     let mut x = read_fq12({ unsafe { &*x } }).unwrap();
- 120 +     let mut x = read_fq12(unsafe { &*x }).unwrap();
-     | 
- 
- warning: unnecessary braces around function argument
-    --> rustc-bls12-381/src/fq12.rs:131:23
-     |
- 131 |     let x = read_fq12({ unsafe { &*x } }).unwrap();
-     |                       ^^              ^^
-     |
- help: remove these braces
-     |
- 131 -     let x = read_fq12({ unsafe { &*x } }).unwrap();
- 131 +     let x = read_fq12(unsafe { &*x }).unwrap();
-     | 
- 
- warning: unnecessary braces around function argument
-   --> rustc-bls12-381/src/fr.rs:23:27
-    |
- 23 |     let fr_elem = read_fr({ unsafe { &*element } });
-    |                           ^^                    ^^
-    |
- help: remove these braces
-    |
- 23 -     let fr_elem = read_fr({ unsafe { &*element } });
- 23 +     let fr_elem = read_fr(unsafe { &*element });
-    | 
- 
- warning: unnecessary braces around function argument
-   --> rustc-bls12-381/src/fr.rs:32:27
-    |
- 32 |     let fr_elem = read_fr({ unsafe { &*element } });
-    |                           ^^                    ^^
-    |
- help: remove these braces
-    |
- 32 -     let fr_elem = read_fr({ unsafe { &*element } });
- 32 +     let fr_elem = read_fr(unsafe { &*element });
-    | 
- 
- warning: unnecessary braces around function argument
-   --> rustc-bls12-381/src/fr.rs:69:25
-    |
- 69 |     let mut x = read_fr({ unsafe { &*x } }).unwrap();
-    |                         ^^              ^^
-    |
- help: remove these braces
-    |
- 69 -     let mut x = read_fr({ unsafe { &*x } }).unwrap();
- 69 +     let mut x = read_fr(unsafe { &*x }).unwrap();
-    | 
- 
- warning: unnecessary braces around function argument
-   --> rustc-bls12-381/src/fr.rs:70:21
-    |
- 70 |     let y = read_fr({ unsafe { &*y } }).unwrap();
-    |                     ^^              ^^
-    |
- help: remove these braces
-    |
- 70 -     let y = read_fr({ unsafe { &*y } }).unwrap();
- 70 +     let y = read_fr(unsafe { &*y }).unwrap();
-    | 
- 
- warning: unnecessary braces around function argument
-   --> rustc-bls12-381/src/fr.rs:81:25
-    |
- 81 |     let mut x = read_fr({ unsafe { &*x } }).unwrap();
-    |                         ^^              ^^
-    |
- help: remove these braces
-    |
- 81 -     let mut x = read_fr({ unsafe { &*x } }).unwrap();
- 81 +     let mut x = read_fr(unsafe { &*x }).unwrap();
-    | 
- 
- warning: unnecessary braces around function argument
-   --> rustc-bls12-381/src/fr.rs:82:21
-    |
- 82 |     let y = read_fr({ unsafe { &*y } }).unwrap();
-    |                     ^^              ^^
-    |
- help: remove these braces
-    |
- 82 -     let y = read_fr({ unsafe { &*y } }).unwrap();
- 82 +     let y = read_fr(unsafe { &*y }).unwrap();
-    | 
- 
- warning: unnecessary braces around function argument
-   --> rustc-bls12-381/src/fr.rs:94:21
-    |
- 94 |     let x = read_fr({ unsafe { &*x } }).unwrap();
-    |                     ^^              ^^
-    |
- help: remove these braces
-    |
- 94 -     let x = read_fr({ unsafe { &*x } }).unwrap();
- 94 +     let x = read_fr(unsafe { &*x }).unwrap();
-    | 
- 
- warning: unnecessary braces around function argument
-   --> rustc-bls12-381/src/fr.rs:95:21
-    |
- 95 |     let y = read_fr({ unsafe { &*y } }).unwrap();
-    |                     ^^              ^^
-    |
- help: remove these braces
-    |
- 95 -     let y = read_fr({ unsafe { &*y } }).unwrap();
- 95 +     let y = read_fr(unsafe { &*y }).unwrap();
-    | 
- 
- warning: unnecessary braces around function argument
-    --> rustc-bls12-381/src/fr.rs:105:21
-     |
- 105 |     let x = read_fr({ unsafe { &*x } }).unwrap();
-     |                     ^^              ^^
-     |
- help: remove these braces
-     |
- 105 -     let x = read_fr({ unsafe { &*x } }).unwrap();
- 105 +     let x = read_fr(unsafe { &*x }).unwrap();
-     | 
- 
- warning: unnecessary braces around function argument
-    --> rustc-bls12-381/src/fr.rs:115:25
-     |
- 115 |     let mut x = read_fr({ unsafe { &*x } }).unwrap();
-     |                         ^^              ^^
-     |
- help: remove these braces
-     |
- 115 -     let mut x = read_fr({ unsafe { &*x } }).unwrap();
- 115 +     let mut x = read_fr(unsafe { &*x }).unwrap();
-     | 
- 
- warning: unnecessary braces around function argument
-    --> rustc-bls12-381/src/fr.rs:125:25
-     |
- 125 |     let mut x = read_fr({ unsafe { &*x } }).unwrap();
-     |                         ^^              ^^
-     |
- help: remove these braces
-     |
- 125 -     let mut x = read_fr({ unsafe { &*x } }).unwrap();
- 125 +     let mut x = read_fr(unsafe { &*x }).unwrap();
-     | 
- 
- warning: unnecessary braces around function argument
-    --> rustc-bls12-381/src/fr.rs:135:25
-     |
- 135 |     let mut x = read_fr({ unsafe { &*x } }).unwrap();
-     |                         ^^              ^^
-     |
- help: remove these braces
-     |
- 135 -     let mut x = read_fr({ unsafe { &*x } }).unwrap();
- 135 +     let mut x = read_fr(unsafe { &*x }).unwrap();
-     | 
- 
- warning: unnecessary braces around function argument
-    --> rustc-bls12-381/src/fr.rs:146:21
-     |
- 146 |     let x = read_fr({ unsafe { &*x } }).unwrap();
-     |                     ^^              ^^
-     |
- help: remove these braces
-     |
- 146 -     let x = read_fr({ unsafe { &*x } }).unwrap();
- 146 +     let x = read_fr(unsafe { &*x }).unwrap();
-     | 
- 
- warning: unnecessary braces around function argument
-    --> rustc-bls12-381/src/pairing.rs:360:23
-     |
- 360 |     let x = read_fq12({ unsafe { &*x } }).unwrap();
-     |                       ^^              ^^
-     |
- help: remove these braces
-     |
- 360 -     let x = read_fq12({ unsafe { &*x } }).unwrap();
- 360 +     let x = read_fq12(unsafe { &*x }).unwrap();
-     | 
- 
- warning: `rustc-bls12-381` (lib) generated 27 warnings
-    Compiling librustzcash v0.2.0 (/home/opam/.opam/4.14/.opam-switch/build/tezos-rust-libs.1.0/librustzcash)
- warning: lint `intra_doc_link_resolution_failure` has been removed: use `rustdoc::broken_intra_doc_links` instead
-  --> librustzcash/src/rustzcash.rs:6:9
-   |
- 6 | #![deny(intra_doc_link_resolution_failure)]
-   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-   |
-   = note: `#[warn(renamed_and_removed_lints)]` on by default
- 
- warning: `librustzcash` (lib) generated 1 warning
-     Finished release [optimized] target(s) in 1m 01s
-> compiled  tezos-rust-libs.1.0
-> installed tezos-rust-libs.1.0
Done.
# Run eval $(opam env) to update the current shell environment
2022-10-13 11:28.14 ---> saved as "6ef5f3b0d908883f94c6259a7001c651e1d925cf9ca93d7ad71f36d76c2189cc"
Job succeeded