[INFO] fetching crate spl-feature-proposal 1.0.0... [INFO] testing spl-feature-proposal-1.0.0 against master#b70888601af92f6cdc0364abab3446e418b91d36 for pr-86479 [INFO] extracting crate spl-feature-proposal 1.0.0 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate spl-feature-proposal 1.0.0 on toolchain b70888601af92f6cdc0364abab3446e418b91d36 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "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-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dbea35740f86b0574036539a85815a8c31a389ee7529758c5416729ab6e6119d [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" "dbea35740f86b0574036539a85815a8c31a389ee7529758c5416729ab6e6119d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dbea35740f86b0574036539a85815a8c31a389ee7529758c5416729ab6e6119d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dbea35740f86b0574036539a85815a8c31a389ee7529758c5416729ab6e6119d", kill_on_drop: false }` [INFO] [stdout] dbea35740f86b0574036539a85815a8c31a389ee7529758c5416729ab6e6119d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e7eb2c9f9840ffa0d85661b399fdfde093bce06d865f1046b9d57dbfb29b5aec [INFO] running `Command { std: "docker" "start" "-a" "e7eb2c9f9840ffa0d85661b399fdfde093bce06d865f1046b9d57dbfb29b5aec", kill_on_drop: false }` [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling proc-macro-crate v1.0.0 [INFO] [stderr] Compiling libsecp256k1-core v0.2.2 [INFO] [stderr] Compiling num_enum_derive v0.5.2 [INFO] [stderr] Compiling libsecp256k1-gen-ecmult v0.2.1 [INFO] [stderr] Compiling libsecp256k1-gen-genmult v0.2.1 [INFO] [stderr] Compiling libsecp256k1 v0.5.0 [INFO] [stderr] Compiling num_enum v0.5.2 [INFO] [stderr] Compiling solana-program v1.7.9 [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 33.09s [INFO] running `Command { std: "docker" "inspect" "e7eb2c9f9840ffa0d85661b399fdfde093bce06d865f1046b9d57dbfb29b5aec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7eb2c9f9840ffa0d85661b399fdfde093bce06d865f1046b9d57dbfb29b5aec", kill_on_drop: false }` [INFO] [stdout] e7eb2c9f9840ffa0d85661b399fdfde093bce06d865f1046b9d57dbfb29b5aec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3d6f71b46fd89675a118e28cd00476cc1f1c8299a4cc95b9a949683a345fdbbe [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" "3d6f71b46fd89675a118e28cd00476cc1f1c8299a4cc95b9a949683a345fdbbe", kill_on_drop: false }` [INFO] [stderr] Compiling tokio v0.3.7 [INFO] [stderr] Compiling object v0.26.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling combine v3.8.1 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling tokio-macros v0.3.2 [INFO] [stderr] Compiling tokio v1.9.0 [INFO] [stderr] Compiling futures-util v0.3.16 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling pin-project v1.0.8 [INFO] [stderr] Compiling scroll v0.10.2 [INFO] [stderr] Compiling enum-ordinalize v3.1.10 [INFO] [stderr] Compiling ouroboros_macro v0.10.1 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [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 bzip2-sys v0.1.11+1.0.8 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling crypto-mac v0.9.1 [INFO] [stderr] Compiling crypto-mac v0.10.1 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling bzip2 v0.3.3 [INFO] [stderr] Compiling curve25519-dalek v3.1.0 [INFO] [stderr] Compiling goblin v0.3.4 [INFO] [stderr] Compiling hmac v0.9.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio-uds v0.2.7 [INFO] [stderr] Compiling hmac v0.10.1 [INFO] [stderr] Compiling pbkdf2 v0.6.0 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling zstd v0.5.4+zstd.1.4.7 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling sct v0.6.1 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling educe v0.4.18 [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 ed25519-dalek v1.0.1 [INFO] [stderr] Compiling rustls v0.19.1 [INFO] [stderr] error: could not compile `tokio` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name tokio --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="memchr"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="once_cell"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --cfg 'feature="winapi"' -C metadata=0954af3386cc146e -C extra-filename=-0954af3386cc146e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-d756a69163f1ed00.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-9b2e8dd731b3973a.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-681e4e98e8957ba6.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-417d918108731b72.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-2ca1d9b1fcb10de2.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-2d047839a5a31cff.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-12b7c5d3f0eb54bd.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-72d950b52bab5083.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/deps/libsignal_hook_registry-b0538d20a0d1de84.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-b92fd8cb5fe6b4b7.so --cap-lints allow --cap-lints=forbid --cfg tokio_track_caller` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "3d6f71b46fd89675a118e28cd00476cc1f1c8299a4cc95b9a949683a345fdbbe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d6f71b46fd89675a118e28cd00476cc1f1c8299a4cc95b9a949683a345fdbbe", kill_on_drop: false }` [INFO] [stdout] 3d6f71b46fd89675a118e28cd00476cc1f1c8299a4cc95b9a949683a345fdbbe