[INFO] updating cached repository https://github.com/dragonblade/escobar [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 3dc4fa88552f399736c659d88be4a0a1e6d85f7a [INFO] checking dragonblade/escobar against nightly-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdragonblade%2Fescobar" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dragonblade/escobar on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/dragonblade/escobar [INFO] finished tweaking git repo https://github.com/dragonblade/escobar [INFO] tweaked toml for git repo https://github.com/dragonblade/escobar written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/dragonblade/escobar already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-9/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=allow" "-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" "+nightly-2019-10-27" "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] bf1f92b3f467a7209f278da72f237cad4bf202806c2d2e641d0706f49700882d [INFO] running `"docker" "start" "-a" "bf1f92b3f467a7209f278da72f237cad4bf202806c2d2e641d0706f49700882d"` [INFO] [stderr] Checking escobar v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `Parser` in `toml` [INFO] [stderr] --> src/main.rs:79:11 [INFO] [stderr] | [INFO] [stderr] 79 | toml::Parser::new(config_str).parse() [INFO] [stderr] | ^^^^^^ could not find `Parser` in `toml` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Table` in crate `toml` [INFO] [stderr] --> src/battery.rs:22:23 [INFO] [stderr] | [INFO] [stderr] 22 | pub fn spawn(_: toml::Table, tx: mpsc::Sender) -> thread::JoinHandle<()> { [INFO] [stderr] | ^^^^^ not found in `toml` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use toml::value::Table; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Table` in crate `toml` [INFO] [stderr] --> src/datetime.rs:19:23 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn spawn(_: toml::Table, tx: mpsc::Sender) -> thread::JoinHandle<()> { [INFO] [stderr] | ^^^^^ not found in `toml` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use toml::value::Table; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Table` in crate `toml` [INFO] [stderr] --> src/herbstluft.rs:25:23 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn spawn(_: toml::Table, tx: mpsc::Sender) -> thread::JoinHandle<()> { [INFO] [stderr] | ^^^^^ not found in `toml` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use toml::value::Table; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Table` in crate `toml` [INFO] [stderr] --> src/network/mod.rs:25:28 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn spawn(config: toml::Table, tx: mpsc::Sender) -> thread::JoinHandle<()> { [INFO] [stderr] | ^^^^^ not found in `toml` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use toml::value::Table; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Table` in crate `toml` [INFO] [stderr] --> src/pulseaudio/mod.rs:22:23 [INFO] [stderr] | [INFO] [stderr] 22 | pub fn spawn(_: toml::Table, tx: mpsc::Sender) -> thread::JoinHandle<()> { [INFO] [stderr] | ^^^^^ not found in `toml` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use toml::value::Table; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Table` in crate `toml` [INFO] [stderr] --> src/types.rs:9:42 [INFO] [stderr] | [INFO] [stderr] 9 | pub spawn_handler: &'static Fn(toml::Table, mpsc::Sender) -> thread::JoinHandle<()>, [INFO] [stderr] | ^^^^^ not found in `toml` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use toml::value::Table; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Table` in crate `toml` [INFO] [stderr] --> src/main.rs:57:28 [INFO] [stderr] | [INFO] [stderr] 57 | fn fetch_config() -> toml::Table { [INFO] [stderr] | ^^^^^ not found in `toml` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use toml::value::Table; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Table` in crate `toml` [INFO] [stderr] --> src/main.rs:83:35 [INFO] [stderr] | [INFO] [stderr] 83 | fn validate_config(config: &toml::Table, [INFO] [stderr] | ^^^^^ not found in `toml` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use toml::value::Table; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Table` in crate `toml` [INFO] [stderr] --> src/main.rs:103:27 [INFO] [stderr] | [INFO] [stderr] 103 | fn consume(config: &toml::Table, rx: mpsc::Receiver) { [INFO] [stderr] | ^^^^^ not found in `toml` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use toml::value::Table; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `escobar`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: could not find `Parser` in `toml` [INFO] [stderr] --> src/main.rs:79:11 [INFO] [stderr] | [INFO] [stderr] 79 | toml::Parser::new(config_str).parse() [INFO] [stderr] | ^^^^^^ could not find `Parser` in `toml` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Table` in crate `toml` [INFO] [stderr] --> src/battery.rs:22:23 [INFO] [stderr] | [INFO] [stderr] 22 | pub fn spawn(_: toml::Table, tx: mpsc::Sender) -> thread::JoinHandle<()> { [INFO] [stderr] | ^^^^^ not found in `toml` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use toml::value::Table; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Table` in crate `toml` [INFO] [stderr] --> src/datetime.rs:19:23 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn spawn(_: toml::Table, tx: mpsc::Sender) -> thread::JoinHandle<()> { [INFO] [stderr] | ^^^^^ not found in `toml` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use toml::value::Table; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Table` in crate `toml` [INFO] [stderr] --> src/herbstluft.rs:25:23 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn spawn(_: toml::Table, tx: mpsc::Sender) -> thread::JoinHandle<()> { [INFO] [stderr] | ^^^^^ not found in `toml` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use toml::value::Table; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Table` in crate `toml` [INFO] [stderr] --> src/network/mod.rs:25:28 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn spawn(config: toml::Table, tx: mpsc::Sender) -> thread::JoinHandle<()> { [INFO] [stderr] | ^^^^^ not found in `toml` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use toml::value::Table; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Table` in crate `toml` [INFO] [stderr] --> src/pulseaudio/mod.rs:22:23 [INFO] [stderr] | [INFO] [stderr] 22 | pub fn spawn(_: toml::Table, tx: mpsc::Sender) -> thread::JoinHandle<()> { [INFO] [stderr] | ^^^^^ not found in `toml` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use toml::value::Table; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Table` in crate `toml` [INFO] [stderr] --> src/types.rs:9:42 [INFO] [stderr] | [INFO] [stderr] 9 | pub spawn_handler: &'static Fn(toml::Table, mpsc::Sender) -> thread::JoinHandle<()>, [INFO] [stderr] | ^^^^^ not found in `toml` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 3 | use toml::value::Table; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Table` in crate `toml` [INFO] [stderr] --> src/main.rs:57:28 [INFO] [stderr] | [INFO] [stderr] 57 | fn fetch_config() -> toml::Table { [INFO] [stderr] | ^^^^^ not found in `toml` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use toml::value::Table; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Table` in crate `toml` [INFO] [stderr] --> src/main.rs:83:35 [INFO] [stderr] | [INFO] [stderr] 83 | fn validate_config(config: &toml::Table, [INFO] [stderr] | ^^^^^ not found in `toml` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use toml::value::Table; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Table` in crate `toml` [INFO] [stderr] --> src/main.rs:103:27 [INFO] [stderr] | [INFO] [stderr] 103 | fn consume(config: &toml::Table, rx: mpsc::Receiver) { [INFO] [stderr] | ^^^^^ not found in `toml` [INFO] [stderr] | [INFO] [stderr] help: possible candidate is found in another module, you can import it into scope [INFO] [stderr] | [INFO] [stderr] 4 | use toml::value::Table; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 10 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `escobar`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "bf1f92b3f467a7209f278da72f237cad4bf202806c2d2e641d0706f49700882d"` [INFO] running `"docker" "rm" "-f" "bf1f92b3f467a7209f278da72f237cad4bf202806c2d2e641d0706f49700882d"` [INFO] [stdout] bf1f92b3f467a7209f278da72f237cad4bf202806c2d2e641d0706f49700882d