[INFO] cloning repository https://github.com/jtdowney/b2sum-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jtdowney/b2sum-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjtdowney%2Fb2sum-rs"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjtdowney%2Fb2sum-rs'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 75c3ece8f2710944d87e8ede4202ff22fbc92653 [INFO] checking jtdowney/b2sum-rs against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjtdowney%2Fb2sum-rs" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jtdowney/b2sum-rs 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/jtdowney/b2sum-rs [INFO] finished tweaking git repo https://github.com/jtdowney/b2sum-rs [INFO] tweaked toml for git repo https://github.com/jtdowney/b2sum-rs written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/jtdowney/b2sum-rs 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 blake2b_simd v0.5.2 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] 7f84abbf8b5986dd2c02387c9a3fb1b671f7670f41e3653954750e000be8f324 [INFO] running `"docker" "start" "-a" "7f84abbf8b5986dd2c02387c9a3fb1b671f7670f41e3653954750e000be8f324"` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling memchr v2.2.0 [INFO] [stderr] Compiling syn v0.15.36 [INFO] [stderr] Compiling cc v1.0.37 [INFO] [stderr] Compiling autocfg v0.1.4 [INFO] [stderr] Compiling serde v1.0.92 [INFO] [stderr] Compiling arrayvec v0.4.10 [INFO] [stderr] Checking lazy_static v1.3.0 [INFO] [stderr] Compiling regex v1.1.7 [INFO] [stderr] Checking cfg-if v0.1.9 [INFO] [stderr] Checking nodrop v0.1.13 [INFO] [stderr] Checking utf8-ranges v1.0.3 [INFO] [stderr] Checking arrayref v0.3.5 [INFO] [stderr] Checking constant_time_eq v0.1.3 [INFO] [stderr] Checking regex-syntax v0.6.7 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Compiling backtrace v0.3.30 [INFO] [stderr] Checking aho-corasick v0.7.3 [INFO] [stderr] Checking blake2b_simd v0.5.2 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling serde_derive v1.0.92 [INFO] [stderr] Checking docopt v1.1.0 [INFO] [stderr] Checking b2sum v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | / error_chain! { [INFO] [stderr] 7 | | foreign_links { [INFO] [stderr] 8 | | Fmt(::std::fmt::Error); [INFO] [stderr] 9 | | Io(::std::io::Error); [INFO] [stderr] 10 | | } [INFO] [stderr] 11 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | / error_chain! { [INFO] [stderr] 7 | | foreign_links { [INFO] [stderr] 8 | | Fmt(::std::fmt::Error); [INFO] [stderr] 9 | | Io(::std::io::Error); [INFO] [stderr] 10 | | } [INFO] [stderr] 11 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | / error_chain! { [INFO] [stderr] 7 | | foreign_links { [INFO] [stderr] 8 | | Fmt(::std::fmt::Error); [INFO] [stderr] 9 | | Io(::std::io::Error); [INFO] [stderr] 10 | | } [INFO] [stderr] 11 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/main.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | / error_chain! { [INFO] [stderr] 7 | | foreign_links { [INFO] [stderr] 8 | | Fmt(::std::fmt::Error); [INFO] [stderr] 9 | | Io(::std::io::Error); [INFO] [stderr] 10 | | } [INFO] [stderr] 11 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 54.69s [INFO] running `"docker" "inspect" "7f84abbf8b5986dd2c02387c9a3fb1b671f7670f41e3653954750e000be8f324"` [INFO] running `"docker" "rm" "-f" "7f84abbf8b5986dd2c02387c9a3fb1b671f7670f41e3653954750e000be8f324"` [INFO] [stdout] 7f84abbf8b5986dd2c02387c9a3fb1b671f7670f41e3653954750e000be8f324