[INFO] crate book-summary 0.2.0 is already in cache
[INFO] checking book-summary-0.2.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate book-summary 0.2.0 into /workspace/builds/worker-0/source
[INFO] validating manifest of crates.io crate book-summary 0.2.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate book-summary 0.2.0
[INFO] finished tweaking crates.io crate book-summary 0.2.0
[INFO] tweaked toml for crates.io crate book-summary 0.2.0 written to /workspace/builds/worker-0/source/Cargo.toml
[INFO] crate crates.io crate book-summary 0.2.0 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] e5e408d568acb78d8e638315e27bf3c427f5170d95d7121187e491f94edbc0d3
[INFO] running `"docker" "start" "-a" "e5e408d568acb78d8e638315e27bf3c427f5170d95d7121187e491f94edbc0d3"`
[INFO] [stderr]    Compiling proc-macro2 v1.0.3
[INFO] [stderr]    Compiling syn v1.0.5
[INFO] [stderr]    Compiling bitflags v1.1.0
[INFO] [stderr]    Compiling unicode-segmentation v1.3.0
[INFO] [stderr]     Checking ucd-util v0.1.5
[INFO] [stderr]     Checking same-file v1.0.5
[INFO] [stderr]     Checking aho-corasick v0.6.10
[INFO] [stderr]     Checking atty v0.2.13
[INFO] [stderr]     Checking toml v0.5.4
[INFO] [stderr]     Checking serde_json v1.0.41
[INFO] [stderr]     Checking walkdir v2.2.9
[INFO] [stderr]     Checking regex-syntax v0.5.6
[INFO] [stderr]    Compiling heck v0.3.1
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]     Checking regex v0.2.11
[INFO] [stderr]     Checking titlecase v0.10.0
[INFO] [stderr]    Compiling proc-macro-error v0.2.6
[INFO] [stderr]    Compiling structopt-derive v0.3.1
[INFO] [stderr]     Checking structopt v0.3.1
[INFO] [stderr]     Checking book-summary v0.2.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:192:17
[INFO] [stderr]     |
[INFO] [stderr] 192 |             why.description()
[INFO] [stderr]     |                 ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[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:202:17
[INFO] [stderr]     |
[INFO] [stderr] 202 |             why.description()
[INFO] [stderr]     |                 ^^^^^^^^^^^
[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:265:67
[INFO] [stderr]     |
[INFO] [stderr] 265 |         Err(why) => panic!("Couldn't create {}: {}", display, why.description()),
[INFO] [stderr]     |                                                                   ^^^^^^^^^^^
[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:271:69
[INFO] [stderr]     |
[INFO] [stderr] 271 |         Err(why) => panic!("Couldn't write to {}: {}", display, why.description()),
[INFO] [stderr]     |                                                                     ^^^^^^^^^^^
[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:192:17
[INFO] [stderr]     |
[INFO] [stderr] 192 |             why.description()
[INFO] [stderr]     |                 ^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[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:202:17
[INFO] [stderr]     |
[INFO] [stderr] 202 |             why.description()
[INFO] [stderr]     |                 ^^^^^^^^^^^
[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:265:67
[INFO] [stderr]     |
[INFO] [stderr] 265 |         Err(why) => panic!("Couldn't create {}: {}", display, why.description()),
[INFO] [stderr]     |                                                                   ^^^^^^^^^^^
[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:271:69
[INFO] [stderr]     |
[INFO] [stderr] 271 |         Err(why) => panic!("Couldn't write to {}: {}", display, why.description()),
[INFO] [stderr]     |                                                                     ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 20.90s
[INFO] running `"docker" "inspect" "e5e408d568acb78d8e638315e27bf3c427f5170d95d7121187e491f94edbc0d3"`
[INFO] running `"docker" "rm" "-f" "e5e408d568acb78d8e638315e27bf3c427f5170d95d7121187e491f94edbc0d3"`
[INFO] [stdout] e5e408d568acb78d8e638315e27bf3c427f5170d95d7121187e491f94edbc0d3
