[INFO] cloning repository https://github.com/holyshared/lcov-tool [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/holyshared/lcov-tool" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fholyshared%2Flcov-tool"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fholyshared%2Flcov-tool'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] fecc2c7eff95cc2c0d897c7f4a66a67e8c4866f7 [INFO] checking holyshared/lcov-tool against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fholyshared%2Flcov-tool" "/workspace/builds/worker-10/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/holyshared/lcov-tool on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/holyshared/lcov-tool [INFO] finished tweaking git repo https://github.com/holyshared/lcov-tool [INFO] tweaked toml for git repo https://github.com/holyshared/lcov-tool written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/holyshared/lcov-tool already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded lcov-parser v2.0.0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "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] 02c378e3e9a59d7adecba8fc9ebb549ba406b0337a56905a2e646c89adf7c7c8 [INFO] running `"docker" "start" "-a" "02c378e3e9a59d7adecba8fc9ebb549ba406b0337a56905a2e646c89adf7c7c8"` [INFO] [stderr] Checking libc v0.2.16 [INFO] [stderr] Checking strsim v0.5.1 [INFO] [stderr] Checking bitflags v0.7.0 [INFO] [stderr] Checking combine v1.3.0 [INFO] [stderr] Checking term_size v0.2.1 [INFO] [stderr] Checking clap v2.14.0 [INFO] [stderr] Checking lcov-parser v2.0.0 [INFO] [stderr] Checking lcov-tool v0.1.5 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/report.rs:27:21 [INFO] [stderr] | [INFO] [stderr] 27 | let _ = try!(write!(f, "{}", file)); [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/command/coverage/parser.rs:26:22 [INFO] [stderr] | [INFO] [stderr] 26 | let parser = try!(LCOVParser::from_file(path)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/command/coverage/parser.rs:31:26 [INFO] [stderr] | [INFO] [stderr] 31 | let result = try!(self.parser.next()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/command/coverage/mod.rs:61:22 [INFO] [stderr] | [INFO] [stderr] 61 | let mut parser = try!(ReportParser::from_file(report_file)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/command/coverage/mod.rs:62:18 [INFO] [stderr] | [INFO] [stderr] 62 | let report = try!(parser.parse()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:49:40 [INFO] [stderr] | [INFO] [stderr] 49 | ("coverage", Some(args)) => Ok(try!(coverage_action(args))), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/report.rs:27:21 [INFO] [stderr] | [INFO] [stderr] 27 | let _ = try!(write!(f, "{}", file)); [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/command/coverage/parser.rs:26:22 [INFO] [stderr] | [INFO] [stderr] 26 | let parser = try!(LCOVParser::from_file(path)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/command/coverage/parser.rs:31:26 [INFO] [stderr] | [INFO] [stderr] 31 | let result = try!(self.parser.next()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/command/coverage/mod.rs:61:22 [INFO] [stderr] | [INFO] [stderr] 61 | let mut parser = try!(ReportParser::from_file(report_file)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/command/coverage/mod.rs:62:18 [INFO] [stderr] | [INFO] [stderr] 62 | let report = try!(parser.parse()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:49:40 [INFO] [stderr] | [INFO] [stderr] 49 | ("coverage", Some(args)) => Ok(try!(coverage_action(args))), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 6 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.85s [INFO] running `"docker" "inspect" "02c378e3e9a59d7adecba8fc9ebb549ba406b0337a56905a2e646c89adf7c7c8"` [INFO] running `"docker" "rm" "-f" "02c378e3e9a59d7adecba8fc9ebb549ba406b0337a56905a2e646c89adf7c7c8"` [INFO] [stdout] 02c378e3e9a59d7adecba8fc9ebb549ba406b0337a56905a2e646c89adf7c7c8