[INFO] crate dictcc 0.1.1 is already in cache
[INFO] checking dictcc-0.1.1 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate dictcc 0.1.1 into /workspace/builds/worker-10/source
[INFO] validating manifest of crates.io crate dictcc 0.1.1 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate dictcc 0.1.1
[INFO] finished tweaking crates.io crate dictcc 0.1.1
[INFO] tweaked toml for crates.io crate dictcc 0.1.1 written to /workspace/builds/worker-10/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] a5f805fa4b31273b7ba99b90f21771d5d16afb8fb7d0af020e840e9fc6ca8782
[INFO] running `"docker" "start" "-a" "a5f805fa4b31273b7ba99b90f21771d5d16afb8fb7d0af020e840e9fc6ca8782"`
[INFO] [stderr]     Checking htmlescape v0.3.1
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking bstr v0.2.12
[INFO] [stderr]     Checking csv v0.15.0
[INFO] [stderr]     Checking pager v0.14.0
[INFO] [stderr]     Checking nom v3.2.1
[INFO] [stderr]     Checking failure v0.1.7
[INFO] [stderr]     Checking colored v1.9.3
[INFO] [stderr]     Checking prettytable-rs v0.6.7
[INFO] [stderr]     Checking csv v1.1.3
[INFO] [stderr]     Checking dictcc v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: the item `ToString` is imported redundantly
[INFO] [stderr]   --> src/parse/word_ast.rs:32:13
[INFO] [stderr]    |
[INFO] [stderr] 12 | use std::string::ToString;
[INFO] [stderr]    |     --------------------- the item `ToString` is already imported here
[INFO] [stderr] ...
[INFO] [stderr] 32 |         use std::string::ToString;
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: the item `prettytable` is imported redundantly
[INFO] [stderr]    --> src/dict/grouped.rs:258:13
[INFO] [stderr]     |
[INFO] [stderr] 258 |         use prettytable;
[INFO] [stderr]     |             ^^^^^^^^^^^
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/lib.rs:19:1
[INFO] [stderr]     |
[INFO] [stderr] 19  | extern crate prettytable;
[INFO] [stderr]     | ------------------------- the item `prettytable` is already imported here
[INFO] [stderr] 
[INFO] [stderr] warning: the item `ToString` is imported redundantly
[INFO] [stderr]   --> src/parse/word_ast.rs:32:13
[INFO] [stderr]    |
[INFO] [stderr] 12 | use std::string::ToString;
[INFO] [stderr]    |     --------------------- the item `ToString` is already imported here
[INFO] [stderr] ...
[INFO] [stderr] 32 |         use std::string::ToString;
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: the item `prettytable` is imported redundantly
[INFO] [stderr]    --> src/dict/grouped.rs:258:13
[INFO] [stderr]     |
[INFO] [stderr] 258 |         use prettytable;
[INFO] [stderr]     |             ^^^^^^^^^^^
[INFO] [stderr]     | 
[INFO] [stderr]    ::: src/lib.rs:19:1
[INFO] [stderr]     |
[INFO] [stderr] 19  | extern crate prettytable;
[INFO] [stderr]     | ------------------------- the item `prettytable` is already imported here
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'failure::core::str::<impl str>::trim_right_matches': superseded by `trim_end_matches`
[INFO] [stderr]    --> src/dict/mod.rs:593:20
[INFO] [stderr]     |
[INFO] [stderr] 593 |         Ok(match s.trim_right_matches('.') {
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'failure::core::str::<impl str>::trim_right_matches': superseded by `trim_end_matches`
[INFO] [stderr]    --> src/dict/mod.rs:635:20
[INFO] [stderr]     |
[INFO] [stderr] 635 |         Ok(match s.trim_right_matches('.') {
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'failure::core::str::<impl str>::trim_right_matches': superseded by `trim_end_matches`
[INFO] [stderr]    --> src/dict/mod.rs:593:20
[INFO] [stderr]     |
[INFO] [stderr] 593 |         Ok(match s.trim_right_matches('.') {
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'failure::core::str::<impl str>::trim_right_matches': superseded by `trim_end_matches`
[INFO] [stderr]    --> src/dict/mod.rs:635:20
[INFO] [stderr]     |
[INFO] [stderr] 635 |         Ok(match s.trim_right_matches('.') {
[INFO] [stderr]     |                    ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches`
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 5.84s
[INFO] running `"docker" "inspect" "a5f805fa4b31273b7ba99b90f21771d5d16afb8fb7d0af020e840e9fc6ca8782"`
[INFO] running `"docker" "rm" "-f" "a5f805fa4b31273b7ba99b90f21771d5d16afb8fb7d0af020e840e9fc6ca8782"`
[INFO] [stdout] a5f805fa4b31273b7ba99b90f21771d5d16afb8fb7d0af020e840e9fc6ca8782
