[INFO] fetching crate spl-feature-proposal 1.0.0... [INFO] testing spl-feature-proposal-1.0.0 against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] extracting crate spl-feature-proposal 1.0.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate spl-feature-proposal 1.0.0 on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "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-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "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] 9af2ce4673e1269265657e29278dbdc689aea8d8722a38ce924cd9024b339128 [INFO] running `Command { std: "docker" "start" "-a" "9af2ce4673e1269265657e29278dbdc689aea8d8722a38ce924cd9024b339128", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9af2ce4673e1269265657e29278dbdc689aea8d8722a38ce924cd9024b339128", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9af2ce4673e1269265657e29278dbdc689aea8d8722a38ce924cd9024b339128", kill_on_drop: false }` [INFO] [stdout] 9af2ce4673e1269265657e29278dbdc689aea8d8722a38ce924cd9024b339128 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 799900e2b3edfe0e93b673622b99c7cd85eda818ba01dda1e170cc2db7c6c947 [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" "799900e2b3edfe0e93b673622b99c7cd85eda818ba01dda1e170cc2db7c6c947", kill_on_drop: false }` [INFO] [stderr] Compiling spl-token v3.1.1 [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: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: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: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: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: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: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: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: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 4.16s [INFO] running `Command { std: "docker" "inspect" "799900e2b3edfe0e93b673622b99c7cd85eda818ba01dda1e170cc2db7c6c947", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "799900e2b3edfe0e93b673622b99c7cd85eda818ba01dda1e170cc2db7c6c947", kill_on_drop: false }` [INFO] [stdout] 799900e2b3edfe0e93b673622b99c7cd85eda818ba01dda1e170cc2db7c6c947 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "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] dd969ff856cb94ad5078e408c3ab5d9b8ddad619a7fca11d95efcbe9a0a90af9 [INFO] running `Command { std: "docker" "start" "-a" "dd969ff856cb94ad5078e408c3ab5d9b8ddad619a7fca11d95efcbe9a0a90af9", kill_on_drop: false }` [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling tokio v0.3.7 [INFO] [stderr] Compiling object v0.25.2 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling tokio-macros v0.3.2 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling tokio-util v0.6.7 [INFO] [stderr] Compiling tokio-stream v0.1.6 [INFO] [stderr] Compiling enum-ordinalize v3.1.10 [INFO] [stderr] Compiling zstd-safe v2.0.6+zstd.1.4.7 [INFO] [stderr] Compiling zstd-sys v1.4.18+zstd.1.4.7 [INFO] [stderr] Compiling ouroboros v0.5.1 [INFO] [stderr] Compiling bzip2 v0.3.3 [INFO] [stderr] Compiling dashmap v4.0.2 [INFO] [stderr] Compiling tokio-rustls v0.22.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: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: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: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: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: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: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: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: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 libsecp256k1 v0.3.5 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling solana_rbpf v0.2.11 [INFO] [stderr] Compiling zstd v0.5.4+zstd.1.4.7 [INFO] [stderr] Compiling educe v0.4.16 [INFO] [stderr] Compiling chrono-humanize v0.2.1 [INFO] [stderr] Compiling h2 v0.3.3 [INFO] [stderr] Compiling futures-executor v0.3.15 [INFO] [stderr] Compiling backtrace v0.3.60 [INFO] [stderr] Compiling futures v0.3.15 [INFO] [stderr] Compiling tokio-serde v0.8.0 [INFO] [stderr] Compiling tarpc v0.24.1 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling derivation-path v0.1.3 [INFO] [stderr] Compiling ed25519-dalek-bip32 v0.1.1 [INFO] [stderr] Compiling hyper v0.14.8 [INFO] [stderr] Compiling hyper-rustls v0.22.1 [INFO] [stderr] Compiling reqwest v0.11.3 [INFO] [stderr] Compiling solana-crate-features v1.7.0 [INFO] [stderr] Compiling solana-sdk v1.7.0 [INFO] [stderr] Compiling solana-metrics v1.7.0 [INFO] [stderr] Compiling solana-config-program v1.7.0 [INFO] [stderr] Compiling solana-secp256k1-program v1.7.0 [INFO] [stderr] Compiling solana-banks-interface v1.7.0 [INFO] [stderr] Compiling solana-vote-program v1.7.0 [INFO] [stderr] Compiling solana-measure v1.7.0 [INFO] [stderr] Compiling solana-banks-client v1.7.0 [INFO] [stderr] Compiling solana-stake-program v1.7.0 [INFO] [stderr] Compiling solana-runtime v1.7.0 [INFO] [stderr] Compiling solana-banks-server v1.7.0 [INFO] [stderr] Compiling solana-bpf-loader-program v1.7.0 [INFO] [stderr] Compiling solana-program-test v1.7.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: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: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: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: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: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: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: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: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 1m 18s [INFO] running `Command { std: "docker" "inspect" "dd969ff856cb94ad5078e408c3ab5d9b8ddad619a7fca11d95efcbe9a0a90af9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd969ff856cb94ad5078e408c3ab5d9b8ddad619a7fca11d95efcbe9a0a90af9", kill_on_drop: false }` [INFO] [stdout] dd969ff856cb94ad5078e408c3ab5d9b8ddad619a7fca11d95efcbe9a0a90af9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "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] dc753173ab52e127228b9ab360e8de51beef1301a059bca58cfc61cd5ef2b484 [INFO] running `Command { std: "docker" "start" "-a" "dc753173ab52e127228b9ab360e8de51beef1301a059bca58cfc61cd5ef2b484", 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: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: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: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: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: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: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: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: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: 30 warnings emitted [INFO] [stderr] [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: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] [stdout] [INFO] [stderr] 69 | info!("Error: feature-id address derivation mismatch"); [INFO] [stdout] running 9 tests [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: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: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: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: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: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: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: 30 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.29s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/spl_feature_proposal-ad3863077f42a674) [INFO] [stdout] test test_id ... ok [INFO] [stdout] test instruction::tests::test_serialize_bytes ... ok [INFO] [stdout] test state::tests::test_serialize_large_slice ... ok [INFO] [stdout] test instruction::tests::test_serialize_large_slice ... 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_get_packed_len ... ok [INFO] [stdout] test instruction::tests::test_get_packed_len ... ok [INFO] [stdout] test instruction::tests::state_deserialize_invalid ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running tests/functional.rs (/opt/rustwide/target/debug/deps/functional-21eb740b358ca83f) [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" "dc753173ab52e127228b9ab360e8de51beef1301a059bca58cfc61cd5ef2b484", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc753173ab52e127228b9ab360e8de51beef1301a059bca58cfc61cd5ef2b484", kill_on_drop: false }` [INFO] [stdout] dc753173ab52e127228b9ab360e8de51beef1301a059bca58cfc61cd5ef2b484