near-sdk-sim 4.0.0-pre.3

NEAR Simulator & cross-contract testing library
Build #447095 2021-10-12T23:47:35.448210+00:00
# rustc version
rustc 1.57.0-nightly (5b210643e 2021-10-11)
# docs.rs version
docsrs 0.6.0 (06dfd05 2021-10-09)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/near-sdk-sim-4.0.0-pre.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/near-sdk-sim-4.0.0-pre.3/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" "2" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j2" "--" "-Z" "unstable-options" "--emit=invocation-specific" "--resource-suffix" "-20211011-1.57.0-nightly-5b210643e" "--static-root-path" "/" "--cap-lints" "warn" "--disable-per-crate-search", kill_on_drop: false }`
[INFO] [stdout] a4e6dd4784b65898d520a1f4a7a57574964c245f5723a9bf9e74491f925c4615
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "a4e6dd4784b65898d520a1f4a7a57574964c245f5723a9bf9e74491f925c4615", kill_on_drop: false }`
[INFO] [stderr]     Checking wasmer-runtime-core-near v0.17.4
[INFO] [stderr]     Checking near-store v0.1.0-pre.1
[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]     Checking near-pool v0.1.0-pre.1
[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" "a4e6dd4784b65898d520a1f4a7a57574964c245f5723a9bf9e74491f925c4615", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a4e6dd4784b65898d520a1f4a7a57574964c245f5723a9bf9e74491f925c4615", kill_on_drop: false }`
[INFO] [stdout] a4e6dd4784b65898d520a1f4a7a57574964c245f5723a9bf9e74491f925c4615