[INFO] fetching crate file_logger 0.1.0...
[INFO] checking file_logger-0.1.0 against master#4d1bd0db7f489b22c6d8aa2385937a95412c015b for pr-114682
[INFO] extracting crate file_logger 0.1.0 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate file_logger 0.1.0 on toolchain 4d1bd0db7f489b22c6d8aa2385937a95412c015b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate file_logger 0.1.0
[INFO] finished tweaking crates.io crate file_logger 0.1.0
[INFO] tweaked toml for crates.io crate file_logger 0.1.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded nom v1.2.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cfef45f77f8b8a9eb5e75b0b0c67e17e564be00730482a946e9a3f0c8df98a11
[INFO] running `Command { std: "docker" "start" "-a" "cfef45f77f8b8a9eb5e75b0b0c67e17e564be00730482a946e9a3f0c8df98a11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cfef45f77f8b8a9eb5e75b0b0c67e17e564be00730482a946e9a3f0c8df98a11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cfef45f77f8b8a9eb5e75b0b0c67e17e564be00730482a946e9a3f0c8df98a11", kill_on_drop: false }`
[INFO] [stdout] cfef45f77f8b8a9eb5e75b0b0c67e17e564be00730482a946e9a3f0c8df98a11
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 441ff670b612ca3ff3d1ddb5e70b5ea3e1f6ea21a2015112f791c39c484c0458
[INFO] running `Command { std: "docker" "start" "-a" "441ff670b612ca3ff3d1ddb5e70b5ea3e1f6ea21a2015112f791c39c484c0458", kill_on_drop: false }`
[INFO] [stderr]    Compiling winapi-build v0.1.1
[INFO] [stderr]     Checking winapi v0.2.8
[INFO] [stderr]     Checking utf8-ranges v0.1.3
[INFO] [stderr]     Checking regex-syntax v0.3.9
[INFO] [stderr]     Checking toml v0.1.30
[INFO] [stderr]     Checking nom v1.2.4
[INFO] [stderr]     Checking memchr v0.1.11
[INFO] [stderr]     Checking time v0.3.31
[INFO] [stderr]     Checking aho-corasick v0.5.3
[INFO] [stderr]    Compiling kernel32-sys v0.2.2
[INFO] [stderr]     Checking thread-id v2.0.0
[INFO] [stderr]     Checking thread_local v0.2.7
[INFO] [stderr]     Checking regex v0.1.80
[INFO] [stderr]     Checking file_logger v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `self::time::Tm`
[INFO] [stdout]  --> src/format.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use self::time::Tm;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ no `Tm` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `self::time::Tm`
[INFO] [stdout]  --> src/format.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use self::time::Tm;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ no `Tm` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `now` in crate `time`
[INFO] [stdout]   --> src/logger.rs:62:25
[INFO] [stdout]    |
[INFO] [stdout] 62 |         let now = time::now();
[INFO] [stdout]    |                         ^^^ not found in `time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `strftime` in crate `time`
[INFO] [stdout]   --> src/format.rs:32:83
[INFO] [stdout]    |
[INFO] [stdout] 32 |             &FormatSpecifier::Timestamp(ref s) => try!(write!(f, "{}", try!(time::strftime(s, datetime)))),
[INFO] [stdout]    |                                                                                   ^^^^^^^^ not found in `time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ParseError` in crate `time`
[INFO] [stdout]   --> src/error.rs:32:17
[INFO] [stdout]    |
[INFO] [stdout] 32 |     Parse(time::ParseError),
[INFO] [stdout]    |                 ^^^^^^^^^^ not found in `time`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 2  + use std::string::ParseError;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `ParseError`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 32 -     Parse(time::ParseError),
[INFO] [stdout] 32 +     Parse(ParseError),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ParseError` in crate `time`
[INFO] [stdout]   --> src/error.rs:75:17
[INFO] [stdout]    |
[INFO] [stdout] 75 | impl From<time::ParseError> for Error {
[INFO] [stdout]    |                 ^^^^^^^^^^ not found in `time`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 2  + use std::string::ParseError;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `ParseError`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 75 - impl From<time::ParseError> for Error {
[INFO] [stdout] 75 + impl From<ParseError> for Error {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ParseError` in crate `time`
[INFO] [stdout]   --> src/error.rs:76:22
[INFO] [stdout]    |
[INFO] [stdout] 76 |     fn from(e: time::ParseError) -> Self {
[INFO] [stdout]    |                      ^^^^^^^^^^ not found in `time`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 2  + use std::string::ParseError;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `ParseError`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 76 -     fn from(e: time::ParseError) -> Self {
[INFO] [stdout] 76 +     fn from(e: ParseError) -> Self {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `now` in crate `time`
[INFO] [stdout]   --> src/logger.rs:62:25
[INFO] [stdout]    |
[INFO] [stdout] 62 |         let now = time::now();
[INFO] [stdout]    |                         ^^^ not found in `time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `strftime` in crate `time`
[INFO] [stdout]   --> src/format.rs:32:83
[INFO] [stdout]    |
[INFO] [stdout] 32 |             &FormatSpecifier::Timestamp(ref s) => try!(write!(f, "{}", try!(time::strftime(s, datetime)))),
[INFO] [stdout]    |                                                                                   ^^^^^^^^ not found in `time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ParseError` in crate `time`
[INFO] [stdout]   --> src/error.rs:32:17
[INFO] [stdout]    |
[INFO] [stdout] 32 |     Parse(time::ParseError),
[INFO] [stdout]    |                 ^^^^^^^^^^ not found in `time`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 2  + use std::string::ParseError;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `ParseError`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 32 -     Parse(time::ParseError),
[INFO] [stdout] 32 +     Parse(ParseError),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/logger.rs:130:20
[INFO] [stdout]     |
[INFO] [stdout] 130 |         let file = try!(File::create(p));
[INFO] [stdout]     |                    ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/logger.rs:136:20
[INFO] [stdout]     |
[INFO] [stdout] 136 |         let file = try!(file);
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ParseError` in crate `time`
[INFO] [stdout]   --> src/error.rs:75:17
[INFO] [stdout]    |
[INFO] [stdout] 75 | impl From<time::ParseError> for Error {
[INFO] [stdout]    |                 ^^^^^^^^^^ not found in `time`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 2  + use std::string::ParseError;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `ParseError`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 75 - impl From<time::ParseError> for Error {
[INFO] [stdout] 75 + impl From<ParseError> for Error {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/logger.rs:147:31
[INFO] [stdout]     |
[INFO] [stdout] 147 |                 Some(true) => try!(Self::append_file(s)),
[INFO] [stdout]     |                               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/logger.rs:149:25
[INFO] [stdout]     |
[INFO] [stdout] 149 |                 None => try!(Self::new_file(s))
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/logger.rs:155:25
[INFO] [stdout]     |
[INFO] [stdout] 155 |                 let r = try!(Regex::new(s).map_err(|_| Error::Config));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ParseError` in crate `time`
[INFO] [stdout]   --> src/error.rs:76:22
[INFO] [stdout]    |
[INFO] [stdout] 76 |     fn from(e: time::ParseError) -> Self {
[INFO] [stdout]    |                      ^^^^^^^^^^ not found in `time`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 2  + use std::string::ParseError;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `ParseError`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 76 -     fn from(e: time::ParseError) -> Self {
[INFO] [stdout] 76 +     fn from(e: ParseError) -> Self {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/logger.rs:176:33
[INFO] [stdout]     |
[INFO] [stdout] 176 |             Some(s) => f.format(try!(s.parse())),
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:29:45
[INFO] [stdout]    |
[INFO] [stdout] 29 |             &FormatSpecifier::Str(ref s) => try!(write!(f, "{}", s)),
[INFO] [stdout]    |                                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:30:40
[INFO] [stdout]    |
[INFO] [stdout] 30 |             &FormatSpecifier::Level => try!(write!(f, "{}", record.level())),
[INFO] [stdout]    |                                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:32:51
[INFO] [stdout]    |
[INFO] [stdout] 32 |             &FormatSpecifier::Timestamp(ref s) => try!(write!(f, "{}", try!(time::strftime(s, datetime)))),
[INFO] [stdout]    |                                                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:32:72
[INFO] [stdout]    |
[INFO] [stdout] 32 |             &FormatSpecifier::Timestamp(ref s) => try!(write!(f, "{}", try!(time::strftime(s, datetime)))),
[INFO] [stdout]    |                                                                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:33:45
[INFO] [stdout]    |
[INFO] [stdout] 33 |             &FormatSpecifier::ModulePath => try!(write!(f, "{}", location.module_path())),
[INFO] [stdout]    |                                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:34:39
[INFO] [stdout]    |
[INFO] [stdout] 34 |             &FormatSpecifier::File => try!(write!(f, "{}", location.file())),
[INFO] [stdout]    |                                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:35:39
[INFO] [stdout]    |
[INFO] [stdout] 35 |             &FormatSpecifier::Line => try!(write!(f, "{}", location.line())),
[INFO] [stdout]    |                                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:36:42
[INFO] [stdout]    |
[INFO] [stdout] 36 |             &FormatSpecifier::Message => try!(write!(f, "{}", record.args()))
[INFO] [stdout]    |                                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 75 |         try!(write!(w, "\n"));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:73:13
[INFO] [stdout]    |
[INFO] [stdout] 73 |             try!(f.format(w, record, datetime));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/logger.rs:130:20
[INFO] [stdout]     |
[INFO] [stdout] 130 |         let file = try!(File::create(p));
[INFO] [stdout]     |                    ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/logger.rs:136:20
[INFO] [stdout]     |
[INFO] [stdout] 136 |         let file = try!(file);
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/logger.rs:147:31
[INFO] [stdout]     |
[INFO] [stdout] 147 |                 Some(true) => try!(Self::append_file(s)),
[INFO] [stdout]     |                               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/logger.rs:149:25
[INFO] [stdout]     |
[INFO] [stdout] 149 |                 None => try!(Self::new_file(s))
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/logger.rs:155:25
[INFO] [stdout]     |
[INFO] [stdout] 155 |                 let r = try!(Regex::new(s).map_err(|_| Error::Config));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/logger.rs:176:33
[INFO] [stdout]     |
[INFO] [stdout] 176 |             Some(s) => f.format(try!(s.parse())),
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:29:45
[INFO] [stdout]    |
[INFO] [stdout] 29 |             &FormatSpecifier::Str(ref s) => try!(write!(f, "{}", s)),
[INFO] [stdout]    |                                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:30:40
[INFO] [stdout]    |
[INFO] [stdout] 30 |             &FormatSpecifier::Level => try!(write!(f, "{}", record.level())),
[INFO] [stdout]    |                                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:32:51
[INFO] [stdout]    |
[INFO] [stdout] 32 |             &FormatSpecifier::Timestamp(ref s) => try!(write!(f, "{}", try!(time::strftime(s, datetime)))),
[INFO] [stdout]    |                                                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:32:72
[INFO] [stdout]    |
[INFO] [stdout] 32 |             &FormatSpecifier::Timestamp(ref s) => try!(write!(f, "{}", try!(time::strftime(s, datetime)))),
[INFO] [stdout]    |                                                                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:33:45
[INFO] [stdout]    |
[INFO] [stdout] 33 |             &FormatSpecifier::ModulePath => try!(write!(f, "{}", location.module_path())),
[INFO] [stdout]    |                                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:34:39
[INFO] [stdout]    |
[INFO] [stdout] 34 |             &FormatSpecifier::File => try!(write!(f, "{}", location.file())),
[INFO] [stdout]    |                                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:35:39
[INFO] [stdout]    |
[INFO] [stdout] 35 |             &FormatSpecifier::Line => try!(write!(f, "{}", location.line())),
[INFO] [stdout]    |                                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:36:42
[INFO] [stdout]    |
[INFO] [stdout] 36 |             &FormatSpecifier::Message => try!(write!(f, "{}", record.args()))
[INFO] [stdout]    |                                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 75 |         try!(write!(w, "\n"));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:73:13
[INFO] [stdout]    |
[INFO] [stdout] 73 |             try!(f.format(w, record, datetime));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/error.rs:24:32
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn cause(&self) -> Option<&error::Error> {
[INFO] [stdout]    |                                ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn cause(&self) -> Option<&dyn error::Error> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/error.rs:24:32
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn cause(&self) -> Option<&error::Error> {
[INFO] [stdout]    |                                ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn cause(&self) -> Option<&dyn error::Error> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/error.rs:58:32
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn cause(&self) -> Option<&error::Error> {
[INFO] [stdout]    |                                ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn cause(&self) -> Option<&dyn error::Error> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/error.rs:58:32
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn cause(&self) -> Option<&error::Error> {
[INFO] [stdout]    |                                ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn cause(&self) -> Option<&dyn error::Error> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors; 18 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors; 18 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `file_logger` (lib) due to 7 previous errors; 18 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `file_logger` (lib test) due to 7 previous errors; 18 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "441ff670b612ca3ff3d1ddb5e70b5ea3e1f6ea21a2015112f791c39c484c0458", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "441ff670b612ca3ff3d1ddb5e70b5ea3e1f6ea21a2015112f791c39c484c0458", kill_on_drop: false }`
[INFO] [stdout] 441ff670b612ca3ff3d1ddb5e70b5ea3e1f6ea21a2015112f791c39c484c0458
[INFO] checking file_logger-0.1.0 against try#785364c7e5e0804473a3fddfb579798ea14e3493 for pr-114682
[INFO] extracting crate file_logger 0.1.0 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate file_logger 0.1.0 on toolchain 785364c7e5e0804473a3fddfb579798ea14e3493
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate file_logger 0.1.0
[INFO] finished tweaking crates.io crate file_logger 0.1.0
[INFO] tweaked toml for crates.io crate file_logger 0.1.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 88c4bed577d816bd5fe2a4d5623f2d908dbba0ce880310e8f6a02b4c28f301ba
[INFO] running `Command { std: "docker" "start" "-a" "88c4bed577d816bd5fe2a4d5623f2d908dbba0ce880310e8f6a02b4c28f301ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "88c4bed577d816bd5fe2a4d5623f2d908dbba0ce880310e8f6a02b4c28f301ba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "88c4bed577d816bd5fe2a4d5623f2d908dbba0ce880310e8f6a02b4c28f301ba", kill_on_drop: false }`
[INFO] [stdout] 88c4bed577d816bd5fe2a4d5623f2d908dbba0ce880310e8f6a02b4c28f301ba
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+785364c7e5e0804473a3fddfb579798ea14e3493" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7bf94c13a0d80c6b1f7b81f139592e47354f2c52e974f6189512690ccbd63079
[INFO] running `Command { std: "docker" "start" "-a" "7bf94c13a0d80c6b1f7b81f139592e47354f2c52e974f6189512690ccbd63079", kill_on_drop: false }`
[INFO] [stderr]    Compiling winapi-build v0.1.1
[INFO] [stderr]     Checking winapi v0.2.8
[INFO] [stderr]     Checking regex-syntax v0.3.9
[INFO] [stderr]     Checking utf8-ranges v0.1.3
[INFO] [stderr]     Checking nom v1.2.4
[INFO] [stderr]     Checking toml v0.1.30
[INFO] [stderr]     Checking memchr v0.1.11
[INFO] [stderr]     Checking time v0.3.31
[INFO] [stderr]     Checking aho-corasick v0.5.3
[INFO] [stderr]    Compiling kernel32-sys v0.2.2
[INFO] [stderr]     Checking thread-id v2.0.0
[INFO] [stderr]     Checking thread_local v0.2.7
[INFO] [stderr]     Checking regex v0.1.80
[INFO] [stderr]     Checking file_logger v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `self::time::Tm`
[INFO] [stdout]  --> src/format.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use self::time::Tm;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ no `Tm` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `self::time::Tm`
[INFO] [stdout]  --> src/format.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use self::time::Tm;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^ no `Tm` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `now` in crate `time`
[INFO] [stdout]   --> src/logger.rs:62:25
[INFO] [stdout]    |
[INFO] [stdout] 62 |         let now = time::now();
[INFO] [stdout]    |                         ^^^ not found in `time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `strftime` in crate `time`
[INFO] [stdout]   --> src/format.rs:32:83
[INFO] [stdout]    |
[INFO] [stdout] 32 |             &FormatSpecifier::Timestamp(ref s) => try!(write!(f, "{}", try!(time::strftime(s, datetime)))),
[INFO] [stdout]    |                                                                                   ^^^^^^^^ not found in `time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ParseError` in crate `time`
[INFO] [stdout]   --> src/error.rs:32:17
[INFO] [stdout]    |
[INFO] [stdout] 32 |     Parse(time::ParseError),
[INFO] [stdout]    |                 ^^^^^^^^^^ not found in `time`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 2  + use std::string::ParseError;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `ParseError`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 32 -     Parse(time::ParseError),
[INFO] [stdout] 32 +     Parse(ParseError),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ParseError` in crate `time`
[INFO] [stdout]   --> src/error.rs:75:17
[INFO] [stdout]    |
[INFO] [stdout] 75 | impl From<time::ParseError> for Error {
[INFO] [stdout]    |                 ^^^^^^^^^^ not found in `time`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 2  + use std::string::ParseError;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `ParseError`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 75 - impl From<time::ParseError> for Error {
[INFO] [stdout] 75 + impl From<ParseError> for Error {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ParseError` in crate `time`
[INFO] [stdout]   --> src/error.rs:76:22
[INFO] [stdout]    |
[INFO] [stdout] 76 |     fn from(e: time::ParseError) -> Self {
[INFO] [stdout]    |                      ^^^^^^^^^^ not found in `time`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 2  + use std::string::ParseError;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `ParseError`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 76 -     fn from(e: time::ParseError) -> Self {
[INFO] [stdout] 76 +     fn from(e: ParseError) -> Self {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/logger.rs:130:20
[INFO] [stdout]     |
[INFO] [stdout] 130 |         let file = try!(File::create(p));
[INFO] [stdout]     |                    ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/logger.rs:136:20
[INFO] [stdout]     |
[INFO] [stdout] 136 |         let file = try!(file);
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/logger.rs:147:31
[INFO] [stdout]     |
[INFO] [stdout] 147 |                 Some(true) => try!(Self::append_file(s)),
[INFO] [stdout]     |                               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/logger.rs:149:25
[INFO] [stdout]     |
[INFO] [stdout] 149 |                 None => try!(Self::new_file(s))
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/logger.rs:155:25
[INFO] [stdout]     |
[INFO] [stdout] 155 |                 let r = try!(Regex::new(s).map_err(|_| Error::Config));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/logger.rs:176:33
[INFO] [stdout]     |
[INFO] [stdout] 176 |             Some(s) => f.format(try!(s.parse())),
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:29:45
[INFO] [stdout]    |
[INFO] [stdout] 29 |             &FormatSpecifier::Str(ref s) => try!(write!(f, "{}", s)),
[INFO] [stdout]    |                                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:30:40
[INFO] [stdout]    |
[INFO] [stdout] 30 |             &FormatSpecifier::Level => try!(write!(f, "{}", record.level())),
[INFO] [stdout]    |                                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:32:51
[INFO] [stdout]    |
[INFO] [stdout] 32 |             &FormatSpecifier::Timestamp(ref s) => try!(write!(f, "{}", try!(time::strftime(s, datetime)))),
[INFO] [stdout]    |                                                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:32:72
[INFO] [stdout]    |
[INFO] [stdout] 32 |             &FormatSpecifier::Timestamp(ref s) => try!(write!(f, "{}", try!(time::strftime(s, datetime)))),
[INFO] [stdout]    |                                                                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:33:45
[INFO] [stdout]    |
[INFO] [stdout] 33 |             &FormatSpecifier::ModulePath => try!(write!(f, "{}", location.module_path())),
[INFO] [stdout]    |                                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:34:39
[INFO] [stdout]    |
[INFO] [stdout] 34 |             &FormatSpecifier::File => try!(write!(f, "{}", location.file())),
[INFO] [stdout]    |                                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:35:39
[INFO] [stdout]    |
[INFO] [stdout] 35 |             &FormatSpecifier::Line => try!(write!(f, "{}", location.line())),
[INFO] [stdout]    |                                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:36:42
[INFO] [stdout]    |
[INFO] [stdout] 36 |             &FormatSpecifier::Message => try!(write!(f, "{}", record.args()))
[INFO] [stdout]    |                                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 75 |         try!(write!(w, "\n"));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:73:13
[INFO] [stdout]    |
[INFO] [stdout] 73 |             try!(f.format(w, record, datetime));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `now` in crate `time`
[INFO] [stdout]   --> src/logger.rs:62:25
[INFO] [stdout]    |
[INFO] [stdout] 62 |         let now = time::now();
[INFO] [stdout]    |                         ^^^ not found in `time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `strftime` in crate `time`
[INFO] [stdout]   --> src/format.rs:32:83
[INFO] [stdout]    |
[INFO] [stdout] 32 |             &FormatSpecifier::Timestamp(ref s) => try!(write!(f, "{}", try!(time::strftime(s, datetime)))),
[INFO] [stdout]    |                                                                                   ^^^^^^^^ not found in `time`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ParseError` in crate `time`
[INFO] [stdout]   --> src/error.rs:32:17
[INFO] [stdout]    |
[INFO] [stdout] 32 |     Parse(time::ParseError),
[INFO] [stdout]    |                 ^^^^^^^^^^ not found in `time`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 2  + use std::string::ParseError;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `ParseError`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 32 -     Parse(time::ParseError),
[INFO] [stdout] 32 +     Parse(ParseError),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ParseError` in crate `time`
[INFO] [stdout]   --> src/error.rs:75:17
[INFO] [stdout]    |
[INFO] [stdout] 75 | impl From<time::ParseError> for Error {
[INFO] [stdout]    |                 ^^^^^^^^^^ not found in `time`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 2  + use std::string::ParseError;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `ParseError`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 75 - impl From<time::ParseError> for Error {
[INFO] [stdout] 75 + impl From<ParseError> for Error {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `ParseError` in crate `time`
[INFO] [stdout]   --> src/error.rs:76:22
[INFO] [stdout]    |
[INFO] [stdout] 76 |     fn from(e: time::ParseError) -> Self {
[INFO] [stdout]    |                      ^^^^^^^^^^ not found in `time`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this type alias
[INFO] [stdout]    |
[INFO] [stdout] 2  + use std::string::ParseError;
[INFO] [stdout]    |
[INFO] [stdout] help: if you import `ParseError`, refer to it directly
[INFO] [stdout]    |
[INFO] [stdout] 76 -     fn from(e: time::ParseError) -> Self {
[INFO] [stdout] 76 +     fn from(e: ParseError) -> Self {
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/logger.rs:130:20
[INFO] [stdout]     |
[INFO] [stdout] 130 |         let file = try!(File::create(p));
[INFO] [stdout]     |                    ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/logger.rs:136:20
[INFO] [stdout]     |
[INFO] [stdout] 136 |         let file = try!(file);
[INFO] [stdout]     |                    ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/logger.rs:147:31
[INFO] [stdout]     |
[INFO] [stdout] 147 |                 Some(true) => try!(Self::append_file(s)),
[INFO] [stdout]     |                               ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/logger.rs:149:25
[INFO] [stdout]     |
[INFO] [stdout] 149 |                 None => try!(Self::new_file(s))
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/logger.rs:155:25
[INFO] [stdout]     |
[INFO] [stdout] 155 |                 let r = try!(Regex::new(s).map_err(|_| Error::Config));
[INFO] [stdout]     |                         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/logger.rs:176:33
[INFO] [stdout]     |
[INFO] [stdout] 176 |             Some(s) => f.format(try!(s.parse())),
[INFO] [stdout]     |                                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:29:45
[INFO] [stdout]    |
[INFO] [stdout] 29 |             &FormatSpecifier::Str(ref s) => try!(write!(f, "{}", s)),
[INFO] [stdout]    |                                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:30:40
[INFO] [stdout]    |
[INFO] [stdout] 30 |             &FormatSpecifier::Level => try!(write!(f, "{}", record.level())),
[INFO] [stdout]    |                                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:32:51
[INFO] [stdout]    |
[INFO] [stdout] 32 |             &FormatSpecifier::Timestamp(ref s) => try!(write!(f, "{}", try!(time::strftime(s, datetime)))),
[INFO] [stdout]    |                                                   ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:32:72
[INFO] [stdout]    |
[INFO] [stdout] 32 |             &FormatSpecifier::Timestamp(ref s) => try!(write!(f, "{}", try!(time::strftime(s, datetime)))),
[INFO] [stdout]    |                                                                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:33:45
[INFO] [stdout]    |
[INFO] [stdout] 33 |             &FormatSpecifier::ModulePath => try!(write!(f, "{}", location.module_path())),
[INFO] [stdout]    |                                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:34:39
[INFO] [stdout]    |
[INFO] [stdout] 34 |             &FormatSpecifier::File => try!(write!(f, "{}", location.file())),
[INFO] [stdout]    |                                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:35:39
[INFO] [stdout]    |
[INFO] [stdout] 35 |             &FormatSpecifier::Line => try!(write!(f, "{}", location.line())),
[INFO] [stdout]    |                                       ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:36:42
[INFO] [stdout]    |
[INFO] [stdout] 36 |             &FormatSpecifier::Message => try!(write!(f, "{}", record.args()))
[INFO] [stdout]    |                                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:75:9
[INFO] [stdout]    |
[INFO] [stdout] 75 |         try!(write!(w, "\n"));
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/format.rs:73:13
[INFO] [stdout]    |
[INFO] [stdout] 73 |             try!(f.format(w, record, datetime));
[INFO] [stdout]    |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/error.rs:24:32
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn cause(&self) -> Option<&error::Error> {
[INFO] [stdout]    |                                ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn cause(&self) -> Option<&dyn error::Error> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/error.rs:58:32
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn cause(&self) -> Option<&error::Error> {
[INFO] [stdout]    |                                ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn cause(&self) -> Option<&dyn error::Error> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/error.rs:24:32
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn cause(&self) -> Option<&error::Error> {
[INFO] [stdout]    |                                ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` on by default
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 24 |     fn cause(&self) -> Option<&dyn error::Error> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/error.rs:58:32
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn cause(&self) -> Option<&error::Error> {
[INFO] [stdout]    |                                ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] help: use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fn cause(&self) -> Option<&dyn error::Error> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors; 18 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors; 18 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `file_logger` (lib test) due to 7 previous errors; 18 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `file_logger` (lib) due to 7 previous errors; 18 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "7bf94c13a0d80c6b1f7b81f139592e47354f2c52e974f6189512690ccbd63079", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7bf94c13a0d80c6b1f7b81f139592e47354f2c52e974f6189512690ccbd63079", kill_on_drop: false }`
[INFO] [stdout] 7bf94c13a0d80c6b1f7b81f139592e47354f2c52e974f6189512690ccbd63079
