[INFO] fetching crate spl-feature-proposal 1.0.0... [INFO] testing spl-feature-proposal-1.0.0 against try#722e1797249a965b6335aebd65d777f917e498f1 for pr-91031 [INFO] extracting crate spl-feature-proposal 1.0.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate spl-feature-proposal 1.0.0 on toolchain 722e1797249a965b6335aebd65d777f917e498f1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "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-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7720b3f97bb8767748c2b6ceeb2f39f01b53214a9c1858af2a436ae6bb6d5922 [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" "7720b3f97bb8767748c2b6ceeb2f39f01b53214a9c1858af2a436ae6bb6d5922", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7720b3f97bb8767748c2b6ceeb2f39f01b53214a9c1858af2a436ae6bb6d5922", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7720b3f97bb8767748c2b6ceeb2f39f01b53214a9c1858af2a436ae6bb6d5922", kill_on_drop: false }` [INFO] [stdout] 7720b3f97bb8767748c2b6ceeb2f39f01b53214a9c1858af2a436ae6bb6d5922 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f8eb09b179cbdc639ac5e285405766f1f983494b93d77e6f44950497214ed9e4 [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" "f8eb09b179cbdc639ac5e285405766f1f983494b93d77e6f44950497214ed9e4", kill_on_drop: false }` [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling borsh-schema-derive-internal v0.7.2 [INFO] [stderr] Compiling borsh-derive-internal v0.7.2 [INFO] [stderr] Compiling proc-macro-crate v1.1.0 [INFO] [stderr] Compiling num_enum_derive v0.5.4 [INFO] [stderr] Compiling borsh-derive v0.7.2 [INFO] [stderr] Compiling borsh v0.7.2 [INFO] [stderr] Compiling num_enum v0.5.4 [INFO] [stderr] Compiling spl-token v3.2.0 [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 21.45s [INFO] running `Command { std: "docker" "inspect" "f8eb09b179cbdc639ac5e285405766f1f983494b93d77e6f44950497214ed9e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8eb09b179cbdc639ac5e285405766f1f983494b93d77e6f44950497214ed9e4", kill_on_drop: false }` [INFO] [stdout] f8eb09b179cbdc639ac5e285405766f1f983494b93d77e6f44950497214ed9e4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "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] d69b9a307f0b30137b8a132bfcb27270135e32eead19ade881a79fc944a3969c [INFO] running `Command { std: "docker" "start" "-a" "d69b9a307f0b30137b8a132bfcb27270135e32eead19ade881a79fc944a3969c", kill_on_drop: false }` [INFO] [stderr] Compiling tokio v0.3.7 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling tokio-macros v0.3.2 [INFO] [stderr] Compiling tokio v1.14.0 [INFO] [stderr] Compiling futures-executor v0.3.17 [INFO] [stderr] Compiling zstd-sys v1.4.18+zstd.1.4.7 [INFO] [stderr] Compiling zstd-safe v2.0.6+zstd.1.4.7 [INFO] [stderr] Compiling solana_rbpf v0.2.11 [INFO] [stderr] Compiling tokio-serde v0.8.0 [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 futures v0.3.17 [INFO] [stderr] Compiling zstd v0.5.4+zstd.1.4.7 [INFO] [stderr] Compiling tokio-util v0.6.9 [INFO] [stderr] Compiling tokio-rustls v0.22.0 [INFO] [stderr] Compiling tokio-stream v0.1.8 [INFO] [stderr] Compiling h2 v0.3.7 [INFO] [stderr] Compiling tarpc v0.24.1 [INFO] [stderr] Compiling hyper v0.14.15 [INFO] [stderr] Compiling hyper-rustls v0.22.1 [INFO] [stderr] Compiling reqwest v0.11.6 [INFO] [stderr] Compiling solana-crate-features v1.8.5 [INFO] [stderr] Compiling solana-sdk v1.8.5 [INFO] [stderr] Compiling solana-metrics v1.8.5 [INFO] [stderr] Compiling solana-config-program v1.8.5 [INFO] [stderr] Compiling solana-ed25519-program v1.8.5 [INFO] [stderr] Compiling solana-secp256k1-program v1.8.5 [INFO] [stderr] Compiling solana-compute-budget-program v1.8.5 [INFO] [stderr] Compiling solana-banks-interface v1.8.5 [INFO] [stderr] Compiling solana-vote-program v1.8.5 [INFO] [stderr] Compiling solana-measure v1.8.5 [INFO] [stderr] Compiling solana-banks-client v1.8.5 [INFO] [stderr] Compiling solana-stake-program v1.8.5 [INFO] [stderr] Compiling solana-runtime v1.8.5 [INFO] [stderr] Compiling solana-bpf-loader-program v1.8.5 [INFO] [stderr] Compiling solana-banks-server v1.8.5 [INFO] [stderr] Compiling solana-program-test v1.8.5 [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 2m 29s [INFO] running `Command { std: "docker" "inspect" "d69b9a307f0b30137b8a132bfcb27270135e32eead19ade881a79fc944a3969c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d69b9a307f0b30137b8a132bfcb27270135e32eead19ade881a79fc944a3969c", kill_on_drop: false }` [INFO] [stdout] d69b9a307f0b30137b8a132bfcb27270135e32eead19ade881a79fc944a3969c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 1ae9b254b85a0f10a00951c802a692da63a59d3453a2bc7597861d8b4fdf8f26 [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" "1ae9b254b85a0f10a00951c802a692da63a59d3453a2bc7597861d8b4fdf8f26", 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.50s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/spl_feature_proposal-e565bcb42544ad4b) [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 state::tests::state_deserialize_invalid ... ok [INFO] [stdout] test state::tests::test_serialize_bytes ... ok [INFO] [stdout] test state::tests::test_serialize_large_slice ... ok [INFO] [stdout] test state::tests::test_get_packed_len ... ok [INFO] [stdout] test test_id ... ok [INFO] [stderr] Running tests/functional.rs (/opt/rustwide/target/debug/deps/functional-a9d5904d065d12ef) [INFO] [stdout] test instruction::tests::test_serialize_bytes ... ok [INFO] [stderr] Doc-tests spl-feature-proposal [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] [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" "1ae9b254b85a0f10a00951c802a692da63a59d3453a2bc7597861d8b4fdf8f26", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1ae9b254b85a0f10a00951c802a692da63a59d3453a2bc7597861d8b4fdf8f26", kill_on_drop: false }` [INFO] [stdout] 1ae9b254b85a0f10a00951c802a692da63a59d3453a2bc7597861d8b4fdf8f26