[INFO] cloning repository https://github.com/ripsource/hello_swap
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ripsource/hello_swap" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fripsource%2Fhello_swap", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fripsource%2Fhello_swap'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ab005516510f47b7a92659153519519056a07899
[INFO] testing ripsource/hello_swap against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fripsource%2Fhello_swap" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ripsource/hello_swap
[INFO] finished tweaking git repo https://github.com/ripsource/hello_swap
[INFO] tweaked toml for git repo https://github.com/ripsource/hello_swap written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ripsource/hello_swap on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ripsource/hello_swap 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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 14a0792dd132913741589eafe14eefdc7eafe91c817635a949fd259730686343
[INFO] running `Command { std: "docker" "start" "-a" "14a0792dd132913741589eafe14eefdc7eafe91c817635a949fd259730686343", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "14a0792dd132913741589eafe14eefdc7eafe91c817635a949fd259730686343", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "14a0792dd132913741589eafe14eefdc7eafe91c817635a949fd259730686343", kill_on_drop: false }`
[INFO] [stdout] 14a0792dd132913741589eafe14eefdc7eafe91c817635a949fd259730686343
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 172888121dd827dcdaf9a246197cd1cacd03edf6fa1ca7750784719b71b594dd
[INFO] running `Command { std: "docker" "start" "-a" "172888121dd827dcdaf9a246197cd1cacd03edf6fa1ca7750784719b71b594dd", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.85
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling syn v1.0.93 (https://github.com/dtolnay/syn.git?tag=1.0.93#2e505a84)
[INFO] [stderr]    Compiling either v1.12.0
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling hashbrown v0.13.2
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling const-sha1 v0.2.0 (https://github.com/radixdlt/const-sha1#5e9ae2a9)
[INFO] [stderr]    Compiling rustversion v1.0.17
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling cc v1.0.99
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling signature v1.6.4
[INFO] [stderr]    Compiling ed25519 v1.5.3
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling num-bigint v0.4.5
[INFO] [stderr]    Compiling bnum v0.7.0
[INFO] [stderr]    Compiling blst v0.3.12
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling indexmap v2.0.0-pre (https://github.com/bluss/indexmap?rev=eedabaca9f84e520eab01325b305c08f3773e66c#eedabaca)
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]    Compiling utils v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling sbor-derive-common v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr]    Compiling strum v0.24.1
[INFO] [stderr]    Compiling sbor-derive v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr]    Compiling radix-engine-derive v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr]    Compiling sbor v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr]    Compiling serde_derive v1.0.203
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling zeroize v1.3.0
[INFO] [stderr]    Compiling curve25519-dalek v3.2.1
[INFO] [stderr]    Compiling ed25519-dalek v1.0.1
[INFO] [stderr]    Compiling radix-engine-common v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr]    Compiling scrypto-schema v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr]    Compiling radix-engine-macros v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr]    Compiling radix-engine-interface v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr]    Compiling scrypto-derive v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr]    Compiling scrypto v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr]    Compiling scrypto_avltree v1.1.2 (https://github.com/ociswap/scrypto-avltree?tag=v1.1.2#637f0d8d)
[INFO] [stderr]    Compiling hello_swap v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `test`
[INFO] [stdout]   --> src/hello_swap.rs:41:1
[INFO] [stdout]    |
[INFO] [stdout] 41 | #[blueprint]
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `blueprint` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the attribute macro `blueprint` may come from an old version of the `scrypto_derive` crate, try updating your dependency with `cargo update -p scrypto_derive`
[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]    = note: this warning originates in the attribute macro `blueprint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `check_health` and `print_tree_nice`
[INFO] [stdout]  --> src/hello_swap.rs:3:40
[INFO] [stdout]   |
[INFO] [stdout] 3 | use scrypto_avltree::avl_tree_health::{check_health, print_tree_nice};
[INFO] [stdout]   |                                        ^^^^^^^^^^^^  ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_order`, `remove_order`, `fill_order_partial_or_full`, `update_order_to_filled`, and `update_order_to_partial` are never used
[INFO] [stdout]    --> src/hello_swap.rs:438:12
[INFO] [stdout]     |
[INFO] [stdout]  41 | #[blueprint]
[INFO] [stdout]     | ------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 438 |         fn get_order(&self, order_id: NonFungibleGlobalId) -> Order {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 442 |         fn remove_order(&mut self, order_id: NonFungibleGlobalId) {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 500 |         fn fill_order_partial_or_full(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 577 |         fn update_order_to_filled(&mut self, order_id: NonFungibleGlobalId) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 582 |         fn update_order_to_partial(&mut self, order_id: NonFungibleGlobalId) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 43s
[INFO] running `Command { std: "docker" "inspect" "172888121dd827dcdaf9a246197cd1cacd03edf6fa1ca7750784719b71b594dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "172888121dd827dcdaf9a246197cd1cacd03edf6fa1ca7750784719b71b594dd", kill_on_drop: false }`
[INFO] [stdout] 172888121dd827dcdaf9a246197cd1cacd03edf6fa1ca7750784719b71b594dd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b3c939813c397d83fdd17914f695faa8f415a8f50dbc61f009ef06f8ff941276
[INFO] running `Command { std: "docker" "start" "-a" "b3c939813c397d83fdd17914f695faa8f415a8f50dbc61f009ef06f8ff941276", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling syn v1.0.93 (https://github.com/dtolnay/syn.git?tag=1.0.93#2e505a84)
[INFO] [stderr]    Compiling either v1.12.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde v1.0.203
[INFO] [stderr]    Compiling secp256k1-sys v0.6.1
[INFO] [stderr]    Compiling serde_json v1.0.117
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling proc-macro2 v1.0.85
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.66
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-bigint v0.4.5
[INFO] [stderr]    Compiling bnum v0.7.0
[INFO] [stderr]    Compiling sbor-derive-common v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr]    Compiling secp256k1 v0.24.3
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]    Compiling strum v0.24.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling thiserror v1.0.61
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling wasmparser v0.121.2
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling cmake v0.1.50
[INFO] [stderr]    Compiling downcast-rs v1.2.1
[INFO] [stderr]    Compiling serde_derive v1.0.203
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.61
[INFO] [stderr]    Compiling indexmap-nostd v0.4.0
[INFO] [stderr]    Compiling moka v0.9.9
[INFO] [stderr]    Compiling fixedstr v0.2.12
[INFO] [stderr]    Compiling sbor-derive v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr]    Compiling radix-engine-derive v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr]    Compiling zeroize v1.3.0
[INFO] [stderr]    Compiling curve25519-dalek v3.2.1
[INFO] [stderr]    Compiling blst v0.3.12
[INFO] [stderr]    Compiling sbor v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr]    Compiling wasm-encoder v0.29.0
[INFO] [stderr]    Compiling radix-engine-profiling v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr]    Compiling ed25519-dalek v1.0.1
[INFO] [stderr]    Compiling wasmparser-nostd v0.91.0
[INFO] [stderr]    Compiling wabt-sys v0.8.0
[INFO] [stderr]    Compiling wasmparser v0.107.0
[INFO] [stderr]    Compiling wasmi_core v0.8.0 (https://github.com/radixdlt/wasmi.git?branch=v0.23.0_store_clone#84085f82)
[INFO] [stderr]    Compiling uuid v1.8.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-channel v0.5.13
[INFO] [stderr]    Compiling scheduled-thread-pool v0.2.7
[INFO] [stderr]    Compiling wasmi_arena v0.3.0 (https://github.com/radixdlt/wasmi.git?branch=v0.23.0_store_clone#84085f82)
[INFO] [stderr]    Compiling tagptr v0.2.0
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling triomphe v0.1.12
[INFO] [stderr]    Compiling radix-engine-common v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr]    Compiling resources-tracker-macro v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr]    Compiling wasmprinter v0.2.80
[INFO] [stderr]    Compiling indexmap v2.0.0-pre (https://github.com/bluss/indexmap?rev=eedabaca9f84e520eab01325b305c08f3773e66c#eedabaca)
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling utils v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr]    Compiling wasm-instrument v0.4.0 (https://github.com/radixdlt/wasm-instrument?branch=radix-master#fe239072)
[INFO] [stderr]    Compiling wasmi v0.23.0 (https://github.com/radixdlt/wasmi.git?branch=v0.23.0_store_clone#84085f82)
[INFO] [stderr]    Compiling scrypto-schema v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr]    Compiling radix-engine-macros v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr]    Compiling radix-engine-interface v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr]    Compiling scrypto-derive v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr]    Compiling radix-engine-store-interface v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr]    Compiling transaction v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr]    Compiling scrypto v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr]    Compiling native-sdk v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr]    Compiling radix-engine-stores v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr]    Compiling scrypto_avltree v1.1.2 (https://github.com/ociswap/scrypto-avltree?tag=v1.1.2#637f0d8d)
[INFO] [stderr]    Compiling hello_swap v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `test`
[INFO] [stdout]   --> src/hello_swap.rs:41:1
[INFO] [stdout]    |
[INFO] [stdout] 41 | #[blueprint]
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `blueprint` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the attribute macro `blueprint` may come from an old version of the `scrypto_derive` crate, try updating your dependency with `cargo update -p scrypto_derive`
[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]    = note: this warning originates in the attribute macro `blueprint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `check_health` and `print_tree_nice`
[INFO] [stdout]  --> src/hello_swap.rs:3:40
[INFO] [stdout]   |
[INFO] [stdout] 3 | use scrypto_avltree::avl_tree_health::{check_health, print_tree_nice};
[INFO] [stdout]   |                                        ^^^^^^^^^^^^  ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_order`, `remove_order`, `fill_order_partial_or_full`, `update_order_to_filled`, and `update_order_to_partial` are never used
[INFO] [stdout]    --> src/hello_swap.rs:438:12
[INFO] [stdout]     |
[INFO] [stdout]  41 | #[blueprint]
[INFO] [stdout]     | ------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 438 |         fn get_order(&self, order_id: NonFungibleGlobalId) -> Order {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 442 |         fn remove_order(&mut self, order_id: NonFungibleGlobalId) {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 500 |         fn fill_order_partial_or_full(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 577 |         fn update_order_to_filled(&mut self, order_id: NonFungibleGlobalId) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 582 |         fn update_order_to_partial(&mut self, order_id: NonFungibleGlobalId) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling wabt v0.10.0
[INFO] [stderr]    Compiling radix-engine v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr]    Compiling radix-engine-queries v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr]    Compiling scrypto-unit v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr]    Compiling scrypto_testenv v0.6.2 (https://github.com/ociswap/scrypto-testenv?tag=v0.6.2#389d884d)
[INFO] [stdout] warning: unused import: `system::system_modules::execution_trace::ResourceSpecifier::Amount`
[INFO] [stdout]  --> tests/helper.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     system::system_modules::execution_trace::ResourceSpecifier::Amount,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `instantiate_expect_failure` is never used
[INFO] [stdout]    --> tests/helper.rs:142:8
[INFO] [stdout]     |
[INFO] [stdout] 142 | pub fn instantiate_expect_failure(x_address: ResourceAddress) {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `system::system_modules::execution_trace::ResourceSpecifier::Amount`
[INFO] [stdout]  --> tests/helper.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     system::system_modules::execution_trace::ResourceSpecifier::Amount,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `test`
[INFO] [stdout]   --> src/hello_swap.rs:41:1
[INFO] [stdout]    |
[INFO] [stdout] 41 | #[blueprint]
[INFO] [stdout]    | ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `blueprint` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the attribute macro `blueprint` may come from an old version of the `scrypto_derive` crate, try updating your dependency with `cargo update -p scrypto_derive`
[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]    = note: this warning originates in the attribute macro `blueprint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `check_health` and `print_tree_nice`
[INFO] [stdout]  --> src/hello_swap.rs:3:40
[INFO] [stdout]   |
[INFO] [stdout] 3 | use scrypto_avltree::avl_tree_health::{check_health, print_tree_nice};
[INFO] [stdout]   |                                        ^^^^^^^^^^^^  ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_order`, `remove_order`, `fill_order_partial_or_full`, `update_order_to_filled`, and `update_order_to_partial` are never used
[INFO] [stdout]    --> src/hello_swap.rs:438:12
[INFO] [stdout]     |
[INFO] [stdout]  41 | #[blueprint]
[INFO] [stdout]     | ------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 438 |         fn get_order(&self, order_id: NonFungibleGlobalId) -> Order {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 442 |         fn remove_order(&mut self, order_id: NonFungibleGlobalId) {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 500 |         fn fill_order_partial_or_full(
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 577 |         fn update_order_to_filled(&mut self, order_id: NonFungibleGlobalId) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 582 |         fn update_order_to_partial(&mut self, order_id: NonFungibleGlobalId) {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 5m 39s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: radix-engine v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "b3c939813c397d83fdd17914f695faa8f415a8f50dbc61f009ef06f8ff941276", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b3c939813c397d83fdd17914f695faa8f415a8f50dbc61f009ef06f8ff941276", kill_on_drop: false }`
[INFO] [stdout] b3c939813c397d83fdd17914f695faa8f415a8f50dbc61f009ef06f8ff941276
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a970b3599b197c5e6290d1ffd4c7455a34ae0d5e5856b8b5d346e3bdc3efaf6d
[INFO] running `Command { std: "docker" "start" "-a" "a970b3599b197c5e6290d1ffd4c7455a34ae0d5e5856b8b5d346e3bdc3efaf6d", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `test`
[INFO] [stderr]   --> src/hello_swap.rs:41:1
[INFO] [stderr]    |
[INFO] [stderr] 41 | #[blueprint]
[INFO] [stderr]    | ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]    = help: try referring to `blueprint` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]    = help: the attribute macro `blueprint` may come from an old version of the `scrypto_derive` crate, try updating your dependency with `cargo update -p scrypto_derive`
[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]    = note: this warning originates in the attribute macro `blueprint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `check_health` and `print_tree_nice`
[INFO] [stderr]  --> src/hello_swap.rs:3:40
[INFO] [stderr]   |
[INFO] [stderr] 3 | use scrypto_avltree::avl_tree_health::{check_health, print_tree_nice};
[INFO] [stderr]   |                                        ^^^^^^^^^^^^  ^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: methods `get_order`, `remove_order`, `fill_order_partial_or_full`, `update_order_to_filled`, and `update_order_to_partial` are never used
[INFO] [stderr]    --> src/hello_swap.rs:438:12
[INFO] [stderr]     |
[INFO] [stderr]  41 | #[blueprint]
[INFO] [stderr]     | ------------ methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 438 |         fn get_order(&self, order_id: NonFungibleGlobalId) -> Order {
[INFO] [stderr]     |            ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 442 |         fn remove_order(&mut self, order_id: NonFungibleGlobalId) {
[INFO] [stderr]     |            ^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 500 |         fn fill_order_partial_or_full(
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 577 |         fn update_order_to_filled(&mut self, order_id: NonFungibleGlobalId) {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 582 |         fn update_order_to_partial(&mut self, order_id: NonFungibleGlobalId) {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `hello_swap` (lib) generated 3 warnings (run `cargo fix --lib -p hello_swap` to apply 1 suggestion)
[INFO] [stderr] warning: unused import: `system::system_modules::execution_trace::ResourceSpecifier::Amount`
[INFO] [stderr]  --> tests/helper.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 |     system::system_modules::execution_trace::ResourceSpecifier::Amount,
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `instantiate_expect_failure` is never used
[INFO] [stderr]    --> tests/helper.rs:142:8
[INFO] [stderr]     |
[INFO] [stderr] 142 | pub fn instantiate_expect_failure(x_address: ResourceAddress) {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `hello_swap` (test "test_instantiate") generated 2 warnings (run `cargo fix --test "test_instantiate" -p hello_swap` to apply 1 suggestion)
[INFO] [stderr] warning: `hello_swap` (test "helper") generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `hello_swap` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.39s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: radix-engine v1.1.2 (https://github.com/radixdlt/radixdlt-scrypto?tag=v1.1.2#07327fcc)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hello_swap-62742523d927b7c9)
[INFO] [stdout] 
[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] [stderr]      Running tests/helper.rs (/opt/rustwide/target/debug/deps/helper-ace3bfd93da07eac)
[INFO] [stdout] 
[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] [stderr]      Running tests/test_instantiate.rs (/opt/rustwide/target/debug/deps/test_instantiate-96d0169bd48d23b0)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test test::test_instantiate_price_one ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test::test_instantiate_price_one stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test::test_instantiate_price_one' (19) panicked at /opt/rustwide/cargo-home/git/checkouts/radixdlt-scrypto-48b6acf686a86e20/07327fc/scrypto/src/engine/wasm_api.rs:151:5:
[INFO] [stdout] not implemented: Not implemented for non-wasm targets
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ee3f974fff2 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ee3f974fff2 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ee3f974fff2 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ee3f974fff2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ee3f9762e1f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ee3f9762e1f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x5ee3f971be43 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ee3f971be43 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ee3f9727d92 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ee3f972d7ff - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5ee3f972d691 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5ee3f83c1bae - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x5ee3f83c1bae - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ee3f972debf - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x5ee3f972debf - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5ee3f972dc36 - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x5ee3f9727ec9 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ee3f970fb4d - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5ee3f976bc30 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5ee3f8a5124d - scrypto::engine::wasm_api::actor::actor_get_package_address::h0adae2d9df959db0
[INFO] [stdout]                                at /opt/rustwide/cargo-home/git/checkouts/radixdlt-scrypto-48b6acf686a86e20/07327fc/scrypto/src/engine/wasm_api.rs:352:17
[INFO] [stdout]   20:     0x5ee3f8a483ea - scrypto::engine::scrypto_env::ScryptoVmV1Api::actor_get_package_address::h0f9b3625dbd3cc06
[INFO] [stdout]                                at /opt/rustwide/cargo-home/git/checkouts/radixdlt-scrypto-48b6acf686a86e20/07327fc/scrypto/src/engine/scrypto_env.rs:210:52
[INFO] [stdout]   21:     0x5ee3f8a5125e - scrypto::runtime::runtime::Runtime::package_address::hfd446a87c4d72142
[INFO] [stdout]                                at /opt/rustwide/cargo-home/git/checkouts/radixdlt-scrypto-48b6acf686a86e20/07327fc/scrypto/src/runtime/runtime.rs:82:9
[INFO] [stdout]   22:     0x5ee3f839f6ee - scrypto::resource::resource_builder::ResourceBuilder::new_ruid_non_fungible::h3927a11a4ab74af2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/git/checkouts/radixdlt-scrypto-48b6acf686a86e20/07327fc/scrypto/src/resource/resource_builder.rs:123:21
[INFO] [stdout]   23:     0x5ee3f839b7a5 - test_instantiate::test::test_instantiate_price_one::h0ac75af239865ee6
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_instantiate.rs:19:13
[INFO] [stdout]   24:     0x5ee3f839b837 - test_instantiate::test::test_instantiate_price_one::{{closure}}::hf8bd07a4721ff919
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_instantiate.rs:17:36
[INFO] [stdout]   25:     0x5ee3f8395e56 - core::ops::function::FnOnce::call_once::hd30cc529c86525f6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x5ee3f83c19ab - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5ee3f83c19ab - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   28:     0x5ee3f83d5a0d - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   29:     0x5ee3f83d5a0d - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   30:     0x5ee3f83d5a0d - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   31:     0x5ee3f83d5a0d - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   32:     0x5ee3f83d5a0d - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x5ee3f83d5a0d - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   34:     0x5ee3f83d5a0d - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   35:     0x5ee3f83aef54 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   36:     0x5ee3f83aef54 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   37:     0x5ee3f83b27aa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   38:     0x5ee3f83b27aa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   39:     0x5ee3f83b27aa - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   40:     0x5ee3f83b27aa - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   41:     0x5ee3f83b27aa - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   42:     0x5ee3f83b27aa - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   43:     0x5ee3f83b27aa - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5ee3f972311f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   45:     0x5ee3f972311f - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   46:     0x711579838aa4 - <unknown>
[INFO] [stdout]   47:     0x7115798c5a64 - clone
[INFO] [stdout]   48:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test::test_instantiate_price_one
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test test_instantiate`
[INFO] running `Command { std: "docker" "inspect" "a970b3599b197c5e6290d1ffd4c7455a34ae0d5e5856b8b5d346e3bdc3efaf6d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a970b3599b197c5e6290d1ffd4c7455a34ae0d5e5856b8b5d346e3bdc3efaf6d", kill_on_drop: false }`
[INFO] [stdout] a970b3599b197c5e6290d1ffd4c7455a34ae0d5e5856b8b5d346e3bdc3efaf6d
