[INFO] fetching crate spl-feature-proposal 1.0.0... [INFO] testing spl-feature-proposal-1.0.0 against 1.55.0 for beta-1.56-1 [INFO] extracting crate spl-feature-proposal 1.0.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate spl-feature-proposal 1.0.0 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate spl-feature-proposal 1.0.0 [INFO] finished tweaking crates.io crate spl-feature-proposal 1.0.0 [INFO] tweaked toml for crates.io crate spl-feature-proposal 1.0.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "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] eb7a9460814590043df95791b9e0e29df143752a052410b53d657122ac8b28bc [INFO] running `Command { std: "docker" "start" "-a" "eb7a9460814590043df95791b9e0e29df143752a052410b53d657122ac8b28bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eb7a9460814590043df95791b9e0e29df143752a052410b53d657122ac8b28bc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eb7a9460814590043df95791b9e0e29df143752a052410b53d657122ac8b28bc", kill_on_drop: false }` [INFO] [stdout] eb7a9460814590043df95791b9e0e29df143752a052410b53d657122ac8b28bc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "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] b49a5f1df1b38ba5a614df3e5da46fdb3c7867e4d1b2665af9dca8a59264bc59 [INFO] running `Command { std: "docker" "start" "-a" "b49a5f1df1b38ba5a614df3e5da46fdb3c7867e4d1b2665af9dca8a59264bc59", kill_on_drop: false }` [INFO] [stderr] Compiling borsh-derive-internal v0.7.2 [INFO] [stderr] Compiling borsh-schema-derive-internal v0.7.2 [INFO] [stderr] Compiling borsh-derive v0.7.2 [INFO] [stderr] Compiling borsh v0.7.2 [INFO] [stderr] Compiling spl-feature-proposal v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/instruction.rs:89:13 [INFO] [stdout] | [INFO] [stdout] 89 | info!(&format!( [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | info!("FeatureProposalInstruction::Propose"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:97:13 [INFO] [stdout] | [INFO] [stdout] 97 | info!("Creating feature proposal account"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:115:13 [INFO] [stdout] | [INFO] [stdout] 115 | info!("Creating mint"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:132:13 [INFO] [stdout] | [INFO] [stdout] 132 | info!("Initializing mint"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:148:13 [INFO] [stdout] | [INFO] [stdout] 148 | info!("Creating distributor token account"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:165:13 [INFO] [stdout] | [INFO] [stdout] 165 | info!("Initializing distributor token account"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:182:13 [INFO] [stdout] | [INFO] [stdout] 182 | info!("Creating acceptance token account"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:199:13 [INFO] [stdout] | [INFO] [stdout] 199 | info!("Initializing acceptance token account"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:248:13 [INFO] [stdout] | [INFO] [stdout] 248 | info!(&format!("Minting {} tokens", tokens_to_mint)); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:268:13 [INFO] [stdout] | [INFO] [stdout] 268 | info!("Funding feature id account"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:282:13 [INFO] [stdout] | [INFO] [stdout] 282 | info!("Allocating feature id account"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:48:17 [INFO] [stdout] | [INFO] [stdout] 48 | info!("Error: mint address derivation mismatch"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:55:17 [INFO] [stdout] | [INFO] [stdout] 55 | info!("Error: distributor token address derivation mismatch"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:62:17 [INFO] [stdout] | [INFO] [stdout] 62 | info!("Error: acceptance token address derivation mismatch"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:69:17 [INFO] [stdout] | [INFO] [stdout] 69 | info!("Error: feature-id address derivation mismatch"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:291:13 [INFO] [stdout] | [INFO] [stdout] 291 | info!("FeatureProposalInstruction::Tally"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:334:21 [INFO] [stdout] | [INFO] [stdout] 334 | info!("Unpacking acceptance token account"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:338:21 [INFO] [stdout] | [INFO] [stdout] 338 | info!(&format!( [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:347:21 [INFO] [stdout] | [INFO] [stdout] 347 | info!("Assigning feature id account"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:354:21 [INFO] [stdout] | [INFO] [stdout] 354 | info!("Feature proposal accepted"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:310:25 [INFO] [stdout] | [INFO] [stdout] 310 | info!("Error: acceptance token address derivation mismatch"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:317:25 [INFO] [stdout] | [INFO] [stdout] 317 | info!("Error: feature-id address derivation mismatch"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:328:25 [INFO] [stdout] | [INFO] [stdout] 328 | info!("Feature proposal expired"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:343:25 [INFO] [stdout] | [INFO] [stdout] 343 | info!("Activation threshold has not been reached"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:361:21 [INFO] [stdout] | [INFO] [stdout] 361 | info!("Error: feature proposal account not in the pending state"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/state.rs:50:13 [INFO] [stdout] | [INFO] [stdout] 50 | info!(&format!( [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `solana_program::info`: Please use `msg` macro instead [INFO] [stdout] --> src/instruction.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | info, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `solana_program::info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | info, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `solana_program::info`: Please use `msg` macro instead [INFO] [stdout] --> src/state.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | info, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.41s [INFO] running `Command { std: "docker" "inspect" "b49a5f1df1b38ba5a614df3e5da46fdb3c7867e4d1b2665af9dca8a59264bc59", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b49a5f1df1b38ba5a614df3e5da46fdb3c7867e4d1b2665af9dca8a59264bc59", kill_on_drop: false }` [INFO] [stdout] b49a5f1df1b38ba5a614df3e5da46fdb3c7867e4d1b2665af9dca8a59264bc59 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "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] 6178df6673e66050ea596276441095c54cfda6728cf064103dea5257847deb0f [INFO] running `Command { std: "docker" "start" "-a" "6178df6673e66050ea596276441095c54cfda6728cf064103dea5257847deb0f", kill_on_drop: false }` [INFO] [stderr] Compiling tokio v0.3.7 [INFO] [stderr] Compiling tokio-macros v0.3.2 [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/instruction.rs:89:13 [INFO] [stdout] | [INFO] [stdout] 89 | info!(&format!( [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | info!("FeatureProposalInstruction::Propose"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:97:13 [INFO] [stdout] | [INFO] [stdout] 97 | info!("Creating feature proposal account"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:115:13 [INFO] [stdout] | [INFO] [stdout] 115 | info!("Creating mint"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:132:13 [INFO] [stdout] | [INFO] [stdout] 132 | info!("Initializing mint"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:148:13 [INFO] [stdout] | [INFO] [stdout] 148 | info!("Creating distributor token account"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:165:13 [INFO] [stdout] | [INFO] [stdout] 165 | info!("Initializing distributor token account"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:182:13 [INFO] [stdout] | [INFO] [stdout] 182 | info!("Creating acceptance token account"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:199:13 [INFO] [stdout] | [INFO] [stdout] 199 | info!("Initializing acceptance token account"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:248:13 [INFO] [stdout] | [INFO] [stdout] 248 | info!(&format!("Minting {} tokens", tokens_to_mint)); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:268:13 [INFO] [stdout] | [INFO] [stdout] 268 | info!("Funding feature id account"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:282:13 [INFO] [stdout] | [INFO] [stdout] 282 | info!("Allocating feature id account"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:48:17 [INFO] [stdout] | [INFO] [stdout] 48 | info!("Error: mint address derivation mismatch"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:55:17 [INFO] [stdout] | [INFO] [stdout] 55 | info!("Error: distributor token address derivation mismatch"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:62:17 [INFO] [stdout] | [INFO] [stdout] 62 | info!("Error: acceptance token address derivation mismatch"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:69:17 [INFO] [stdout] | [INFO] [stdout] 69 | info!("Error: feature-id address derivation mismatch"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:291:13 [INFO] [stdout] | [INFO] [stdout] 291 | info!("FeatureProposalInstruction::Tally"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:334:21 [INFO] [stdout] | [INFO] [stdout] 334 | info!("Unpacking acceptance token account"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:338:21 [INFO] [stdout] | [INFO] [stdout] 338 | info!(&format!( [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:347:21 [INFO] [stdout] | [INFO] [stdout] 347 | info!("Assigning feature id account"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:354:21 [INFO] [stdout] | [INFO] [stdout] 354 | info!("Feature proposal accepted"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:310:25 [INFO] [stdout] | [INFO] [stdout] 310 | info!("Error: acceptance token address derivation mismatch"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:317:25 [INFO] [stdout] | [INFO] [stdout] 317 | info!("Error: feature-id address derivation mismatch"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:328:25 [INFO] [stdout] | [INFO] [stdout] 328 | info!("Feature proposal expired"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:343:25 [INFO] [stdout] | [INFO] [stdout] 343 | info!("Activation threshold has not been reached"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:361:21 [INFO] [stdout] | [INFO] [stdout] 361 | info!("Error: feature proposal account not in the pending state"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/state.rs:50:13 [INFO] [stdout] | [INFO] [stdout] 50 | info!(&format!( [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `solana_program::info`: Please use `msg` macro instead [INFO] [stdout] --> src/instruction.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | info, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `solana_program::info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | info, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `solana_program::info`: Please use `msg` macro instead [INFO] [stdout] --> src/state.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | info, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling spl-feature-proposal v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/instruction.rs:89:13 [INFO] [stdout] | [INFO] [stdout] 89 | info!(&format!( [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:32:13 [INFO] [stdout] | [INFO] [stdout] 32 | info!("FeatureProposalInstruction::Propose"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:97:13 [INFO] [stdout] | [INFO] [stdout] 97 | info!("Creating feature proposal account"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:115:13 [INFO] [stdout] | [INFO] [stdout] 115 | info!("Creating mint"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:132:13 [INFO] [stdout] | [INFO] [stdout] 132 | info!("Initializing mint"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:148:13 [INFO] [stdout] | [INFO] [stdout] 148 | info!("Creating distributor token account"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:165:13 [INFO] [stdout] | [INFO] [stdout] 165 | info!("Initializing distributor token account"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:182:13 [INFO] [stdout] | [INFO] [stdout] 182 | info!("Creating acceptance token account"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:199:13 [INFO] [stdout] | [INFO] [stdout] 199 | info!("Initializing acceptance token account"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:248:13 [INFO] [stdout] | [INFO] [stdout] 248 | info!(&format!("Minting {} tokens", tokens_to_mint)); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:268:13 [INFO] [stdout] | [INFO] [stdout] 268 | info!("Funding feature id account"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:282:13 [INFO] [stdout] | [INFO] [stdout] 282 | info!("Allocating feature id account"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:48:17 [INFO] [stdout] | [INFO] [stdout] 48 | info!("Error: mint address derivation mismatch"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:55:17 [INFO] [stdout] | [INFO] [stdout] 55 | info!("Error: distributor token address derivation mismatch"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:62:17 [INFO] [stdout] | [INFO] [stdout] 62 | info!("Error: acceptance token address derivation mismatch"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:69:17 [INFO] [stdout] | [INFO] [stdout] 69 | info!("Error: feature-id address derivation mismatch"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:291:13 [INFO] [stdout] | [INFO] [stdout] 291 | info!("FeatureProposalInstruction::Tally"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:334:21 [INFO] [stdout] | [INFO] [stdout] 334 | info!("Unpacking acceptance token account"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:338:21 [INFO] [stdout] | [INFO] [stdout] 338 | info!(&format!( [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:347:21 [INFO] [stdout] | [INFO] [stdout] 347 | info!("Assigning feature id account"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:354:21 [INFO] [stdout] | [INFO] [stdout] 354 | info!("Feature proposal accepted"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:310:25 [INFO] [stdout] | [INFO] [stdout] 310 | info!("Error: acceptance token address derivation mismatch"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:317:25 [INFO] [stdout] | [INFO] [stdout] 317 | info!("Error: feature-id address derivation mismatch"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:328:25 [INFO] [stdout] | [INFO] [stdout] 328 | info!("Feature proposal expired"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:343:25 [INFO] [stdout] | [INFO] [stdout] 343 | info!("Activation threshold has not been reached"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:361:21 [INFO] [stdout] | [INFO] [stdout] 361 | info!("Error: feature proposal account not in the pending state"); [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stdout] --> src/state.rs:50:13 [INFO] [stdout] | [INFO] [stdout] 50 | info!(&format!( [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `solana_program::info`: Please use `msg` macro instead [INFO] [stdout] --> src/instruction.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | info, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `solana_program::info`: Please use `msg` macro instead [INFO] [stdout] --> src/processor.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | info, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `solana_program::info`: Please use `msg` macro instead [INFO] [stdout] --> src/state.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | info, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 30 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 8.05s [INFO] running `Command { std: "docker" "inspect" "6178df6673e66050ea596276441095c54cfda6728cf064103dea5257847deb0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6178df6673e66050ea596276441095c54cfda6728cf064103dea5257847deb0f", kill_on_drop: false }` [INFO] [stdout] 6178df6673e66050ea596276441095c54cfda6728cf064103dea5257847deb0f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] febeb3442ff3a9a7813d1151cd7bcf0a0a5211f29e0e3135944c646852f5b038 [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" "febeb3442ff3a9a7813d1151cd7bcf0a0a5211f29e0e3135944c646852f5b038", kill_on_drop: false }` [INFO] [stderr] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stderr] --> src/instruction.rs:89:13 [INFO] [stderr] | [INFO] [stderr] 89 | info!(&format!( [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stderr] --> src/processor.rs:32:13 [INFO] [stderr] | [INFO] [stderr] 32 | info!("FeatureProposalInstruction::Propose"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stderr] --> src/processor.rs:97:13 [INFO] [stderr] | [INFO] [stderr] 97 | info!("Creating feature proposal account"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stderr] --> src/processor.rs:115:13 [INFO] [stderr] | [INFO] [stderr] 115 | info!("Creating mint"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stderr] --> src/processor.rs:132:13 [INFO] [stderr] | [INFO] [stderr] 132 | info!("Initializing mint"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stderr] --> src/processor.rs:148:13 [INFO] [stderr] | [INFO] [stderr] 148 | info!("Creating distributor token account"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stderr] --> src/processor.rs:165:13 [INFO] [stderr] | [INFO] [stderr] 165 | info!("Initializing distributor token account"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stderr] --> src/processor.rs:182:13 [INFO] [stderr] | [INFO] [stderr] 182 | info!("Creating acceptance token account"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stderr] --> src/processor.rs:199:13 [INFO] [stderr] | [INFO] [stderr] 199 | info!("Initializing acceptance token account"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stderr] --> src/processor.rs:248:13 [INFO] [stderr] | [INFO] [stderr] 248 | info!(&format!("Minting {} tokens", tokens_to_mint)); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stderr] --> src/processor.rs:268:13 [INFO] [stderr] | [INFO] [stderr] 268 | info!("Funding feature id account"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stderr] --> src/processor.rs:282:13 [INFO] [stderr] | [INFO] [stderr] 282 | info!("Allocating feature id account"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stderr] --> src/processor.rs:48:17 [INFO] [stderr] | [INFO] [stderr] 48 | info!("Error: mint address derivation mismatch"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stderr] --> src/processor.rs:55:17 [INFO] [stderr] | [INFO] [stderr] 55 | info!("Error: distributor token address derivation mismatch"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stderr] --> src/processor.rs:62:17 [INFO] [stderr] | [INFO] [stderr] 62 | info!("Error: acceptance token address derivation mismatch"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stderr] --> src/processor.rs:69:17 [INFO] [stderr] | [INFO] [stderr] 69 | info!("Error: feature-id address derivation mismatch"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stderr] --> src/processor.rs:291:13 [INFO] [stderr] | [INFO] [stderr] 291 | info!("FeatureProposalInstruction::Tally"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stderr] --> src/processor.rs:334:21 [INFO] [stderr] | [INFO] [stderr] 334 | info!("Unpacking acceptance token account"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stderr] --> src/processor.rs:338:21 [INFO] [stderr] | [INFO] [stderr] 338 | info!(&format!( [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stderr] --> src/processor.rs:347:21 [INFO] [stderr] | [INFO] [stderr] 347 | info!("Assigning feature id account"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stderr] --> src/processor.rs:354:21 [INFO] [stderr] | [INFO] [stderr] 354 | info!("Feature proposal accepted"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stderr] --> src/processor.rs:310:25 [INFO] [stderr] | [INFO] [stderr] 310 | info!("Error: acceptance token address derivation mismatch"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stderr] --> src/processor.rs:317:25 [INFO] [stderr] | [INFO] [stderr] 317 | info!("Error: feature-id address derivation mismatch"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stderr] --> src/processor.rs:328:25 [INFO] [stderr] | [INFO] [stderr] 328 | info!("Feature proposal expired"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stderr] --> src/processor.rs:343:25 [INFO] [stderr] | [INFO] [stderr] 343 | info!("Activation threshold has not been reached"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stderr] --> src/processor.rs:361:21 [INFO] [stderr] | [INFO] [stderr] 361 | info!("Error: feature proposal account not in the pending state"); [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `info`: Please use `msg` macro instead [INFO] [stderr] --> src/state.rs:50:13 [INFO] [stderr] | [INFO] [stderr] 50 | info!(&format!( [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `solana_program::info`: Please use `msg` macro instead [INFO] [stderr] --> src/instruction.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | info, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `solana_program::info`: Please use `msg` macro instead [INFO] [stderr] --> src/processor.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | info, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `solana_program::info`: Please use `msg` macro instead [INFO] [stderr] --> src/state.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | info, [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] warning: `spl-feature-proposal` (lib) generated 30 warnings [INFO] [stderr] warning: `spl-feature-proposal` (lib test) generated 30 warnings (30 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.45s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/spl_feature_proposal-a06993d89b1c192b) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test instruction::tests::state_deserialize_invalid ... ok [INFO] [stdout] test instruction::tests::test_get_packed_len ... ok [INFO] [stdout] test instruction::tests::test_serialize_bytes ... ok [INFO] [stdout] test state::tests::test_serialize_large_slice ... ok [INFO] [stdout] test test_id ... ok [INFO] [stdout] test state::tests::test_serialize_bytes ... ok [INFO] [stdout] test state::tests::test_get_packed_len ... ok [INFO] [stdout] test state::tests::state_deserialize_invalid ... ok [INFO] [stderr] Running tests/functional.rs (/opt/rustwide/target/debug/deps/functional-a4631c4574e7025a) [INFO] [stdout] test instruction::tests::test_serialize_large_slice ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests spl-feature-proposal [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" "febeb3442ff3a9a7813d1151cd7bcf0a0a5211f29e0e3135944c646852f5b038", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "febeb3442ff3a9a7813d1151cd7bcf0a0a5211f29e0e3135944c646852f5b038", kill_on_drop: false }` [INFO] [stdout] febeb3442ff3a9a7813d1151cd7bcf0a0a5211f29e0e3135944c646852f5b038