near-sdk-sim 4.0.0-pre.8

NEAR Simulator & cross-contract testing library
Build #544421 2022-04-19T15:59:43.542265+00:00
# rustc version
rustc 1.62.0-nightly (311e2683e 2022-04-18)
# docs.rs version
docsrs 0.6.0 (de197f9 2022-04-16)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/near-sdk-sim-4.0.0-pre.8/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/near-sdk-sim-4.0.0-pre.8/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20220418-1.62.0-nightly-311e2683e\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\"]" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 6d481ef2c815d5d8af78ea674100c26a10829664187e2b238f948305a90b4214
[INFO] running `Command { std: "docker" "start" "-a" "6d481ef2c815d5d8af78ea674100c26a10829664187e2b238f948305a90b4214", kill_on_drop: false }`
[INFO] [stderr]     Checking wasmer-runtime-core-near v0.17.4
[INFO] [stderr] error[E0557]: feature has been removed
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/lib.rs:25:30
[INFO] [stderr]    |
[INFO] [stderr] 25 | #![cfg_attr(nightly, feature(unwind_attributes))]
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^^^^ feature has been removed
[INFO] [stderr]    |
[INFO] [stderr]    = note: use the C-unwind ABI instead
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:617:37
[INFO] [stderr]     |
[INFO] [stderr] 617 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 862 | impl_traits!([C] S0,);
[INFO] [stderr]     | --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:734:37
[INFO] [stderr]     |
[INFO] [stderr] 734 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 862 | impl_traits!([C] S0,);
[INFO] [stderr]     | --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:617:37
[INFO] [stderr]     |
[INFO] [stderr] 617 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 863 | impl_traits!([transparent] S1, A);
[INFO] [stderr]     | --------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:734:37
[INFO] [stderr]     |
[INFO] [stderr] 734 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 863 | impl_traits!([transparent] S1, A);
[INFO] [stderr]     | --------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:617:37
[INFO] [stderr]     |
[INFO] [stderr] 617 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 864 | impl_traits!([C] S2, A, B);
[INFO] [stderr]     | -------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:734:37
[INFO] [stderr]     |
[INFO] [stderr] 734 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 864 | impl_traits!([C] S2, A, B);
[INFO] [stderr]     | -------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:617:37
[INFO] [stderr]     |
[INFO] [stderr] 617 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 865 | impl_traits!([C] S3, A, B, C);
[INFO] [stderr]     | ----------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:734:37
[INFO] [stderr]     |
[INFO] [stderr] 734 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 865 | impl_traits!([C] S3, A, B, C);
[INFO] [stderr]     | ----------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:617:37
[INFO] [stderr]     |
[INFO] [stderr] 617 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 866 | impl_traits!([C] S4, A, B, C, D);
[INFO] [stderr]     | -------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:734:37
[INFO] [stderr]     |
[INFO] [stderr] 734 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 866 | impl_traits!([C] S4, A, B, C, D);
[INFO] [stderr]     | -------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:617:37
[INFO] [stderr]     |
[INFO] [stderr] 617 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 867 | impl_traits!([C] S5, A, B, C, D, E);
[INFO] [stderr]     | ----------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:734:37
[INFO] [stderr]     |
[INFO] [stderr] 734 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 867 | impl_traits!([C] S5, A, B, C, D, E);
[INFO] [stderr]     | ----------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:617:37
[INFO] [stderr]     |
[INFO] [stderr] 617 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 868 | impl_traits!([C] S6, A, B, C, D, E, F);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:734:37
[INFO] [stderr]     |
[INFO] [stderr] 734 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 868 | impl_traits!([C] S6, A, B, C, D, E, F);
[INFO] [stderr]     | -------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:617:37
[INFO] [stderr]     |
[INFO] [stderr] 617 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 869 | impl_traits!([C] S7, A, B, C, D, E, F, G);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:734:37
[INFO] [stderr]     |
[INFO] [stderr] 734 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 869 | impl_traits!([C] S7, A, B, C, D, E, F, G);
[INFO] [stderr]     | ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:617:37
[INFO] [stderr]     |
[INFO] [stderr] 617 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 870 | impl_traits!([C] S8, A, B, C, D, E, F, G, H);
[INFO] [stderr]     | -------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:734:37
[INFO] [stderr]     |
[INFO] [stderr] 734 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 870 | impl_traits!([C] S8, A, B, C, D, E, F, G, H);
[INFO] [stderr]     | -------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:617:37
[INFO] [stderr]     |
[INFO] [stderr] 617 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 871 | impl_traits!([C] S9, A, B, C, D, E, F, G, H, I);
[INFO] [stderr]     | ----------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:734:37
[INFO] [stderr]     |
[INFO] [stderr] 734 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 871 | impl_traits!([C] S9, A, B, C, D, E, F, G, H, I);
[INFO] [stderr]     | ----------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:617:37
[INFO] [stderr]     |
[INFO] [stderr] 617 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 872 | impl_traits!([C] S10, A, B, C, D, E, F, G, H, I, J);
[INFO] [stderr]     | --------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:734:37
[INFO] [stderr]     |
[INFO] [stderr] 734 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 872 | impl_traits!([C] S10, A, B, C, D, E, F, G, H, I, J);
[INFO] [stderr]     | --------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:617:37
[INFO] [stderr]     |
[INFO] [stderr] 617 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 873 | impl_traits!([C] S11, A, B, C, D, E, F, G, H, I, J, K);
[INFO] [stderr]     | ------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:734:37
[INFO] [stderr]     |
[INFO] [stderr] 734 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 873 | impl_traits!([C] S11, A, B, C, D, E, F, G, H, I, J, K);
[INFO] [stderr]     | ------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:617:37
[INFO] [stderr]     |
[INFO] [stderr] 617 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 874 | impl_traits!([C] S12, A, B, C, D, E, F, G, H, I, J, K, L);
[INFO] [stderr]     | --------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:734:37
[INFO] [stderr]     |
[INFO] [stderr] 734 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 874 | impl_traits!([C] S12, A, B, C, D, E, F, G, H, I, J, K, L);
[INFO] [stderr]     | --------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:617:37
[INFO] [stderr]     |
[INFO] [stderr] 617 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 875 | impl_traits!([C] S13, A, B, C, D, E, F, G, H, I, J, K, L, M);
[INFO] [stderr]     | ------------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:734:37
[INFO] [stderr]     |
[INFO] [stderr] 734 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 875 | impl_traits!([C] S13, A, B, C, D, E, F, G, H, I, J, K, L, M);
[INFO] [stderr]     | ------------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:617:37
[INFO] [stderr]     |
[INFO] [stderr] 617 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 876 | impl_traits!([C] S14, A, B, C, D, E, F, G, H, I, J, K, L, M, N);
[INFO] [stderr]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:734:37
[INFO] [stderr]     |
[INFO] [stderr] 734 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 876 | impl_traits!([C] S14, A, B, C, D, E, F, G, H, I, J, K, L, M, N);
[INFO] [stderr]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:617:37
[INFO] [stderr]     |
[INFO] [stderr] 617 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 877 | impl_traits!([C] S15, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O);
[INFO] [stderr]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:734:37
[INFO] [stderr]     |
[INFO] [stderr] 734 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 877 | impl_traits!([C] S15, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O);
[INFO] [stderr]     | ------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:617:37
[INFO] [stderr]     |
[INFO] [stderr] 617 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 878 | impl_traits!([C] S16, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P);
[INFO] [stderr]     | --------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:734:37
[INFO] [stderr]     |
[INFO] [stderr] 734 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 878 | impl_traits!([C] S16, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P);
[INFO] [stderr]     | --------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:617:37
[INFO] [stderr]     |
[INFO] [stderr] 617 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 879 | impl_traits!([C] S17, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q);
[INFO] [stderr]     | ------------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:734:37
[INFO] [stderr]     |
[INFO] [stderr] 734 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 879 | impl_traits!([C] S17, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q);
[INFO] [stderr]     | ------------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:617:37
[INFO] [stderr]     |
[INFO] [stderr] 617 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 880 | impl_traits!([C] S18, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R);
[INFO] [stderr]     | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:734:37
[INFO] [stderr]     |
[INFO] [stderr] 734 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 880 | impl_traits!([C] S18, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R);
[INFO] [stderr]     | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:617:37
[INFO] [stderr]     |
[INFO] [stderr] 617 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 881 | impl_traits!([C] S19, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S);
[INFO] [stderr]     | ------------------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:734:37
[INFO] [stderr]     |
[INFO] [stderr] 734 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 881 | impl_traits!([C] S19, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S);
[INFO] [stderr]     | ------------------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:617:37
[INFO] [stderr]     |
[INFO] [stderr] 617 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 882 | impl_traits!([C] S20, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T);
[INFO] [stderr]     | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:734:37
[INFO] [stderr]     |
[INFO] [stderr] 734 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 882 | impl_traits!([C] S20, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T);
[INFO] [stderr]     | --------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:617:37
[INFO] [stderr]     |
[INFO] [stderr] 617 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 883 | impl_traits!([C] S21, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U);
[INFO] [stderr]     | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:734:37
[INFO] [stderr]     |
[INFO] [stderr] 734 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 883 | impl_traits!([C] S21, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U);
[INFO] [stderr]     | ------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:617:37
[INFO] [stderr]     |
[INFO] [stderr] 617 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 884 | impl_traits!([C] S22, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V);
[INFO] [stderr]     | --------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:734:37
[INFO] [stderr]     |
[INFO] [stderr] 734 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 884 | impl_traits!([C] S22, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V);
[INFO] [stderr]     | --------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:617:37
[INFO] [stderr]     |
[INFO] [stderr] 617 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 885 | impl_traits!([C] S23, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W);
[INFO] [stderr]     | ------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:734:37
[INFO] [stderr]     |
[INFO] [stderr] 734 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 885 | impl_traits!([C] S23, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W);
[INFO] [stderr]     | ------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:617:37
[INFO] [stderr]     |
[INFO] [stderr] 617 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 886 | impl_traits!([C] S24, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X);
[INFO] [stderr]     | --------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:734:37
[INFO] [stderr]     |
[INFO] [stderr] 734 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 886 | impl_traits!([C] S24, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X);
[INFO] [stderr]     | --------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:617:37
[INFO] [stderr]     |
[INFO] [stderr] 617 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 887 | impl_traits!([C] S25, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y);
[INFO] [stderr]     | ------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:734:37
[INFO] [stderr]     |
[INFO] [stderr] 734 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 887 | impl_traits!([C] S25, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y);
[INFO] [stderr]     | ------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:617:37
[INFO] [stderr]     |
[INFO] [stderr] 617 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 888 | impl_traits!([C] S26, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z);
[INFO] [stderr]     | --------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot find attribute `unwind` in this scope
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasmer-runtime-core-near-0.17.4/src/typed_func.rs:734:37
[INFO] [stderr]     |
[INFO] [stderr] 734 |                 #[cfg_attr(nightly, unwind(allowed))]
[INFO] [stderr]     |                                     ^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 888 | impl_traits!([C] S26, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z);
[INFO] [stderr]     | --------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this error originates in the macro `impl_traits` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0557`.
[INFO] [stderr] error: could not compile `wasmer-runtime-core-near` due to 55 previous errors
[INFO] running `Command { std: "docker" "inspect" "6d481ef2c815d5d8af78ea674100c26a10829664187e2b238f948305a90b4214", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6d481ef2c815d5d8af78ea674100c26a10829664187e2b238f948305a90b4214", kill_on_drop: false }`
[INFO] [stdout] 6d481ef2c815d5d8af78ea674100c26a10829664187e2b238f948305a90b4214