[INFO] fetching crate catapult 0.1.2... [INFO] checking catapult-0.1.2 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate catapult 0.1.2 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate catapult 0.1.2 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate catapult 0.1.2 [INFO] finished tweaking crates.io crate catapult 0.1.2 [INFO] tweaked toml for crates.io crate catapult 0.1.2 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 22c1858a5396bc93af0c693ccc60dc3c2a8716135e29c5bbe5f0d03f61c44986 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "22c1858a5396bc93af0c693ccc60dc3c2a8716135e29c5bbe5f0d03f61c44986"` [INFO] [stderr] Checking nom v5.0.1 [INFO] [stderr] Checking tokio-threadpool v0.1.16 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking hyper v0.12.35 [INFO] [stderr] Checking catapult v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved imports `nom::multispace`, `nom::alphanumeric`, `nom::space`, `nom::not_line_ending` [INFO] [stderr] --> src/config.rs:3:20 [INFO] [stderr] | [INFO] [stderr] 3 | use nom::{IResult, multispace, eof, alphanumeric, space, not_line_ending}; [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^ ^^^^^^^^^^^^^^^ no `not_line_ending` in the root [INFO] [stderr] | | | | [INFO] [stderr] | | | no `space` in the root [INFO] [stderr] | | no `alphanumeric` in the root [INFO] [stderr] | no `multispace` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `nom::IResult` [INFO] [stderr] --> src/config.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | use nom::IResult::*; [INFO] [stderr] | ^^^^^^^ `IResult` is a type alias, not a module [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `serde::json` [INFO] [stderr] --> src/filters.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use serde::json; [INFO] [stderr] | ^^^^^^^^^^^ no `json` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `serde::json` [INFO] [stderr] --> src/filters.rs:4:12 [INFO] [stderr] | [INFO] [stderr] 4 | use serde::json::value; [INFO] [stderr] | ^^^^ could not find `json` in `serde` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `serde::json` [INFO] [stderr] --> src/filters.rs:5:12 [INFO] [stderr] | [INFO] [stderr] 5 | use serde::json::Value; [INFO] [stderr] | ^^^^ could not find `json` in `serde` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `chrono::offset::utc::UTC` [INFO] [stderr] --> src/filters.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use chrono::offset::utc::UTC; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ no `UTC` in `offset::utc` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `chain` in this scope [INFO] [stderr] --> src/config.rs:11:3 [INFO] [stderr] | [INFO] [stderr] 11 | chain!( [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `chain` in this scope [INFO] [stderr] --> src/config.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | chain!( [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `chain` in this scope [INFO] [stderr] --> src/config.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | chain!( [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `chain` in this scope [INFO] [stderr] --> src/config.rs:40:3 [INFO] [stderr] | [INFO] [stderr] 40 | chain!( [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `chain` in this scope [INFO] [stderr] --> src/config.rs:59:2 [INFO] [stderr] | [INFO] [stderr] 59 | chain!( [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `chain` in this scope [INFO] [stderr] --> src/config.rs:85:3 [INFO] [stderr] | [INFO] [stderr] 85 | chain!( [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `chain` in this scope [INFO] [stderr] --> src/config.rs:96:3 [INFO] [stderr] | [INFO] [stderr] 96 | chain!( [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `chain` in this scope [INFO] [stderr] --> src/config.rs:110:3 [INFO] [stderr] | [INFO] [stderr] 110 | chain!( [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `chain` in this scope [INFO] [stderr] --> src/config.rs:131:3 [INFO] [stderr] | [INFO] [stderr] 131 | chain!( [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `nom::multispace`, `nom::alphanumeric`, `nom::space`, `nom::not_line_ending` [INFO] [stderr] --> src/config.rs:3:20 [INFO] [stderr] | [INFO] [stderr] 3 | use nom::{IResult, multispace, eof, alphanumeric, space, not_line_ending}; [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^^^^^^^ ^^^^^ ^^^^^^^^^^^^^^^ no `not_line_ending` in the root [INFO] [stderr] | | | | [INFO] [stderr] | | | no `space` in the root [INFO] [stderr] | | no `alphanumeric` in the root [INFO] [stderr] | no `multispace` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `nom::IResult` [INFO] [stderr] --> src/config.rs:4:10 [INFO] [stderr] | [INFO] [stderr] 4 | use nom::IResult::*; [INFO] [stderr] | ^^^^^^^ `IResult` is a type alias, not a module [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `serde::json` [INFO] [stderr] --> src/filters.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use serde::json; [INFO] [stderr] | ^^^^^^^^^^^ no `json` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `serde::json` [INFO] [stderr] --> src/filters.rs:4:12 [INFO] [stderr] | [INFO] [stderr] 4 | use serde::json::value; [INFO] [stderr] | ^^^^ could not find `json` in `serde` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `serde::json` [INFO] [stderr] --> src/filters.rs:5:12 [INFO] [stderr] | [INFO] [stderr] 5 | use serde::json::Value; [INFO] [stderr] | ^^^^ could not find `json` in `serde` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `chrono::offset::utc::UTC` [INFO] [stderr] --> src/filters.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use chrono::offset::utc::UTC; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ no `UTC` in `offset::utc` [INFO] [stderr] [INFO] [stderr] error: cannot find macro `chain` in this scope [INFO] [stderr] --> src/config.rs:11:3 [INFO] [stderr] | [INFO] [stderr] 11 | chain!( [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `chain` in this scope [INFO] [stderr] --> src/config.rs:24:5 [INFO] [stderr] | [INFO] [stderr] 24 | chain!( [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `chain` in this scope [INFO] [stderr] --> src/config.rs:29:5 [INFO] [stderr] | [INFO] [stderr] 29 | chain!( [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `chain` in this scope [INFO] [stderr] --> src/config.rs:40:3 [INFO] [stderr] | [INFO] [stderr] 40 | chain!( [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `chain` in this scope [INFO] [stderr] --> src/config.rs:59:2 [INFO] [stderr] | [INFO] [stderr] 59 | chain!( [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `chain` in this scope [INFO] [stderr] --> src/config.rs:85:3 [INFO] [stderr] | [INFO] [stderr] 85 | chain!( [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `chain` in this scope [INFO] [stderr] --> src/config.rs:96:3 [INFO] [stderr] | [INFO] [stderr] 96 | chain!( [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `chain` in this scope [INFO] [stderr] --> src/config.rs:110:3 [INFO] [stderr] | [INFO] [stderr] 110 | chain!( [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `chain` in this scope [INFO] [stderr] --> src/config.rs:131:3 [INFO] [stderr] | [INFO] [stderr] 131 | chain!( [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `Done` in this scope [INFO] [stderr] --> src/config.rs:156:9 [INFO] [stderr] | [INFO] [stderr] 156 | Done(_, configuration) => Ok(configuration), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `Error` in this scope [INFO] [stderr] --> src/config.rs:157:9 [INFO] [stderr] | [INFO] [stderr] 157 | Error(e) => { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use nom::Err::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `Incomplete` in this scope [INFO] [stderr] --> src/config.rs:160:9 [INFO] [stderr] | [INFO] [stderr] 160 | Incomplete(e) => { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use nom::Err::Incomplete; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0603]: module `utc` is private [INFO] [stderr] --> src/filters.rs:6:21 [INFO] [stderr] | [INFO] [stderr] 6 | use chrono::offset::utc::UTC; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `eof` [INFO] [stderr] --> src/config.rs:3:32 [INFO] [stderr] | [INFO] [stderr] 3 | use nom::{IResult, multispace, eof, alphanumeric, space, not_line_ending}; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `Done` in this scope [INFO] [stderr] --> src/config.rs:156:9 [INFO] [stderr] | [INFO] [stderr] 156 | Done(_, configuration) => Ok(configuration), [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `Error` in this scope [INFO] [stderr] --> src/config.rs:157:9 [INFO] [stderr] | [INFO] [stderr] 157 | Error(e) => { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use nom::Err::Error; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0531]: cannot find tuple struct/variant `Incomplete` in this scope [INFO] [stderr] --> src/config.rs:160:9 [INFO] [stderr] | [INFO] [stderr] 160 | Incomplete(e) => { [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 1 | use nom::Err::Incomplete; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0603]: module `utc` is private [INFO] [stderr] --> src/filters.rs:6:21 [INFO] [stderr] | [INFO] [stderr] 6 | use chrono::offset::utc::UTC; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `eof` [INFO] [stderr] --> src/config.rs:3:32 [INFO] [stderr] | [INFO] [stderr] 3 | use nom::{IResult, multispace, eof, alphanumeric, space, not_line_ending}; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> src/inputs/random.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::thread::sleep_ms; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> src/inputs/random.rs:91:7 [INFO] [stderr] | [INFO] [stderr] 91 | sleep_ms(sleep_duration); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> src/inputs/random.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::thread::sleep_ms; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` [INFO] [stderr] --> src/inputs/random.rs:91:7 [INFO] [stderr] | [INFO] [stderr] 91 | sleep_ms(sleep_duration); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Done` found for type `std::result::Result<(_, _), nom::Err<_>>` in the current scope [INFO] [stderr] --> src/config.rs:72:14 [INFO] [stderr] | [INFO] [stderr] 72 | IResult::Done(i, tuple_vec) => { [INFO] [stderr] | ^^^^ variant or associated item not found in `std::result::Result<(_, _), nom::Err<_>>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Done` found for type `std::result::Result<(_, _), nom::Err<_>>` in the current scope [INFO] [stderr] --> src/config.rs:72:14 [INFO] [stderr] | [INFO] [stderr] 72 | IResult::Done(i, tuple_vec) => { [INFO] [stderr] | ^^^^ variant or associated item not found in `std::result::Result<(_, _), nom::Err<_>>` [INFO] [stderr] error[E0599]: no variant or associated item named `Incomplete` found for type `std::result::Result<(_, _), nom::Err<_>>` in the current scope [INFO] [stderr] --> src/config.rs:78:14 [INFO] [stderr] | [INFO] [stderr] 78 | IResult::Incomplete(a) => IResult::Incomplete(a), [INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `std::result::Result<(_, _), nom::Err<_>>` [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Incomplete` found for type `std::result::Result<(_, _), nom::Err<_>>` in the current scope [INFO] [stderr] --> src/config.rs:78:14 [INFO] [stderr] | [INFO] [stderr] 78 | IResult::Incomplete(a) => IResult::Incomplete(a), [INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `std::result::Result<(_, _), nom::Err<_>>` [INFO] [stderr] error[E0599]: no variant or associated item named `Error` found for type `std::result::Result<(_, _), nom::Err<_>>` in the current scope [INFO] [stderr] --> src/config.rs:79:14 [INFO] [stderr] | [INFO] [stderr] 79 | IResult::Error(a) => IResult::Error(a) [INFO] [stderr] | ^^^^^ variant or associated item not found in `std::result::Result<(_, _), nom::Err<_>>` [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Error` found for type `std::result::Result<(_, _), nom::Err<_>>` in the current scope [INFO] [stderr] --> src/config.rs:79:14 [INFO] [stderr] | [INFO] [stderr] 79 | IResult::Error(a) => IResult::Error(a) [INFO] [stderr] | ^^^^^ variant or associated item not found in `std::result::Result<(_, _), nom::Err<_>>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Done` found for type `std::result::Result<(_, _), nom::Err<_>>` in the current scope [INFO] [stderr] --> src/config.rs:76:16 [INFO] [stderr] | [INFO] [stderr] 76 | IResult::Done(i, h) [INFO] [stderr] | ^^^^ variant or associated item not found in `std::result::Result<(_, _), nom::Err<_>>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Done` found for type `std::result::Result<(_, _), nom::Err<_>>` in the current scope [INFO] [stderr] --> src/config.rs:76:16 [INFO] [stderr] | [INFO] [stderr] 76 | IResult::Done(i, h) [INFO] [stderr] | ^^^^ variant or associated item not found in `std::result::Result<(_, _), nom::Err<_>>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Incomplete` found for type `std::result::Result<(_, _), nom::Err<_>>` in the current scope [INFO] [stderr] --> src/config.rs:78:44 [INFO] [stderr] | [INFO] [stderr] 78 | IResult::Incomplete(a) => IResult::Incomplete(a), [INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `std::result::Result<(_, _), nom::Err<_>>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Incomplete` found for type `std::result::Result<(_, _), nom::Err<_>>` in the current scope [INFO] [stderr] --> src/config.rs:78:44 [INFO] [stderr] | [INFO] [stderr] 78 | IResult::Incomplete(a) => IResult::Incomplete(a), [INFO] [stderr] | ^^^^^^^^^^ variant or associated item not found in `std::result::Result<(_, _), nom::Err<_>>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Error` found for type `std::result::Result<(_, _), nom::Err<_>>` in the current scope [INFO] [stderr] --> src/config.rs:79:44 [INFO] [stderr] | [INFO] [stderr] 79 | IResult::Error(a) => IResult::Error(a) [INFO] [stderr] | ^^^^^ variant or associated item not found in `std::result::Result<(_, _), nom::Err<_>>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `Error` found for type `std::result::Result<(_, _), nom::Err<_>>` in the current scope [INFO] [stderr] --> src/config.rs:79:44 [INFO] [stderr] | [INFO] [stderr] 79 | IResult::Error(a) => IResult::Error(a) [INFO] [stderr] | ^^^^^ variant or associated item not found in `std::result::Result<(_, _), nom::Err<_>>` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::slice::::connect': renamed to join [INFO] [stderr] --> src/inputs/random.rs:96:20 [INFO] [stderr] | [INFO] [stderr] 96 | let line = l.connect("\t"); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::slice::::connect': renamed to join [INFO] [stderr] --> src/inputs/random.rs:96:20 [INFO] [stderr] | [INFO] [stderr] 96 | let line = l.connect("\t"); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 25 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0531, E0599, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: aborting due to 25 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0531, E0599, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `catapult`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `catapult`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "22c1858a5396bc93af0c693ccc60dc3c2a8716135e29c5bbe5f0d03f61c44986"` [INFO] running `"docker" "rm" "-f" "22c1858a5396bc93af0c693ccc60dc3c2a8716135e29c5bbe5f0d03f61c44986"` [INFO] [stdout] 22c1858a5396bc93af0c693ccc60dc3c2a8716135e29c5bbe5f0d03f61c44986