[INFO] fetching crate concordium-std 2.0.0... [INFO] testing concordium-std-2.0.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate concordium-std 2.0.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate concordium-std 2.0.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate concordium-std 2.0.0 [INFO] finished tweaking crates.io crate concordium-std 2.0.0 [INFO] tweaked toml for crates.io crate concordium-std 2.0.0 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 63c9cd85659290bdacc3db94fe90778e3c88b3ab3c3cb618cacfbab52c3ff409 [INFO] running `Command { std: "docker" "start" "-a" "63c9cd85659290bdacc3db94fe90778e3c88b3ab3c3cb618cacfbab52c3ff409", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "63c9cd85659290bdacc3db94fe90778e3c88b3ab3c3cb618cacfbab52c3ff409", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "63c9cd85659290bdacc3db94fe90778e3c88b3ab3c3cb618cacfbab52c3ff409", kill_on_drop: false }` [INFO] [stdout] 63c9cd85659290bdacc3db94fe90778e3c88b3ab3c3cb618cacfbab52c3ff409 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e3bf3ce9d883747f68ec9a4cf1e5546f3854db48441b6f6d61318ebfc9952a27 [INFO] running `Command { std: "docker" "start" "-a" "e3bf3ce9d883747f68ec9a4cf1e5546f3854db48441b6f6d61318ebfc9952a27", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling wee_alloc v0.4.5 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling memory_units v0.4.0 [INFO] [stderr] Compiling quote v1.0.0 [INFO] [stderr] Compiling concordium-contracts-common v2.0.0 [INFO] [stderr] Compiling concordium-std-derive v2.0.0 [INFO] [stderr] Compiling concordium-std v2.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/prims.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / /// Interface to the chain. These functions are assumed to be instantiated by [INFO] [stdout] 5 | | /// the scheduler with relevant primitives. [INFO] [stdout] | |___________________________________________^ [INFO] [stdout] 6 | #[cfg_attr(target_arch = "wasm32", link(wasm_import_module = "concordium"))] [INFO] [stdout] 7 | / extern "C" { [INFO] [stdout] 8 | | pub(crate) fn accept() -> u32; [INFO] [stdout] 9 | | // Basic action to send tokens to an account. [INFO] [stdout] 10 | | pub(crate) fn simple_transfer(addr_bytes: *const u8, amount: u64) -> u32; [INFO] [stdout] ... | [INFO] [stdout] 81 | | ); [INFO] [stdout] 82 | | } [INFO] [stdout] | |_- rustdoc does not generate documentation for extern block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 22.65s [INFO] running `Command { std: "docker" "inspect" "e3bf3ce9d883747f68ec9a4cf1e5546f3854db48441b6f6d61318ebfc9952a27", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e3bf3ce9d883747f68ec9a4cf1e5546f3854db48441b6f6d61318ebfc9952a27", kill_on_drop: false }` [INFO] [stdout] e3bf3ce9d883747f68ec9a4cf1e5546f3854db48441b6f6d61318ebfc9952a27 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6dd7de774b9a25cb8460a5c9c383b6daeffe9a7d829f457cc3e7cffa5ae03fe9 [INFO] running `Command { std: "docker" "start" "-a" "6dd7de774b9a25cb8460a5c9c383b6daeffe9a7d829f457cc3e7cffa5ae03fe9", kill_on_drop: false }` [INFO] [stderr] Compiling concordium-std v2.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/prims.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / /// Interface to the chain. These functions are assumed to be instantiated by [INFO] [stdout] 5 | | /// the scheduler with relevant primitives. [INFO] [stdout] | |___________________________________________^ [INFO] [stdout] 6 | #[cfg_attr(target_arch = "wasm32", link(wasm_import_module = "concordium"))] [INFO] [stdout] 7 | / extern "C" { [INFO] [stdout] 8 | | pub(crate) fn accept() -> u32; [INFO] [stdout] 9 | | // Basic action to send tokens to an account. [INFO] [stdout] 10 | | pub(crate) fn simple_transfer(addr_bytes: *const u8, amount: u64) -> u32; [INFO] [stdout] ... | [INFO] [stdout] 81 | | ); [INFO] [stdout] 82 | | } [INFO] [stdout] | |_- rustdoc does not generate documentation for extern block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/prims.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | / /// Interface to the chain. These functions are assumed to be instantiated by [INFO] [stdout] 5 | | /// the scheduler with relevant primitives. [INFO] [stdout] | |___________________________________________^ [INFO] [stdout] 6 | #[cfg_attr(target_arch = "wasm32", link(wasm_import_module = "concordium"))] [INFO] [stdout] 7 | / extern "C" { [INFO] [stdout] 8 | | pub(crate) fn accept() -> u32; [INFO] [stdout] 9 | | // Basic action to send tokens to an account. [INFO] [stdout] 10 | | pub(crate) fn simple_transfer(addr_bytes: *const u8, amount: u64) -> u32; [INFO] [stdout] ... | [INFO] [stdout] 81 | | ); [INFO] [stdout] 82 | | } [INFO] [stdout] | |_- rustdoc does not generate documentation for extern block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] = help: use `//` for a plain comment [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.69s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/concordium_std-bb7b7b7b953c7a65) [INFO] running `Command { std: "docker" "inspect" "6dd7de774b9a25cb8460a5c9c383b6daeffe9a7d829f457cc3e7cffa5ae03fe9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6dd7de774b9a25cb8460a5c9c383b6daeffe9a7d829f457cc3e7cffa5ae03fe9", kill_on_drop: false }` [INFO] [stdout] 6dd7de774b9a25cb8460a5c9c383b6daeffe9a7d829f457cc3e7cffa5ae03fe9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9d280b29285f9decd574a20445bfe3af971e9c1f79db54958488b4937e15e95c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9d280b29285f9decd574a20445bfe3af971e9c1f79db54958488b4937e15e95c", kill_on_drop: false }` [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/prims.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / /// Interface to the chain. These functions are assumed to be instantiated by [INFO] [stderr] 5 | | /// the scheduler with relevant primitives. [INFO] [stderr] | |___________________________________________^ [INFO] [stderr] 6 | #[cfg_attr(target_arch = "wasm32", link(wasm_import_module = "concordium"))] [INFO] [stderr] 7 | / extern "C" { [INFO] [stderr] 8 | | pub(crate) fn accept() -> u32; [INFO] [stderr] 9 | | // Basic action to send tokens to an account. [INFO] [stderr] 10 | | pub(crate) fn simple_transfer(addr_bytes: *const u8, amount: u64) -> u32; [INFO] [stderr] ... | [INFO] [stderr] 81 | | ); [INFO] [stderr] 82 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for extern block [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: use `//` for a plain comment [INFO] [stderr] [INFO] [stderr] warning: `concordium-std` (lib) generated 1 warning [INFO] [stderr] warning: `concordium-std` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/concordium_std-bb7b7b7b953c7a65) [INFO] [stdout] [INFO] [stderr] Doc-tests concordium-std [INFO] [stdout] running 2 tests [INFO] [stdout] test test_infrastructure::test::test_contract_state_write ... ok [INFO] [stdout] test test_infrastructure::test::test_contract_state ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test src/types.rs - types::ReceiveResult (line 272) ... FAILED [INFO] [stdout] test src/test_infrastructure.rs - test_infrastructure::InitContextTest (line 152) ... FAILED [INFO] [stdout] test src/test_infrastructure.rs - test_infrastructure::InitContextTest (line 140) ... FAILED [INFO] [stdout] test src/test_infrastructure.rs - test_infrastructure::ReceiveContextTest (line 209) ... FAILED [INFO] [stdout] test src/test_infrastructure.rs - test_infrastructure::ReceiveContextTest (line 214) ... FAILED [INFO] [stdout] test src/types.rs - types::InitResult (line 298) ... FAILED [INFO] [stdout] test src/test_infrastructure.rs - test_infrastructure::InitContextTest (line 130) ... FAILED [INFO] [stdout] test src/test_infrastructure.rs - test_infrastructure::ReceiveContextTest (line 197) ... FAILED [INFO] [stdout] test src/test_infrastructure.rs - test_infrastructure::InitContextTest (line 145) ... FAILED [INFO] [stdout] test src/test_infrastructure.rs - test_infrastructure::ReceiveContextTest (line 221) ... FAILED [INFO] [stdout] test src/test_infrastructure.rs - test_infrastructure (line 11) ... FAILED [INFO] [stdout] test src/lib.rs - (line 14) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/types.rs - types::ReceiveResult (line 272) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/types.rs:283:33 [INFO] [stdout] | [INFO] [stdout] 13 | ) -> Result { ... } [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 13 | ) -> Result { .. } [INFO] [stdout] | ~~ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 13 | ) -> Result { ..= } [INFO] [stdout] | ~~~ [INFO] [stdout] [INFO] [stdout] error[E0586]: inclusive range with no end [INFO] [stdout] --> src/types.rs:283:33 [INFO] [stdout] | [INFO] [stdout] 13 | ) -> Result { ... } [INFO] [stdout] | ^^^ help: use `..` instead [INFO] [stdout] | [INFO] [stdout] = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `receive` in this scope [INFO] [stdout] --> src/types.rs:277:3 [INFO] [stdout] | [INFO] [stdout] 7 | #[receive(contract = "mycontract", name = "receive")] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing one of these items: [INFO] [stdout] concordium_std::receive [INFO] [stdout] concordium_std_derive::receive [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `HasReceiveContext` in this scope [INFO] [stdout] --> src/types.rs:278:24 [INFO] [stdout] | [INFO] [stdout] 8 | fn contract_receive( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_std::HasReceiveContext; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `HasLogger` in this scope [INFO] [stdout] --> src/types.rs:278:46 [INFO] [stdout] | [INFO] [stdout] 8 | fn contract_receive( [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_std::HasLogger; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `HasActions` in this scope [INFO] [stdout] --> src/types.rs:278:60 [INFO] [stdout] | [INFO] [stdout] 8 | fn contract_receive( [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_std::HasActions; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Amount` in this scope [INFO] [stdout] --> src/types.rs:280:21 [INFO] [stdout] | [INFO] [stdout] 10 | receive_amount: Amount, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_contracts_common::Amount; [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_std::Amount; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `State` in this scope [INFO] [stdout] --> src/types.rs:282:17 [INFO] [stdout] | [INFO] [stdout] 12 | state: &mut State, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0586. [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/test_infrastructure.rs - test_infrastructure::InitContextTest (line 152) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/test_infrastructure.rs:172:9 [INFO] [stdout] | [INFO] [stdout] 22 | ... [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 22 | .. [INFO] [stdout] | [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 22 | ..= [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `init` in this scope [INFO] [stdout] --> src/test_infrastructure.rs:153:3 [INFO] [stdout] | [INFO] [stdout] 3 | #[init(contract = "noop")] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing one of these items: [INFO] [stdout] concordium_std::init [INFO] [stdout] concordium_std_derive::init [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `HasInitContext` in this scope [INFO] [stdout] --> src/test_infrastructure.rs:154:21 [INFO] [stdout] | [INFO] [stdout] 4 | fn contract_init( [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_std::HasInitContext; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `HasLogger` in this scope [INFO] [stdout] --> src/test_infrastructure.rs:154:40 [INFO] [stdout] | [INFO] [stdout] 4 | fn contract_init( [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_std::HasLogger; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Amount` in this scope [INFO] [stdout] --> src/test_infrastructure.rs:156:14 [INFO] [stdout] | [INFO] [stdout] 6 | _amount: Amount, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_contracts_common::Amount; [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_std::Amount; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InitResult` in this scope [INFO] [stdout] --> src/test_infrastructure.rs:158:6 [INFO] [stdout] | [INFO] [stdout] 8 | ) -> InitResult<()> { [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_std::InitResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SomeParameterType` in this scope [INFO] [stdout] --> src/test_infrastructure.rs:160:20 [INFO] [stdout] | [INFO] [stdout] 10 | let parameter: SomeParameterType = ctx.parameter_cursor().get()?; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0658]: `let` expressions in this position are unstable [INFO] [stdout] --> src/test_infrastructure.rs:173:9 [INFO] [stdout] | [INFO] [stdout] 23 | let result = contract_init(&ctx, 0, &mut logger); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #53667 for more information [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0658. [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/test_infrastructure.rs - test_infrastructure::InitContextTest (line 140) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `InitContextTest` [INFO] [stdout] --> src/test_infrastructure.rs:141:15 [INFO] [stdout] | [INFO] [stdout] 3 | let mut ctx = InitContextTest::empty(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_std::test_infrastructure::InitContextTest; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/test_infrastructure.rs - test_infrastructure::ReceiveContextTest (line 209) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ReceiveContextTest` [INFO] [stdout] --> src/test_infrastructure.rs:210:15 [INFO] [stdout] | [INFO] [stdout] 3 | let mut ctx = ReceiveContextTest::empty(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_std::test_infrastructure::ReceiveContextTest; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/test_infrastructure.rs - test_infrastructure::ReceiveContextTest (line 214) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ReceiveContextTest` [INFO] [stdout] --> src/test_infrastructure.rs:215:15 [INFO] [stdout] | [INFO] [stdout] 3 | let mut ctx = ReceiveContextTest::empty(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_std::test_infrastructure::ReceiveContextTest; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/types.rs - types::InitResult (line 298) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/types.rs:308:37 [INFO] [stdout] | [INFO] [stdout] 12 | ) -> Result { ... } [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 12 | ) -> Result { .. } [INFO] [stdout] | ~~ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 12 | ) -> Result { ..= } [INFO] [stdout] | ~~~ [INFO] [stdout] [INFO] [stdout] error[E0586]: inclusive range with no end [INFO] [stdout] --> src/types.rs:308:37 [INFO] [stdout] | [INFO] [stdout] 12 | ) -> Result { ... } [INFO] [stdout] | ^^^ help: use `..` instead [INFO] [stdout] | [INFO] [stdout] = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `init` in this scope [INFO] [stdout] --> src/types.rs:303:3 [INFO] [stdout] | [INFO] [stdout] 7 | #[init(contract = "mycontract")] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing one of these items: [INFO] [stdout] concordium_std::init [INFO] [stdout] concordium_std_derive::init [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `HasReceiveContext` in this scope [INFO] [stdout] --> src/types.rs:304:21 [INFO] [stdout] | [INFO] [stdout] 8 | fn contract_init( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_std::HasReceiveContext; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `HasLogger` in this scope [INFO] [stdout] --> src/types.rs:304:43 [INFO] [stdout] | [INFO] [stdout] 8 | fn contract_init( [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_std::HasLogger; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `HasActions` in this scope [INFO] [stdout] --> src/types.rs:304:57 [INFO] [stdout] | [INFO] [stdout] 8 | fn contract_init( [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_std::HasActions; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Amount` in this scope [INFO] [stdout] --> src/types.rs:306:21 [INFO] [stdout] | [INFO] [stdout] 10 | receive_amount: Amount, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_contracts_common::Amount; [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_std::Amount; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `State` in this scope [INFO] [stdout] --> src/types.rs:308:13 [INFO] [stdout] | [INFO] [stdout] 8 | fn contract_init( [INFO] [stdout] | - help: you might be missing a type parameter: `, State` [INFO] [stdout] ... [INFO] [stdout] 12 | ) -> Result { ... } [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0586. [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/test_infrastructure.rs - test_infrastructure::InitContextTest (line 130) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `InitContextTest` [INFO] [stdout] --> src/test_infrastructure.rs:131:15 [INFO] [stdout] | [INFO] [stdout] 3 | let mut ctx = InitContextTest::empty(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_std::test_infrastructure::InitContextTest; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `AccountAddress` in this scope [INFO] [stdout] --> src/test_infrastructure.rs:132:21 [INFO] [stdout] | [INFO] [stdout] 4 | ctx.set_init_origin(AccountAddress([0u8; 32])); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_contracts_common::AccountAddress; [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_contracts_common::schema::Type::AccountAddress; [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_std::AccountAddress; [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_std::schema::Type::AccountAddress; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/test_infrastructure.rs - test_infrastructure::ReceiveContextTest (line 197) stdout ---- [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `AccountAddress` in this scope [INFO] [stdout] --> src/test_infrastructure.rs:198:13 [INFO] [stdout] | [INFO] [stdout] 3 | let owner = AccountAddress([0u8; 32]); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_contracts_common::AccountAddress; [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_contracts_common::schema::Type::AccountAddress; [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_std::AccountAddress; [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_std::schema::Type::AccountAddress; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `ReceiveContextTest` [INFO] [stdout] --> src/test_infrastructure.rs:199:15 [INFO] [stdout] | [INFO] [stdout] 4 | let mut ctx = ReceiveContextTest::empty(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_std::test_infrastructure::ReceiveContextTest; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Address` [INFO] [stdout] --> src/test_infrastructure.rs:201:16 [INFO] [stdout] | [INFO] [stdout] 6 | ctx.set_sender(Address::Account(owner)); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_contracts_common::Address; [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_std::Address; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/test_infrastructure.rs - test_infrastructure::InitContextTest (line 145) stdout ---- [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `InitContextTest` [INFO] [stdout] --> src/test_infrastructure.rs:146:15 [INFO] [stdout] | [INFO] [stdout] 3 | let mut ctx = InitContextTest::empty(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_std::test_infrastructure::InitContextTest; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/test_infrastructure.rs - test_infrastructure::ReceiveContextTest (line 221) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/test_infrastructure.rs:243:9 [INFO] [stdout] | [INFO] [stdout] 24 | ... [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 24 | .. [INFO] [stdout] | [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 24 | ..= [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: expected one of `@` or `|`, found `:` [INFO] [stdout] --> src/test_infrastructure.rs:244:19 [INFO] [stdout] | [INFO] [stdout] 25 | let result: ReceiveResult = contract_receive(&ctx, 0, &mut logger, state); [INFO] [stdout] | ^ [INFO] [stdout] | | [INFO] [stdout] | expected one of `@` or `|` [INFO] [stdout] | help: maybe write a path separator here: `::` [INFO] [stdout] [INFO] [stdout] error: expected one of `=` or `@`, found `<` [INFO] [stdout] --> src/test_infrastructure.rs:244:34 [INFO] [stdout] | [INFO] [stdout] 25 | let result: ReceiveResult = contract_receive(&ctx, 0, &mut logger, state); [INFO] [stdout] | ^ expected one of `=` or `@` [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `receive` in this scope [INFO] [stdout] --> src/test_infrastructure.rs:222:3 [INFO] [stdout] | [INFO] [stdout] 3 | #[receive(contract = "mycontract", name = "receive")] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing one of these items: [INFO] [stdout] concordium_std::receive [INFO] [stdout] concordium_std_derive::receive [INFO] [stdout] [INFO] [stdout] error: cannot find macro `ensure` in this scope [INFO] [stdout] --> src/test_infrastructure.rs:229:5 [INFO] [stdout] | [INFO] [stdout] 10 | ensure!(ctx.sender().matches_account(&ctx.owner()), "Only the owner can increment."); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing this macro: [INFO] [stdout] concordium_std::ensure [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `HasReceiveContext` in this scope [INFO] [stdout] --> src/test_infrastructure.rs:223:24 [INFO] [stdout] | [INFO] [stdout] 4 | fn contract_receive( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_std::HasReceiveContext; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `HasLogger` in this scope [INFO] [stdout] --> src/test_infrastructure.rs:223:46 [INFO] [stdout] | [INFO] [stdout] 4 | fn contract_receive( [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_std::HasLogger; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `HasActions` in this scope [INFO] [stdout] --> src/test_infrastructure.rs:223:60 [INFO] [stdout] | [INFO] [stdout] 4 | fn contract_receive( [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_std::HasActions; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Amount` in this scope [INFO] [stdout] --> src/test_infrastructure.rs:225:13 [INFO] [stdout] | [INFO] [stdout] 6 | amount: Amount, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_contracts_common::Amount; [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_std::Amount; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `State` in this scope [INFO] [stdout] --> src/test_infrastructure.rs:227:17 [INFO] [stdout] | [INFO] [stdout] 8 | state: &mut State, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ReceiveResult` in this scope [INFO] [stdout] --> src/test_infrastructure.rs:228:6 [INFO] [stdout] | [INFO] [stdout] 9 | ) -> ReceiveResult { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 2 | use concordium_std::ReceiveResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412. [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/test_infrastructure.rs - test_infrastructure (line 11) stdout ---- [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/test_infrastructure.rs:16:26 [INFO] [stdout] | [INFO] [stdout] 7 | ) -> InitResult { ... } [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 7 | ) -> InitResult { .. } [INFO] [stdout] | ~~ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 7 | ) -> InitResult { ..= } [INFO] [stdout] | ~~~ [INFO] [stdout] [INFO] [stdout] error[E0586]: inclusive range with no end [INFO] [stdout] --> src/test_infrastructure.rs:16:26 [INFO] [stdout] | [INFO] [stdout] 7 | ) -> InitResult { ... } [INFO] [stdout] | ^^^ help: use `..` instead [INFO] [stdout] | [INFO] [stdout] = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/test_infrastructure.rs:24:25 [INFO] [stdout] | [INFO] [stdout] 15 | ) -> ReceiveResult { ... } [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 15 | ) -> ReceiveResult { .. } [INFO] [stdout] | ~~ [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 15 | ) -> ReceiveResult { ..= } [INFO] [stdout] | ~~~ [INFO] [stdout] [INFO] [stdout] error[E0586]: inclusive range with no end [INFO] [stdout] --> src/test_infrastructure.rs:24:25 [INFO] [stdout] | [INFO] [stdout] 15 | ) -> ReceiveResult { ... } [INFO] [stdout] | ^^^ help: use `..` instead [INFO] [stdout] | [INFO] [stdout] = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/test_infrastructure.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 25 | ... [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 25 | .. [INFO] [stdout] | [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 25 | ..= [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/test_infrastructure.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 28 | ... [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 28 | .. [INFO] [stdout] | [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 28 | ..= [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0586]: inclusive range with no end [INFO] [stdout] --> src/test_infrastructure.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 28 | ... [INFO] [stdout] | ^^^ help: use `..` instead [INFO] [stdout] | [INFO] [stdout] = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/test_infrastructure.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 35 | ... [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 35 | .. [INFO] [stdout] | [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 35 | ..= [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: unexpected token: `...` [INFO] [stdout] --> src/test_infrastructure.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 39 | ... [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] help: use `..` for an exclusive range [INFO] [stdout] | [INFO] [stdout] 39 | .. [INFO] [stdout] | [INFO] [stdout] help: or `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] 39 | ..= [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0586]: inclusive range with no end [INFO] [stdout] --> src/test_infrastructure.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 39 | ... [INFO] [stdout] | ^^^ help: use `..` instead [INFO] [stdout] | [INFO] [stdout] = note: inclusive ranges must be bounded at the end (`..=b` or `a..=b`) [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `receive` in this scope [INFO] [stdout] --> src/test_infrastructure.rs:18:3 [INFO] [stdout] | [INFO] [stdout] 9 | #[receive(contract = "noop", name = "receive", payable, enable_logger)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing one of these items: [INFO] [stdout] concordium_std::receive [INFO] [stdout] concordium_std_derive::receive [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `init` in this scope [INFO] [stdout] --> src/test_infrastructure.rs:13:3 [INFO] [stdout] | [INFO] [stdout] 4 | #[init(contract = "noop")] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider importing one of these items: [INFO] [stdout] concordium_std::init [INFO] [stdout] concordium_std_derive::init [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `HasInitContext` in this scope [INFO] [stdout] --> src/test_infrastructure.rs:14:21 [INFO] [stdout] | [INFO] [stdout] 5 | fn contract_init( [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 3 | use concordium_std::HasInitContext; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `HasLogger` in this scope [INFO] [stdout] --> src/test_infrastructure.rs:14:40 [INFO] [stdout] | [INFO] [stdout] 5 | fn contract_init( [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 3 | use concordium_std::HasLogger; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `InitResult` in this scope [INFO] [stdout] --> src/test_infrastructure.rs:16:6 [INFO] [stdout] | [INFO] [stdout] 7 | ) -> InitResult { ... } [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 3 | use concordium_std::InitResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `State` in this scope [INFO] [stdout] --> src/test_infrastructure.rs:16:17 [INFO] [stdout] | [INFO] [stdout] 5 | fn contract_init( [INFO] [stdout] | - help: you might be missing a type parameter: `, State` [INFO] [stdout] 6 | ctx: &I, [INFO] [stdout] 7 | ) -> InitResult { ... } [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `HasReceiveContext` in this scope [INFO] [stdout] --> src/test_infrastructure.rs:19:24 [INFO] [stdout] | [INFO] [stdout] 10 | fn contract_receive( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 3 | use concordium_std::HasReceiveContext; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `HasLogger` in this scope [INFO] [stdout] --> src/test_infrastructure.rs:19:46 [INFO] [stdout] | [INFO] [stdout] 10 | fn contract_receive( [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 3 | use concordium_std::HasLogger; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `HasActions` in this scope [INFO] [stdout] --> src/test_infrastructure.rs:19:60 [INFO] [stdout] | [INFO] [stdout] 10 | fn contract_receive( [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 3 | use concordium_std::HasActions; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Amount` in this scope [INFO] [stdout] --> src/test_infrastructure.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 12 | amount: Amount, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 3 | use concordium_contracts_common::Amount; [INFO] [stdout] | [INFO] [stdout] 3 | use concordium_std::Amount; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `State` in this scope [INFO] [stdout] --> src/test_infrastructure.rs:23:17 [INFO] [stdout] | [INFO] [stdout] 14 | state: &mut State, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ReceiveResult` in this scope [INFO] [stdout] --> src/test_infrastructure.rs:24:6 [INFO] [stdout] | [INFO] [stdout] 15 | ) -> ReceiveResult { ... } [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this type alias [INFO] [stdout] | [INFO] [stdout] 3 | use concordium_std::ReceiveResult; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0658]: `let` expressions in this position are unstable [INFO] [stdout] --> src/test_infrastructure.rs:35:9 [INFO] [stdout] | [INFO] [stdout] 26 | let result = contract_init(&ctx); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #53667 for more information [INFO] [stdout] [INFO] [stdout] error[E0658]: `let` expressions in this position are unstable [INFO] [stdout] --> src/test_infrastructure.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 36 | let mut logger = LogRecorder::init(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #53667 for more information [INFO] [stdout] [INFO] [stdout] error: aborting due to 24 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0412, E0586, E0658. [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 14) stdout ---- [INFO] [stdout] error: expected `;`, found `default` [INFO] [stdout] --> src/lib.rs:15:30 [INFO] [stdout] | [INFO] [stdout] 3 | [dependencies.concordium-std] [INFO] [stdout] | ^ help: add `;` here [INFO] [stdout] 4 | default-features = false [INFO] [stdout] | ------- unexpected token [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `dependencies` in this scope [INFO] [stdout] --> src/lib.rs:15:2 [INFO] [stdout] | [INFO] [stdout] 3 | [dependencies.concordium-std] [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0423]: expected value, found crate `std` [INFO] [stdout] --> src/lib.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 3 | [dependencies.concordium-std] [INFO] [stdout] | ^^^ not a value [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `default` in this scope [INFO] [stdout] --> src/lib.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 4 | default-features = false [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 | use core::default::default; [INFO] [stdout] | [INFO] [stdout] 2 | use std::default::default; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `features` in this scope [INFO] [stdout] --> src/lib.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 4 | default-features = false [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0070]: invalid left-hand side of assignment [INFO] [stdout] --> src/lib.rs:16:18 [INFO] [stdout] | [INFO] [stdout] 4 | default-features = false [INFO] [stdout] | ---------------- ^ [INFO] [stdout] | | [INFO] [stdout] | cannot assign to this expression [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0070, E0423, E0425. [INFO] [stdout] For more information about an error, try `rustc --explain E0070`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 14) [INFO] [stdout] src/test_infrastructure.rs - test_infrastructure (line 11) [INFO] [stdout] src/test_infrastructure.rs - test_infrastructure::InitContextTest (line 130) [INFO] [stdout] src/test_infrastructure.rs - test_infrastructure::InitContextTest (line 140) [INFO] [stdout] src/test_infrastructure.rs - test_infrastructure::InitContextTest (line 145) [INFO] [stdout] src/test_infrastructure.rs - test_infrastructure::InitContextTest (line 152) [INFO] [stdout] src/test_infrastructure.rs - test_infrastructure::ReceiveContextTest (line 197) [INFO] [stdout] src/test_infrastructure.rs - test_infrastructure::ReceiveContextTest (line 209) [INFO] [stdout] src/test_infrastructure.rs - test_infrastructure::ReceiveContextTest (line 214) [INFO] [stdout] src/test_infrastructure.rs - test_infrastructure::ReceiveContextTest (line 221) [INFO] [stdout] src/types.rs - types::InitResult (line 298) [INFO] [stdout] src/types.rs - types::ReceiveResult (line 272) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 12 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.23s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "9d280b29285f9decd574a20445bfe3af971e9c1f79db54958488b4937e15e95c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9d280b29285f9decd574a20445bfe3af971e9c1f79db54958488b4937e15e95c", kill_on_drop: false }` [INFO] [stdout] 9d280b29285f9decd574a20445bfe3af971e9c1f79db54958488b4937e15e95c