[INFO] cloning repository https://github.com/ischenkx/solana-sample [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ischenkx/solana-sample" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fischenkx%2Fsolana-sample", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fischenkx%2Fsolana-sample'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ba510138f9c0d82c31831125c1e3e1c984979636 [INFO] testing ischenkx/solana-sample against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fischenkx%2Fsolana-sample" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ischenkx/solana-sample 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 git repo https://github.com/ischenkx/solana-sample [INFO] finished tweaking git repo https://github.com/ischenkx/solana-sample [INFO] tweaked toml for git repo https://github.com/ischenkx/solana-sample written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/ischenkx/solana-sample already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] [stdout] 22bbc9859797b5608af9cef46c890ce297a564ed4f307653403cd9d268742120 [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" "22bbc9859797b5608af9cef46c890ce297a564ed4f307653403cd9d268742120", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "22bbc9859797b5608af9cef46c890ce297a564ed4f307653403cd9d268742120", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "22bbc9859797b5608af9cef46c890ce297a564ed4f307653403cd9d268742120", kill_on_drop: false }` [INFO] [stdout] 22bbc9859797b5608af9cef46c890ce297a564ed4f307653403cd9d268742120 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 90e88fd1b1092e762261898a6385dad7d6ceb6158a05acab335a1495b3bf89a4 [INFO] running `Command { std: "docker" "start" "-a" "90e88fd1b1092e762261898a6385dad7d6ceb6158a05acab335a1495b3bf89a4", kill_on_drop: false }` [INFO] [stderr] Compiling serde_json v1.0.78 [INFO] [stderr] Compiling cc v1.0.72 [INFO] [stderr] Compiling zeroize v1.5.2 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling getrandom v0.2.4 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling memmap2 v0.5.2 [INFO] [stderr] Compiling solana-frozen-abi-macro v1.9.5 [INFO] [stderr] Compiling solana-frozen-abi v1.9.5 [INFO] [stderr] Compiling solana-program v1.9.5 [INFO] [stderr] Compiling solana-sdk-macro v1.9.5 [INFO] [stderr] Compiling crypto-common v0.1.1 [INFO] [stderr] Compiling proc-macro-crate v1.1.0 [INFO] [stderr] Compiling env_logger v0.9.0 [INFO] [stderr] Compiling digest v0.10.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling curve25519-dalek v3.2.0 [INFO] [stderr] Compiling num_enum_derive v0.5.6 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling solana-logger v1.9.5 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling blake3 v1.3.1 [INFO] [stderr] Compiling borsh v0.9.3 [INFO] [stderr] Compiling anchor-syn v0.21.0 [INFO] [stderr] Compiling libsecp256k1 v0.6.0 [INFO] [stderr] Compiling num_enum v0.5.6 [INFO] [stderr] Compiling anchor-derive-accounts v0.21.0 [INFO] [stderr] Compiling anchor-attribute-program v0.21.0 [INFO] [stderr] Compiling anchor-attribute-interface v0.21.0 [INFO] [stderr] Compiling anchor-attribute-constant v0.21.0 [INFO] [stderr] Compiling anchor-attribute-account v0.21.0 [INFO] [stderr] Compiling anchor-attribute-state v0.21.0 [INFO] [stderr] Compiling anchor-attribute-access-control v0.21.0 [INFO] [stderr] Compiling anchor-attribute-event v0.21.0 [INFO] [stderr] Compiling anchor-attribute-error v0.21.0 [INFO] [stderr] Compiling spl-token v3.3.0 [INFO] [stderr] Compiling anchor-lang v0.21.0 [INFO] [stderr] Compiling spl-associated-token-account v1.0.3 [INFO] [stderr] Compiling anchor-spl v0.21.0 [INFO] [stderr] Compiling solana-sample v0.1.0 (/opt/rustwide/workdir/programs/anchor-code) [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> programs/anchor-code/src/lib.rs:54:3 [INFO] [stdout] | [INFO] [stdout] 54 | #[instruction(account_size: usize)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 55 | #[derive(Accounts)] [INFO] [stdout] | -------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `anchor_spl::token` [INFO] [stdout] --> programs/anchor-code/src/lib.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use anchor_spl::token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 10s [INFO] running `Command { std: "docker" "inspect" "90e88fd1b1092e762261898a6385dad7d6ceb6158a05acab335a1495b3bf89a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90e88fd1b1092e762261898a6385dad7d6ceb6158a05acab335a1495b3bf89a4", kill_on_drop: false }` [INFO] [stdout] 90e88fd1b1092e762261898a6385dad7d6ceb6158a05acab335a1495b3bf89a4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 2b5695ce881f5368326d23cd56628356f59a4994b970e591cae667f33154e77c [INFO] running `Command { std: "docker" "start" "-a" "2b5695ce881f5368326d23cd56628356f59a4994b970e591cae667f33154e77c", kill_on_drop: false }` [INFO] [stderr] Compiling solana-sample v0.1.0 (/opt/rustwide/workdir/programs/anchor-code) [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> programs/anchor-code/src/lib.rs:54:3 [INFO] [stdout] | [INFO] [stdout] 54 | #[instruction(account_size: usize)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 55 | #[derive(Accounts)] [INFO] [stdout] | -------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `anchor_spl::token` [INFO] [stdout] --> programs/anchor-code/src/lib.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use anchor_spl::token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: derive helper attribute is used before it is introduced [INFO] [stdout] --> programs/anchor-code/src/lib.rs:54:3 [INFO] [stdout] | [INFO] [stdout] 54 | #[instruction(account_size: usize)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 55 | #[derive(Accounts)] [INFO] [stdout] | -------- the attribute is introduced here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79202 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `anchor_spl::token` [INFO] [stdout] --> programs/anchor-code/src/lib.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use anchor_spl::token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.39s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/solana_sample-37ad05bcd709d228) [INFO] running `Command { std: "docker" "inspect" "2b5695ce881f5368326d23cd56628356f59a4994b970e591cae667f33154e77c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2b5695ce881f5368326d23cd56628356f59a4994b970e591cae667f33154e77c", kill_on_drop: false }` [INFO] [stdout] 2b5695ce881f5368326d23cd56628356f59a4994b970e591cae667f33154e77c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9fb5bc2b31f59eb8b0c1959a272df447f48522403707f0e6ead99591859bf980 [INFO] running `Command { std: "docker" "start" "-a" "9fb5bc2b31f59eb8b0c1959a272df447f48522403707f0e6ead99591859bf980", kill_on_drop: false }` [INFO] [stderr] warning: derive helper attribute is used before it is introduced [INFO] [stderr] --> programs/anchor-code/src/lib.rs:54:3 [INFO] [stderr] | [INFO] [stderr] 54 | #[instruction(account_size: usize)] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] 55 | #[derive(Accounts)] [INFO] [stderr] | -------- the attribute is introduced here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(legacy_derive_helpers)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #79202 [INFO] [stderr] [INFO] [stderr] warning: unused import: `anchor_spl::token` [INFO] [stderr] --> programs/anchor-code/src/lib.rs:2:5 [INFO] [stderr] | [INFO] [stderr] 2 | use anchor_spl::token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `solana-sample` (lib) generated 2 warnings [INFO] [stderr] warning: `solana-sample` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.22s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/solana_sample-37ad05bcd709d228) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test_id ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests solana_sample [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9fb5bc2b31f59eb8b0c1959a272df447f48522403707f0e6ead99591859bf980", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9fb5bc2b31f59eb8b0c1959a272df447f48522403707f0e6ead99591859bf980", kill_on_drop: false }` [INFO] [stdout] 9fb5bc2b31f59eb8b0c1959a272df447f48522403707f0e6ead99591859bf980