[INFO] crate catapult 0.1.2 is already in cache [INFO] testing catapult-0.1.2 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate catapult 0.1.2 into work/builds/worker-5/source [INFO] validating manifest of crates.io crate catapult 0.1.2 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "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 work/builds/worker-5/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 9093a4a27f63de7c24bdf26391c132ac5b31c372034b99e165e112bf9ac88bbe [INFO] running `"docker" "start" "-a" "9093a4a27f63de7c24bdf26391c132ac5b31c372034b99e165e112bf9ac88bbe"` [INFO] [stderr] Compiling tokio-threadpool v0.1.16 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling hyper v0.12.35 [INFO] [stderr] Compiling 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/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] 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 `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] 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 `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] 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, E0599, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `catapult`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9093a4a27f63de7c24bdf26391c132ac5b31c372034b99e165e112bf9ac88bbe"` [INFO] running `"docker" "rm" "-f" "9093a4a27f63de7c24bdf26391c132ac5b31c372034b99e165e112bf9ac88bbe"` [INFO] [stdout] 9093a4a27f63de7c24bdf26391c132ac5b31c372034b99e165e112bf9ac88bbe