near / near-sdk-rs

Rust library for writing NEAR smart contracts
https://near-sdk.io
Apache License 2.0
463 stars 249 forks source link

x86 ubuntu: building wasm error, memmap2 wrong dependency. #656

Closed ChzenChzen closed 2 years ago

ChzenChzen commented 2 years ago

cargo build works fine, but if I try cargo build --target wasm32-unknown-unknown --release I get error.

Host: OS Ubuntu 21.10

.cargo/config:

[target.wasm32-unknown-unknown]
rustflags = ["-C", "link-arg=-s"]

project: link

rustup show

 installed targets for active toolchain
--------------------------------------

wasm32-unknown-unknown
x86_64-unknown-linux-gnu

active toolchain
----------------

stable-x86_64-unknown-linux-gnu (default)
rustc 1.57.0 (f1edd0429 2021-11-29)

cargo build --target wasm32-unknown-unknown --release -vvv

   Compiling proc-macro2 v1.0.32
   Compiling unicode-xid v0.2.2
   Compiling syn v1.0.82
   Compiling serde_derive v1.0.130
   Compiling serde v1.0.130
   Compiling autocfg v1.0.1
   Compiling cfg-if v1.0.0
   Compiling libc v0.2.108
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.32 CARGO_PKG_AUTHORS='David Tolnay <dtolnay@gmail.com>:Alex Crichton <alex@alexcrichton.com>' CARGO_PKG_DESCRIPTION='A substitute implementation of the compiler'\''s `proc_macro` API to decouple
token-based libraries from the procedural macro use case.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=proc-macro2 CARGO_PKG_REPOSITORY='https://github.com/dtolnay/proc-macro2' CARGO_PKG_VERSION=1.0.32 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=32 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/proc-macro2-1.0.32/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="proc-macro"' -C metadata=f6ffd5eea47e628b -C extra-filename=-f6ffd5eea47e628b --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/build/proc-macro2-f6ffd5eea47e628b -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.82 CARGO_PKG_AUTHORS='David Tolnay <dtolnay@gmail.com>' CARGO_PKG_DESCRIPTION='Parser for Rust source code' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=syn CARGO_PKG_REPOSITORY='https://github.com/dtolnay/syn' CARGO_PKG_VERSION=1.0.82 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=82 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-1.0.82/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --cfg 'feature="visit-mut"' -C metadata=fb04381464b50a5b -C extra-filename=-fb04381464b50a5b --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/build/syn-fb04381464b50a5b -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=unicode_xid CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.2 CARGO_PKG_AUTHORS='erick.tryzelaar <erick.tryzelaar@gmail.com>:kwantam <kwantam@gmail.com>:Manish Goregaokar <manishsmail@gmail.com>' CARGO_PKG_DESCRIPTION='Determine whether characters have the XID_Start
or XID_Continue properties according to
Unicode Standard Annex #31.
' CARGO_PKG_HOMEPAGE='https://github.com/unicode-rs/unicode-xid' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-xid CARGO_PKG_REPOSITORY='https://github.com/unicode-rs/unicode-xid' CARGO_PKG_VERSION=0.2.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name unicode_xid /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-xid-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' -C metadata=ffc4023c6d4cf033 -C extra-filename=-ffc4023c6d4cf033 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.130 CARGO_PKG_AUTHORS='Erick Tryzelaar <erick.tryzelaar@gmail.com>:David Tolnay <dtolnay@gmail.com>' CARGO_PKG_DESCRIPTION='A generic serialization/deserialization framework' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_VERSION=1.0.130 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=130 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/serde-1.0.130/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=52773f15e1cf5a51 -C extra-filename=-52773f15e1cf5a51 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/build/serde-52773f15e1cf5a51 -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.130 CARGO_PKG_AUTHORS='Erick Tryzelaar <erick.tryzelaar@gmail.com>:David Tolnay <dtolnay@gmail.com>' CARGO_PKG_DESCRIPTION='Macros 1.1 implementation of #[derive(Serialize, Deserialize)]' CARGO_PKG_HOMEPAGE='https://serde.rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_derive CARGO_PKG_REPOSITORY='https://github.com/serde-rs/serde' CARGO_PKG_VERSION=1.0.130 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=130 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_derive-1.0.130/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' -C metadata=2645d3822fbd918f -C extra-filename=-2645d3822fbd918f --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/build/serde_derive-2645d3822fbd918f -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=autocfg CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.0.1 CARGO_PKG_AUTHORS='Josh Stone <cuviper@gmail.com>' CARGO_PKG_DESCRIPTION='Automatic cfg for Rust compiler features' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=autocfg CARGO_PKG_REPOSITORY='https://github.com/cuviper/autocfg' CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name autocfg /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/autocfg-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=b7f8392d6ecc09ae -C extra-filename=-b7f8392d6ecc09ae --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.108 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Raw FFI bindings to platform libraries like libc.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/libc' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=libc CARGO_PKG_REPOSITORY='https://github.com/rust-lang/libc' CARGO_PKG_VERSION=0.2.108 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=108 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.108/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' -C metadata=385d6b74f1cd2b93 -C extra-filename=-385d6b74f1cd2b93 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/build/libc-385d6b74f1cd2b93 -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0 CARGO_PKG_AUTHORS='Alex Crichton <alex@alexcrichton.com>' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg]
parameters. Structured like an if-else chain, the first matching branch is the
item that gets emitted.
' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name cfg_if --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on -C metadata=02b69a7194c95a84 -C extra-filename=-02b69a7194c95a84 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling version_check v0.9.3
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=version_check CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/version_check-0.9.3 CARGO_PKG_AUTHORS='Sergio Benitez <sb@sergio.bz>' CARGO_PKG_DESCRIPTION='Tiny crate to check the version of the installed/running rustc.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=version_check CARGO_PKG_REPOSITORY='https://github.com/SergioBenitez/version_check' CARGO_PKG_VERSION=0.9.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name version_check /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/version_check-0.9.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=091ba2a2a66b35fb -C extra-filename=-091ba2a2a66b35fb --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
   Compiling hashbrown v0.11.2
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.11.2 CARGO_PKG_AUTHORS='Amanieu d'\''Antras <amanieu@gmail.com>' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name hashbrown --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C overflow-checks=on --cfg 'feature="raw"' -C metadata=0efd1d867d41c478 -C extra-filename=-0efd1d867d41c478 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling memchr v2.4.1
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1 CARGO_PKG_AUTHORS='Andrew Gallant <jamslam@gmail.com>:bluss' CARGO_PKG_DESCRIPTION='Safe interface to memchr.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/memchr' CARGO_PKG_LICENSE=Unlicense/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memchr CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/memchr' CARGO_PKG_VERSION=2.4.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/memchr-2.4.1/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=b5bacfd0aec55bd4 -C extra-filename=-b5bacfd0aec55bd4 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/build/memchr-b5bacfd0aec55bd4 -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
   Compiling smallvec v1.7.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=smallvec CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0 CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION=''\''Small vector'\'' optimization: store up to a small number of items on the stack' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=smallvec CARGO_PKG_REPOSITORY='https://github.com/servo/rust-smallvec' CARGO_PKG_VERSION=1.7.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name smallvec --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on -C metadata=bb2b709b4af3531b -C extra-filename=-bb2b709b4af3531b --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling byteorder v1.4.3
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=byteorder CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.4.3 CARGO_PKG_AUTHORS='Andrew Gallant <jamslam@gmail.com>' CARGO_PKG_DESCRIPTION='Library for reading/writing numbers in big-endian and little-endian.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/byteorder' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=byteorder CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/byteorder' CARGO_PKG_VERSION=1.4.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name byteorder --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=4ac0c5c346be70ba -C extra-filename=-4ac0c5c346be70ba --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling cfg-if v0.1.10
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10 CARGO_PKG_AUTHORS='Alex Crichton <alex@alexcrichton.com>' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg]
parameters. Structured like an if-else chain, the first matching branch is the
item that gets emitted.
' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_VERSION=0.1.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name cfg_if --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C overflow-checks=on -C metadata=a0bc13e5f5779f26 -C extra-filename=-a0bc13e5f5779f26 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling typenum v1.14.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_main CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/typenum-1.14.0 CARGO_PKG_AUTHORS='Paho Lurie-Gregg <paho@paholg.com>:Andre Bogus <bogusandre@gmail.com>' CARGO_PKG_DESCRIPTION='Typenum is a Rust library for type-level numbers evaluated at
    compile time. It currently supports bits, unsigned integers, and signed
    integers. It also provides a type-level array of type-level numbers, but its
    implementation is incomplete.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=typenum CARGO_PKG_REPOSITORY='https://github.com/paholg/typenum' CARGO_PKG_VERSION=1.14.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=14 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_main --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/typenum-1.14.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=447429bfd397bc96 -C extra-filename=-447429bfd397bc96 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/build/typenum-447429bfd397bc96 -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
   Compiling lazy_static v1.4.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0 CARGO_PKG_AUTHORS='Marvin Löbel <loebel.marvin@gmail.com>' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name lazy_static /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on -C metadata=f0bf05678bff54bf -C extra-filename=-f0bf05678bff54bf --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling ryu v1.0.6
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.6 CARGO_PKG_AUTHORS='David Tolnay <dtolnay@gmail.com>' CARGO_PKG_DESCRIPTION='Fast floating point to string conversion' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR BSL-1.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ryu CARGO_PKG_REPOSITORY='https://github.com/dtolnay/ryu' CARGO_PKG_VERSION=1.0.6 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/ryu-1.0.6/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=a147848ef6885635 -C extra-filename=-a147848ef6885635 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/build/ryu-a147848ef6885635 -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
   Compiling target-lexicon v0.11.2
   Compiling serde_json v1.0.72
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.72 CARGO_PKG_AUTHORS='Erick Tryzelaar <erick.tryzelaar@gmail.com>:David Tolnay <dtolnay@gmail.com>' CARGO_PKG_DESCRIPTION='A JSON serialization file format' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=serde_json CARGO_PKG_REPOSITORY='https://github.com/serde-rs/json' CARGO_PKG_VERSION=1.0.72 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=72 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.72/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="indexmap"' --cfg 'feature="preserve_order"' --cfg 'feature="std"' -C metadata=30ab7a5457fd5703 -C extra-filename=-30ab7a5457fd5703 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/build/serde_json-30ab7a5457fd5703 -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/target-lexicon-0.11.2 CARGO_PKG_AUTHORS='Dan Gohman <sunfish@mozilla.com>' CARGO_PKG_DESCRIPTION='Targeting utilities for compilers and related tools' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=target-lexicon CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/target-lexicon' CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/target-lexicon-0.11.2/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' -C metadata=4419d0ed2b1369dc -C extra-filename=-4419d0ed2b1369dc --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/build/target-lexicon-4419d0ed2b1369dc -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
   Compiling log v0.4.14
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.14 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A lightweight logging facade for Rust
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=log CARGO_PKG_REPOSITORY='https://github.com/rust-lang/log' CARGO_PKG_VERSION=0.4.14 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=14 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/log-0.4.14/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="std"' -C metadata=b0cce62ddb474427 -C extra-filename=-b0cce62ddb474427 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/build/log-b0cce62ddb474427 -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
   Compiling ahash v0.4.7
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=ahash CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.4.7 CARGO_PKG_AUTHORS='Tom Kaitchuck <Tom.Kaitchuck@gmail.com>' CARGO_PKG_DESCRIPTION='A non-cryptographic hash function using AES-NI for high performance' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ahash CARGO_PKG_REPOSITORY='https://github.com/tkaitchuck/ahash' CARGO_PKG_VERSION=0.4.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name ahash --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/ahash-0.4.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C overflow-checks=on -C metadata=9c6cea0fd069fa0b -C extra-filename=-9c6cea0fd069fa0b --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling fallible-iterator v0.2.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=fallible_iterator CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fallible-iterator-0.2.0 CARGO_PKG_AUTHORS='Steven Fackler <sfackler@gmail.com>' CARGO_PKG_DESCRIPTION='Fallible iterator traits' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fallible-iterator CARGO_PKG_REPOSITORY='https://github.com/sfackler/rust-fallible-iterator' CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name fallible_iterator --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="std"' -C metadata=5f347284c16aede5 -C extra-filename=-5f347284c16aede5 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling ppv-lite86 v0.2.15
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=ppv_lite86 CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.15 CARGO_PKG_AUTHORS='The CryptoCorrosion Contributors' CARGO_PKG_DESCRIPTION='Implementation of the crypto-simd API for x86' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ppv-lite86 CARGO_PKG_REPOSITORY='https://github.com/cryptocorrosion/cryptocorrosion' CARGO_PKG_VERSION=0.2.15 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=15 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name ppv_lite86 --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/ppv-lite86-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="simd"' --cfg 'feature="std"' -C metadata=7e5e5541b718265a -C extra-filename=-7e5e5541b718265a --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling rustc-hash v1.1.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=rustc_hash CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-hash-1.1.0 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='speed, non-cryptographic hash used in rustc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-hash CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/rustc-hash' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name rustc_hash /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d16442b6db5224bf -C extra-filename=-d16442b6db5224bf --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling bitflags v1.3.2
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags.
' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_VERSION=1.3.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name bitflags --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="default"' -C metadata=4729a063ed26e7ca -C extra-filename=-4729a063ed26e7ca --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling stable_deref_trait v1.2.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=stable_deref_trait CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/stable_deref_trait-1.2.0 CARGO_PKG_AUTHORS='Robert Grosse <n210241048576@gmail.com>' CARGO_PKG_DESCRIPTION='An unsafe marker trait for types like Box and Rc that dereference to a stable address even when moved, and hence can be used with libraries such as owning_ref and rental.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=stable_deref_trait CARGO_PKG_REPOSITORY='https://github.com/storyyeller/stable_deref_trait' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name stable_deref_trait /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=a772a66a77acef9c -C extra-filename=-a772a66a77acef9c --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling more-asserts v0.2.2
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=more_asserts CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/more-asserts-0.2.2 CARGO_PKG_AUTHORS='Thom Chiovoloni <chiovolonit@gmail.com>' CARGO_PKG_DESCRIPTION='Small library providing additional assert_* and debug_assert_* macros.' CARGO_PKG_HOMEPAGE='https://github.com/thomcc/rust-more-asserts' CARGO_PKG_LICENSE=CC0-1.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=more-asserts CARGO_PKG_REPOSITORY='https://github.com/thomcc/rust-more-asserts' CARGO_PKG_VERSION=0.2.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name more_asserts /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/more-asserts-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on -C metadata=0c8171e314265d29 -C extra-filename=-0c8171e314265d29 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling ident_case v1.0.1
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=ident_case CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/ident_case-1.0.1 CARGO_PKG_AUTHORS='Ted Driggs <ted.driggs@outlook.com>' CARGO_PKG_DESCRIPTION='Utility for applying case rules to Rust identifiers.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=ident_case CARGO_PKG_REPOSITORY='https://github.com/TedDriggs/ident_case' CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name ident_case /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/ident_case-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=0f2f9b893aafc289 -C extra-filename=-0f2f9b893aafc289 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
   Compiling strsim v0.10.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=strsim CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.10.0 CARGO_PKG_AUTHORS='Danny Guo <danny@dannyguo.com>' CARGO_PKG_DESCRIPTION='Implementations of string similarity metrics. Includes Hamming, Levenshtein,
OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice.
' CARGO_PKG_HOMEPAGE='https://github.com/dguo/strsim-rs' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=strsim CARGO_PKG_REPOSITORY='https://github.com/dguo/strsim-rs' CARGO_PKG_VERSION=0.10.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name strsim /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/strsim-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=249ef1f0821d9548 -C extra-filename=-249ef1f0821d9548 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
   Compiling scopeguard v1.1.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=scopeguard CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0 CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='A RAII scope guard that will run a given closure when it goes out of scope,
even if the code between panics (assuming unwinding panic).

Defines the macros `defer'\!'`, `defer_on_unwind'\!'`, `defer_on_success'\!'` as
shorthands for guards with one of the implemented strategies.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=scopeguard CARGO_PKG_REPOSITORY='https://github.com/bluss/scopeguard' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name scopeguard /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/scopeguard-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on -C metadata=fe00ee727e34380f -C extra-filename=-fe00ee727e34380f --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling fnv v1.0.7
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=fnv CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fnv-1.0.7 CARGO_PKG_AUTHORS='Alex Crichton <alex@alexcrichton.com>' CARGO_PKG_DESCRIPTION='Fowler–Noll–Vo hash function' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 / MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fnv CARGO_PKG_REPOSITORY='https://github.com/servo/rust-fnv' CARGO_PKG_VERSION=1.0.7 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name fnv /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e50e7ac4e2be951a -C extra-filename=-e50e7ac4e2be951a --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
   Compiling itoa v0.4.8
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.4.8 CARGO_PKG_AUTHORS='David Tolnay <dtolnay@gmail.com>' CARGO_PKG_DESCRIPTION='Fast functions for printing integer primitives to an io::Write' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itoa CARGO_PKG_REPOSITORY='https://github.com/dtolnay/itoa' CARGO_PKG_VERSION=0.4.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name itoa /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C overflow-checks=on -C metadata=931026d05bd534f4 -C extra-filename=-931026d05bd534f4 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling adler v1.0.2
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=adler CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/adler-1.0.2 CARGO_PKG_AUTHORS='Jonas Schievink <jonasschievink@gmail.com>' CARGO_PKG_DESCRIPTION='A simple clean-room implementation of the Adler-32 checksum' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='0BSD OR MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=adler CARGO_PKG_REPOSITORY='https://github.com/jonas-schievink/adler.git' CARGO_PKG_VERSION=1.0.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name adler /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/adler-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on -C metadata=1a95e8a554784988 -C extra-filename=-1a95e8a554784988 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling gimli v0.26.1
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=gimli CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.26.1 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='A library for reading and writing the DWARF debugging format.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=gimli CARGO_PKG_REPOSITORY='https://github.com/gimli-rs/gimli' CARGO_PKG_VERSION=0.26.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=26 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name gimli --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.26.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="read"' --cfg 'feature="read-core"' -C metadata=fbacc930122bca1d -C extra-filename=-fbacc930122bca1d --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
warning: use of deprecated trait `std::ascii::AsciiExt`: use inherent methods instead
  --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/ident_case-1.0.1/src/lib.rs:25:17
   |
25 | use std::ascii::AsciiExt;
   |                 ^^^^^^^^
   |
   = note: `#[warn(deprecated)]` on by default

warning: unused import: `std::ascii::AsciiExt`
  --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/ident_case-1.0.1/src/lib.rs:25:5
   |
25 | use std::ascii::AsciiExt;
   |     ^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default

   Compiling cranelift-codegen-shared v0.67.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=cranelift_codegen_shared CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/cranelift-codegen-shared-0.67.0 CARGO_PKG_AUTHORS='The Cranelift Project Developers' CARGO_PKG_DESCRIPTION='For code shared between cranelift-codegen-meta and cranelift-codegen' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cranelift-codegen-shared CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime' CARGO_PKG_VERSION=0.67.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=67 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name cranelift_codegen_shared --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/cranelift-codegen-shared-0.67.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=c972dd809a808ef4 -C extra-filename=-c972dd809a808ef4 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
warning: `ident_case` (lib) generated 2 warnings
   Compiling rustc-demangle v0.1.21
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=rustc_demangle CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21 CARGO_PKG_AUTHORS='Alex Crichton <alex@alexcrichton.com>' CARGO_PKG_DESCRIPTION='Rust compiler symbol demangling.
' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/rustc-demangle' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-demangle CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/rustc-demangle' CARGO_PKG_VERSION=0.1.21 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=21 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name rustc_demangle /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-demangle-0.1.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on -C metadata=e8f57b405efebd64 -C extra-filename=-e8f57b405efebd64 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling bs58 v0.4.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=bs58 CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0 CARGO_PKG_AUTHORS='Wim Looman <wim@nemo157.com>' CARGO_PKG_DESCRIPTION='Another Base58 codec implementation.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bs58 CARGO_PKG_REPOSITORY='https://github.com/mycorrhiza/bs58-rs' CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name bs58 --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/bs58-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C overflow-checks=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=1acc86bd12eae01c -C extra-filename=-1acc86bd12eae01c --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10 CARGO_PKG_AUTHORS='Alex Crichton <alex@alexcrichton.com>' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg]
parameters. Structured like an if-else chain, the first matching branch is the
item that gets emitted.
' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_VERSION=0.1.10 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=10 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name cfg_if --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=48855363f8d675bd -C extra-filename=-48855363f8d675bd --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
   Compiling base64 v0.13.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=base64 CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/base64-0.13.0 CARGO_PKG_AUTHORS='Alice Maz <alice@alicemaz.com>:Marshall Pierce <marshall@mpierce.org>' CARGO_PKG_DESCRIPTION='encodes and decodes base64 as bytes or utf8' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=base64 CARGO_PKG_REPOSITORY='https://github.com/marshallpierce/rust-base64' CARGO_PKG_VERSION=0.13.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=13 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name base64 --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/base64-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6abf3f1635e7018e -C extra-filename=-6abf3f1635e7018e --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=cranelift_codegen_shared CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/cranelift-codegen-shared-0.67.0 CARGO_PKG_AUTHORS='The Cranelift Project Developers' CARGO_PKG_DESCRIPTION='For code shared between cranelift-codegen-meta and cranelift-codegen' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cranelift-codegen-shared CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime' CARGO_PKG_VERSION=0.67.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=67 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name cranelift_codegen_shared --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/cranelift-codegen-shared-0.67.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on -C metadata=68fed061a8c3cd9b -C extra-filename=-68fed061a8c3cd9b --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling hex v0.4.3
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=hex CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/hex-0.4.3 CARGO_PKG_AUTHORS='KokaKiwi <kokakiwi@kokakiwi.net>' CARGO_PKG_DESCRIPTION='Encoding and decoding data into/from hexadecimal representation.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hex CARGO_PKG_REPOSITORY='https://github.com/KokaKiwi/rust-hex' CARGO_PKG_VERSION=0.4.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name hex --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=71c13f34896971e9 -C extra-filename=-71c13f34896971e9 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
warning: unused import: `core::mem`
 --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.26.1/src/read/value.rs:3:5
  |
3 | use core::mem;
  |     ^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

   Compiling getrandom v0.1.16
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.1.16 CARGO_PKG_AUTHORS='The Rand Project Developers' CARGO_PKG_DESCRIPTION='A small cross-platform library for retrieving random data from system source' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=getrandom CARGO_PKG_REPOSITORY='https://github.com/rust-random/getrandom' CARGO_PKG_VERSION=0.1.16 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=16 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/getrandom-0.1.16/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="std"' -C metadata=688f271121d57e1d -C extra-filename=-688f271121d57e1d --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/build/getrandom-688f271121d57e1d -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
   Compiling subtle v2.4.1
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=subtle CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/subtle-2.4.1 CARGO_PKG_AUTHORS='Isis Lovecruft <isis@patternsinthevoid.net>:Henry de Valence <hdevalence@hdevalence.ca>' CARGO_PKG_DESCRIPTION='Pure-Rust traits and utilities for constant-time cryptographic implementations.' CARGO_PKG_HOMEPAGE='https://dalek.rs/' CARGO_PKG_LICENSE=BSD-3-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=subtle CARGO_PKG_REPOSITORY='https://github.com/dalek-cryptography/subtle' CARGO_PKG_VERSION=2.4.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name subtle /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/subtle-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=3eb5beaf0a52b2be -C extra-filename=-3eb5beaf0a52b2be --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling crc32fast v1.3.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=lazy_static CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0 CARGO_PKG_AUTHORS='Marvin Löbel <loebel.marvin@gmail.com>' CARGO_PKG_DESCRIPTION='A macro for declaring lazily evaluated statics in Rust.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazy_static CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/lazy-static.rs' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name lazy_static /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/lazy_static-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=ed4eff633b0f31d7 -C extra-filename=-ed4eff633b0f31d7 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/crc32fast-1.3.0 CARGO_PKG_AUTHORS='Sam Rijs <srijs@airpost.net>:Alex Crichton <alex@alexcrichton.com>' CARGO_PKG_DESCRIPTION='Fast, SIMD-accelerated CRC32 (IEEE) checksum computation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crc32fast CARGO_PKG_REPOSITORY='https://github.com/srijs/rust-crc32fast' CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/crc32fast-1.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e943801ccf8fbef4 -C extra-filename=-e943801ccf8fbef4 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/build/crc32fast-e943801ccf8fbef4 -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
warning: `#[inline]` is ignored on function prototypes
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/subtle-2.4.1/src/lib.rs:260:5
    |
260 |     #[inline]
    |     ^^^^^^^^^
    |
    = note: `#[warn(unused_attributes)]` on by default

warning: `#[inline]` is ignored on function prototypes
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/subtle-2.4.1/src/lib.rs:383:5
    |
383 |     #[inline]
    |     ^^^^^^^^^

warning: `#[inline]` is ignored on function prototypes
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/subtle-2.4.1/src/lib.rs:533:5
    |
533 |     #[inline]
    |     ^^^^^^^^^

     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=bitflags CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A macro to generate structures which behave like bitflags.
' CARGO_PKG_HOMEPAGE='https://github.com/bitflags/bitflags' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bitflags CARGO_PKG_REPOSITORY='https://github.com/bitflags/bitflags' CARGO_PKG_VERSION=1.3.2 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name bitflags --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' -C metadata=4fe61188881341b4 -C extra-filename=-4fe61188881341b4 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
   Compiling crossbeam-utils v0.8.5
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.5 CARGO_PKG_AUTHORS='The Crossbeam Project Developers' CARGO_PKG_DESCRIPTION='Utilities for concurrent programming' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-utils' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-utils CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_VERSION=0.8.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=8 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-utils-0.8.5/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="lazy_static"' --cfg 'feature="std"' -C metadata=e457d877509481a0 -C extra-filename=-e457d877509481a0 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/build/crossbeam-utils-e457d877509481a0 -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
warning: `subtle` (lib) generated 3 warnings
   Compiling crunchy v0.2.2
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/crunchy-0.2.2 CARGO_PKG_AUTHORS='Vurich <jackefransham@hotmail.co.uk>' CARGO_PKG_DESCRIPTION='Crunchy unroller: deterministically unroll constant loops' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crunchy CARGO_PKG_REPOSITORY='' CARGO_PKG_VERSION=0.2.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="limit_128"' --cfg 'feature="limit_256"' --cfg 'feature="std"' -C metadata=3bc60273beabdb8e -C extra-filename=-3bc60273beabdb8e --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/build/crunchy-3bc60273beabdb8e -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
   Compiling anyhow v1.0.51
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.51 CARGO_PKG_AUTHORS='David Tolnay <dtolnay@gmail.com>' CARGO_PKG_DESCRIPTION='Flexible concrete Error type built on std::error::Error' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=anyhow CARGO_PKG_REPOSITORY='https://github.com/dtolnay/anyhow' CARGO_PKG_VERSION=1.0.51 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=51 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/anyhow-1.0.51/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=bd1659f0cca0394c -C extra-filename=-bd1659f0cca0394c --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/build/anyhow-bd1659f0cca0394c -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
   Compiling radium v0.6.2
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/radium-0.6.2 CARGO_PKG_AUTHORS='Nika Layzell <nika@thelayzells.com>:myrrlyn <self@myrrlyn.dev>' CARGO_PKG_DESCRIPTION='Portable interfaces for maybe-atomic types' CARGO_PKG_HOMEPAGE='https://github.com/bitvecto-rs/radium' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=radium CARGO_PKG_REPOSITORY='https://github.com/bitvecto-rs/radium' CARGO_PKG_VERSION=0.6.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/radium-0.6.2/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=ee82ad31b7185571 -C extra-filename=-ee82ad31b7185571 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/build/radium-ee82ad31b7185571 -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
   Compiling opaque-debug v0.3.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=opaque_debug CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/opaque-debug-0.3.0 CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Macro for opaque Debug trait implementation' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=opaque-debug CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/utils' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name opaque_debug --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/opaque-debug-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on -C metadata=1a788b82023b312c -C extra-filename=-1a788b82023b312c --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling block-padding v0.2.1
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=block_padding CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/block-padding-0.2.1 CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Padding and unpadding of messages divided into blocks.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=block-padding CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/utils' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name block_padding --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/block-padding-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on -C metadata=9689d9899bf8fc77 -C extra-filename=-9689d9899bf8fc77 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling glob v0.3.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=glob CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.3.0 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='Support for matching file paths against Unix shell style patterns.
' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/glob' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=glob CARGO_PKG_REPOSITORY='https://github.com/rust-lang/glob' CARGO_PKG_VERSION=0.3.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name glob /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=d9fd37bf572cc761 -C extra-filename=-d9fd37bf572cc761 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
   Compiling arrayvec v0.5.2
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=arrayvec CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.5.2 CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=arrayvec CARGO_PKG_REPOSITORY='https://github.com/bluss/arrayvec' CARGO_PKG_VERSION=0.5.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name arrayvec --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="array-sizes-33-128"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=38f3903c532129c4 -C extra-filename=-38f3903c532129c4 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling pin-project-lite v0.2.7
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=pin_project_lite CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.7 CARGO_PKG_AUTHORS='Taiki Endo <te316e89@gmail.com>' CARGO_PKG_DESCRIPTION='A lightweight version of pin-project written with declarative macros.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-project-lite CARGO_PKG_REPOSITORY='https://github.com/taiki-e/pin-project-lite' CARGO_PKG_VERSION=0.2.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name pin_project_lite --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-project-lite-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on -C metadata=9ec8f322abe55f67 -C extra-filename=-9ec8f322abe55f67 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling wasmparser v0.59.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=wasmparser CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.59.0 CARGO_PKG_AUTHORS='Yury Delendik <ydelendik@mozilla.com>' CARGO_PKG_DESCRIPTION='A simple event-driven library for parsing WebAssembly binary files.
' CARGO_PKG_HOMEPAGE='https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wasmparser CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser' CARGO_PKG_VERSION=0.59.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=59 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name wasmparser --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.59.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on -C metadata=f1378bae95260fe9 -C extra-filename=-f1378bae95260fe9 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
warning: trait objects without an explicit `dyn` are deprecated
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.3.0/src/lib.rs:294:32
    |
294 |     fn cause(&self) -> Option<&Error> {
    |                                ^^^^^ help: use `dyn`: `dyn Error`
    |
    = note: `#[warn(bare_trait_objects)]` on by default
    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>

     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=hashbrown CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.11.2 CARGO_PKG_AUTHORS='Amanieu d'\''Antras <amanieu@gmail.com>' CARGO_PKG_DESCRIPTION='A Rust port of Google'\''s SwissTable hash map' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=hashbrown CARGO_PKG_REPOSITORY='https://github.com/rust-lang/hashbrown' CARGO_PKG_VERSION=0.11.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name hashbrown --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/hashbrown-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="raw"' -C metadata=1341e173611a05a9 -C extra-filename=-1341e173611a05a9 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string()
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/glob-0.3.0/src/lib.rs:291:20
    |
291 |         self.error.description()
    |                    ^^^^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default

   Compiling rustc-hex v2.1.0
   Compiling regex-syntax v0.6.25
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=rustc_hex CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-hex-2.1.0 CARGO_PKG_AUTHORS='The Rust Project Developers:debris <marek.kotewicz@gmail.com>:Robert Habermeier' CARGO_PKG_DESCRIPTION='rustc-serialize compatible hex conversion traits
' CARGO_PKG_HOMEPAGE='https://github.com/debris/rustc-hex' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-hex CARGO_PKG_REPOSITORY='https://github.com/debris/rustc-hex' CARGO_PKG_VERSION=2.1.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name rustc_hex --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-hex-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="std"' -C metadata=e7cfb27cc7344e0f -C extra-filename=-e7cfb27cc7344e0f --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_VERSION=0.6.25 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=25 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name regex_syntax --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=b10721b0254395a5 -C extra-filename=-b10721b0254395a5 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling futures-core v0.3.18
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.18 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The core traits and types in for the `futures` library.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-core CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_VERSION=0.3.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-core-0.3.18/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=c1301e0ebd58d0e4 -C extra-filename=-c1301e0ebd58d0e4 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/build/futures-core-c1301e0ebd58d0e4 -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
warning: trailing semicolon in macro used in expression position
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.59.0/src/operators_validator.rs:295:50
    |
295 |         return Err(format_op_err!( $( $arg ),* ));
    |                                                  ^
...
955 |                         bail_op_err!("type mismatch: only integer types allowed with bare `select`")
    |                         ---------------------------------------------------------------------------- in this macro invocation
    |
    = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
    = note: macro invocations at the end of a block are treated as expressions
    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail_op_err`
    = note: this warning originates in the macro `bail_op_err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trailing semicolon in macro used in expression position
    --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.59.0/src/operators_validator.rs:295:50
     |
295  |         return Err(format_op_err!( $( $arg ),* ));
     |                                                  ^
...
1930 |                     None => bail_op_err!("unknown table {}: table index out of bounds", table),
     |                             ------------------------------------------------------------------ in this macro invocation
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
     = note: this warning originates in the macro `bail_op_err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trailing semicolon in macro used in expression position
    --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.59.0/src/operators_validator.rs:295:50
     |
295  |           return Err(format_op_err!( $( $arg ),* ));
     |                                                    ^
...
1934 |                       None => bail_op_err!(
     |  _____________________________-
1935 | |                         "unknown elem segment {}: segment index out of bounds",
1936 | |                         segment
1937 | |                     ),
     | |_____________________- in this macro invocation
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
     = note: this warning originates in the macro `bail_op_err` (in Nightly builds, run with -Z macro-backtrace for more info)

   Compiling tinyvec_macros v0.1.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=tinyvec_macros CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/tinyvec_macros-0.1.0 CARGO_PKG_AUTHORS='Soveu <marx.tomasz@gmail.com>' CARGO_PKG_DESCRIPTION='Some macros for tiny containers' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0 OR Zlib' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tinyvec_macros CARGO_PKG_REPOSITORY='https://github.com/Soveu/tinyvec_macros' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name tinyvec_macros --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/tinyvec_macros-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on -C metadata=8c69530b6968b2f0 -C extra-filename=-8c69530b6968b2f0 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling wyz v0.2.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=wyz CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/wyz-0.2.0 CARGO_PKG_AUTHORS='myrrlyn <self@myrrlyn.dev>' CARGO_PKG_DESCRIPTION='myrrlyn’s utility collection' CARGO_PKG_HOMEPAGE='https://myrrlyn.net/crates/wyz' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wyz CARGO_PKG_REPOSITORY='https://github.com/myrrlyn/wyz' CARGO_PKG_VERSION=0.2.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name wyz --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/wyz-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="alloc"' -C metadata=f524949e9a651544 -C extra-filename=-f524949e9a651544 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling static_assertions v1.1.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=static_assertions CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/static_assertions-1.1.0 CARGO_PKG_AUTHORS='Nikolai Vazquez' CARGO_PKG_DESCRIPTION='Compile-time assertions to ensure that invariants are met.' CARGO_PKG_HOMEPAGE='https://github.com/nvzqz/static-assertions-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=static_assertions CARGO_PKG_REPOSITORY='https://github.com/nvzqz/static-assertions-rs' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name static_assertions /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/static_assertions-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on -C metadata=ec4e75f41bf474b8 -C extra-filename=-ec4e75f41bf474b8 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling bytes v1.1.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=bytes CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-1.1.0 CARGO_PKG_AUTHORS='Carl Lerche <me@carllerche.com>:Sean McArthur <sean@seanmonstar.com>' CARGO_PKG_DESCRIPTION='Types and traits for working with bytes' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bytes CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/bytes' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name bytes --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/bytes-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on -C metadata=d21ba460d4e4f5a6 -C extra-filename=-d21ba460d4e4f5a6 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=itoa CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.4.8 CARGO_PKG_AUTHORS='David Tolnay <dtolnay@gmail.com>' CARGO_PKG_DESCRIPTION='Fast functions for printing integer primitives to an io::Write' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=itoa CARGO_PKG_REPOSITORY='https://github.com/dtolnay/itoa' CARGO_PKG_VERSION=0.4.8 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=8 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name itoa /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/itoa-0.4.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=2c9215f3ef7b84f4 -C extra-filename=-2c9215f3ef7b84f4 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
warning: `glob` (lib) generated 2 warnings
   Compiling arrayref v0.3.6
   Compiling crossbeam-epoch v0.9.5
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.9.5 CARGO_PKG_AUTHORS='The Crossbeam Project Developers' CARGO_PKG_DESCRIPTION='Epoch-based garbage collection' CARGO_PKG_HOMEPAGE='https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=crossbeam-epoch CARGO_PKG_REPOSITORY='https://github.com/crossbeam-rs/crossbeam' CARGO_PKG_VERSION=0.9.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-epoch-0.9.5/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="alloc"' --cfg 'feature="lazy_static"' --cfg 'feature="std"' -C metadata=4d05f6f0eafd0d7f -C extra-filename=-4d05f6f0eafd0d7f --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/build/crossbeam-epoch-4d05f6f0eafd0d7f -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=arrayref CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayref-0.3.6 CARGO_PKG_AUTHORS='David Roundy <roundyd@physics.oregonstate.edu>' CARGO_PKG_DESCRIPTION='Macros to take array references of slices' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-2-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=arrayref CARGO_PKG_REPOSITORY='https://github.com/droundy/arrayref' CARGO_PKG_VERSION=0.3.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name arrayref /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayref-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on -C metadata=2f3e8ed800ea97cc -C extra-filename=-2f3e8ed800ea97cc --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling funty v1.1.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=funty CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/funty-1.1.0 CARGO_PKG_AUTHORS='myrrlyn <self@myrrlyn.dev>' CARGO_PKG_DESCRIPTION='Trait generalization over the primitive types' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=funty CARGO_PKG_REPOSITORY='https://github.com/myrrlyn/funty' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name funty --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/funty-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d29450e95f0384a9 -C extra-filename=-d29450e95f0384a9 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling wasmparser v0.65.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=wasmparser CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.65.0 CARGO_PKG_AUTHORS='Yury Delendik <ydelendik@mozilla.com>' CARGO_PKG_DESCRIPTION='A simple event-driven library for parsing WebAssembly binary files.
' CARGO_PKG_HOMEPAGE='https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wasmparser CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser' CARGO_PKG_VERSION=0.65.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=65 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name wasmparser --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.65.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on -C metadata=88d98e83f427fffa -C extra-filename=-88d98e83f427fffa --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling wee_alloc v0.4.5
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/wee_alloc-0.4.5 CARGO_PKG_AUTHORS='Nick Fitzgerald <fitzgen@gmail.com>:Sergey Pepyakin <s.pepyakin@gmail.com>:Matt Howell <mjhowell@gmail.com>:Zack Pierce <zachary.pierce@gmail.com>' CARGO_PKG_DESCRIPTION='wee_alloc: The Wasm-Enabled, Elfin Allocator' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wee_alloc CARGO_PKG_REPOSITORY='https://github.com/rustwasm/wee_alloc' CARGO_PKG_VERSION=0.4.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/wee_alloc-0.4.5/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=06e9471ba5baa60b -C extra-filename=-06e9471ba5baa60b --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/build/wee_alloc-06e9471ba5baa60b -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
warning: trailing semicolon in macro used in expression position
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.65.0/src/operators_validator.rs:45:50
    |
45  |         return Err(format_op_err!( $( $arg ),* ));
    |                                                  ^
...
167 |                 bail_op_err!("unknown local {}: local index out of bounds", idx)
    |                 ---------------------------------------------------------------- in this macro invocation
    |
    = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
    = note: macro invocations at the end of a block are treated as expressions
    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail_op_err`
    = note: this warning originates in the macro `bail_op_err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trailing semicolon in macro used in expression position
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.65.0/src/operators_validator.rs:45:50
    |
45  |         return Err(format_op_err!( $( $arg ),* ));
    |                                                  ^
...
219 |                 bail_op_err!("type mismatch: expected {} but nothing on stack", desc)
    |                 --------------------------------------------------------------------- in this macro invocation
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
    = note: macro invocations at the end of a block are treated as expressions
    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail_op_err`
    = note: this warning originates in the macro `bail_op_err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trailing semicolon in macro used in expression position
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.65.0/src/operators_validator.rs:45:50
    |
45  |           return Err(format_op_err!( $( $arg ),* ));
    |                                                    ^
...
233 | /             bail_op_err!(
234 | |                 "type mismatch: expected {}, found {}",
235 | |                 ty_to_str(expected_ty),
236 | |                 ty_to_str(actual_ty)
237 | |             )
    | |_____________- in this macro invocation
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
    = note: macro invocations at the end of a block are treated as expressions
    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail_op_err`
    = note: this warning originates in the macro `bail_op_err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trailing semicolon in macro used in expression position
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.65.0/src/operators_validator.rs:45:50
    |
45  |         return Err(format_op_err!( $( $arg ),* ));
    |                                                  ^
...
316 |             None => bail_op_err!("unknown label: branch depth too large"),
    |                     ----------------------------------------------------- in this macro invocation
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
    = note: this warning originates in the macro `bail_op_err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trailing semicolon in macro used in expression position
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.65.0/src/operators_validator.rs:45:50
    |
45  |         return Err(format_op_err!( $( $arg ),* ));
    |                                                  ^
...
334 |             None => bail_op_err!("unknown memory {}", memory_index),
    |                     ----------------------------------------------- in this macro invocation
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
    = note: this warning originates in the macro `bail_op_err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trailing semicolon in macro used in expression position
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.65.0/src/operators_validator.rs:45:50
    |
45  |         return Err(format_op_err!( $( $arg ),* ));
    |                                                  ^
...
659 |                     Some(_) => bail_op_err!("type mismatch: select only takes integral types"),
    |                                --------------------------------------------------------------- in this macro invocation
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
    = note: this warning originates in the macro `bail_op_err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trailing semicolon in macro used in expression position
    --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.65.0/src/operators_validator.rs:45:50
     |
45   |         return Err(format_op_err!( $( $arg ),* ));
     |                                                  ^
...
1658 |                     None => bail_op_err!("unknown table {}: table index out of bounds", table),
     |                             ------------------------------------------------------------------ in this macro invocation
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
     = note: this warning originates in the macro `bail_op_err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trailing semicolon in macro used in expression position
    --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.65.0/src/operators_validator.rs:45:50
     |
45   |           return Err(format_op_err!( $( $arg ),* ));
     |                                                    ^
...
1662 |                       None => bail_op_err!(
     |  _____________________________-
1663 | |                         "unknown elem segment {}: segment index out of bounds",
1664 | |                         segment
1665 | |                     ),
     | |_____________________- in this macro invocation
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
     = note: this warning originates in the macro `bail_op_err` (in Nightly builds, run with -Z macro-backtrace for more info)

   Compiling tap v1.0.1
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=tap CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/tap-1.0.1 CARGO_PKG_AUTHORS='Elliott Linder <elliott.darfink@gmail.com>:myrrlyn <self@myrrlyn.dev>' CARGO_PKG_DESCRIPTION='Generic extensions for tapping values in Rust' CARGO_PKG_HOMEPAGE='https://github.com/myrrlyn/tap' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=tap CARGO_PKG_REPOSITORY='https://github.com/myrrlyn/tap' CARGO_PKG_VERSION=1.0.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name tap /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/tap-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on -C metadata=4f8fef441d33a7a5 -C extra-filename=-4f8fef441d33a7a5 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling matches v0.1.9
   Compiling fs_extra v1.2.0
warning: field is never read: `code`
  --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.59.0/src/binary_reader.rs:46:5
   |
46 |     pub code: SectionCode<'a>,
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(dead_code)]` on by default

warning: field is never read: `payload_start`
  --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.59.0/src/binary_reader.rs:47:5
   |
47 |     pub payload_start: usize,
   |     ^^^^^^^^^^^^^^^^^^^^^^^^

warning: field is never read: `payload_len`
  --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.59.0/src/binary_reader.rs:48:5
   |
48 |     pub payload_len: usize,
   |     ^^^^^^^^^^^^^^^^^^^^^^

     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=matches CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/matches-0.1.9 CARGO_PKG_AUTHORS='Simon Sapin <simon.sapin@exyr.org>' CARGO_PKG_DESCRIPTION='A macro to evaluate, as a boolean, whether an expression matches a pattern.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=matches CARGO_PKG_REPOSITORY='https://github.com/SimonSapin/rust-std-candidates' CARGO_PKG_VERSION=0.1.9 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=9 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name matches /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/matches-0.1.9/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on -C metadata=af9e912f7b898a7b -C extra-filename=-af9e912f7b898a7b --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=fs_extra CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0 CARGO_PKG_AUTHORS='Denis Kurilenko <webdesus@gmail.com>' CARGO_PKG_DESCRIPTION='Expanding opportunities standard library std::fs and std::io. Recursively copy folders with recept information about process and much more.' CARGO_PKG_HOMEPAGE='https://github.com/webdesus/fs_extra' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=fs_extra CARGO_PKG_REPOSITORY='https://github.com/webdesus/fs_extra' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name fs_extra /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=d74ba41648c0347b -C extra-filename=-d74ba41648c0347b --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
   Compiling semver-parser v0.7.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=semver_parser CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.7.0 CARGO_PKG_AUTHORS='Steve Klabnik <steve@steveklabnik.com>' CARGO_PKG_DESCRIPTION='Parsing of the semver spec.
' CARGO_PKG_HOMEPAGE='https://github.com/steveklabnik/semver-parser' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=semver-parser CARGO_PKG_REPOSITORY='https://github.com/steveklabnik/semver-parser' CARGO_PKG_VERSION=0.7.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name semver_parser /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=fa60fd2b850c460f -C extra-filename=-fa60fd2b850c460f --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
warning: field is never read: `offset_entry_count`
 --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/gimli-0.26.1/src/read/lists.rs:7:5
  |
7 |     offset_entry_count: u32,
  |     ^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(dead_code)]` on by default

     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=subtle CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/subtle-2.4.1 CARGO_PKG_AUTHORS='Isis Lovecruft <isis@patternsinthevoid.net>:Henry de Valence <hdevalence@hdevalence.ca>' CARGO_PKG_DESCRIPTION='Pure-Rust traits and utilities for constant-time cryptographic implementations.' CARGO_PKG_HOMEPAGE='https://dalek.rs/' CARGO_PKG_LICENSE=BSD-3-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=subtle CARGO_PKG_REPOSITORY='https://github.com/dalek-cryptography/subtle' CARGO_PKG_VERSION=2.4.1 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name subtle /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/subtle-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=3820bfecbf9e94e2 -C extra-filename=-3820bfecbf9e94e2 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
warning: use of deprecated macro `try`: use the `?` operator instead
  --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.7.0/src/version.rs:75:9
   |
75 |         try!(write!(f, "{}.{}.{}", self.major, self.minor, self.patch));
   |         ^^^
   |
   = note: `#[warn(deprecated)]` on by default

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.7.0/src/version.rs:79:13
   |
79 |             try!(write!(f, "-{}", strs.join(".")));
   |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
  --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.7.0/src/version.rs:84:13
   |
84 |             try!(write!(f, "+{}", strs.join(".")));
   |             ^^^

warning: use of deprecated macro `try`: use the `?` operator instead
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/semver-parser-0.7.0/src/range.rs:184:22
    |
184 |     let predicates = try!(predicates);
    |                      ^^^

warning: trailing semicolon in macro used in expression position
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/lib.rs:3:45
    |
3   |         return Err(Error::new($kind, $text));
    |                                             ^
    |
   ::: /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/dir.rs:603:21
    |
603 |                     err!(err_msg.as_str(), err.kind)
    |                     -------------------------------- in this macro invocation
    |
    = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
    = note: macro invocations at the end of a block are treated as expressions
    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `err`
    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trailing semicolon in macro used in expression position
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/lib.rs:3:45
    |
3   |         return Err(Error::new($kind, $text));
    |                                             ^
    |
   ::: /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/dir.rs:938:33
    |
938 | ...                   err!(err_msg.as_str(), err.kind)
    |                       -------------------------------- in this macro invocation
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
    = note: macro invocations at the end of a block are treated as expressions
    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `err`
    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trailing semicolon in macro used in expression position
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/lib.rs:3:45
    |
3   |         return Err(Error::new($kind, $text));
    |                                             ^
    |
   ::: /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/dir.rs:942:33
    |
942 | ...                   err!(err_msg.as_str(), err.kind)
    |                       -------------------------------- in this macro invocation
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
    = note: macro invocations at the end of a block are treated as expressions
    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `err`
    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trailing semicolon in macro used in expression position
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/lib.rs:3:45
    |
3   |         return Err(Error::new($kind, $text));
    |                                             ^
    |
   ::: /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/dir.rs:967:33
    |
967 | ...                   err!(err_msg.as_str(), err.kind)
    |                       -------------------------------- in this macro invocation
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
    = note: macro invocations at the end of a block are treated as expressions
    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `err`
    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trailing semicolon in macro used in expression position
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/lib.rs:3:45
    |
3   |         return Err(Error::new($kind, $text));
    |                                             ^
    |
   ::: /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/dir.rs:971:33
    |
971 | ...                   err!(err_msg.as_str(), err.kind)
    |                       -------------------------------- in this macro invocation
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
    = note: macro invocations at the end of a block are treated as expressions
    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `err`
    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trailing semicolon in macro used in expression position
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/lib.rs:3:45
    |
3   |         return Err(Error::new($kind, $text));
    |                                             ^
    |
   ::: /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/dir.rs:977:25
    |
977 |                         err!(err_msg.as_str(), err.kind)
    |                         -------------------------------- in this macro invocation
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
    = note: macro invocations at the end of a block are treated as expressions
    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `err`
    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trailing semicolon in macro used in expression position
    --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/lib.rs:3:45
     |
3    |         return Err(Error::new($kind, $text));
     |                                             ^
     |
    ::: /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/dir.rs:1094:25
     |
1094 |                         err!(err_msg.as_str(), err.kind)
     |                         -------------------------------- in this macro invocation
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
     = note: macro invocations at the end of a block are treated as expressions
     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `err`
     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trailing semicolon in macro used in expression position
    --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/lib.rs:3:45
     |
3    |         return Err(Error::new($kind, $text));
     |                                             ^
     |
    ::: /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/dir.rs:1281:33
     |
1281 | ...                   err!(err_msg.as_str(), err.kind)
     |                       -------------------------------- in this macro invocation
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
     = note: macro invocations at the end of a block are treated as expressions
     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `err`
     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trailing semicolon in macro used in expression position
    --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/lib.rs:3:45
     |
3    |         return Err(Error::new($kind, $text));
     |                                             ^
     |
    ::: /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/dir.rs:1285:33
     |
1285 | ...                   err!(err_msg.as_str(), err.kind)
     |                       -------------------------------- in this macro invocation
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
     = note: macro invocations at the end of a block are treated as expressions
     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `err`
     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trailing semicolon in macro used in expression position
    --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/lib.rs:3:45
     |
3    |         return Err(Error::new($kind, $text));
     |                                             ^
     |
    ::: /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/dir.rs:1311:33
     |
1311 | ...                   err!(err_msg.as_str(), err.kind)
     |                       -------------------------------- in this macro invocation
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
     = note: macro invocations at the end of a block are treated as expressions
     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `err`
     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trailing semicolon in macro used in expression position
    --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/lib.rs:3:45
     |
3    |         return Err(Error::new($kind, $text));
     |                                             ^
     |
    ::: /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/dir.rs:1315:33
     |
1315 | ...                   err!(err_msg.as_str(), err.kind)
     |                       -------------------------------- in this macro invocation
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
     = note: macro invocations at the end of a block are treated as expressions
     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `err`
     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trailing semicolon in macro used in expression position
    --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/lib.rs:3:45
     |
3    |         return Err(Error::new($kind, $text));
     |                                             ^
     |
    ::: /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/dir.rs:1321:25
     |
1321 |                         err!(err_msg.as_str(), err.kind)
     |                         -------------------------------- in this macro invocation
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
     = note: macro invocations at the end of a block are treated as expressions
     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `err`
     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trailing semicolon in macro used in expression position
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/lib.rs:3:45
    |
3   |         return Err(Error::new($kind, $text));
    |                                             ^
...
418 |                                     err!(err_msg.as_str(), err.kind)
    |                                     -------------------------------- in this macro invocation
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
    = note: macro invocations at the end of a block are treated as expressions
    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `err`
    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trailing semicolon in macro used in expression position
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/lib.rs:3:45
    |
3   |         return Err(Error::new($kind, $text));
    |                                             ^
...
422 |                                     err!(err_msg.as_str(), err.kind)
    |                                     -------------------------------- in this macro invocation
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
    = note: macro invocations at the end of a block are treated as expressions
    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `err`
    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trailing semicolon in macro used in expression position
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/lib.rs:3:45
    |
3   |         return Err(Error::new($kind, $text));
    |                                             ^
...
447 |                                     err!(err_msg.as_str(), err.kind)
    |                                     -------------------------------- in this macro invocation
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
    = note: macro invocations at the end of a block are treated as expressions
    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `err`
    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trailing semicolon in macro used in expression position
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/lib.rs:3:45
    |
3   |         return Err(Error::new($kind, $text));
    |                                             ^
...
451 |                                     err!(err_msg.as_str(), err.kind)
    |                                     -------------------------------- in this macro invocation
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
    = note: macro invocations at the end of a block are treated as expressions
    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `err`
    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trailing semicolon in macro used in expression position
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/lib.rs:3:45
    |
3   |         return Err(Error::new($kind, $text));
    |                                             ^
...
457 |                             err!(err_msg.as_str(), err.kind)
    |                             -------------------------------- in this macro invocation
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
    = note: macro invocations at the end of a block are treated as expressions
    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `err`
    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trailing semicolon in macro used in expression position
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/lib.rs:3:45
    |
3   |         return Err(Error::new($kind, $text));
    |                                             ^
...
732 |                                     err!(err_msg.as_str(), err.kind)
    |                                     -------------------------------- in this macro invocation
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
    = note: macro invocations at the end of a block are treated as expressions
    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `err`
    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trailing semicolon in macro used in expression position
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/lib.rs:3:45
    |
3   |         return Err(Error::new($kind, $text));
    |                                             ^
...
736 |                                     err!(err_msg.as_str(), err.kind)
    |                                     -------------------------------- in this macro invocation
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
    = note: macro invocations at the end of a block are treated as expressions
    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `err`
    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trailing semicolon in macro used in expression position
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/lib.rs:3:45
    |
3   |         return Err(Error::new($kind, $text));
    |                                             ^
...
761 |                                     err!(err_msg.as_str(), err.kind)
    |                                     -------------------------------- in this macro invocation
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
    = note: macro invocations at the end of a block are treated as expressions
    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `err`
    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trailing semicolon in macro used in expression position
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/lib.rs:3:45
    |
3   |         return Err(Error::new($kind, $text));
    |                                             ^
...
765 |                                     err!(err_msg.as_str(), err.kind)
    |                                     -------------------------------- in this macro invocation
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
    = note: macro invocations at the end of a block are treated as expressions
    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `err`
    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trailing semicolon in macro used in expression position
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/fs_extra-1.2.0/src/lib.rs:3:45
    |
3   |         return Err(Error::new($kind, $text));
    |                                             ^
...
771 |                             err!(err_msg.as_str(), err.kind)
    |                             -------------------------------- in this macro invocation
    |
    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
    = note: macro invocations at the end of a block are treated as expressions
    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `err`
    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)

     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=cfg_if CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0 CARGO_PKG_AUTHORS='Alex Crichton <alex@alexcrichton.com>' CARGO_PKG_DESCRIPTION='A macro to ergonomically define an item depending on a large number of #[cfg]
parameters. Structured like an if-else chain, the first matching branch is the
item that gets emitted.
' CARGO_PKG_HOMEPAGE='https://github.com/alexcrichton/cfg-if' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cfg-if CARGO_PKG_REPOSITORY='https://github.com/alexcrichton/cfg-if' CARGO_PKG_VERSION=1.0.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name cfg_if --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=36da032c38d25b80 -C extra-filename=-36da032c38d25b80 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
warning: `subtle` (lib) generated 3 warnings (3 duplicates)
   Compiling arrayvec v0.7.2
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=arrayvec CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2 CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=arrayvec CARGO_PKG_REPOSITORY='https://github.com/bluss/arrayvec' CARGO_PKG_VERSION=0.7.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=7 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name arrayvec --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on -C metadata=1820590ad9d43ca7 -C extra-filename=-1820590ad9d43ca7 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling rayon-core v1.9.1
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.9.1 CARGO_PKG_AUTHORS='Niko Matsakis <niko@alum.mit.edu>:Josh Stone <cuviper@gmail.com>' CARGO_PKG_DESCRIPTION='Core APIs for Rayon' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rayon-core CARGO_PKG_REPOSITORY='https://github.com/rayon-rs/rayon' CARGO_PKG_VERSION=1.9.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=9 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/rayon-core-1.9.1/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=70c581871ffb3b5f -C extra-filename=-70c581871ffb3b5f --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/build/rayon-core-70c581871ffb3b5f -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
warning: field is never read: `printer`
  --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/ast/print.rs:66:5
   |
66 |     printer: &'p mut Printer,
   |     ^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(dead_code)]` on by default

warning: field is never read: `printer`
  --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/hir/print.rs:74:5
   |
74 |     printer: &'p mut Printer,
   |     ^^^^^^^^^^^^^^^^^^^^^^^^

warning: `fs_extra` (lib) generated 22 warnings
   Compiling cranelift-codegen-shared v0.68.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=cranelift_codegen_shared CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/cranelift-codegen-shared-0.68.0 CARGO_PKG_AUTHORS='The Cranelift Project Developers' CARGO_PKG_DESCRIPTION='For code shared between cranelift-codegen-meta and cranelift-codegen' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=cranelift-codegen-shared CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasmtime' CARGO_PKG_VERSION=0.68.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=68 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name cranelift_codegen_shared --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/cranelift-codegen-shared-0.68.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=1d48dda5fa703de7 -C extra-filename=-1d48dda5fa703de7 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
   Compiling futures-task v0.3.18
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.18 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Tools for working with tasks.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-task CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_VERSION=0.3.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-task-0.3.18/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=6550e13aaf95bdb4 -C extra-filename=-6550e13aaf95bdb4 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/build/futures-task-6550e13aaf95bdb4 -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
warning: field is never read: `code`
  --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.65.0/src/binary_reader.rs:46:5
   |
46 |     pub code: SectionCode<'a>,
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `#[warn(dead_code)]` on by default

warning: field is never read: `payload_start`
  --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.65.0/src/binary_reader.rs:47:5
   |
47 |     pub payload_start: usize,
   |     ^^^^^^^^^^^^^^^^^^^^^^^^

warning: field is never read: `payload_len`
  --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.65.0/src/binary_reader.rs:48:5
   |
48 |     pub payload_len: usize,
   |     ^^^^^^^^^^^^^^^^^^^^^^

   Compiling Inflector v0.11.4
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=inflector CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/Inflector-0.11.4 CARGO_PKG_AUTHORS='Josh Teeter<joshteeter@gmail.com>' CARGO_PKG_DESCRIPTION='Adds String based inflections for Rust. Snake, kebab, camel, sentence, class, title and table cases as well as ordinalize, deordinalize, demodulize, foreign key, and pluralize/singularize are supported as both traits and pure functions acting on String types.
' CARGO_PKG_HOMEPAGE='https://github.com/whatisinternet/inflector' CARGO_PKG_LICENSE=BSD-2-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=Inflector CARGO_PKG_REPOSITORY='https://github.com/whatisinternet/inflector' CARGO_PKG_VERSION=0.11.4 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=11 CARGO_PKG_VERSION_PATCH=4 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name inflector /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/Inflector-0.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=588817c319db2a1d -C extra-filename=-588817c319db2a1d --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
warning: `semver-parser` (lib) generated 4 warnings
   Compiling futures-channel v0.3.18
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-channel-0.3.18 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Channels for asynchronous communication using futures-rs.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-channel CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_VERSION=0.3.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-channel-0.3.18/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="alloc"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' -C metadata=64ff99ad1d23c1f0 -C extra-filename=-64ff99ad1d23c1f0 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/build/futures-channel-64ff99ad1d23c1f0 -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
warning: unused import: `cases::case::*`
 --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/Inflector-0.11.4/src/cases/classcase/mod.rs:2:5
  |
2 | use cases::case::*;
  |     ^^^^^^^^^^^^^^
  |
note: the lint level is defined here
 --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/Inflector-0.11.4/src/cases/classcase/mod.rs:1:9
  |
1 | #![deny(warnings)]
  |         ^^^^^^^^
  = note: `#[warn(unused_imports)]` implied by `#[warn(warnings)]`

   Compiling memory_units v0.4.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=memory_units CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0 CARGO_PKG_AUTHORS='Nick Fitzgerald <fitzgen@gmail.com>:Sergey Pepyakin <s.pepyakin@gmail.com>' CARGO_PKG_DESCRIPTION='Safe conversions between units of memory' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memory_units CARGO_PKG_REPOSITORY='https://github.com/pepyakin/memory_units' CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name memory_units /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/memory_units-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C overflow-checks=on -C metadata=be44398820bb0cac -C extra-filename=-be44398820bb0cac --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling minimal-lexical v0.2.1
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=minimal_lexical CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/minimal-lexical-0.2.1 CARGO_PKG_AUTHORS='Alex Huszagh <ahuszagh@gmail.com>' CARGO_PKG_DESCRIPTION='Fast float parsing conversion routines.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=minimal-lexical CARGO_PKG_REPOSITORY='https://github.com/Alexhuszagh/minimal-lexical' CARGO_PKG_VERSION=0.2.1 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name minimal_lexical --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="std"' -C metadata=2937f608da1e5c1a -C extra-filename=-2937f608da1e5c1a --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
   Compiling byte-slice-cast v1.2.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=byte_slice_cast CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/byte-slice-cast-1.2.0 CARGO_PKG_AUTHORS='Sebastian Dröge <sebastian@centricular.com>' CARGO_PKG_DESCRIPTION='Safely cast bytes slices from/to slices of built-in fundamental numeric types' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=byte-slice-cast CARGO_PKG_REPOSITORY='https://github.com/sdroege/bytes-num-slice-cast' CARGO_PKG_VERSION=1.2.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name byte_slice_cast --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/byte-slice-cast-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="std"' -C metadata=6b9972583335d020 -C extra-filename=-6b9972583335d020 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling convert_case v0.4.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=convert_case CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/convert_case-0.4.0 CARGO_PKG_AUTHORS='David Purdum <purdum41@gmail.com>' CARGO_PKG_DESCRIPTION='Convert strings into any case' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=convert_case CARGO_PKG_REPOSITORY='https://github.com/rutrum/convert-case' CARGO_PKG_VERSION=0.4.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name convert_case --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/convert_case-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=720248a5c9b2e881 -C extra-filename=-720248a5c9b2e881 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
warning: `gimli` (lib) generated 2 warnings
   Compiling signature v1.4.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=signature CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/signature-1.4.0 CARGO_PKG_AUTHORS='RustCrypto Developers' CARGO_PKG_DESCRIPTION='Traits for cryptographic signature algorithms (e.g. ECDSA, Ed25519)' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=signature CARGO_PKG_REPOSITORY='https://github.com/RustCrypto/traits/tree/master/signature' CARGO_PKG_VERSION=1.4.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name signature --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/signature-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="std"' -C metadata=02cbd0aea0942055 -C extra-filename=-02cbd0aea0942055 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
warning: `Inflector` (lib) generated 1 warning
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=arrayref CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayref-0.3.6 CARGO_PKG_AUTHORS='David Roundy <roundyd@physics.oregonstate.edu>' CARGO_PKG_DESCRIPTION='Macros to take array references of slices' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=BSD-2-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=arrayref CARGO_PKG_REPOSITORY='https://github.com/droundy/arrayref' CARGO_PKG_VERSION=0.3.6 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=6 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name arrayref /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayref-0.3.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=b00d3e36abeefc68 -C extra-filename=-b00d3e36abeefc68 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
   Compiling unicode-bidi v0.3.7
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=unicode_bidi CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-bidi-0.3.7 CARGO_PKG_AUTHORS='The Servo Project Developers' CARGO_PKG_DESCRIPTION='Implementation of the Unicode Bidirectional Algorithm' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT / Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=unicode-bidi CARGO_PKG_REPOSITORY='https://github.com/servo/unicode-bidi' CARGO_PKG_VERSION=0.3.7 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=7 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name unicode_bidi --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/unicode-bidi-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=7b3de3294a9b3292 -C extra-filename=-7b3de3294a9b3292 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=regex_syntax CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='A regular expression parser.' CARGO_PKG_HOMEPAGE='https://github.com/rust-lang/regex' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=regex-syntax CARGO_PKG_REPOSITORY='https://github.com/rust-lang/regex' CARGO_PKG_VERSION=0.6.25 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=25 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name regex_syntax --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=c5c2be74fe151b90 -C extra-filename=-c5c2be74fe151b90 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=arrayvec CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.5.2 CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=arrayvec CARGO_PKG_REPOSITORY='https://github.com/bluss/arrayvec' CARGO_PKG_VERSION=0.5.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name arrayvec --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/arrayvec-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="array-sizes-33-128"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=e9a21a84b173517d -C extra-filename=-e9a21a84b173517d --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
   Compiling bindgen v0.59.2
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/bindgen-0.59.2 CARGO_PKG_AUTHORS='Jyun-Yan You <jyyou.tw@gmail.com>:Emilio Cobos Álvarez <emilio@crisal.io>:Nick Fitzgerald <fitzgen@gmail.com>:The Servo project developers' CARGO_PKG_DESCRIPTION='Automatically generates Rust FFI bindings to C and C++ libraries.' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/rust-bindgen/' CARGO_PKG_LICENSE=BSD-3-Clause CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=bindgen CARGO_PKG_REPOSITORY='https://github.com/rust-lang/rust-bindgen' CARGO_PKG_VERSION=0.59.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=59 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/bindgen-0.59.2/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="runtime"' -C metadata=62c7eb40f3f1bf10 -C extra-filename=-62c7eb40f3f1bf10 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/build/bindgen-62c7eb40f3f1bf10 -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
   Compiling either v1.6.1
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=either CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1 CARGO_PKG_AUTHORS=bluss CARGO_PKG_DESCRIPTION='The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases.
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=either CARGO_PKG_REPOSITORY='https://github.com/bluss/either' CARGO_PKG_VERSION=1.6.1 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=6 CARGO_PKG_VERSION_PATCH=1 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name either /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/either-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="use_std"' -C metadata=6f933579921033c4 -C extra-filename=-6f933579921033c4 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling futures-sink v0.3.18
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=futures_sink CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.18 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The asynchronous `Sink` trait for the futures-rs library.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-sink CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_VERSION=0.3.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name futures_sink --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-sink-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="alloc"' --cfg 'feature="std"' -C metadata=d02a1812fb72b6a1 -C extra-filename=-d02a1812fb72b6a1 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling futures-util v0.3.18
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.18 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='Common utilities and extension traits for the futures-rs library.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-util CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_VERSION=0.3.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-util-0.3.18/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' -C metadata=fd7ef54adc6753c6 -C extra-filename=-fd7ef54adc6753c6 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/build/futures-util-fd7ef54adc6753c6 -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
   Compiling near-sys v0.1.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=near_sys CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/near-sys-0.1.0 CARGO_PKG_AUTHORS='Near Inc <hello@near.org>' CARGO_PKG_DESCRIPTION='Syscall definitions for builtin functions of the NEAR runtime.
' CARGO_PKG_HOMEPAGE='https://github.com/near/near-sdk-rs' CARGO_PKG_LICENSE=GPL-3.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=near-sys CARGO_PKG_REPOSITORY='https://github.com/near/near-sdk-rs' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name near_sys --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/near-sys-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C overflow-checks=on -C metadata=6578bb24610b05fb -C extra-filename=-6578bb24610b05fb --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling percent-encoding v2.1.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=percent_encoding CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/percent-encoding-2.1.0 CARGO_PKG_AUTHORS='The rust-url developers' CARGO_PKG_DESCRIPTION='Percent encoding and decoding' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=percent-encoding CARGO_PKG_REPOSITORY='https://github.com/servo/rust-url/' CARGO_PKG_VERSION=2.1.0 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name percent_encoding /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/percent-encoding-2.1.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on -C metadata=5ef52a8301211edb -C extra-filename=-5ef52a8301211edb --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling constant_time_eq v0.1.5
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=constant_time_eq CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/constant_time_eq-0.1.5 CARGO_PKG_AUTHORS='Cesar Eduardo Barros <cesarb@cesarb.eti.br>' CARGO_PKG_DESCRIPTION='Compares two equal-sized byte strings in constant time.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=CC0-1.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=constant_time_eq CARGO_PKG_REPOSITORY='https://github.com/cesarb/constant_time_eq' CARGO_PKG_VERSION=0.1.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name constant_time_eq /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/constant_time_eq-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=f76f7b48c0443ec6 -C extra-filename=-f76f7b48c0443ec6 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
   Compiling peeking_take_while v0.1.2
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=peeking_take_while CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/peeking_take_while-0.1.2 CARGO_PKG_AUTHORS='Nick Fitzgerald <fitzgen@gmail.com>' CARGO_PKG_DESCRIPTION='Like `Iterator::take_while`, but calls the predicate on a peeked value. This allows you to use `Iterator::by_ref` and `Iterator::take_while` together, and still get the first value for which the `take_while` predicate returned false after dropping the `by_ref`.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=peeking_take_while CARGO_PKG_REPOSITORY='https://github.com/fitzgen/peeking_take_while' CARGO_PKG_VERSION=0.1.2 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name peeking_take_while /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/peeking_take_while-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=60e79656c4779c82 -C extra-filename=-60e79656c4779c82 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
   Compiling target-lexicon v0.10.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/target-lexicon-0.10.0 CARGO_PKG_AUTHORS='Dan Gohman <sunfish@mozilla.com>' CARGO_PKG_DESCRIPTION='Targeting utilities for compilers and related tools' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=target-lexicon CARGO_PKG_REPOSITORY='https://github.com/CraneStation/target-lexicon' CARGO_PKG_VERSION=0.10.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=10 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/target-lexicon-0.10.0/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' -C metadata=631f1da5782854c7 -C extra-filename=-631f1da5782854c7 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/build/target-lexicon-631f1da5782854c7 -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
   Compiling futures-io v0.3.18
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=futures_io CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-0.3.18 CARGO_PKG_AUTHORS='' CARGO_PKG_DESCRIPTION='The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library.
' CARGO_PKG_HOMEPAGE='https://rust-lang.github.io/futures-rs' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=futures-io CARGO_PKG_REPOSITORY='https://github.com/rust-lang/futures-rs' CARGO_PKG_VERSION=0.3.18 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=18 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name futures_io --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/futures-io-0.3.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="std"' -C metadata=f9022a90f4133b44 -C extra-filename=-f9022a90f4133b44 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling pin-utils v0.1.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=pin_utils CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-utils-0.1.0 CARGO_PKG_AUTHORS='Josef Brandl <mail@josefbrandl.de>' CARGO_PKG_DESCRIPTION='Utilities for pinning
' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=pin-utils CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/pin-utils' CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name pin_utils --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on -C metadata=dbc08841ae17328e -C extra-filename=-dbc08841ae17328e --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=rustc_hash CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-hash-1.1.0 CARGO_PKG_AUTHORS='The Rust Project Developers' CARGO_PKG_DESCRIPTION='speed, non-cryptographic hash used in rustc' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=Apache-2.0/MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=rustc-hash CARGO_PKG_REPOSITORY='https://github.com/rust-lang-nursery/rustc-hash' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name rustc_hash /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/rustc-hash-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=d2345eeed1b0367a -C extra-filename=-d2345eeed1b0367a --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=byteorder CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.4.3 CARGO_PKG_AUTHORS='Andrew Gallant <jamslam@gmail.com>' CARGO_PKG_DESCRIPTION='Library for reading/writing numbers in big-endian and little-endian.' CARGO_PKG_HOMEPAGE='https://github.com/BurntSushi/byteorder' CARGO_PKG_LICENSE='Unlicense OR MIT' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=byteorder CARGO_PKG_REPOSITORY='https://github.com/BurntSushi/byteorder' CARGO_PKG_VERSION=1.4.3 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name byteorder --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/byteorder-1.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="i128"' --cfg 'feature="std"' -C metadata=a7642616df4f79b6 -C extra-filename=-a7642616df4f79b6 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
   Compiling reed-solomon-erasure v4.0.2
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/reed-solomon-erasure-4.0.2 CARGO_PKG_AUTHORS='Darren Ldl <darrenldldev@gmail.com>' CARGO_PKG_DESCRIPTION='Rust implementation of Reed-Solomon erasure coding' CARGO_PKG_HOMEPAGE='https://github.com/darrenldl/reed-solomon-erasure' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=reed-solomon-erasure CARGO_PKG_REPOSITORY='https://github.com/darrenldl/reed-solomon-erasure' CARGO_PKG_VERSION=4.0.2 CARGO_PKG_VERSION_MAJOR=4 CARGO_PKG_VERSION_MINOR=0 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/reed-solomon-erasure-4.0.2/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' -C metadata=1e8d7fd2351b017d -C extra-filename=-1e8d7fd2351b017d --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/build/reed-solomon-erasure-1e8d7fd2351b017d -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
   Compiling shlex v1.1.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=shlex CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/shlex-1.1.0 CARGO_PKG_AUTHORS='comex <comexk@gmail.com>:Fenhl <fenhl@fenhl.net>' CARGO_PKG_DESCRIPTION='Split a string into shell words, like Python'\''s shlex.' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=shlex CARGO_PKG_REPOSITORY='https://github.com/comex/rust-shlex' CARGO_PKG_VERSION=1.1.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name shlex /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/shlex-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=686e97f976ed47ed -C extra-filename=-686e97f976ed47ed --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
warning: `wasmparser` (lib) generated 6 warnings
   Compiling wasmparser v0.57.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=wasmparser CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.57.0 CARGO_PKG_AUTHORS='Yury Delendik <ydelendik@mozilla.com>' CARGO_PKG_DESCRIPTION='A simple event-driven library for parsing WebAssembly binary files.
' CARGO_PKG_HOMEPAGE='https://github.com/bytecodealliance/wasm-tools/tree/master/crates/wasmparser' CARGO_PKG_LICENSE='Apache-2.0 WITH LLVM-exception' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=wasmparser CARGO_PKG_REPOSITORY='https://github.com/bytecodealliance/wasm-tools/tree/master/crates/wasmparser' CARGO_PKG_VERSION=0.57.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=57 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name wasmparser --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.57.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on -C metadata=78e9f07091bac452 -C extra-filename=-78e9f07091bac452 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling slab v0.4.5
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=slab CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.4.5 CARGO_PKG_AUTHORS='Carl Lerche <me@carllerche.com>' CARGO_PKG_DESCRIPTION='Pre-allocated storage for a uniform data type' CARGO_PKG_HOMEPAGE='https://github.com/tokio-rs/slab' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=slab CARGO_PKG_REPOSITORY='https://github.com/tokio-rs/slab' CARGO_PKG_VERSION=0.4.5 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=4 CARGO_PKG_VERSION_PATCH=5 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name slab --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/slab-0.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=f1f21e1412bbd7a1 -C extra-filename=-f1f21e1412bbd7a1 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling lazycell v1.3.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=lazycell CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/lazycell-1.3.0 CARGO_PKG_AUTHORS='Alex Crichton <alex@alexcrichton.com>:Nikita Pekin <contact@nikitapek.in>' CARGO_PKG_DESCRIPTION='A library providing a lazily filled Cell struct' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=lazycell CARGO_PKG_REPOSITORY='https://github.com/indiv0/lazycell' CARGO_PKG_VERSION=1.3.0 CARGO_PKG_VERSION_MAJOR=1 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name lazycell /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/lazycell-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=e44e93a0d31a8ccb -C extra-filename=-e44e93a0d31a8ccb --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
   Compiling nix v0.15.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.15.0 CARGO_PKG_AUTHORS='The nix-rust Project Developers' CARGO_PKG_DESCRIPTION='Rust friendly bindings to *nix APIs' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=nix CARGO_PKG_REPOSITORY='https://github.com/nix-rust/nix' CARGO_PKG_VERSION=0.15.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=15 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/nix-0.15.0/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=a546ccc704b1868e -C extra-filename=-a546ccc704b1868e --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/build/nix-a546ccc704b1868e -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
warning: trailing semicolon in macro used in expression position
    --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.57.0/src/operators_validator.rs:300:50
     |
300  |         return Err(format_op_err!( $( $arg ),* ));
     |                                                  ^
...
1030 |                         bail_op_err!("type mismatch: only integer types allowed with bare `select`")
     |                         ---------------------------------------------------------------------------- in this macro invocation
     |
     = note: `#[warn(semicolon_in_expressions_from_macros)]` on by default
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
     = note: macro invocations at the end of a block are treated as expressions
     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail_op_err`
     = note: this warning originates in the macro `bail_op_err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trailing semicolon in macro used in expression position
    --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.57.0/src/operators_validator.rs:300:50
     |
300  |         return Err(format_op_err!( $( $arg ),* ));
     |                                                  ^
...
2002 |                     None => bail_op_err!("unknown table {}: table index out of bounds", table),
     |                             ------------------------------------------------------------------ in this macro invocation
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
     = note: this warning originates in the macro `bail_op_err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: trailing semicolon in macro used in expression position
    --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/wasmparser-0.57.0/src/operators_validator.rs:300:50
     |
300  |           return Err(format_op_err!( $( $arg ),* ));
     |                                                    ^
...
2006 |                       None => bail_op_err!(
     |  _____________________________-
2007 | |                         "unknown elem segment {}: segment index out of bounds",
2008 | |                         segment
2009 | |                     ),
     | |_____________________- in this macro invocation
     |
     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
     = note: this warning originates in the macro `bail_op_err` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/lazycell-1.3.0/src/lib.rs:269:31
    |
269 |         if NONE != self.state.compare_and_swap(NONE, LOCK, Ordering::Acquire) {
    |                               ^^^^^^^^^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default

warning: use of deprecated associated function `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/lazycell-1.3.0/src/lib.rs:275:31
    |
275 |         if LOCK != self.state.compare_and_swap(LOCK, SOME, Ordering::Release) {
    |                               ^^^^^^^^^^^^^^^^

   Compiling memmap2 v0.2.3
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=memmap2 CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/memmap2-0.2.3 CARGO_PKG_AUTHORS='Dan Burkert <dan@danburkert.com>:Evgeniy Reizner <razrfalcon@gmail.com>' CARGO_PKG_DESCRIPTION='Cross-platform Rust API for memory-mapped file IO' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memmap2 CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/memmap2-rs' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name memmap2 --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/memmap2-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on -C metadata=040a9c44c0244aa7 -C extra-filename=-040a9c44c0244aa7 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
   Compiling memmap2 v0.5.0
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=memmap2 CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/memmap2-0.5.0 CARGO_PKG_AUTHORS='Dan Burkert <dan@danburkert.com>:Yevhenii Reizner <razrfalcon@gmail.com>' CARGO_PKG_DESCRIPTION='Cross-platform Rust API for memory-mapped file IO' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memmap2 CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/memmap2-rs' CARGO_PKG_VERSION=0.5.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=5 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name memmap2 --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/memmap2-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on -C metadata=76e279d11674ba6a -C extra-filename=-76e279d11674ba6a --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s`
warning: `lazycell` (lib) generated 2 warnings
   Compiling async-trait v0.1.51
     Running `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=build_script_build CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/async-trait-0.1.51 CARGO_PKG_AUTHORS='David Tolnay <dtolnay@gmail.com>' CARGO_PKG_DESCRIPTION='Type erasure for async trait methods' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE='MIT OR Apache-2.0' CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=async-trait CARGO_PKG_REPOSITORY='https://github.com/dtolnay/async-trait' CARGO_PKG_VERSION=0.1.51 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=51 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name build_script_build --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/async-trait-0.1.51/build.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off -C overflow-checks=on -C metadata=c781b504f0dea499 -C extra-filename=-c781b504f0dea499 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/release/build/async-trait-c781b504f0dea499 -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn`
error[E0061]: this function takes 3 arguments but 4 arguments were supplied
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/memmap2-0.2.3/src/lib.rs:229:9
    |
229 |         MmapInner::map(self.get_len(file)?, file, self.offset, self.populate)
    |         ^^^^^^^^^^^^^^ -------------------  ----  -----------  ------------- supplied 4 arguments
    |         |
    |         expected 3 arguments
    |
note: associated function defined here
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/memmap2-0.2.3/src/stub.rs:18:12
    |
18  |     pub fn map(_: usize, _: &File, _: u64) -> io::Result<MmapInner> {
    |            ^^^ --------  --------  ------

error[E0061]: this function takes 3 arguments but 4 arguments were supplied
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/memmap2-0.2.3/src/lib.rs:240:9
    |
240 |         MmapInner::map_exec(self.get_len(file)?, file, self.offset, self.populate)
    |         ^^^^^^^^^^^^^^^^^^^ -------------------  ----  -----------  ------------- supplied 4 arguments
    |         |
    |         expected 3 arguments
    |
note: associated function defined here
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/memmap2-0.2.3/src/stub.rs:22:12
    |
22  |     pub fn map_exec(_: usize, _: &File, _: u64) -> io::Result<MmapInner> {
    |            ^^^^^^^^ --------  --------  ------

error[E0061]: this function takes 3 arguments but 4 arguments were supplied
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/memmap2-0.2.3/src/lib.rs:278:9
    |
278 |         MmapInner::map_mut(self.get_len(file)?, file, self.offset, self.populate)
    |         ^^^^^^^^^^^^^^^^^^ -------------------  ----  -----------  ------------- supplied 4 arguments
    |         |
    |         expected 3 arguments
    |
note: associated function defined here
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/memmap2-0.2.3/src/stub.rs:26:12
    |
26  |     pub fn map_mut(_: usize, _: &File, _: u64) -> io::Result<MmapInner> {
    |            ^^^^^^^ --------  --------  ------

error[E0061]: this function takes 3 arguments but 4 arguments were supplied
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/memmap2-0.2.3/src/lib.rs:307:9
    |
307 |         MmapInner::map_copy(self.get_len(file)?, file, self.offset, self.populate)
    |         ^^^^^^^^^^^^^^^^^^^ -------------------  ----  -----------  ------------- supplied 4 arguments
    |         |
    |         expected 3 arguments
    |
note: associated function defined here
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/memmap2-0.2.3/src/stub.rs:30:12
    |
30  |     pub fn map_copy(_: usize, _: &File, _: u64) -> io::Result<MmapInner> {
    |            ^^^^^^^^ --------  --------  ------

error[E0061]: this function takes 3 arguments but 4 arguments were supplied
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/memmap2-0.2.3/src/lib.rs:340:9
    |
340 |         MmapInner::map_copy_read_only(self.get_len(file)?, file, self.offset, self.populate)
    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -------------------  ----  -----------  ------------- supplied 4 arguments
    |         |
    |         expected 3 arguments
    |
note: associated function defined here
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/memmap2-0.2.3/src/stub.rs:34:12
    |
34  |     pub fn map_copy_read_only(_: usize, _: &File, _: u64) -> io::Result<MmapInner> {
    |            ^^^^^^^^^^^^^^^^^^ --------  --------  ------

error[E0061]: this function takes 3 arguments but 4 arguments were supplied
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/memmap2-0.2.3/src/lib.rs:363:9
    |
363 |         MmapInner::map_mut(self.get_len(file)?, file, self.offset, self.populate)
    |         ^^^^^^^^^^^^^^^^^^ -------------------  ----  -----------  ------------- supplied 4 arguments
    |         |
    |         expected 3 arguments
    |
note: associated function defined here
   --> /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/memmap2-0.2.3/src/stub.rs:26:12
    |
26  |     pub fn map_mut(_: usize, _: &File, _: u64) -> io::Result<MmapInner> {
    |            ^^^^^^^ --------  --------  ------

For more information about this error, try `rustc --explain E0061`.
error: could not compile `memmap2` due to 6 previous errors

Caused by:
  process didn't exit successfully: `CARGO=/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/bin/cargo CARGO_CRATE_NAME=memmap2 CARGO_MANIFEST_DIR=/home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/memmap2-0.2.3 CARGO_PKG_AUTHORS='Dan Burkert <dan@danburkert.com>:Evgeniy Reizner <razrfalcon@gmail.com>' CARGO_PKG_DESCRIPTION='Cross-platform Rust API for memory-mapped file IO' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT/Apache-2.0 CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=memmap2 CARGO_PKG_REPOSITORY='https://github.com/RazrFalcon/memmap2-rs' CARGO_PKG_VERSION=0.2.3 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=2 CARGO_PKG_VERSION_PATCH=3 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/home/fomotoshi/Projects/toy_nft_market/target/release/deps:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib:/home/fomotoshi/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib' rustc --crate-name memmap2 --edition=2018 /home/fomotoshi/.cargo/registry/src/github.com-1ecc6299db9ec823/memmap2-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C opt-level=z -C panic=abort -C linker-plugin-lto -C overflow-checks=on -C metadata=040a9c44c0244aa7 -C extra-filename=-040a9c44c0244aa7 --out-dir /home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps --target wasm32-unknown-unknown -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/wasm32-unknown-unknown/release/deps -L dependency=/home/fomotoshi/Projects/toy_nft_market/target/release/deps --cap-lints warn -C link-arg=-s` (exit status: 1)
warning: build failed, waiting for other jobs to finish...
warning: `wasmparser` (lib) generated 11 warnings
warning: `regex-syntax` (lib) generated 2 warnings
warning: `regex-syntax` (lib) generated 2 warnings (2 duplicates)
warning: `wasmparser` (lib) generated 3 warnings
error: build failed

Cargo.lock Cargo.lock.zip

the same behaviour if I use suggested docker image link run on the same x86 linux's machine.

I already got the same error, but the solution from the previous case doesn't help now.

austinabell commented 2 years ago

I'm having issues replicating this when running on the same arch, same lockfile, and same cargo version. Everything works on my end. Have you tried removing your target directory and recompiling? Can you confirm that the zip lockfile you provided is correct?

On a side note I'd recommend just committing a lockfile to a project like this. You want to make sure you have reproducible builds and not rely on having a copy of a lockfile outside of git.

Another side note is there is a published docker image to avoid having to duplicate the dockerfile, if you want.

ChzenChzen commented 2 years ago

@austinabell I found a solution, if I make default-members in root Cargo.toml and include only contract crates here, all compile without issues. test_utils crate has dependency near-sdk-sim which have the issue while compilation process to wasm.

austinabell commented 2 years ago

@austinabell I found a solution, if I make default-members in root Cargo.toml and include only contract crates here, all compile without issues. test_utils crate has dependency near-sdk-sim which have the issue while compilation process to wasm.

Nice! Glad you were able to find a solution. near-sdk-sim can't, and shouldn't, be compiled to wasm