[INFO] crate catapult 0.1.2 is already in cache [INFO] extracting crate catapult 0.1.2 into work/ex/beta-1.38-1/sources/1.37.0/reg/catapult/0.1.2 [INFO] extracting crate catapult 0.1.2 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/catapult/0.1.2 [INFO] validating manifest of catapult-0.1.2 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of catapult-0.1.2 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing catapult-0.1.2 [INFO] finished frobbing catapult-0.1.2 [INFO] frobbed toml for catapult-0.1.2 written to work/ex/beta-1.38-1/sources/1.37.0/reg/catapult/0.1.2/Cargo.toml [INFO] started frobbing catapult-0.1.2 [INFO] finished frobbing catapult-0.1.2 [INFO] frobbed toml for catapult-0.1.2 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/catapult/0.1.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing catapult-0.1.2 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/catapult/0.1.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 415a12414f6b0603b04f2d7f0a76f0c94f5a3ef869730261a77d4a28b9ab3fef [INFO] running `"docker" "start" "-a" "415a12414f6b0603b04f2d7f0a76f0c94f5a3ef869730261a77d4a28b9ab3fef"` [INFO] [stderr] Compiling static_assertions v0.3.4 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling strsim v0.9.2 [INFO] [stderr] Compiling nom v5.0.1 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling stackvector v1.0.6 [INFO] [stderr] Compiling lexical-core v0.4.3 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling docopt v1.1.0 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling url v2.1.0 [INFO] [stderr] Compiling catapult v0.1.2 (/opt/crater/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: unused import: `nom::IResult::*` [INFO] [stderr] --> src/config.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use nom::IResult::*; [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 `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::SliceConcatExt::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" "415a12414f6b0603b04f2d7f0a76f0c94f5a3ef869730261a77d4a28b9ab3fef"` [INFO] running `"docker" "rm" "-f" "415a12414f6b0603b04f2d7f0a76f0c94f5a3ef869730261a77d4a28b9ab3fef"` [INFO] [stdout] 415a12414f6b0603b04f2d7f0a76f0c94f5a3ef869730261a77d4a28b9ab3fef