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


Building on cree.ocamllabs.io

(from ocaml/opam:debian-unstable@sha256:a20618cee40a09b4c7604919411db28c4ae473b9780730085f91824e8dd5f205)
2022-09-04 07:54.26 ---> using "00583e82ec888c922d57db664b8acb62b642829c5a4a94b17a44e5693b1db2de" 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-09-04 07:54.26 ---> using "f816199fc982412d3ea70ae1ae1bab135eea82bc7670ac5d731bc57d0733e3c4" 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 418227c38ed4e28a0827786e5e9e50b9547c0b27"))
2022-09-04 07:54.26 ---> using "4cabcce7a0cb6de31986471b51abc9f1f3fec6a75be6e83e549da867c7605e5a" 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-09-04 07:54.26 ---> using "d451da695ab21573c7bdead4176eec083b0218f568c4ccf5f5b38b162d64d4d7" from cache

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

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> retrieved ocaml-base-compiler.4.04.2  (cached)
-> installed ocaml-base-compiler.4.04.2
-> installed ocaml-config.1
-> installed ocaml.4.04.2
Done.
# Run eval $(opam env --switch=4.04) to update the current shell environment
2022-09-04 07:54.26 ---> using "8faa22180ac5ca880ef3b23c628be4af34f3fccee642ed6a210aab60aba037cd" from cache

/: (run (network host)
        (shell "opam update --depexts"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [192 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-09-02-1404.47-F-2022-08-29-1405.22.pdiff [271 kB]
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages T-2022-09-02-1404.47-F-2022-08-29-1405.22.pdiff [271 kB]
- Fetched 527 kB in 2s (309 kB/s)
- Reading package lists...
- 
2022-09-04 07:54.26 ---> using "aad30a72ef0c7f4003669303fa1e032e7ab40c01b8e31eb3711fc0e6d8a49cdf" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam install -y ocaml-secondary-compiler"))
The following actions will be performed:
=== install 1 package
  - install ocaml-secondary-compiler 4.08.1-1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-secondary-compiler.4.08.1-1  (cached)
-> installed ocaml-secondary-compiler.4.08.1-1
Done.
# Run eval $(opam env) to update the current shell environment
2022-09-04 07:54.26 ---> using "0d48535979f204d3bf4708b85d063486ca25564fcce087e29ce2a0bc9f70f4fc" 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"))
Nothing to do.
[NOTE] tezos-rust-libs.1.0 is not installed.

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 ... 19664 files and directories currently installed.)
- Preparing to unpack .../libpython3.10-minimal_3.10.6-1_amd64.deb ...
- Unpacking libpython3.10-minimal:amd64 (3.10.6-1) ...
- Selecting previously unselected package python3.10-minimal.
- Preparing to unpack .../python3.10-minimal_3.10.6-1_amd64.deb ...
- Unpacking python3.10-minimal (3.10.6-1) ...
- Setting up libpython3.10-minimal:amd64 (3.10.6-1) ...
- Setting up python3.10-minimal (3.10.6-1) ...
- 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 ... 19958 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.6-1_amd64.deb ...
- Unpacking libpython3.10-stdlib:amd64 (3.10.6-1) ...
- Selecting previously unselected package python3.10.
- Preparing to unpack .../4-python3.10_3.10.6-1_amd64.deb ...
- Unpacking python3.10 (3.10.6-1) ...
- 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 ... 20360 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 libgit2-1.3:amd64.
- Preparing to unpack .../05-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 .../06-libicu71_71.1-3_amd64.deb ...
- Unpacking libicu71:amd64 (71.1-3) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../07-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 .../08-libz3-4_4.8.12-1+b1_amd64.deb ...
- Unpacking libz3-4:amd64 (4.8.12-1+b1) ...
- Selecting previously unselected package libllvm13:amd64.
- Preparing to unpack .../09-libllvm13_1%3a13.0.1-7_amd64.deb ...
- Unpacking libllvm13:amd64 (1:13.0.1-7) ...
- Selecting previously unselected package libstd-rust-1.59:amd64.
- Preparing to unpack .../10-libstd-rust-1.59_1.59.0+dfsg1-2_amd64.deb ...
- Unpacking libstd-rust-1.59:amd64 (1.59.0+dfsg1-2) ...
- Selecting previously unselected package libstd-rust-dev:amd64.
- Preparing to unpack .../11-libstd-rust-dev_1.59.0+dfsg1-2_amd64.deb ...
- Unpacking libstd-rust-dev:amd64 (1.59.0+dfsg1-2) ...
- Selecting previously unselected package rustc.
- Preparing to unpack .../12-rustc_1.59.0+dfsg1-2_amd64.deb ...
- Unpacking rustc (1.59.0+dfsg1-2) ...
- Selecting previously unselected package cargo.
- Preparing to unpack .../13-cargo_0.57.0-7+b1_amd64.deb ...
- Unpacking cargo (0.57.0-7+b1) ...
- Selecting previously unselected package icu-devtools.
- Preparing to unpack .../14-icu-devtools_71.1-3_amd64.deb ...
- Unpacking icu-devtools (71.1-3) ...
- Selecting previously unselected package libclang-cpp13.
- Preparing to unpack .../15-libclang-cpp13_1%3a13.0.1-7_amd64.deb ...
- Unpacking libclang-cpp13 (1:13.0.1-7) ...
- Selecting previously unselected package libffi-dev:amd64.
- Preparing to unpack .../16-libffi-dev_3.4.2-4_amd64.deb ...
- Unpacking libffi-dev:amd64 (3.4.2-4) ...
- Selecting previously unselected package libicu-dev:amd64.
- Preparing to unpack .../17-libicu-dev_71.1-3_amd64.deb ...
- Unpacking libicu-dev:amd64 (71.1-3) ...
- Selecting previously unselected package libncurses-dev:amd64.
- Preparing to unpack .../18-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 .../19-libpfm4_4.11.1+git74-g5140ce5-1_amd64.deb ...
- Unpacking libpfm4:amd64 (4.11.1+git74-g5140ce5-1) ...
- Selecting previously unselected package libtinfo-dev:amd64.
- Preparing to unpack .../20-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 .../21-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 .../22-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 .../23-libz3-dev_4.8.12-1+b1_amd64.deb ...
- Unpacking libz3-dev:amd64 (4.8.12-1+b1) ...
- Selecting previously unselected package llvm-13-runtime.
- Preparing to unpack .../24-llvm-13-runtime_1%3a13.0.1-7_amd64.deb ...
- Unpacking llvm-13-runtime (1:13.0.1-7) ...
- Selecting previously unselected package llvm-13-linker-tools.
- Preparing to unpack .../25-llvm-13-linker-tools_1%3a13.0.1-7_amd64.deb ...
- Unpacking llvm-13-linker-tools (1:13.0.1-7) ...
- Selecting previously unselected package llvm-13.
- Preparing to unpack .../26-llvm-13_1%3a13.0.1-7_amd64.deb ...
- Unpacking llvm-13 (1:13.0.1-7) ...
- Selecting previously unselected package python3-pkg-resources.
- Preparing to unpack .../27-python3-pkg-resources_59.6.0-1.2_all.deb ...
- Unpacking python3-pkg-resources (59.6.0-1.2) ...
- Selecting previously unselected package python3-pygments.
- Preparing to unpack .../28-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 .../29-python3-yaml_5.4.1-1+b2_amd64.deb ...
- Unpacking python3-yaml (5.4.1-1+b2) ...
- Selecting previously unselected package llvm-13-tools.
- Preparing to unpack .../30-llvm-13-tools_1%3a13.0.1-7_amd64.deb ...
- Unpacking llvm-13-tools (1:13.0.1-7) ...
- Selecting previously unselected package llvm-13-dev.
- Preparing to unpack .../31-llvm-13-dev_1%3a13.0.1-7_amd64.deb ...
- Unpacking llvm-13-dev (1:13.0.1-7) ...
- 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.2-4) ...
- Setting up libz3-4:amd64 (4.8.12-1+b1) ...
- Setting up libpfm4:amd64 (4.11.1+git74-g5140ce5-1) ...
- Setting up libmbedcrypto7:amd64 (2.28.1-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+b1) ...
- Setting up libmbedx509-1:amd64 (2.28.1-1) ...
- Setting up libmbedtls14:amd64 (2.28.1-1) ...
- Setting up libpython3.10-stdlib:amd64 (3.10.6-1) ...
- Setting up libxml2-dev:amd64 (2.9.14+dfsg-1+b1) ...
- Setting up libllvm13:amd64 (1:13.0.1-7) ...
- Setting up llvm-13-runtime (1:13.0.1-7) ...
- Setting up libpython3-stdlib:amd64 (3.10.6-1) ...
- Setting up libgit2-1.3:amd64 (1.3.0+dfsg.1-3) ...
- Setting up python3.10 (3.10.6-1) ...
- Setting up python3 (3.10.6-1) ...
- running python rtupdate hooks for python3.10...
- running python post-rtupdate hooks for python3.10...
- Setting up llvm-13-linker-tools (1:13.0.1-7) ...
- Setting up libstd-rust-1.59:amd64 (1.59.0+dfsg1-2) ...
- Setting up libclang-cpp13 (1:13.0.1-7) ...
- Setting up python3-pkg-resources (59.6.0-1.2) ...
- Setting up llvm-13 (1:13.0.1-7) ...
- Setting up python3-yaml (5.4.1-1+b2) ...
- Setting up libstd-rust-dev:amd64 (1.59.0+dfsg1-2) ...
- Setting up python3-pygments (2.12.0+dfsg-2) ...
- Setting up rustc (1.59.0+dfsg1-2) ...
- Setting up llvm-13-tools (1:13.0.1-7) ...
- Setting up cargo (0.57.0-7+b1) ...
- Setting up llvm-13-dev (1:13.0.1-7) ...
- Processing triggers for systemd (251.4-3) ...
- Processing triggers for libc-bin (2.34-7) ...

<><> 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.04/.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.04/.opam-switch/build/conf-rust.0.1)
- rustc 1.59.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.04/.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.04/.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.04/.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 proc-macro2 v1.0.18
-    Compiling typenum v1.12.0
-    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 constant_time_eq v0.1.5
-    Compiling arrayref v0.3.6
-    Compiling opaque-debug v0.2.3
-    Compiling arrayvec v0.5.1
-    Compiling byte-tools v0.3.1
-    Compiling scopeguard v1.1.0
-    Compiling crunchy v0.1.6
-    Compiling log v0.4.8
-    Compiling futures v0.1.29
-    Compiling crypto_api v0.2.2
-    Compiling fake-simd v0.1.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 blake2s_simd v0.5.10
-    Compiling blake2b_simd v0.5.10
-    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 bigint v4.4.3
-    Compiling quote v1.0.6
-    Compiling num_cpus v1.13.0
-    Compiling directories v1.0.2
-    Compiling rand_core v0.5.1
-    Compiling crossbeam-queue v0.2.2
-    Compiling crossbeam-channel v0.4.2
-    Compiling zcash_history v0.2.0
-    Compiling futures-cpupool v0.1.8
-    Compiling rand_chacha v0.2.2
-    Compiling rand_xorshift v0.2.0
-    Compiling crossbeam-deque v0.7.3
-    Compiling generic-array v0.12.3
-    Compiling rand v0.7.3
-    Compiling crossbeam v0.7.3
-    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 sha2 v0.8.2
-    Compiling aes v0.3.2
-    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.04/.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.04/.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 19.98s
-> compiled  tezos-rust-libs.1.0
-> installed tezos-rust-libs.1.0
Done.
# Run eval $(opam env) to update the current shell environment
2022-09-04 07:55.34 ---> saved as "9416ab55ee2e98c4e19d43f1b8f3f8a67b735a53aa99edea9ceb28d559b7bfcc"
Job succeeded