[INFO] crate openalias 0.2.0 is already in cache
[INFO] checking openalias-0.2.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate openalias 0.2.0 into /workspace/builds/worker-0/source
[INFO] validating manifest of crates.io crate openalias 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 openalias 0.2.0
[INFO] finished tweaking crates.io crate openalias 0.2.0
[INFO] tweaked toml for crates.io crate openalias 0.2.0 written to /workspace/builds/worker-0/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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-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] ce9b522b130947584e116393310a4cdbec6a8108d6a30fb59b4ffe9191ff5131
[INFO] running `"docker" "start" "-a" "ce9b522b130947584e116393310a4cdbec6a8108d6a30fb59b4ffe9191ff5131"`
[INFO] [stderr]    Compiling serde v1.0.106
[INFO] [stderr]    Compiling rustfmt v0.9.0
[INFO] [stderr]    Compiling embed-resource v1.3.3
[INFO] [stderr]    Compiling extprim v1.7.0
[INFO] [stderr]    Compiling strings v0.1.1
[INFO] [stderr]     Checking resolve v0.1.2
[INFO] [stderr]    Compiling syntex_pos v0.59.1
[INFO] [stderr]    Compiling serde_json v1.0.51
[INFO] [stderr]    Compiling toml v0.4.10
[INFO] [stderr]    Compiling syntex_errors v0.59.1
[INFO] [stderr]    Compiling syntex_syntax v0.59.1
[INFO] [stderr]    Compiling openalias v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/error.rs:50:32
[INFO] [stderr]    |
[INFO] [stderr] 50 |     fn cause(&self) -> Option<&StdError> {
[INFO] [stderr]    |                                ^^^^^^^^ help: use `dyn`: `dyn StdError`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/openalias-fcc71998dc031f3b/out/grammar.rs:131:40
[INFO] [stderr]     |
[INFO] [stderr] 131 | ...                   'a'...'z' => Matched(__next, ()),
[INFO] [stderr]     |                          ^^^ help: use `..=` for an inclusive range
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/openalias-fcc71998dc031f3b/out/grammar.rs:256:32
[INFO] [stderr]     |
[INFO] [stderr] 256 | ...                   '0'...'9' | 'a'...'f' | 'A'...'F' => Matched(__next, ()),
[INFO] [stderr]     |                          ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/openalias-fcc71998dc031f3b/out/grammar.rs:256:44
[INFO] [stderr]     |
[INFO] [stderr] 256 | ...                   '0'...'9' | 'a'...'f' | 'A'...'F' => Matched(__next, ()),
[INFO] [stderr]     |                                      ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/openalias-fcc71998dc031f3b/out/grammar.rs:256:56
[INFO] [stderr]     |
[INFO] [stderr] 256 | ...                   '0'...'9' | 'a'...'f' | 'A'...'F' => Matched(__next, ()),
[INFO] [stderr]     |                                                  ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/openalias-fcc71998dc031f3b/out/grammar.rs:575:32
[INFO] [stderr]     |
[INFO] [stderr] 575 | ...                   'a'...'z' | 'A'...'Z' | '0'...'9' | '_' => Matched(__next, ()),
[INFO] [stderr]     |                          ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/openalias-fcc71998dc031f3b/out/grammar.rs:575:44
[INFO] [stderr]     |
[INFO] [stderr] 575 | ...                   'a'...'z' | 'A'...'Z' | '0'...'9' | '_' => Matched(__next, (...
[INFO] [stderr]     |                                      ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/openalias-fcc71998dc031f3b/out/grammar.rs:575:56
[INFO] [stderr]     |
[INFO] [stderr] 575 | ...                   'a'...'z' | 'A'...'Z' | '0'...'9' | '_' => Matched(__next, ()),
[INFO] [stderr]     |                                                  ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/options.rs:40:23
[INFO] [stderr]    |
[INFO] [stderr] 40 |         let matches = app_from_crate!("\n")
[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::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/options.rs:40:23
[INFO] [stderr]    |
[INFO] [stderr] 40 |         let matches = app_from_crate!("\n")
[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/error.rs:43:43
[INFO] [stderr]    |
[INFO] [stderr] 43 |             Error::Oa1Parse(ref pe) => pe.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/error.rs:44:39
[INFO] [stderr]    |
[INFO] [stderr] 44 |             Error::Io(ref ioe) => ioe.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/error.rs:45:46
[INFO] [stderr]    |
[INFO] [stderr] 45 |             Error::Utf8Parse(ref u8e) => u8e.description(),
[INFO] [stderr]    |                                              ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/error.rs:50:32
[INFO] [stderr]    |
[INFO] [stderr] 50 |     fn cause(&self) -> Option<&StdError> {
[INFO] [stderr]    |                                ^^^^^^^^ help: use `dyn`: `dyn StdError`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/openalias-fcc71998dc031f3b/out/grammar.rs:131:40
[INFO] [stderr]     |
[INFO] [stderr] 131 | ...                   'a'...'z' => Matched(__next, ()),
[INFO] [stderr]     |                          ^^^ help: use `..=` for an inclusive range
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/openalias-fcc71998dc031f3b/out/grammar.rs:256:32
[INFO] [stderr]     |
[INFO] [stderr] 256 | ...                   '0'...'9' | 'a'...'f' | 'A'...'F' => Matched(__next, ()),
[INFO] [stderr]     |                          ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/openalias-fcc71998dc031f3b/out/grammar.rs:256:44
[INFO] [stderr]     |
[INFO] [stderr] 256 | ...                   '0'...'9' | 'a'...'f' | 'A'...'F' => Matched(__next, ()),
[INFO] [stderr]     |                                      ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/openalias-fcc71998dc031f3b/out/grammar.rs:256:56
[INFO] [stderr]     |
[INFO] [stderr] 256 | ...                   '0'...'9' | 'a'...'f' | 'A'...'F' => Matched(__next, ()),
[INFO] [stderr]     |                                                  ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/openalias-fcc71998dc031f3b/out/grammar.rs:575:32
[INFO] [stderr]     |
[INFO] [stderr] 575 | ...                   'a'...'z' | 'A'...'Z' | '0'...'9' | '_' => Matched(__next, ()),
[INFO] [stderr]     |                          ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/openalias-fcc71998dc031f3b/out/grammar.rs:575:44
[INFO] [stderr]     |
[INFO] [stderr] 575 | ...                   'a'...'z' | 'A'...'Z' | '0'...'9' | '_' => Matched(__next, (...
[INFO] [stderr]     |                                      ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/error.rs:66:57
[INFO] [stderr]    |
[INFO] [stderr] 66 |             Error::AddressParse => write!(f, "{}", self.description()),
[INFO] [stderr]    |                                                         ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/openalias-fcc71998dc031f3b/out/grammar.rs:575:56
[INFO] [stderr]     |
[INFO] [stderr] 575 | ...                   'a'...'z' | 'A'...'Z' | '0'...'9' | '_' => Matched(__next, ()),
[INFO] [stderr]     |                                                  ^^^ help: use `..=` for an inclusive range
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/options.rs:40:23
[INFO] [stderr]    |
[INFO] [stderr] 40 |         let matches = app_from_crate!("\n")
[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::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/options.rs:40:23
[INFO] [stderr]    |
[INFO] [stderr] 40 |         let matches = app_from_crate!("\n")
[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/error.rs:43:43
[INFO] [stderr]    |
[INFO] [stderr] 43 |             Error::Oa1Parse(ref pe) => pe.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/error.rs:44:39
[INFO] [stderr]    |
[INFO] [stderr] 44 |             Error::Io(ref ioe) => ioe.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/error.rs:45:46
[INFO] [stderr]    |
[INFO] [stderr] 45 |             Error::Utf8Parse(ref u8e) => u8e.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/error.rs:66:57
[INFO] [stderr]    |
[INFO] [stderr] 66 |             Error::AddressParse => write!(f, "{}", self.description()),
[INFO] [stderr]    |                                                         ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1m 44s
[INFO] running `"docker" "inspect" "ce9b522b130947584e116393310a4cdbec6a8108d6a30fb59b4ffe9191ff5131"`
[INFO] running `"docker" "rm" "-f" "ce9b522b130947584e116393310a4cdbec6a8108d6a30fb59b4ffe9191ff5131"`
[INFO] [stdout] ce9b522b130947584e116393310a4cdbec6a8108d6a30fb59b4ffe9191ff5131
