[INFO] cloning repository https://github.com/snjax/near-sdk-pure-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/snjax/near-sdk-pure-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnjax%2Fnear-sdk-pure-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnjax%2Fnear-sdk-pure-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2feab47b29290ee3f53ab6efe7d9b76167d6da5a
[INFO] testing snjax/near-sdk-pure-rs against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsnjax%2Fnear-sdk-pure-rs" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/snjax/near-sdk-pure-rs
[INFO] finished tweaking git repo https://github.com/snjax/near-sdk-pure-rs
[INFO] tweaked toml for git repo https://github.com/snjax/near-sdk-pure-rs written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/snjax/near-sdk-pure-rs on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/snjax/near-sdk-pure-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6f4040bd9a280de192a64a4c6fc731dc9f376cdf7aa028072941fd89edbca2fd
[INFO] running `Command { std: "docker" "start" "-a" "6f4040bd9a280de192a64a4c6fc731dc9f376cdf7aa028072941fd89edbca2fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6f4040bd9a280de192a64a4c6fc731dc9f376cdf7aa028072941fd89edbca2fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f4040bd9a280de192a64a4c6fc731dc9f376cdf7aa028072941fd89edbca2fd", kill_on_drop: false }`
[INFO] [stdout] 6f4040bd9a280de192a64a4c6fc731dc9f376cdf7aa028072941fd89edbca2fd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e5a0eb840f54a1a294f9f4557764bf94e7f4076def48e79bfde92b1c55f174cd
[INFO] running `Command { std: "docker" "start" "-a" "e5a0eb840f54a1a294f9f4557764bf94e7f4076def48e79bfde92b1c55f174cd", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.27
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.72
[INFO] [stderr]    Compiling serde_derive v1.0.126
[INFO] [stderr]    Compiling serde v1.0.126
[INFO] [stderr]    Compiling libc v0.2.94
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling serde_json v1.0.64
[INFO] [stderr]    Compiling ahash v0.4.7
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling wee_alloc v0.4.5
[INFO] [stderr]    Compiling memory_units v0.4.0
[INFO] [stderr]    Compiling itoa v0.4.7
[INFO] [stderr]    Compiling base64 v0.11.0
[INFO] [stderr]    Compiling hashbrown v0.9.1
[INFO] [stderr]    Compiling bs58 v0.3.1
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling borsh-schema-derive-internal v0.8.2
[INFO] [stderr]    Compiling borsh-derive-internal v0.8.2
[INFO] [stderr]    Compiling near-sdk-pure-core v2.0.0 (/opt/rustwide/workdir/near-sdk-pure-core)
[INFO] [stdout] warning: unused import: `attr_sig_info::*`
[INFO] [stdout]  --> near-sdk-pure-core/src/code_generator/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub use attr_sig_info::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `impl_item_method_info::*`
[INFO] [stdout]  --> near-sdk-pure-core/src/code_generator/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use impl_item_method_info::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `item_trait_info::*`
[INFO] [stdout]  --> near-sdk-pure-core/src/code_generator/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use item_trait_info::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `trait_item_method_info::*`
[INFO] [stdout]   --> near-sdk-pure-core/src/code_generator/mod.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use trait_item_method_info::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `item_impl_info::*`
[INFO] [stdout]   --> near-sdk-pure-core/src/code_generator/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use item_impl_info::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `wasm`
[INFO] [stdout]  --> near-sdk-pure-core/src/code_generator/item_struct_info.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(not(target_arch = "wasm"))]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `wasm`
[INFO] [stdout]   --> near-sdk-pure-core/src/code_generator/item_struct_info.rs:16:7
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[cfg(target_arch = "wasm")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling near-sdk-pure-macros v2.0.0 (/opt/rustwide/workdir/near-sdk-pure-macros)
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling proc-macro-crate v0.1.5
[INFO] [stderr]    Compiling borsh-derive v0.8.2
[INFO] [stderr]    Compiling borsh v0.8.2
[INFO] [stderr]    Compiling near-sdk-pure v2.0.0 (/opt/rustwide/workdir/near-sdk-pure)
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> near-sdk-pure/src/environment/env.rs:594:21
[INFO] [stdout]     |
[INFO] [stdout] 594 |         _ => panic!(RETURN_CODE_ERR),
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout] 594 |         _ => panic!("{}", RETURN_CODE_ERR),
[INFO] [stdout]     |                     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> near-sdk-pure/src/environment/env.rs:697:21
[INFO] [stdout]     |
[INFO] [stdout] 697 |         _ => panic!(RETURN_CODE_ERR),
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout] 697 |         _ => panic!("{}", RETURN_CODE_ERR),
[INFO] [stdout]     |                     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> near-sdk-pure/src/environment/env.rs:713:21
[INFO] [stdout]     |
[INFO] [stdout] 713 |         _ => panic!(RETURN_CODE_ERR),
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout] 713 |         _ => panic!("{}", RETURN_CODE_ERR),
[INFO] [stdout]     |                     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> near-sdk-pure/src/environment/env.rs:730:21
[INFO] [stdout]     |
[INFO] [stdout] 730 |         _ => panic!(RETURN_CODE_ERR),
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout] 730 |         _ => panic!("{}", RETURN_CODE_ERR),
[INFO] [stdout]     |                     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> near-sdk-pure/src/environment/env.rs:749:21
[INFO] [stdout]     |
[INFO] [stdout] 749 |         _ => panic!(RETURN_CODE_ERR),
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout] 749 |         _ => panic!("{}", RETURN_CODE_ERR),
[INFO] [stdout]     |                     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.68s
[INFO] running `Command { std: "docker" "inspect" "e5a0eb840f54a1a294f9f4557764bf94e7f4076def48e79bfde92b1c55f174cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e5a0eb840f54a1a294f9f4557764bf94e7f4076def48e79bfde92b1c55f174cd", kill_on_drop: false }`
[INFO] [stdout] e5a0eb840f54a1a294f9f4557764bf94e7f4076def48e79bfde92b1c55f174cd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 38f7db9a4ab8e3a05d4f6b0bebb404cdf7ce56d7391f331762a019e5994bf3be
[INFO] running `Command { std: "docker" "start" "-a" "38f7db9a4ab8e3a05d4f6b0bebb404cdf7ce56d7391f331762a019e5994bf3be", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling memchr v2.4.0
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling near-sdk-pure-macros v2.0.0 (/opt/rustwide/workdir/near-sdk-pure-macros)
[INFO] [stderr]    Compiling trybuild v1.0.42
[INFO] [stdout] warning: unused import: `attr_sig_info::*`
[INFO] [stdout]  --> near-sdk-pure-core/src/code_generator/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub use attr_sig_info::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `impl_item_method_info::*`
[INFO] [stdout]  --> near-sdk-pure-core/src/code_generator/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use impl_item_method_info::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `item_trait_info::*`
[INFO] [stdout]  --> near-sdk-pure-core/src/code_generator/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use item_trait_info::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `trait_item_method_info::*`
[INFO] [stdout]   --> near-sdk-pure-core/src/code_generator/mod.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use trait_item_method_info::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `item_impl_info::*`
[INFO] [stdout]   --> near-sdk-pure-core/src/code_generator/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use item_impl_info::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `wasm`
[INFO] [stdout]  --> near-sdk-pure-core/src/code_generator/item_struct_info.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(not(target_arch = "wasm"))]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `wasm`
[INFO] [stdout]   --> near-sdk-pure-core/src/code_generator/item_struct_info.rs:16:7
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[cfg(target_arch = "wasm")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rustversion v1.0.5
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling glob v0.3.0
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand_xorshift v0.2.0
[INFO] [stderr]    Compiling near-sdk-pure-core v2.0.0 (/opt/rustwide/workdir/near-sdk-pure-core)
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stdout] warning: unused import: `attr_sig_info::*`
[INFO] [stdout]  --> near-sdk-pure-core/src/code_generator/mod.rs:2:9
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub use attr_sig_info::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `impl_item_method_info::*`
[INFO] [stdout]  --> near-sdk-pure-core/src/code_generator/mod.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub use impl_item_method_info::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `item_trait_info::*`
[INFO] [stdout]  --> near-sdk-pure-core/src/code_generator/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use item_trait_info::*;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `trait_item_method_info::*`
[INFO] [stdout]   --> near-sdk-pure-core/src/code_generator/mod.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use trait_item_method_info::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `item_impl_info::*`
[INFO] [stdout]   --> near-sdk-pure-core/src/code_generator/mod.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub use item_impl_info::*;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `wasm`
[INFO] [stdout]  --> near-sdk-pure-core/src/code_generator/item_struct_info.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[cfg(not(target_arch = "wasm"))]
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `wasm`
[INFO] [stdout]   --> near-sdk-pure-core/src/code_generator/item_struct_info.rs:16:7
[INFO] [stdout]    |
[INFO] [stdout] 16 | #[cfg(target_arch = "wasm")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling proc-macro-crate v0.1.5
[INFO] [stderr]    Compiling borsh-derive v0.8.2
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling borsh v0.8.2
[INFO] [stderr]    Compiling near-sdk-pure v2.0.0 (/opt/rustwide/workdir/near-sdk-pure)
[INFO] [stderr]    Compiling env_logger v0.7.1
[INFO] [stderr]    Compiling quickcheck v0.9.2
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> near-sdk-pure/src/environment/env.rs:594:21
[INFO] [stdout]     |
[INFO] [stdout] 594 |         _ => panic!(RETURN_CODE_ERR),
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout] 594 |         _ => panic!("{}", RETURN_CODE_ERR),
[INFO] [stdout]     |                     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> near-sdk-pure/src/environment/env.rs:697:21
[INFO] [stdout]     |
[INFO] [stdout] 697 |         _ => panic!(RETURN_CODE_ERR),
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout] 697 |         _ => panic!("{}", RETURN_CODE_ERR),
[INFO] [stdout]     |                     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> near-sdk-pure/src/environment/env.rs:713:21
[INFO] [stdout]     |
[INFO] [stdout] 713 |         _ => panic!(RETURN_CODE_ERR),
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout] 713 |         _ => panic!("{}", RETURN_CODE_ERR),
[INFO] [stdout]     |                     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> near-sdk-pure/src/environment/env.rs:730:21
[INFO] [stdout]     |
[INFO] [stdout] 730 |         _ => panic!(RETURN_CODE_ERR),
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout] 730 |         _ => panic!("{}", RETURN_CODE_ERR),
[INFO] [stdout]     |                     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> near-sdk-pure/src/environment/env.rs:749:21
[INFO] [stdout]     |
[INFO] [stdout] 749 |         _ => panic!(RETURN_CODE_ERR),
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout] 749 |         _ => panic!("{}", RETURN_CODE_ERR),
[INFO] [stdout]     |                     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> near-sdk-pure/src/environment/env.rs:594:21
[INFO] [stdout]     |
[INFO] [stdout] 594 |         _ => panic!(RETURN_CODE_ERR),
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout] 594 |         _ => panic!("{}", RETURN_CODE_ERR),
[INFO] [stdout]     |                     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> near-sdk-pure/src/environment/env.rs:697:21
[INFO] [stdout]     |
[INFO] [stdout] 697 |         _ => panic!(RETURN_CODE_ERR),
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout] 697 |         _ => panic!("{}", RETURN_CODE_ERR),
[INFO] [stdout]     |                     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> near-sdk-pure/src/environment/env.rs:713:21
[INFO] [stdout]     |
[INFO] [stdout] 713 |         _ => panic!(RETURN_CODE_ERR),
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout] 713 |         _ => panic!("{}", RETURN_CODE_ERR),
[INFO] [stdout]     |                     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> near-sdk-pure/src/environment/env.rs:730:21
[INFO] [stdout]     |
[INFO] [stdout] 730 |         _ => panic!(RETURN_CODE_ERR),
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout] 730 |         _ => panic!("{}", RETURN_CODE_ERR),
[INFO] [stdout]     |                     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> near-sdk-pure/src/environment/env.rs:749:21
[INFO] [stdout]     |
[INFO] [stdout] 749 |         _ => panic!(RETURN_CODE_ERR),
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout] 749 |         _ => panic!("{}", RETURN_CODE_ERR),
[INFO] [stdout]     |                     +++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 21.03s
[INFO] running `Command { std: "docker" "inspect" "38f7db9a4ab8e3a05d4f6b0bebb404cdf7ce56d7391f331762a019e5994bf3be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "38f7db9a4ab8e3a05d4f6b0bebb404cdf7ce56d7391f331762a019e5994bf3be", kill_on_drop: false }`
[INFO] [stdout] 38f7db9a4ab8e3a05d4f6b0bebb404cdf7ce56d7391f331762a019e5994bf3be
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] caf8285f76e2846a50bd1ba6e509fbead44a12a3d4d127ba856dbd34883f3c55
[INFO] running `Command { std: "docker" "start" "-a" "caf8285f76e2846a50bd1ba6e509fbead44a12a3d4d127ba856dbd34883f3c55", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `attr_sig_info::*`
[INFO] [stdout] 
[INFO] [stderr]  --> near-sdk-pure-core/src/code_generator/mod.rs:2:9
[INFO] [stdout] running 17 tests
[INFO] [stderr]   |
[INFO] [stdout] test environment::env::tests::test_is_valid_account_id_strings ... ok
[INFO] [stderr] 2 | pub use attr_sig_info::*;
[INFO] [stdout] test environment::env::tests::test_is_valid_account_id_binary ... ok
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^
[INFO] [stdout] test json_types::account::tests::test_ser ... ok
[INFO] [stderr]   |
[INFO] [stdout] test json_types::integers::tests::test_i128 ... ok
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] test json_types::account::tests::test_from_str ... ok
[INFO] [stderr] 
[INFO] [stdout] test json_types::integers::tests::test_i64 ... ok
[INFO] [stderr] warning: unused import: `impl_item_method_info::*`
[INFO] [stdout] test json_types::integers::tests::test_u128 ... ok
[INFO] [stderr]  --> near-sdk-pure-core/src/code_generator/mod.rs:5:9
[INFO] [stdout] test json_types::integers::tests::test_u64 ... ok
[INFO] [stderr]   |
[INFO] [stdout] test json_types::public_key::tests::test_public_key_from_str ... ok
[INFO] [stderr] 5 | pub use impl_item_method_info::*;
[INFO] [stdout] test json_types::public_key::tests::test_public_key_deser ... ok
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] test json_types::public_key::tests::test_public_key_ser ... ok
[INFO] [stderr] 
[INFO] [stdout] test json_types::public_key::tests::test_public_key_to_string ... ok
[INFO] [stderr] warning: unused import: `item_trait_info::*`
[INFO] [stdout] test json_types::vector::tests::test_empty ... ok
[INFO] [stderr]  --> near-sdk-pure-core/src/code_generator/mod.rs:8:9
[INFO] [stdout] test json_types::vector::tests::test_long ... ok
[INFO] [stderr]   |
[INFO] [stdout] test json_types::vector::tests::test_basic ... ok
[INFO] [stderr] 8 | pub use item_trait_info::*;
[INFO] [stdout] test json_types::account::tests::test_deser ... ok
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `trait_item_method_info::*`
[INFO] [stderr]   --> near-sdk-pure-core/src/code_generator/mod.rs:11:9
[INFO] [stderr]    |
[INFO] [stderr] 11 | pub use trait_item_method_info::*;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `item_impl_info::*`
[INFO] [stderr]   --> near-sdk-pure-core/src/code_generator/mod.rs:14:9
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub use item_impl_info::*;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `wasm`
[INFO] [stderr]  --> near-sdk-pure-core/src/code_generator/item_struct_info.rs:3:11
[INFO] [stderr]   |
[INFO] [stderr] 3 | #[cfg(not(target_arch = "wasm"))]
[INFO] [stderr]   |           ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `wasm`
[INFO] [stderr]   --> near-sdk-pure-core/src/code_generator/item_struct_info.rs:16:7
[INFO] [stderr]    |
[INFO] [stderr] 16 | #[cfg(target_arch = "wasm")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `target_arch` are: `aarch64`, `amdgpu`, `arm`, `arm64ec`, `avr`, `bpf`, `csky`, `hexagon`, `loongarch32`, `loongarch64`, `m68k`, `mips`, `mips32r6`, `mips64`, `mips64r6`, `msp430`, `nvptx64`, `powerpc`, `powerpc64`, `riscv32`, `riscv64`, `s390x`, `sparc`, `sparc64`, `wasm32`, `wasm64`, `x86`, `x86_64`, and `xtensa`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: `near-sdk-pure-core` (lib) generated 7 warnings (run `cargo fix --lib -p near-sdk-pure-core` to apply 5 suggestions)
[INFO] [stderr] warning: `near-sdk-pure-core` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> near-sdk-pure/src/environment/env.rs:594:21
[INFO] [stderr]     |
[INFO] [stderr] 594 |         _ => panic!(RETURN_CODE_ERR),
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr] 594 |         _ => panic!("{}", RETURN_CODE_ERR),
[INFO] [stderr]     |                     +++++
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> near-sdk-pure/src/environment/env.rs:697:21
[INFO] [stderr]     |
[INFO] [stderr] 697 |         _ => panic!(RETURN_CODE_ERR),
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr] 697 |         _ => panic!("{}", RETURN_CODE_ERR),
[INFO] [stderr]     |                     +++++
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> near-sdk-pure/src/environment/env.rs:713:21
[INFO] [stderr]     |
[INFO] [stderr] 713 |         _ => panic!(RETURN_CODE_ERR),
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr] 713 |         _ => panic!("{}", RETURN_CODE_ERR),
[INFO] [stderr]     |                     +++++
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> near-sdk-pure/src/environment/env.rs:730:21
[INFO] [stderr]     |
[INFO] [stderr] 730 |         _ => panic!(RETURN_CODE_ERR),
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr] 730 |         _ => panic!("{}", RETURN_CODE_ERR),
[INFO] [stderr]     |                     +++++
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> near-sdk-pure/src/environment/env.rs:749:21
[INFO] [stderr]     |
[INFO] [stderr] 749 |         _ => panic!(RETURN_CODE_ERR),
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr] 749 |         _ => panic!("{}", RETURN_CODE_ERR),
[INFO] [stderr]     |                     +++++
[INFO] [stderr] 
[INFO] [stderr] warning: `near-sdk-pure` (lib) generated 5 warnings (run `cargo fix --lib -p near-sdk-pure` to apply 5 suggestions)
[INFO] [stderr] warning: `near-sdk-pure` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/near_sdk_pure-c2f344e5d062233d)
[INFO] [stdout] test json_types::vector::tests::test_manual ... ok
[INFO] [stderr]      Running compilation_tests/all.rs (/opt/rustwide/target/debug/deps/compilation_tests-f6698318c060d7e0)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/near_sdk_pure_core-087e3a664a6e93e8)
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 21 tests
[INFO] [stdout] test code_generator::item_impl_info::tests::arg_ref ... ok
[INFO] [stdout] test code_generator::item_impl_info::tests::args_return_ref ... ok
[INFO] [stdout] test code_generator::item_impl_info::tests::arg_mut_ref ... ok
[INFO] [stdout] test code_generator::item_impl_info::tests::arg_no_return_no_mut ... ok
[INFO] [stdout] test code_generator::item_impl_info::tests::args_no_return_mut ... ok
[INFO] [stdout] test code_generator::item_impl_info::tests::args_return_mut ... ok
[INFO] [stdout] test code_generator::item_impl_info::tests::callback_args ... ok
[INFO] [stdout] test code_generator::item_impl_info::tests::no_args_no_return_mut_payable ... ok
[INFO] [stdout] test code_generator::item_impl_info::tests::args_return_mut_borsh ... ok
[INFO] [stdout] test code_generator::item_impl_info::tests::private_method ... ok
[INFO] [stdout] test code_generator::item_impl_info::tests::callback_args_mixed_serialization ... ok
[INFO] [stdout] test code_generator::item_impl_info::tests::simple_init ... ok
[INFO] [stdout] test code_generator::item_impl_info::tests::callback_args_vec ... ok
[INFO] [stdout] test code_generator::item_impl_info::tests::marshall_one_arg ... ok
[INFO] [stdout] test code_generator::item_impl_info::tests::no_args_no_return_mut ... ok
[INFO] [stdout] test code_generator::item_impl_info::tests::no_args_no_return_no_mut ... ok
[INFO] [stdout] test code_generator::item_impl_info::tests::callback_args_only ... ok
[INFO] [stdout] test code_generator::item_impl_info::tests::trait_implt ... ok
[INFO] [stdout] test code_generator::item_impl_info::tests::simple_init_payable ... ok
[INFO] [stdout] test metadata::metadata_visitor::tests::several_methods ... ok
[INFO] [stdout] test code_generator::item_trait_info::tests::standard ... FAILED
[INFO] [stderr] error: test failed, to rerun pass `-p near-sdk-pure-core --lib`
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- code_generator::item_trait_info::tests::standard stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'code_generator::item_trait_info::tests::standard' (55) panicked at near-sdk-pure-core/src/code_generator/item_trait_info.rs:90:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "pub mod external_cross_contract { use super :: * ; use near_sdk_pure :: { Gas , Balance , AccountId , Promise } ; use alloc :: string :: { String , ToString } ; pub fn merge_sort < T : ToString > (arr : Vec < u8 > , __account_id : & T , __balance : near_sdk_pure :: Balance , __gas : near_sdk_pure :: Gas) -> near_sdk_pure :: Promise { # [derive (near_sdk_pure :: serde :: Serialize)] # [serde (crate = \"near_sdk_pure::serde\")] struct Input { arr : Vec < u8 > , } let args = Input { arr , } ; let args = near_sdk_pure :: serde_json :: to_vec (& args) . expect (\"Failed to serialize the cross contract args using JSON.\") ; near_sdk_pure :: Promise :: new (__account_id . to_string ()) . function_call (b\"merge_sort\" . to_vec () , args , __balance , __gas ,) } pub fn merge < T : ToString > (__account_id : & T , __balance : near_sdk_pure :: Balance , __gas : near_sdk_pure :: Gas) -> near_sdk_pure :: Promise { let args = vec ! [] ; near_sdk_pure :: Promise :: new (__account_id . to_string ()) . function_call (b\"merge\" . to_vec () , args , __balance , __gas ,) } }"
[INFO] [stdout]  right: "pub mod external_cross_contract { use super :: * ; use near_sdk_pure :: { Gas , Balance , AccountId , Promise } ; use std :: string :: ToString ; pub fn merge_sort < T : ToString > (arr : Vec < u8 > , __account_id : & T , __balance : near_sdk_pure :: Balance , __gas : near_sdk_pure :: Gas) -> near_sdk_pure :: Promise { # [derive (near_sdk_pure :: serde :: Serialize)] # [serde (crate = \"near_sdk_pure::serde\")] struct Input { arr : Vec < u8 > , } let args = Input { arr , } ; let args = near_sdk_pure :: serde_json :: to_vec (& args) . expect (\"Failed to serialize the cross contract args using JSON.\") ; near_sdk_pure :: Promise :: new (__account_id . to_string ()) . function_call (b\"merge_sort\" . to_vec () , args , __balance , __gas ,) } pub fn merge < T : ToString > (__account_id : & T , __balance : near_sdk_pure :: Balance , __gas : near_sdk_pure :: Gas) -> near_sdk_pure :: Promise { let args = vec ! [] ; near_sdk_pure :: Promise :: new (__account_id . to_string ()) . function_call (b\"merge\" . to_vec () , args , __balance , __gas ,) } }"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x574d6e089d2a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x574d6e089d2a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x574d6e089d2a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x574d6e089d2a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x574d6e09eefa - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x574d6e09eefa - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x574d6e08e6b2 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x574d6e08e6b2 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x574d6e068e1f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x574d6e068e1f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x574d6e082189 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x574d6ded78fc - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x574d6ded78fc - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x574d6e082402 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x574d6e082402 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x574d6e068ed8 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x574d6e060849 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x574d6e069bed - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x574d6e09f85c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x574d6e09f713 - core[10b6fa85044e1869]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x574d6debf750 - core::panicking::assert_failed::h56a15062d54d7f24
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x574d6deb5af3 - near_sdk_pure_core::code_generator::item_trait_info::tests::standard::ha50c67ab867c8620
[INFO] [stdout]                                at /opt/rustwide/workdir/near-sdk-pure-core/src/code_generator/item_trait_info.rs:90:9
[INFO] [stdout]   22:     0x574d6deb5ba7 - near_sdk_pure_core::code_generator::item_trait_info::tests::standard::{{closure}}::h6c01b844166d5847
[INFO] [stdout]                                at /opt/rustwide/workdir/near-sdk-pure-core/src/code_generator/item_trait_info.rs:33:18
[INFO] [stdout]   23:     0x574d6debe626 - core::ops::function::FnOnce::call_once::hda8f69a08b28bc08
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x574d6decb9db - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x574d6decb9db - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x574d6ded83cb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x574d6ded83cb - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x574d6ded83cb - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x574d6ded83cb - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x574d6ded83cb - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x574d6ded83cb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x574d6ded83cb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x574d6ded3ae4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x574d6ded3ae4 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x574d6dedafd2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x574d6dedafd2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x574d6dedafd2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x574d6dedafd2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x574d6dedafd2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x574d6dedafd2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x574d6dedafd2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x574d6e08962f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   43:     0x574d6e08962f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7ea9e67d1aa4 - <unknown>
[INFO] [stdout]   45:     0x7ea9e685ea64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     code_generator::item_trait_info::tests::standard
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 20 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "caf8285f76e2846a50bd1ba6e509fbead44a12a3d4d127ba856dbd34883f3c55", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "caf8285f76e2846a50bd1ba6e509fbead44a12a3d4d127ba856dbd34883f3c55", kill_on_drop: false }`
[INFO] [stdout] caf8285f76e2846a50bd1ba6e509fbead44a12a3d4d127ba856dbd34883f3c55
