[INFO] crate spandex-hyphenation 0.7.4 is already in cache
[INFO] checking spandex-hyphenation-0.7.4 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate spandex-hyphenation 0.7.4 into /workspace/builds/worker-9/source
[INFO] validating manifest of crates.io crate spandex-hyphenation 0.7.4 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate spandex-hyphenation 0.7.4
[INFO] finished tweaking crates.io crate spandex-hyphenation 0.7.4
[INFO] tweaked toml for crates.io crate spandex-hyphenation 0.7.4 written to /workspace/builds/worker-9/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] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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] 1258c36b33f18905290ab7257351c0ebb7f16a85a5b71441024abdafeccfc8cf
[INFO] running `"docker" "start" "-a" "1258c36b33f18905290ab7257351c0ebb7f16a85a5b71441024abdafeccfc8cf"`
[INFO] [stderr]     Checking rand_core v0.2.2
[INFO] [stderr]    Compiling atlatl v0.1.2
[INFO] [stderr]    Compiling bincode v1.2.1
[INFO] [stderr]     Checking quickcheck v0.7.2
[INFO] [stderr]     Checking hyphenation_commons v0.7.1
[INFO] [stderr]    Compiling spandex-hyphenation v0.7.4 (/opt/rustwide/workdir)
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> build.rs:312:38
[INFO] [stderr]     |
[INFO] [stderr] 312 |             Error::Build(ref e) => e.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]    --> build.rs:313:36
[INFO] [stderr]     |
[INFO] [stderr] 313 |             Error::Env(ref e) => e.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]    --> build.rs:314:35
[INFO] [stderr]     |
[INFO] [stderr] 314 |             Error::IO(ref e) => e.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]    --> build.rs:315:46
[INFO] [stderr]     |
[INFO] [stderr] 315 |             Error::Serialization(ref e) => e.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]    --> build.rs:330:19
[INFO] [stderr]     |
[INFO] [stderr] 330 |                 e.description().fmt(f)
[INFO] [stderr]     |                   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `ext_langs`
[INFO] [stderr]    --> build.rs:217:9
[INFO] [stderr]     |
[INFO] [stderr] 217 |     let ext_langs: Vec<hyphenation_commons::Language> = vec![]; // vec![Catalan, Hungarian];
[INFO] [stderr]     |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_ext_langs`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `std_langs`
[INFO] [stderr]    --> build.rs:218:9
[INFO] [stderr]     |
[INFO] [stderr] 218 |     let std_langs  = vec![EnglishUS];
[INFO] [stderr]     |         ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_std_langs`
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/load.rs:162:48
[INFO] [stderr]     |
[INFO] [stderr] 162 |             Error::Deserialization(ref e) => e.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/load.rs:163:35
[INFO] [stderr]     |
[INFO] [stderr] 163 |             Error::IO(ref e) => e.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/load.rs:181:19
[INFO] [stderr]     |
[INFO] [stderr] 181 |                 e.description().fmt(f)
[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/load.rs:162:48
[INFO] [stderr]     |
[INFO] [stderr] 162 |             Error::Deserialization(ref e) => e.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/load.rs:163:35
[INFO] [stderr]     |
[INFO] [stderr] 163 |             Error::IO(ref e) => e.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/load.rs:181:19
[INFO] [stderr]     |
[INFO] [stderr] 181 |                 e.description().fmt(f)
[INFO] [stderr]     |                   ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0463]: can't find crate for `hyphenation`
[INFO] [stderr]   --> tests/lib.rs:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | extern crate hyphenation;
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0463`.
[INFO] [stderr] error: could not compile `spandex-hyphenation`.
[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[E0463]: can't find crate for `hyphenation`
[INFO] [stderr]   --> benches/lib.rs:12:1
[INFO] [stderr]    |
[INFO] [stderr] 12 | extern crate hyphenation;
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0463`.
[INFO] [stderr] error: could not compile `spandex-hyphenation`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "1258c36b33f18905290ab7257351c0ebb7f16a85a5b71441024abdafeccfc8cf"`
[INFO] running `"docker" "rm" "-f" "1258c36b33f18905290ab7257351c0ebb7f16a85a5b71441024abdafeccfc8cf"`
[INFO] [stdout] 1258c36b33f18905290ab7257351c0ebb7f16a85a5b71441024abdafeccfc8cf
