[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] testing tureus/whaletail against 1.44.0 for beta-1.45-1 [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 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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=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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 16bd8568b4c702e8f51665930eaf365d445850f1283e8b38d9c8a049782af2a8 [INFO] running `"docker" "start" "-a" "16bd8568b4c702e8f51665930eaf365d445850f1283e8b38d9c8a049782af2a8"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling futures v0.1.14 [INFO] [stderr] Compiling serde v1.0.8 [INFO] [stderr] Compiling bytes v0.3.0 [INFO] [stderr] Compiling slab v0.1.3 [INFO] [stderr] Compiling ws2_32-sys v0.2.1 [INFO] [stderr] Compiling net2 v0.2.29 [INFO] [stderr] Compiling filetime v0.1.10 [INFO] [stderr] Compiling inotify v0.3.0 [INFO] [stderr] Compiling nix v0.5.1 [INFO] [stderr] Compiling serde_derive_internals v0.15.1 [INFO] [stderr] Compiling walkdir v0.1.8 [INFO] [stderr] Compiling mio v0.6.8 [INFO] [stderr] Compiling miow v0.1.5 [INFO] [stderr] Compiling serde_derive v1.0.8 [INFO] [stderr] Compiling tokio-io v0.1.2 [INFO] [stderr] Compiling futures-cpupool v0.1.5 [INFO] [stderr] Compiling mio v0.5.1 [INFO] [stderr] Compiling tokio-core v0.1.7 [INFO] [stderr] Compiling notify v4.0.1 [INFO] [stderr] Compiling chrono v0.3.1 [INFO] [stderr] Compiling serde_json v1.0.2 [INFO] [stderr] Compiling 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: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 19s [INFO] running `"docker" "inspect" "16bd8568b4c702e8f51665930eaf365d445850f1283e8b38d9c8a049782af2a8"` [INFO] running `"docker" "rm" "-f" "16bd8568b4c702e8f51665930eaf365d445850f1283e8b38d9c8a049782af2a8"` [INFO] [stdout] 16bd8568b4c702e8f51665930eaf365d445850f1283e8b38d9c8a049782af2a8 [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=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" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9b1e34de9e9263f84df37ef80c1f922994a0a14b2d2b1163e400a65179f12435 [INFO] running `"docker" "start" "-a" "9b1e34de9e9263f84df37ef80c1f922994a0a14b2d2b1163e400a65179f12435"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling 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: 2 warnings emitted [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 arguments but 1 argument 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] | ^^^^^^^^^^^^^^^^^^^^^^ --------------------------- supplied 1 argument [INFO] [stderr] | | [INFO] [stderr] | expected 2 arguments [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; 2 warnings emitted [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] [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: build failed [INFO] running `"docker" "inspect" "9b1e34de9e9263f84df37ef80c1f922994a0a14b2d2b1163e400a65179f12435"` [INFO] running `"docker" "rm" "-f" "9b1e34de9e9263f84df37ef80c1f922994a0a14b2d2b1163e400a65179f12435"` [INFO] [stdout] 9b1e34de9e9263f84df37ef80c1f922994a0a14b2d2b1163e400a65179f12435