[INFO] crate pallet-contracts 2.0.0-alpha.5 is already in cache
[INFO] checking pallet-contracts-2.0.0-alpha.5 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate pallet-contracts 2.0.0-alpha.5 into /workspace/builds/worker-14/source
[INFO] validating manifest of crates.io crate pallet-contracts 2.0.0-alpha.5 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate pallet-contracts 2.0.0-alpha.5
[INFO] finished tweaking crates.io crate pallet-contracts 2.0.0-alpha.5
[INFO] tweaked toml for crates.io crate pallet-contracts 2.0.0-alpha.5 written to /workspace/builds/worker-14/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] dc09fdeb82e05dfc791c161c2b99e9fc7ae6b55d33ea8310b16e6a3f8e18561d
[INFO] running `"docker" "start" "-a" "dc09fdeb82e05dfc791c161c2b99e9fc7ae6b55d33ea8310b16e6a3f8e18561d"`
[INFO] [stderr]     Checking pwasm-utils v0.12.0
[INFO] [stderr]     Checking sp-sandbox v0.8.0-alpha.5
[INFO] [stderr]     Checking pallet-contracts v2.0.0-alpha.5 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0432]: unresolved import `assert_matches`
[INFO] [stderr]    --> src/exec.rs:894:6
[INFO] [stderr]     |
[INFO] [stderr] 894 |     use assert_matches::assert_matches;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^ use of undeclared type or module `assert_matches`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wabt`
[INFO] [stderr]    --> src/wasm/prepare.rs:398:6
[INFO] [stderr]     |
[INFO] [stderr] 398 |     use wabt;
[INFO] [stderr]     |         ^^^^ no `wabt` external crate
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:399:6
[INFO] [stderr]     |
[INFO] [stderr] 399 |     use assert_matches::assert_matches;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^ use of undeclared type or module `assert_matches`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `wabt`
[INFO] [stderr]    --> src/wasm/mod.rs:161:6
[INFO] [stderr]     |
[INFO] [stderr] 161 |     use wabt;
[INFO] [stderr]     |         ^^^^ no `wabt` external crate
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `hex_literal`
[INFO] [stderr]    --> src/wasm/mod.rs:162:6
[INFO] [stderr]     |
[INFO] [stderr] 162 |     use hex_literal::hex;
[INFO] [stderr]     |         ^^^^^^^^^^^ use of undeclared type or module `hex_literal`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `assert_matches`
[INFO] [stderr]    --> src/wasm/mod.rs:163:6
[INFO] [stderr]     |
[INFO] [stderr] 163 |     use assert_matches::assert_matches;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^ use of undeclared type or module `assert_matches`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `hex_literal`
[INFO] [stderr]   --> src/tests.rs:28:5
[INFO] [stderr]    |
[INFO] [stderr] 28 | use hex_literal::*;
[INFO] [stderr]    |     ^^^^^^^^^^^ use of undeclared type or module `hex_literal`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `assert_matches`
[INFO] [stderr]   --> src/tests.rs:27:5
[INFO] [stderr]    |
[INFO] [stderr] 27 | use assert_matches::assert_matches;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^ use of undeclared type or module `assert_matches`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `pallet_balances`
[INFO] [stderr]   --> src/tests.rs:52:5
[INFO] [stderr]    |
[INFO] [stderr] 52 | use pallet_balances as balances;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `pallet_balances` external crate
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]     --> src/exec.rs:1024:4
[INFO] [stderr]      |
[INFO] [stderr] 1024 |             assert_matches!(
[INFO] [stderr]      |             ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]     --> src/exec.rs:1050:4
[INFO] [stderr]      |
[INFO] [stderr] 1050 |             assert_matches!(result, Ok(_));
[INFO] [stderr]      |             ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]     --> src/exec.rs:1070:4
[INFO] [stderr]      |
[INFO] [stderr] 1070 |             assert_matches!(result, Ok(_));
[INFO] [stderr]      |             ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]     --> src/exec.rs:1158:4
[INFO] [stderr]      |
[INFO] [stderr] 1158 |             assert_matches!(result, Ok(_));
[INFO] [stderr]      |             ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]     --> src/exec.rs:1184:4
[INFO] [stderr]      |
[INFO] [stderr] 1184 |             assert_matches!(result, Ok(_));
[INFO] [stderr]      |             ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]     --> src/exec.rs:1213:4
[INFO] [stderr]      |
[INFO] [stderr] 1213 |             assert_matches!(result, Ok(_));
[INFO] [stderr]      |             ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]     --> src/exec.rs:1249:4
[INFO] [stderr]      |
[INFO] [stderr] 1249 |             assert_matches!(
[INFO] [stderr]      |             ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]     --> src/exec.rs:1344:4
[INFO] [stderr]      |
[INFO] [stderr] 1344 |             assert_matches!(result, Ok(_));
[INFO] [stderr]      |             ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]     --> src/exec.rs:1370:4
[INFO] [stderr]      |
[INFO] [stderr] 1370 |             assert_matches!(result, Ok(_));
[INFO] [stderr]      |             ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]     --> src/exec.rs:1391:5
[INFO] [stderr]      |
[INFO] [stderr] 1391 |                 assert_matches!(
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]     --> src/exec.rs:1401:5
[INFO] [stderr]      |
[INFO] [stderr] 1401 |                 assert_matches!(r, Ok(_));
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]     --> src/exec.rs:1420:4
[INFO] [stderr]      |
[INFO] [stderr] 1420 |             assert_matches!(result, Ok(_));
[INFO] [stderr]      |             ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]     --> src/exec.rs:1440:4
[INFO] [stderr]      |
[INFO] [stderr] 1440 |             assert_matches!(
[INFO] [stderr]      |             ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]     --> src/exec.rs:1466:4
[INFO] [stderr]      |
[INFO] [stderr] 1466 |             assert_matches!(result, Ok(_));
[INFO] [stderr]      |             ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]     --> src/exec.rs:1483:4
[INFO] [stderr]      |
[INFO] [stderr] 1483 |             assert_matches!(
[INFO] [stderr]      |             ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]     --> src/exec.rs:1507:4
[INFO] [stderr]      |
[INFO] [stderr] 1507 |             assert_matches!(result, Ok(_));
[INFO] [stderr]      |             ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]     --> src/exec.rs:1522:4
[INFO] [stderr]      |
[INFO] [stderr] 1522 |             assert_matches!(
[INFO] [stderr]      |             ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]     --> src/exec.rs:1548:40
[INFO] [stderr]      |
[INFO] [stderr] 1548 |             let instantiated_contract_address = assert_matches!(
[INFO] [stderr]      |                                                 ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]     --> src/exec.rs:1588:40
[INFO] [stderr]      |
[INFO] [stderr] 1588 |             let instantiated_contract_address = assert_matches!(
[INFO] [stderr]      |                                                 ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]     --> src/exec.rs:1635:4
[INFO] [stderr]      |
[INFO] [stderr] 1635 |             assert_matches!(
[INFO] [stderr]      |             ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]     --> src/exec.rs:1674:5
[INFO] [stderr]      |
[INFO] [stderr] 1674 |                 assert_matches!(
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]     --> src/exec.rs:1695:4
[INFO] [stderr]      |
[INFO] [stderr] 1695 |             assert_matches!(
[INFO] [stderr]      |             ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]     --> src/exec.rs:1730:5
[INFO] [stderr]      |
[INFO] [stderr] 1730 |                 assert_matches!(
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]     --> src/exec.rs:1773:4
[INFO] [stderr]      |
[INFO] [stderr] 1773 |             assert_matches!(result, Ok(_));
[INFO] [stderr]      |             ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:427:5
[INFO] [stderr]     |
[INFO] [stderr] 427 |                   assert_matches!(r, $($expected)*);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 432 |       prepare_test!(no_floats,
[INFO] [stderr]     |  _____-
[INFO] [stderr] 433 | |         r#"
[INFO] [stderr] 434 | |         (module
[INFO] [stderr] 435 | |             (func (export "call")
[INFO] [stderr] ...   |
[INFO] [stderr] 445 | |         Err("gas instrumentation failed")
[INFO] [stderr] 446 | |     );
[INFO] [stderr]     | |______- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:427:5
[INFO] [stderr]     |
[INFO] [stderr] 427 |                   assert_matches!(r, $($expected)*);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 457 |           prepare_test!(memory_with_one_page,
[INFO] [stderr]     |  _________-
[INFO] [stderr] 458 | |             r#"
[INFO] [stderr] 459 | |             (module
[INFO] [stderr] 460 | |                 (import "env" "memory" (memory 1 1))
[INFO] [stderr] ...   |
[INFO] [stderr] 466 | |             Ok(_)
[INFO] [stderr] 467 | |         );
[INFO] [stderr]     | |__________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:427:5
[INFO] [stderr]     |
[INFO] [stderr] 427 |                   assert_matches!(r, $($expected)*);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 469 |           prepare_test!(internal_memory_declaration,
[INFO] [stderr]     |  _________-
[INFO] [stderr] 470 | |             r#"
[INFO] [stderr] 471 | |             (module
[INFO] [stderr] 472 | |                 (memory 1 1)
[INFO] [stderr] ...   |
[INFO] [stderr] 478 | |             Err("module declares internal memory")
[INFO] [stderr] 479 | |         );
[INFO] [stderr]     | |__________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:427:5
[INFO] [stderr]     |
[INFO] [stderr] 427 |                   assert_matches!(r, $($expected)*);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 481 |           prepare_test!(no_memory_import,
[INFO] [stderr]     |  _________-
[INFO] [stderr] 482 | |             r#"
[INFO] [stderr] 483 | |             (module
[INFO] [stderr] 484 | |                 ;; no memory imported
[INFO] [stderr] ...   |
[INFO] [stderr] 489 | |             Ok(_)
[INFO] [stderr] 490 | |         );
[INFO] [stderr]     | |__________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:427:5
[INFO] [stderr]     |
[INFO] [stderr] 427 |                   assert_matches!(r, $($expected)*);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 492 |           prepare_test!(initial_exceeds_maximum,
[INFO] [stderr]     |  _________-
[INFO] [stderr] 493 | |             r#"
[INFO] [stderr] 494 | |             (module
[INFO] [stderr] 495 | |                 (import "env" "memory" (memory 16 1))
[INFO] [stderr] ...   |
[INFO] [stderr] 501 | |             Err("Module is not valid")
[INFO] [stderr] 502 | |         );
[INFO] [stderr]     | |__________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:427:5
[INFO] [stderr]     |
[INFO] [stderr] 427 |                   assert_matches!(r, $($expected)*);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 504 |           prepare_test!(no_maximum,
[INFO] [stderr]     |  _________-
[INFO] [stderr] 505 | |             r#"
[INFO] [stderr] 506 | |             (module
[INFO] [stderr] 507 | |                 (import "env" "memory" (memory 1))
[INFO] [stderr] ...   |
[INFO] [stderr] 513 | |             Err("Maximum number of pages should be always declared.")
[INFO] [stderr] 514 | |         );
[INFO] [stderr]     | |__________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:427:5
[INFO] [stderr]     |
[INFO] [stderr] 427 |                   assert_matches!(r, $($expected)*);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 516 |           prepare_test!(requested_maximum_exceeds_configured_maximum,
[INFO] [stderr]     |  _________-
[INFO] [stderr] 517 | |             r#"
[INFO] [stderr] 518 | |             (module
[INFO] [stderr] 519 | |                 (import "env" "memory" (memory 1 17))
[INFO] [stderr] ...   |
[INFO] [stderr] 525 | |             Err("Maximum number of pages should not exceed the configured maximum.")
[INFO] [stderr] 526 | |         );
[INFO] [stderr]     | |__________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:427:5
[INFO] [stderr]     |
[INFO] [stderr] 427 |                   assert_matches!(r, $($expected)*);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 528 |           prepare_test!(field_name_not_memory,
[INFO] [stderr]     |  _________-
[INFO] [stderr] 529 | |             r#"
[INFO] [stderr] 530 | |             (module
[INFO] [stderr] 531 | |                 (import "env" "forgetit" (memory 1 1))
[INFO] [stderr] ...   |
[INFO] [stderr] 537 | |             Err("Memory import must have the field name 'memory'")
[INFO] [stderr] 538 | |         );
[INFO] [stderr]     | |__________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:427:5
[INFO] [stderr]     |
[INFO] [stderr] 427 |                   assert_matches!(r, $($expected)*);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 540 |           prepare_test!(multiple_memory_imports,
[INFO] [stderr]     |  _________-
[INFO] [stderr] 541 | |             r#"
[INFO] [stderr] 542 | |             (module
[INFO] [stderr] 543 | |                 (import "env" "memory" (memory 1 1))
[INFO] [stderr] ...   |
[INFO] [stderr] 550 | |             Err("Module is not valid")
[INFO] [stderr] 551 | |         );
[INFO] [stderr]     | |__________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:427:5
[INFO] [stderr]     |
[INFO] [stderr] 427 |                   assert_matches!(r, $($expected)*);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 553 |           prepare_test!(table_import,
[INFO] [stderr]     |  _________-
[INFO] [stderr] 554 | |             r#"
[INFO] [stderr] 555 | |             (module
[INFO] [stderr] 556 | |                 (import "env" "table" (table 1 anyfunc))
[INFO] [stderr] ...   |
[INFO] [stderr] 562 | |             Err("Cannot import tables")
[INFO] [stderr] 563 | |         );
[INFO] [stderr]     | |__________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:427:5
[INFO] [stderr]     |
[INFO] [stderr] 427 |                   assert_matches!(r, $($expected)*);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 565 |           prepare_test!(global_import,
[INFO] [stderr]     |  _________-
[INFO] [stderr] 566 | |             r#"
[INFO] [stderr] 567 | |             (module
[INFO] [stderr] 568 | |                 (global $g (import "env" "global") i32)
[INFO] [stderr] ...   |
[INFO] [stderr] 573 | |             Err("Cannot import globals")
[INFO] [stderr] 574 | |         );
[INFO] [stderr]     | |__________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:427:5
[INFO] [stderr]     |
[INFO] [stderr] 427 |                   assert_matches!(r, $($expected)*);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 586 |           prepare_test!(no_tables,
[INFO] [stderr]     |  _________-
[INFO] [stderr] 587 | |             r#"
[INFO] [stderr] 588 | |             (module
[INFO] [stderr] 589 | |                 (func (export "call"))
[INFO] [stderr] ...   |
[INFO] [stderr] 593 | |             Ok(_)
[INFO] [stderr] 594 | |         );
[INFO] [stderr]     | |__________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:427:5
[INFO] [stderr]     |
[INFO] [stderr] 427 |                   assert_matches!(r, $($expected)*);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 596 |           prepare_test!(table_valid_size,
[INFO] [stderr]     |  _________-
[INFO] [stderr] 597 | |             r#"
[INFO] [stderr] 598 | |             (module
[INFO] [stderr] 599 | |                 (table 10000 funcref)
[INFO] [stderr] ...   |
[INFO] [stderr] 605 | |             Ok(_)
[INFO] [stderr] 606 | |         );
[INFO] [stderr]     | |__________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:427:5
[INFO] [stderr]     |
[INFO] [stderr] 427 |                   assert_matches!(r, $($expected)*);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 608 |           prepare_test!(table_too_big,
[INFO] [stderr]     |  _________-
[INFO] [stderr] 609 | |             r#"
[INFO] [stderr] 610 | |             (module
[INFO] [stderr] 611 | |                 (table 20000 funcref)
[INFO] [stderr] ...   |
[INFO] [stderr] 616 | |             Err("table exceeds maximum size allowed")
[INFO] [stderr] 617 | |         );
[INFO] [stderr]     | |__________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:427:5
[INFO] [stderr]     |
[INFO] [stderr] 427 |                   assert_matches!(r, $($expected)*);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 623 |           prepare_test!(can_import_legit_function,
[INFO] [stderr]     |  _________-
[INFO] [stderr] 624 | |             r#"
[INFO] [stderr] 625 | |             (module
[INFO] [stderr] 626 | |                 (import "env" "nop" (func (param i64)))
[INFO] [stderr] ...   |
[INFO] [stderr] 632 | |             Ok(_)
[INFO] [stderr] 633 | |         );
[INFO] [stderr]     | |__________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:427:5
[INFO] [stderr]     |
[INFO] [stderr] 427 |                   assert_matches!(r, $($expected)*);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 637 |           prepare_test!(can_not_import_gas_function,
[INFO] [stderr]     |  _________-
[INFO] [stderr] 638 | |             r#"
[INFO] [stderr] 639 | |             (module
[INFO] [stderr] 640 | |                 (import "env" "gas" (func (param i32)))
[INFO] [stderr] ...   |
[INFO] [stderr] 646 | |             Err("module imports a non-existent function")
[INFO] [stderr] 647 | |         );
[INFO] [stderr]     | |__________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:427:5
[INFO] [stderr]     |
[INFO] [stderr] 427 |                   assert_matches!(r, $($expected)*);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 650 |           prepare_test!(non_env_import,
[INFO] [stderr]     |  _________-
[INFO] [stderr] 651 | |             r#"
[INFO] [stderr] 652 | |             (module
[INFO] [stderr] 653 | |                 (import "another_module" "memory" (memory 1 1))
[INFO] [stderr] ...   |
[INFO] [stderr] 659 | |             Err("module has imports from a non-'env' namespace")
[INFO] [stderr] 660 | |         );
[INFO] [stderr]     | |__________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:427:5
[INFO] [stderr]     |
[INFO] [stderr] 427 |                   assert_matches!(r, $($expected)*);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 663 |           prepare_test!(wrong_signature,
[INFO] [stderr]     |  _________-
[INFO] [stderr] 664 | |             r#"
[INFO] [stderr] 665 | |             (module
[INFO] [stderr] 666 | |                 (import "env" "gas" (func (param i64)))
[INFO] [stderr] ...   |
[INFO] [stderr] 672 | |             Err("module imports a non-existent function")
[INFO] [stderr] 673 | |         );
[INFO] [stderr]     | |__________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:427:5
[INFO] [stderr]     |
[INFO] [stderr] 427 |                   assert_matches!(r, $($expected)*);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 675 |           prepare_test!(unknown_func_name,
[INFO] [stderr]     |  _________-
[INFO] [stderr] 676 | |             r#"
[INFO] [stderr] 677 | |             (module
[INFO] [stderr] 678 | |                 (import "env" "unknown_func" (func))
[INFO] [stderr] ...   |
[INFO] [stderr] 684 | |             Err("module imports a non-existent function")
[INFO] [stderr] 685 | |         );
[INFO] [stderr]     | |__________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:427:5
[INFO] [stderr]     |
[INFO] [stderr] 427 |                   assert_matches!(r, $($expected)*);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 687 |           prepare_test!(ext_println_debug_disabled,
[INFO] [stderr]     |  _________-
[INFO] [stderr] 688 | |             r#"
[INFO] [stderr] 689 | |             (module
[INFO] [stderr] 690 | |                 (import "env" "ext_println" (func $ext_println (param i32 i32)))
[INFO] [stderr] ...   |
[INFO] [stderr] 696 | |             Err("module imports `ext_println` but debug features disabled")
[INFO] [stderr] 697 | |         );
[INFO] [stderr]     | |__________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:714:4
[INFO] [stderr]     |
[INFO] [stderr] 714 |             assert_matches!(r, Ok(_));
[INFO] [stderr]     |             ^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:427:5
[INFO] [stderr]     |
[INFO] [stderr] 427 |                   assert_matches!(r, $($expected)*);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 721 |           prepare_test!(it_works,
[INFO] [stderr]     |  _________-
[INFO] [stderr] 722 | |             r#"
[INFO] [stderr] 723 | |             (module
[INFO] [stderr] 724 | |                 (func (export "call"))
[INFO] [stderr] ...   |
[INFO] [stderr] 728 | |             Ok(_)
[INFO] [stderr] 729 | |         );
[INFO] [stderr]     | |__________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:427:5
[INFO] [stderr]     |
[INFO] [stderr] 427 |                   assert_matches!(r, $($expected)*);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 731 |           prepare_test!(omit_deploy,
[INFO] [stderr]     |  _________-
[INFO] [stderr] 732 | |             r#"
[INFO] [stderr] 733 | |             (module
[INFO] [stderr] 734 | |                 (func (export "call"))
[INFO] [stderr] ...   |
[INFO] [stderr] 737 | |             Err("deploy function isn't exported")
[INFO] [stderr] 738 | |         );
[INFO] [stderr]     | |__________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:427:5
[INFO] [stderr]     |
[INFO] [stderr] 427 |                   assert_matches!(r, $($expected)*);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 740 |           prepare_test!(omit_call,
[INFO] [stderr]     |  _________-
[INFO] [stderr] 741 | |             r#"
[INFO] [stderr] 742 | |             (module
[INFO] [stderr] 743 | |                 (func (export "deploy"))
[INFO] [stderr] ...   |
[INFO] [stderr] 746 | |             Err("call function isn't exported")
[INFO] [stderr] 747 | |         );
[INFO] [stderr]     | |__________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:427:5
[INFO] [stderr]     |
[INFO] [stderr] 427 |                   assert_matches!(r, $($expected)*);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 750 |           prepare_test!(try_sneak_export_as_entrypoint,
[INFO] [stderr]     |  _________-
[INFO] [stderr] 751 | |             r#"
[INFO] [stderr] 752 | |             (module
[INFO] [stderr] 753 | |                 (import "env" "panic" (func))
[INFO] [stderr] ...   |
[INFO] [stderr] 760 | |             Err("entry point points to an imported function")
[INFO] [stderr] 761 | |         );
[INFO] [stderr]     | |__________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:427:5
[INFO] [stderr]     |
[INFO] [stderr] 427 |                   assert_matches!(r, $($expected)*);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 764 |           prepare_test!(try_sneak_export_as_global,
[INFO] [stderr]     |  _________-
[INFO] [stderr] 765 | |             r#"
[INFO] [stderr] 766 | |             (module
[INFO] [stderr] 767 | |                 (func (export "deploy"))
[INFO] [stderr] ...   |
[INFO] [stderr] 771 | |             Err("expected a function")
[INFO] [stderr] 772 | |         );
[INFO] [stderr]     | |__________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:427:5
[INFO] [stderr]     |
[INFO] [stderr] 427 |                   assert_matches!(r, $($expected)*);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 774 |           prepare_test!(wrong_signature,
[INFO] [stderr]     |  _________-
[INFO] [stderr] 775 | |             r#"
[INFO] [stderr] 776 | |             (module
[INFO] [stderr] 777 | |                 (func (export "deploy"))
[INFO] [stderr] ...   |
[INFO] [stderr] 781 | |             Err("entry point has wrong signature")
[INFO] [stderr] 782 | |         );
[INFO] [stderr]     | |__________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:427:5
[INFO] [stderr]     |
[INFO] [stderr] 427 |                   assert_matches!(r, $($expected)*);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 784 |           prepare_test!(unknown_exports,
[INFO] [stderr]     |  _________-
[INFO] [stderr] 785 | |             r#"
[INFO] [stderr] 786 | |             (module
[INFO] [stderr] 787 | |                 (func (export "call"))
[INFO] [stderr] ...   |
[INFO] [stderr] 792 | |             Err("unknown export: expecting only deploy and call functions")
[INFO] [stderr] 793 | |         );
[INFO] [stderr]     | |__________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:427:5
[INFO] [stderr]     |
[INFO] [stderr] 427 |                   assert_matches!(r, $($expected)*);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 795 |           prepare_test!(global_float,
[INFO] [stderr]     |  _________-
[INFO] [stderr] 796 | |             r#"
[INFO] [stderr] 797 | |             (module
[INFO] [stderr] 798 | |                 (global $x f32 (f32.const 0))
[INFO] [stderr] ...   |
[INFO] [stderr] 803 | |             Err("use of floating point type in globals is forbidden")
[INFO] [stderr] 804 | |         );
[INFO] [stderr]     | |__________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:427:5
[INFO] [stderr]     |
[INFO] [stderr] 427 |                   assert_matches!(r, $($expected)*);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 806 |           prepare_test!(local_float,
[INFO] [stderr]     |  _________-
[INFO] [stderr] 807 | |             r#"
[INFO] [stderr] 808 | |             (module
[INFO] [stderr] 809 | |                 (func $foo (local f32))
[INFO] [stderr] ...   |
[INFO] [stderr] 814 | |             Err("use of floating point type in locals is forbidden")
[INFO] [stderr] 815 | |         );
[INFO] [stderr]     | |__________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:427:5
[INFO] [stderr]     |
[INFO] [stderr] 427 |                   assert_matches!(r, $($expected)*);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 817 |           prepare_test!(param_float,
[INFO] [stderr]     |  _________-
[INFO] [stderr] 818 | |             r#"
[INFO] [stderr] 819 | |             (module
[INFO] [stderr] 820 | |                 (func $foo (param f32))
[INFO] [stderr] ...   |
[INFO] [stderr] 825 | |             Err("use of floating point type in function types is forbidden")
[INFO] [stderr] 826 | |         );
[INFO] [stderr]     | |__________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]    --> src/wasm/prepare.rs:427:5
[INFO] [stderr]     |
[INFO] [stderr] 427 |                   assert_matches!(r, $($expected)*);
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 828 |           prepare_test!(result_float,
[INFO] [stderr]     |  _________-
[INFO] [stderr] 829 | |             r#"
[INFO] [stderr] 830 | |             (module
[INFO] [stderr] 831 | |                 (func $foo (result f32) (f32.const 0))
[INFO] [stderr] ...   |
[INFO] [stderr] 836 | |             Err("use of floating point type in function types is forbidden")
[INFO] [stderr] 837 | |         );
[INFO] [stderr]     | |__________- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `hex`
[INFO] [stderr]     --> src/wasm/mod.rs:1560:11
[INFO] [stderr]      |
[INFO] [stderr] 1560 |                 data: hex!("000102030405060708090A0B0C0D0E0F000102030405060708090A0B0C0D0E0F").to_vec(),
[INFO] [stderr]      |                       ^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]     --> src/wasm/mod.rs:1639:3
[INFO] [stderr]      |
[INFO] [stderr] 1639 |         assert_matches!(
[INFO] [stderr]      |         ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]     --> src/wasm/mod.rs:1683:3
[INFO] [stderr]      |
[INFO] [stderr] 1683 |         assert_matches!(
[INFO] [stderr]      |         ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `hex`
[INFO] [stderr]     --> src/wasm/mod.rs:1860:4
[INFO] [stderr]      |
[INFO] [stderr] 1860 |             hex!("00112233445566778899").to_vec(),
[INFO] [stderr]      |             ^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `hex`
[INFO] [stderr]     --> src/wasm/mod.rs:1865:57
[INFO] [stderr]      |
[INFO] [stderr] 1865 |         assert_eq!(output, ExecReturnValue { status: 0, data: hex!("445566778899").to_vec() });
[INFO] [stderr]      |                                                               ^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `hex`
[INFO] [stderr]     --> src/wasm/mod.rs:1873:4
[INFO] [stderr]      |
[INFO] [stderr] 1873 |             hex!("112233445566778899").to_vec(),
[INFO] [stderr]      |             ^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `hex`
[INFO] [stderr]     --> src/wasm/mod.rs:1878:58
[INFO] [stderr]      |
[INFO] [stderr] 1878 |         assert_eq!(output, ExecReturnValue { status: 17, data: hex!("5566778899").to_vec() });
[INFO] [stderr]      |                                                                ^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot find macro `hex` in this scope
[INFO] [stderr]    --> src/tests.rs:495:28
[INFO] [stderr]     |
[INFO] [stderr] 495 |     assert_eq!(&encoded[..], &hex!("00000300000000000000C8")[..]);
[INFO] [stderr]     |                               ^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find macro `hex` in this scope
[INFO] [stderr]    --> src/tests.rs:633:28
[INFO] [stderr]     |
[INFO] [stderr] 633 |     assert_eq!(&encoded[..], &hex!("00000300000000000000C8")[..]);
[INFO] [stderr]     |                               ^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot find macro `hex` in this scope
[INFO] [stderr]    --> src/tests.rs:889:28
[INFO] [stderr]     |
[INFO] [stderr] 889 |     assert_eq!(&encoded[..], &hex!("00000300000000000000C8")[..]);
[INFO] [stderr]     |                               ^^^
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]     --> src/tests.rs:2165:3
[INFO] [stderr]      |
[INFO] [stderr] 2165 |         assert_matches!(
[INFO] [stderr]      |         ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]     --> src/tests.rs:2277:3
[INFO] [stderr]      |
[INFO] [stderr] 2277 |         assert_matches!(
[INFO] [stderr]      |         ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]     --> src/tests.rs:2296:3
[INFO] [stderr]      |
[INFO] [stderr] 2296 |         assert_matches!(
[INFO] [stderr]      |         ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]     --> src/tests.rs:2320:3
[INFO] [stderr]      |
[INFO] [stderr] 2320 |         assert_matches!(
[INFO] [stderr]      |         ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]     --> src/tests.rs:2326:3
[INFO] [stderr]      |
[INFO] [stderr] 2326 |         assert_matches!(
[INFO] [stderr]      |         ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error: cannot determine resolution for the macro `assert_matches`
[INFO] [stderr]     --> src/tests.rs:2520:3
[INFO] [stderr]      |
[INFO] [stderr] 2520 |         assert_matches!(
[INFO] [stderr]      |         ^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: import resolution is stuck, try simplifying macro imports
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances`
[INFO] [stderr]     --> src/wasm/mod.rs:1269:20
[INFO] [stderr]      |
[INFO] [stderr] 1269 |                 Call::Balances(pallet_balances::Call::set_balance(42, 1337, 0)),
[INFO] [stderr]      |                                ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances`
[INFO] [stderr]    --> src/tests.rs:118:21
[INFO] [stderr]     |
[INFO] [stderr] 118 |     type AccountData = pallet_balances::AccountData<u64>;
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances`
[INFO] [stderr]    --> src/tests.rs:122:6
[INFO] [stderr]     |
[INFO] [stderr] 122 | impl pallet_balances::Trait for Test {
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_timestamp`
[INFO] [stderr]    --> src/tests.rs:132:6
[INFO] [stderr]     |
[INFO] [stderr] 132 | impl pallet_timestamp::Trait for Test {
[INFO] [stderr]     |      ^^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_timestamp`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances`
[INFO] [stderr]    --> src/tests.rs:179:17
[INFO] [stderr]     |
[INFO] [stderr] 179 | type Balances = pallet_balances::Module<Test>;
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_timestamp`
[INFO] [stderr]    --> src/tests.rs:180:18
[INFO] [stderr]     |
[INFO] [stderr] 180 | type Timestamp = pallet_timestamp::Module<Test>;
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_timestamp`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_randomness_collective_flip`
[INFO] [stderr]    --> src/tests.rs:183:19
[INFO] [stderr]     |
[INFO] [stderr] 183 | type Randomness = pallet_randomness_collective_flip::Module<Test>;
[INFO] [stderr]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_randomness_collective_flip`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances`
[INFO] [stderr]    --> src/tests.rs:272:3
[INFO] [stderr]     |
[INFO] [stderr] 272 |         pallet_balances::GenesisConfig::<Test> {
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `wabt`
[INFO] [stderr]    --> src/tests.rs:288:53
[INFO] [stderr]     |
[INFO] [stderr] 288 |     -> Result<(Vec<u8>, <T::Hashing as Hash>::Output), wabt::Error>
[INFO] [stderr]     |                                                        ^^^^ use of undeclared type or module `wabt`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `wabt`
[INFO] [stderr]    --> src/tests.rs:291:13
[INFO] [stderr]     |
[INFO] [stderr] 291 |     let wasm = wabt::wat2wasm(wabt_module)?;
[INFO] [stderr]     |                ^^^^ use of undeclared type or module `wabt`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances`
[INFO] [stderr]    --> src/tests.rs:431:32
[INFO] [stderr]     |
[INFO] [stderr] 431 |                 event: MetaEvent::balances(pallet_balances::RawEvent::Endowed(1, 1_000_000)),
[INFO] [stderr]     |                                            ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances`
[INFO] [stderr]    --> src/tests.rs:447:6
[INFO] [stderr]     |
[INFO] [stderr] 447 |                     pallet_balances::RawEvent::Endowed(BOB, 100)
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances`
[INFO] [stderr]    --> src/tests.rs:494:47
[INFO] [stderr]     |
[INFO] [stderr] 494 |     let encoded = Encode::encode(&Call::Balances(pallet_balances::Call::transfer(CHARLIE, 50)));
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances`
[INFO] [stderr]    --> src/tests.rs:514:32
[INFO] [stderr]     |
[INFO] [stderr] 514 |                 event: MetaEvent::balances(pallet_balances::RawEvent::Endowed(1, 1_000_000)),
[INFO] [stderr]     |                                            ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances`
[INFO] [stderr]    --> src/tests.rs:548:32
[INFO] [stderr]     |
[INFO] [stderr] 548 |                 event: MetaEvent::balances(pallet_balances::RawEvent::Endowed(1, 1_000_000)),
[INFO] [stderr]     |                                            ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances`
[INFO] [stderr]    --> src/tests.rs:564:6
[INFO] [stderr]     |
[INFO] [stderr] 564 |                     pallet_balances::RawEvent::Endowed(BOB, 100)
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances`
[INFO] [stderr]    --> src/tests.rs:588:6
[INFO] [stderr]     |
[INFO] [stderr] 588 |                     pallet_balances::RawEvent::Endowed(CHARLIE, 50)
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances`
[INFO] [stderr]    --> src/tests.rs:595:6
[INFO] [stderr]     |
[INFO] [stderr] 595 |                     pallet_balances::RawEvent::Transfer(BOB, CHARLIE, 50)
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances`
[INFO] [stderr]    --> src/tests.rs:632:47
[INFO] [stderr]     |
[INFO] [stderr] 632 |     let encoded = Encode::encode(&Call::Balances(pallet_balances::Call::transfer(CHARLIE, 50)));
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances`
[INFO] [stderr]    --> src/tests.rs:652:32
[INFO] [stderr]     |
[INFO] [stderr] 652 |                 event: MetaEvent::balances(pallet_balances::RawEvent::Endowed(1, 1_000_000)),
[INFO] [stderr]     |                                            ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances`
[INFO] [stderr]    --> src/tests.rs:690:32
[INFO] [stderr]     |
[INFO] [stderr] 690 |                 event: MetaEvent::balances(pallet_balances::RawEvent::Endowed(1, 1_000_000)),
[INFO] [stderr]     |                                            ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances`
[INFO] [stderr]    --> src/tests.rs:706:6
[INFO] [stderr]     |
[INFO] [stderr] 706 |                     pallet_balances::RawEvent::Endowed(BOB, 100)
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances`
[INFO] [stderr]    --> src/tests.rs:888:47
[INFO] [stderr]     |
[INFO] [stderr] 888 |     let encoded = Encode::encode(&Call::Balances(pallet_balances::Call::transfer(CHARLIE, 50)));
[INFO] [stderr]     |                                                  ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances`
[INFO] [stderr]    --> src/tests.rs:907:32
[INFO] [stderr]     |
[INFO] [stderr] 907 |                 event: MetaEvent::balances(pallet_balances::RawEvent::Endowed(1, 1_000_000)),
[INFO] [stderr]     |                                            ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances`
[INFO] [stderr]    --> src/tests.rs:932:13
[INFO] [stderr]     |
[INFO] [stderr] 932 |             <Test as pallet_balances::Trait>::Balance::from(1_000u32).encode() // rent allowance
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances`
[INFO] [stderr]    --> src/tests.rs:969:13
[INFO] [stderr]     |
[INFO] [stderr] 969 |             <Test as pallet_balances::Trait>::Balance::from(1_000u32).encode() // rent allowance
[INFO] [stderr]     |                      ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances`
[INFO] [stderr]     --> src/tests.rs:1063:13
[INFO] [stderr]      |
[INFO] [stderr] 1063 |             <Test as pallet_balances::Trait>::Balance::from(1_000u32).encode() // rent allowance
[INFO] [stderr]      |                      ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances`
[INFO] [stderr]     --> src/tests.rs:1096:13
[INFO] [stderr]      |
[INFO] [stderr] 1096 |             <Test as pallet_balances::Trait>::Balance::from(1_000u32).encode() // rent allowance
[INFO] [stderr]      |                      ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances`
[INFO] [stderr]     --> src/tests.rs:1132:13
[INFO] [stderr]      |
[INFO] [stderr] 1132 |             <Test as pallet_balances::Trait>::Balance::from(100u32).encode() // rent allowance
[INFO] [stderr]      |                      ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances`
[INFO] [stderr]     --> src/tests.rs:1167:13
[INFO] [stderr]      |
[INFO] [stderr] 1167 |             <Test as pallet_balances::Trait>::Balance::from(1_000u32).encode() // rent allowance
[INFO] [stderr]      |                      ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances`
[INFO] [stderr]     --> src/tests.rs:1211:13
[INFO] [stderr]      |
[INFO] [stderr] 1211 |             <Test as pallet_balances::Trait>::Balance::from(1_000u32).encode() // rent allowance
[INFO] [stderr]      |                      ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances`
[INFO] [stderr]     --> src/tests.rs:1423:32
[INFO] [stderr]      |
[INFO] [stderr] 1423 |                 event: MetaEvent::balances(pallet_balances::RawEvent::Endowed(1, 1_000_000)),
[INFO] [stderr]      |                                            ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances`
[INFO] [stderr]     --> src/tests.rs:1445:13
[INFO] [stderr]      |
[INFO] [stderr] 1445 |             <Test as pallet_balances::Trait>::Balance::from(0u32).encode()
[INFO] [stderr]      |                      ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances`
[INFO] [stderr]     --> src/tests.rs:1494:13
[INFO] [stderr]      |
[INFO] [stderr] 1494 |             <Test as pallet_balances::Trait>::Balance::from(0u32).encode()
[INFO] [stderr]      |                      ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances`
[INFO] [stderr]     --> src/tests.rs:1551:35
[INFO] [stderr]      |
[INFO] [stderr] 1551 |                             event: MetaEvent::balances(pallet_balances::RawEvent::Endowed(CHARLIE, 1_000_000)),
[INFO] [stderr]      |                                                        ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `pallet_balances`
[INFO] [stderr]     --> src/tests.rs:1561:35
[INFO] [stderr]      |
[INFO] [stderr] 1561 |                             event: MetaEvent::balances(pallet_balances::RawEvent::Endowed(DJANGO, 30_000)),
[INFO] [stderr]      |                                                        ^^^^^^^^^^^^^^^ use of undeclared type or module `pallet_balances`
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `sp_runtime::DispatchError`
[INFO] [stderr]    --> src/exec.rs:895:6
[INFO] [stderr]     |
[INFO] [stderr] 895 |     use sp_runtime::DispatchError;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 117 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `pallet-contracts`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: build failed
[INFO] running `"docker" "inspect" "dc09fdeb82e05dfc791c161c2b99e9fc7ae6b55d33ea8310b16e6a3f8e18561d"`
[INFO] running `"docker" "rm" "-f" "dc09fdeb82e05dfc791c161c2b99e9fc7ae6b55d33ea8310b16e6a3f8e18561d"`
[INFO] [stdout] dc09fdeb82e05dfc791c161c2b99e9fc7ae6b55d33ea8310b16e6a3f8e18561d
