[INFO] crate catapult 0.1.2 is already in cache
[INFO] checking catapult-0.1.2 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[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 bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 34762aabb696e75e62c1639cb0f459f3362f8390af0a049ae05ac665d32cefb3
[INFO] running `"docker" "start" "-a" "34762aabb696e75e62c1639cb0f459f3362f8390af0a049ae05ac665d32cefb3"`
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]     Checking futures-task v0.3.4
[INFO] [stderr]     Checking strsim v0.9.3
[INFO] [stderr]    Compiling lexical-core v0.6.2
[INFO] [stderr]     Checking tokio v0.2.17
[INFO] [stderr]     Checking futures-util v0.3.4
[INFO] [stderr]     Checking tokio-util v0.3.1
[INFO] [stderr]     Checking nom v5.1.1
[INFO] [stderr]     Checking h2 v0.2.4
[INFO] [stderr]    Compiling rustversion v1.0.2
[INFO] [stderr]    Compiling time-macros-impl v0.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.106
[INFO] [stderr]    Compiling pin-project-internal v0.4.8
[INFO] [stderr]    Compiling time v0.2.9
[INFO] [stderr]     Checking time-macros v0.1.0
[INFO] [stderr]     Checking pin-project v0.4.8
[INFO] [stderr]     Checking hyper v0.13.4
[INFO] [stderr]     Checking serde v1.0.106
[INFO] [stderr]     Checking docopt v1.1.0
[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[E0531]: cannot find tuple struct or tuple 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 or tuple 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]     |
[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 or tuple 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]     |
[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[E0425]: cannot find function `now` in crate `time`
[INFO] [stderr]   --> src/outputs/file.rs:74:27
[INFO] [stderr]    |
[INFO] [stderr] 74 |           let now = time::now();
[INFO] [stderr]    |                           ^^^ not found in `time`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `strftime` in crate `time`
[INFO] [stderr]   --> src/outputs/file.rs:75:32
[INFO] [stderr]    |
[INFO] [stderr] 75 |           let basefile = time::strftime(basefile_format.as_ref(), &now).ok().unwrap();
[INFO] [stderr]    |                                ^^^^^^^^ not found in `time`
[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]     |                     ^^^ private module
[INFO] [stderr]     |
[INFO] [stderr] note: the module `utc` is defined here
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/chrono-0.4.11/src/offset/mod.rs:467:1
[INFO] [stderr]     |
[INFO] [stderr] 467 | mod 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] 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[E0599]: no variant or associated item named `Done` found for enum `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[E0531]: cannot find tuple struct or tuple 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 or tuple 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]     |
[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 or tuple 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]     |
[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[E0425]: cannot find function `now` in crate `time`
[INFO] [stderr]   --> src/outputs/file.rs:74:27
[INFO] [stderr]    |
[INFO] [stderr] 74 |           let now = time::now();
[INFO] [stderr]    |                           ^^^ not found in `time`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function `strftime` in crate `time`
[INFO] [stderr]   --> src/outputs/file.rs:75:32
[INFO] [stderr]    |
[INFO] [stderr] 75 |           let basefile = time::strftime(basefile_format.as_ref(), &now).ok().unwrap();
[INFO] [stderr]    |                                ^^^^^^^^ not found in `time`
[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]     |                     ^^^ private module
[INFO] [stderr]     |
[INFO] [stderr] note: the module `utc` is defined here
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/chrono-0.4.11/src/offset/mod.rs:467:1
[INFO] [stderr]     |
[INFO] [stderr] 467 | mod 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[E0599]: no variant or associated item named `Incomplete` found for enum `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] error[E0599]: no variant or associated item named `Error` found for enum `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 enum `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 enum `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 enum `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::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::slice::<impl [T]>::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 27 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0531, E0599, E0603.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `catapult`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0599]: no variant or associated item named `Done` found for enum `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 `Incomplete` found for enum `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] error[E0599]: no variant or associated item named `Error` found for enum `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 enum `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 enum `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 enum `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::<impl [T]>::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 27 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0531, E0599, E0603.
[INFO] [stderr] For more information about an error, try `rustc --explain E0425`.
[INFO] [stderr] error: could not compile `catapult`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "34762aabb696e75e62c1639cb0f459f3362f8390af0a049ae05ac665d32cefb3"`
[INFO] running `"docker" "rm" "-f" "34762aabb696e75e62c1639cb0f459f3362f8390af0a049ae05ac665d32cefb3"`
[INFO] [stdout] 34762aabb696e75e62c1639cb0f459f3362f8390af0a049ae05ac665d32cefb3
