[INFO] fetching crate cargo-tidy 0.1.0...
[INFO] checking cargo-tidy-0.1.0 against master#e59540968e0c6fc3c37d92a639b83fc8fcee5e81 for pr-114559
[INFO] extracting crate cargo-tidy 0.1.0 into /workspace/builds/worker-5-tc1/source
[INFO] validating manifest of crates.io crate cargo-tidy 0.1.0 on toolchain e59540968e0c6fc3c37d92a639b83fc8fcee5e81
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate cargo-tidy 0.1.0
[INFO] finished tweaking crates.io crate cargo-tidy 0.1.0
[INFO] tweaked toml for crates.io crate cargo-tidy 0.1.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "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" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded env_logger v0.3.5
[INFO] [stderr]   Downloaded glob v0.2.11
[INFO] [stderr]   Downloaded toml v0.2.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 66fdbd71d8d6b7c217a1cfd3a4a3e66d15ee85b5b7d1e76b5f624b4b0f8766c0
[INFO] running `Command { std: "docker" "start" "-a" "66fdbd71d8d6b7c217a1cfd3a4a3e66d15ee85b5b7d1e76b5f624b4b0f8766c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "66fdbd71d8d6b7c217a1cfd3a4a3e66d15ee85b5b7d1e76b5f624b4b0f8766c0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66fdbd71d8d6b7c217a1cfd3a4a3e66d15ee85b5b7d1e76b5f624b4b0f8766c0", kill_on_drop: false }`
[INFO] [stdout] 66fdbd71d8d6b7c217a1cfd3a4a3e66d15ee85b5b7d1e76b5f624b4b0f8766c0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cb518235ead144039e8e788d8f6204fe81a811f6af0e7e87baaa8818754b8674
[INFO] running `Command { std: "docker" "start" "-a" "cb518235ead144039e8e788d8f6204fe81a811f6af0e7e87baaa8818754b8674", 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 log v0.4.19
[INFO] [stderr]     Checking regex-syntax v0.3.9
[INFO] [stderr]     Checking rustc-serialize v0.3.24
[INFO] [stderr]     Checking glob v0.2.11
[INFO] [stderr]     Checking memchr v0.1.11
[INFO] [stderr]     Checking aho-corasick v0.5.3
[INFO] [stderr]    Compiling kernel32-sys v0.2.2
[INFO] [stderr]     Checking log v0.3.9
[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 env_logger v0.3.5
[INFO] [stderr]     Checking toml v0.2.1
[INFO] [stderr]     Checking cargo-tidy v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/check/mod.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |         try!(write!(f, "error at {}:{}:{}: {}",
[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/check/mod.rs:34:9
[INFO] [stdout]    |
[INFO] [stdout] 34 |         try!(write!(f, "error at {}:{}:{}: {}",
[INFO] [stdout]    |         ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported
[INFO] [stdout]   --> src/config.rs:20:18
[INFO] [stdout]    |
[INFO] [stdout] 20 |           #[derive(RustcDecodable)]
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 45 | / make_config! {
[INFO] [stdout] 46 | |     // List of file globs to check.
[INFO] [stdout] 47 | |     //
[INFO] [stdout] 48 | |     // Default: `vec!["**/*.rs"]`, which checks all .rs-files in all directories but nothing else.
[INFO] [stdout] ...  |
[INFO] [stdout] 84 | |     },
[INFO] [stdout] 85 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `make_config` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/config.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |         try!(raw.unwrap_or(vec!["**/*.rs".to_string()])
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/config.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |         try!(raw.iter().map(|s| Pattern::new(s)).collect::<Result<Vec<_>, _>>())
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported
[INFO] [stdout]   --> src/config.rs:20:18
[INFO] [stdout]    |
[INFO] [stdout] 20 |           #[derive(RustcDecodable)]
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 45 | / make_config! {
[INFO] [stdout] 46 | |     // List of file globs to check.
[INFO] [stdout] 47 | |     //
[INFO] [stdout] 48 | |     // Default: `vec!["**/*.rs"]`, which checks all .rs-files in all directories but nothing else.
[INFO] [stdout] ...  |
[INFO] [stdout] 84 | |     },
[INFO] [stdout] 85 | | }
[INFO] [stdout]    | |_- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `make_config` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/config.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 |         try!(raw.unwrap_or(vec!["**/*.rs".to_string()])
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/config.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 |         try!(raw.iter().map(|s| Pattern::new(s)).collect::<Result<Vec<_>, _>>())
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/config.rs:83:10
[INFO] [stdout]    |
[INFO] [stdout] 83 |         (try!(RegexSet::new(&raw)), raw)
[INFO] [stdout]    |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/config.rs:108:42
[INFO] [stdout]     |
[INFO] [stdout] 108 |             LoadError::IoError(ref e) => try!(write!(f, "IO error: {}", e)),
[INFO] [stdout]     |                                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]   --> src/config.rs:83:10
[INFO] [stdout]    |
[INFO] [stdout] 83 |         (try!(RegexSet::new(&raw)), raw)
[INFO] [stdout]    |          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/config.rs:110:17
[INFO] [stdout]     |
[INFO] [stdout] 110 |                 try!(writeln!(f, "syntax error:"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/config.rs:112:21
[INFO] [stdout]     |
[INFO] [stdout] 112 |                     try!(writeln!(f, "{}", e));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/config.rs:108:42
[INFO] [stdout]     |
[INFO] [stdout] 108 |             LoadError::IoError(ref e) => try!(write!(f, "IO error: {}", e)),
[INFO] [stdout]     |                                          ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/config.rs:110:17
[INFO] [stdout]     |
[INFO] [stdout] 110 |                 try!(writeln!(f, "syntax error:"));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/config.rs:112:21
[INFO] [stdout]     |
[INFO] [stdout] 112 |                     try!(writeln!(f, "{}", e));
[INFO] [stdout]     |                     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/config.rs:115:46
[INFO] [stdout]     |
[INFO] [stdout] 115 |             LoadError::DecodeError(ref e) => try!(write!(f, "{}", e)),
[INFO] [stdout]     |                                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/config.rs:117:17
[INFO] [stdout]     |
[INFO] [stdout] 117 |                 try!(write!(f, "unknown configuration key(s): {}", v)),
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/config.rs:118:44
[INFO] [stdout]     |
[INFO] [stdout] 118 |             LoadError::GlobError(ref e) => try!(write!(f, "{}", e)),
[INFO] [stdout]     |                                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/config.rs:119:45
[INFO] [stdout]     |
[INFO] [stdout] 119 |             LoadError::RegexError(ref e) => try!(write!(f, "{}", e)),
[INFO] [stdout]     |                                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/config.rs:172:5
[INFO] [stdout]     |
[INFO] [stdout] 172 |     try!(reader.read_to_string(&mut content));
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/config.rs:174:17
[INFO] [stdout]     |
[INFO] [stdout] 174 |     let value = try!(content.parse());
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/config.rs:176:17
[INFO] [stdout]     |
[INFO] [stdout] 176 |     let value = try!(T::decode(&mut decoder));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/config.rs:188:24
[INFO] [stdout]     |
[INFO] [stdout] 188 |         let mut file = try!(File::open(path));
[INFO] [stdout]     |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/config.rs:189:30
[INFO] [stdout]     |
[INFO] [stdout] 189 |         let raw: RawConfig = try!(decode_toml(&mut file));
[INFO] [stdout]     |                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/config.rs:191:12
[INFO] [stdout]     |
[INFO] [stdout] 191 |         Ok(try!(Config::from_raw(raw)))
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/config.rs:115:46
[INFO] [stdout]     |
[INFO] [stdout] 115 |             LoadError::DecodeError(ref e) => try!(write!(f, "{}", e)),
[INFO] [stdout]     |                                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/config.rs:117:17
[INFO] [stdout]     |
[INFO] [stdout] 117 |                 try!(write!(f, "unknown configuration key(s): {}", v)),
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/config.rs:118:44
[INFO] [stdout]     |
[INFO] [stdout] 118 |             LoadError::GlobError(ref e) => try!(write!(f, "{}", e)),
[INFO] [stdout]     |                                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/config.rs:119:45
[INFO] [stdout]     |
[INFO] [stdout] 119 |             LoadError::RegexError(ref e) => try!(write!(f, "{}", e)),
[INFO] [stdout]     |                                             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/config.rs:172:5
[INFO] [stdout]     |
[INFO] [stdout] 172 |     try!(reader.read_to_string(&mut content));
[INFO] [stdout]     |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/config.rs:174:17
[INFO] [stdout]     |
[INFO] [stdout] 174 |     let value = try!(content.parse());
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/config.rs:176:17
[INFO] [stdout]     |
[INFO] [stdout] 176 |     let value = try!(T::decode(&mut decoder));
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/config.rs:188:24
[INFO] [stdout]     |
[INFO] [stdout] 188 |         let mut file = try!(File::open(path));
[INFO] [stdout]     |                        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/config.rs:189:30
[INFO] [stdout]     |
[INFO] [stdout] 189 |         let raw: RawConfig = try!(decode_toml(&mut file));
[INFO] [stdout]     |                              ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead
[INFO] [stdout]    --> src/config.rs:191:12
[INFO] [stdout]     |
[INFO] [stdout] 191 |         Ok(try!(Config::from_raw(raw)))
[INFO] [stdout]     |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/config.rs:129:44
[INFO] [stdout]     |
[INFO] [stdout] 129 |             LoadError::IoError(ref e) => e.description(),
[INFO] [stdout]     |                                            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/config.rs:129:44
[INFO] [stdout]     |
[INFO] [stdout] 129 |             LoadError::IoError(ref e) => e.description(),
[INFO] [stdout]     |                                            ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/config.rs:131:48
[INFO] [stdout]     |
[INFO] [stdout] 131 |             LoadError::DecodeError(ref e) => e.description(),
[INFO] [stdout]     |                                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/config.rs:131:48
[INFO] [stdout]     |
[INFO] [stdout] 131 |             LoadError::DecodeError(ref e) => e.description(),
[INFO] [stdout]     |                                                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/config.rs:133:46
[INFO] [stdout]     |
[INFO] [stdout] 133 |             LoadError::GlobError(ref e) => e.description(),
[INFO] [stdout]     |                                              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/config.rs:133:46
[INFO] [stdout]     |
[INFO] [stdout] 133 |             LoadError::GlobError(ref e) => e.description(),
[INFO] [stdout]     |                                              ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/config.rs:134:47
[INFO] [stdout]     |
[INFO] [stdout] 134 |             LoadError::RegexError(ref e) => e.description(),
[INFO] [stdout]     |                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]    --> src/config.rs:134:47
[INFO] [stdout]     |
[INFO] [stdout] 134 |             LoadError::RegexError(ref e) => e.description(),
[INFO] [stdout]     |                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 22 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 22 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 2.26s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: rustc-serialize v0.3.24
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "cb518235ead144039e8e788d8f6204fe81a811f6af0e7e87baaa8818754b8674", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cb518235ead144039e8e788d8f6204fe81a811f6af0e7e87baaa8818754b8674", kill_on_drop: false }`
[INFO] [stdout] cb518235ead144039e8e788d8f6204fe81a811f6af0e7e87baaa8818754b8674
