[INFO] updating cached repository https://github.com/tureus/whaletail [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] a0f88d3ca2fd54d594025b916c4078b1e8cd8312 [INFO] checking tureus/whaletail against master#30ca215b4e38b32aa7abdd635c5e2d56f5724494 for pr-66037 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftureus%2Fwhaletail" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tureus/whaletail on toolchain 30ca215b4e38b32aa7abdd635c5e2d56f5724494 [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/tureus/whaletail [INFO] finished tweaking git repo https://github.com/tureus/whaletail [INFO] tweaked toml for git repo https://github.com/tureus/whaletail written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/tureus/whaletail already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "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] 3a2666ed1aef079035014ccf41a47bc8163cedcceb5bbf5fbe56fa54bc9479dc [INFO] running `"docker" "start" "-a" "3a2666ed1aef079035014ccf41a47bc8163cedcceb5bbf5fbe56fa54bc9479dc"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking iovec v0.1.0 [INFO] [stderr] Checking net2 v0.2.29 [INFO] [stderr] Checking futures-cpupool v0.1.5 [INFO] [stderr] Checking serde_json v1.0.2 [INFO] [stderr] Checking chrono v0.3.1 [INFO] [stderr] Checking bytes v0.4.4 [INFO] [stderr] Checking miow v0.1.5 [INFO] [stderr] Checking mio v0.6.8 [INFO] [stderr] Checking mio v0.5.1 [INFO] [stderr] Checking tokio-io v0.1.2 [INFO] [stderr] Checking notify v4.0.1 [INFO] [stderr] Checking tokio-core v0.1.7 [INFO] [stderr] Checking whaletail v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/container/docker_logs_watcher.rs:47:24 [INFO] [stderr] | [INFO] [stderr] 47 | let file = try!(File::open(&path)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/container/docker_logs_watcher.rs:189:24 [INFO] [stderr] | [INFO] [stderr] 189 | let file = try!(File::open(&path)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/container/docker_logs_watcher.rs:47:24 [INFO] [stderr] | [INFO] [stderr] 47 | let file = try!(File::open(&path)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/container/docker_logs_watcher.rs:189:24 [INFO] [stderr] | [INFO] [stderr] 189 | let file = try!(File::open(&path)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 parameters but 1 parameter was supplied [INFO] [stderr] --> src/container/docker_logs_watcher.rs:279:18 [INFO] [stderr] | [INFO] [stderr] 32 | pub fn new(path: String, remote: Remote) -> (DockerLogsWatcher, futures_mpsc::Receiver>, thread::JoinHandle>) { [INFO] [stderr] | ------------------------------------------------------------------------------------------------------------------------------------------------------- defined here [INFO] [stderr] ... [INFO] [stderr] 279 | let dl = DockerLogsWatcher::new("/tmp/deleteme".to_string()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 2 parameters [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `doit` found for tuple `(container::docker_logs_watcher::DockerLogsWatcher, futures::sync::mpsc::Receiver>, std::thread::JoinHandle>)` in the current scope [INFO] [stderr] --> src/container/docker_logs_watcher.rs:280:12 [INFO] [stderr] | [INFO] [stderr] 280 | dl.doit(); [INFO] [stderr] | ^^^^ method not found in `(container::docker_logs_watcher::DockerLogsWatcher, futures::sync::mpsc::Receiver>, std::thread::JoinHandle>)` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `whaletail`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "3a2666ed1aef079035014ccf41a47bc8163cedcceb5bbf5fbe56fa54bc9479dc"` [INFO] running `"docker" "rm" "-f" "3a2666ed1aef079035014ccf41a47bc8163cedcceb5bbf5fbe56fa54bc9479dc"` [INFO] [stdout] 3a2666ed1aef079035014ccf41a47bc8163cedcceb5bbf5fbe56fa54bc9479dc