[INFO] crate monto 0.1.12 is already in cache [INFO] extracting crate monto 0.1.12 into work/ex/pr-56955/sources/master#d99a320cba42f661aebfa1293b7b2ec3603dda75/reg/monto/0.1.12 [INFO] extracting crate monto 0.1.12 into work/ex/pr-56955/sources/try#e70472fc501b855c9080f3772432c10fe20b8866/reg/monto/0.1.12 [INFO] validating manifest of monto-0.1.12 on toolchain master#d99a320cba42f661aebfa1293b7b2ec3603dda75 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d99a320cba42f661aebfa1293b7b2ec3603dda75-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of monto-0.1.12 on toolchain try#e70472fc501b855c9080f3772432c10fe20b8866 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e70472fc501b855c9080f3772432c10fe20b8866-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing monto-0.1.12 [INFO] finished frobbing monto-0.1.12 [INFO] frobbed toml for monto-0.1.12 written to work/ex/pr-56955/sources/master#d99a320cba42f661aebfa1293b7b2ec3603dda75/reg/monto/0.1.12/Cargo.toml [INFO] started frobbing monto-0.1.12 [INFO] finished frobbing monto-0.1.12 [INFO] frobbed toml for monto-0.1.12 written to work/ex/pr-56955/sources/try#e70472fc501b855c9080f3772432c10fe20b8866/reg/monto/0.1.12/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d99a320cba42f661aebfa1293b7b2ec3603dda75-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e70472fc501b855c9080f3772432c10fe20b8866-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d99a320cba42f661aebfa1293b7b2ec3603dda75-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e70472fc501b855c9080f3772432c10fe20b8866-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking monto-0.1.12 against master#d99a320cba42f661aebfa1293b7b2ec3603dda75 for pr-56955 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56955/worker-6/master#d99a320cba42f661aebfa1293b7b2ec3603dda75:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-56955/sources/master#d99a320cba42f661aebfa1293b7b2ec3603dda75/reg/monto/0.1.12:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+d99a320cba42f661aebfa1293b7b2ec3603dda75-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] d95618ec299f0921f41605ce9b6bcfa51c33ca4fb61c928182e6716109ff9f73 [INFO] running `"docker" "start" "-a" "d95618ec299f0921f41605ce9b6bcfa51c33ca4fb61c928182e6716109ff9f73"` [INFO] [stderr] Compiling shell32-sys v0.1.2 [INFO] [stderr] Compiling ole32-sys v0.2.0 [INFO] [stderr] Checking inotify v0.6.1 [INFO] [stderr] Checking tokio-proto v0.1.1 [INFO] [stderr] Checking dirs v0.3.1 [INFO] [stderr] Checking notify v4.0.6 [INFO] [stderr] Checking hyper v0.11.27 [INFO] [stderr] Checking monto v0.1.12 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/broker/config.rs:65:13 [INFO] [stderr] | [INFO] [stderr] 65 | use std::env::home_dir; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/service/config.rs:74:13 [INFO] [stderr] | [INFO] [stderr] 74 | use std::env::home_dir; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/broker/config.rs:74:25 [INFO] [stderr] | [INFO] [stderr] 74 | .or_else(|| home_dir().and_then(Config::load_one)) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/service/config.rs:86:39 [INFO] [stderr] | [INFO] [stderr] 86 | match home_dir() { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/broker/config.rs:65:13 [INFO] [stderr] | [INFO] [stderr] 65 | use std::env::home_dir; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/service/config.rs:74:13 [INFO] [stderr] | [INFO] [stderr] 74 | use std::env::home_dir; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/broker/config.rs:74:25 [INFO] [stderr] | [INFO] [stderr] 74 | .or_else(|| home_dir().and_then(Config::load_one)) [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. [INFO] [stderr] --> src/service/config.rs:86:39 [INFO] [stderr] | [INFO] [stderr] 86 | match home_dir() { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. [INFO] [stderr] --> src/broker/client/mod.rs:194:39 [INFO] [stderr] | [INFO] [stderr] 194 | self.http.bind_connection( [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. [INFO] [stderr] --> src/broker/client/mod.rs:194:39 [INFO] [stderr] | [INFO] [stderr] 194 | self.http.bind_connection( [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. [INFO] [stderr] --> src/service/serve.rs:171:39 [INFO] [stderr] | [INFO] [stderr] 171 | self.http.bind_connection( [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/broker/service.rs:156:1 [INFO] [stderr] | [INFO] [stderr] 156 | / error_chain! { [INFO] [stderr] 157 | | types { [INFO] [stderr] 158 | | ServiceConnectError, ServiceConnectErrorKind, ServiceConnectResultExt; [INFO] [stderr] 159 | | } [INFO] [stderr] ... | [INFO] [stderr] 181 | | } [INFO] [stderr] 182 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/broker/service.rs:184:1 [INFO] [stderr] | [INFO] [stderr] 184 | / error_chain! { [INFO] [stderr] 185 | | types { [INFO] [stderr] 186 | | RequestError, RequestErrorKind, RequestResultExt; [INFO] [stderr] 187 | | } [INFO] [stderr] ... | [INFO] [stderr] 207 | | } [INFO] [stderr] 208 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/broker/mod.rs:113:1 [INFO] [stderr] | [INFO] [stderr] 113 | / error_chain! { [INFO] [stderr] 114 | | types { [INFO] [stderr] 115 | | NewBrokerError, NewBrokerErrorKind, NewBrokerResultExt; [INFO] [stderr] 116 | | } [INFO] [stderr] ... | [INFO] [stderr] 124 | | } [INFO] [stderr] 125 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/client/negotiation.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / error_chain! { [INFO] [stderr] 78 | | types { [INFO] [stderr] 79 | | NegotiationError, NegotiationErrorKind, NegotiationResultExt; [INFO] [stderr] 80 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/client/mod.rs:318:1 [INFO] [stderr] | [INFO] [stderr] 318 | / error_chain! { [INFO] [stderr] 319 | | types { [INFO] [stderr] 320 | | RequestError, RequestErrorKind, RequestResultExt; [INFO] [stderr] 321 | | } [INFO] [stderr] ... | [INFO] [stderr] 331 | | } [INFO] [stderr] 332 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/client/mod.rs:334:1 [INFO] [stderr] | [INFO] [stderr] 334 | / error_chain! { [INFO] [stderr] 335 | | types { [INFO] [stderr] 336 | | SendError, SendErrorKind, SendResultExt; [INFO] [stderr] 337 | | } [INFO] [stderr] ... | [INFO] [stderr] 347 | | } [INFO] [stderr] 348 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/service/config.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / error_chain! { [INFO] [stderr] 14 | | errors { [INFO] [stderr] 15 | | /// A configuration file couldn't be found. [INFO] [stderr] 16 | | CouldntFindConfig(path: PathBuf) { [INFO] [stderr] ... | [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'hyper::server::server_proto::>::bind_connection': All usage of the tokio-proto crate is going away. [INFO] [stderr] --> src/service/serve.rs:171:39 [INFO] [stderr] | [INFO] [stderr] 171 | self.http.bind_connection( [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/broker/service.rs:156:1 [INFO] [stderr] | [INFO] [stderr] 156 | / error_chain! { [INFO] [stderr] 157 | | types { [INFO] [stderr] 158 | | ServiceConnectError, ServiceConnectErrorKind, ServiceConnectResultExt; [INFO] [stderr] 159 | | } [INFO] [stderr] ... | [INFO] [stderr] 181 | | } [INFO] [stderr] 182 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/broker/service.rs:184:1 [INFO] [stderr] | [INFO] [stderr] 184 | / error_chain! { [INFO] [stderr] 185 | | types { [INFO] [stderr] 186 | | RequestError, RequestErrorKind, RequestResultExt; [INFO] [stderr] 187 | | } [INFO] [stderr] ... | [INFO] [stderr] 207 | | } [INFO] [stderr] 208 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/broker/mod.rs:113:1 [INFO] [stderr] | [INFO] [stderr] 113 | / error_chain! { [INFO] [stderr] 114 | | types { [INFO] [stderr] 115 | | NewBrokerError, NewBrokerErrorKind, NewBrokerResultExt; [INFO] [stderr] 116 | | } [INFO] [stderr] ... | [INFO] [stderr] 124 | | } [INFO] [stderr] 125 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/client/negotiation.rs:77:1 [INFO] [stderr] | [INFO] [stderr] 77 | / error_chain! { [INFO] [stderr] 78 | | types { [INFO] [stderr] 79 | | NegotiationError, NegotiationErrorKind, NegotiationResultExt; [INFO] [stderr] 80 | | } [INFO] [stderr] ... | [INFO] [stderr] 105 | | } [INFO] [stderr] 106 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/client/mod.rs:318:1 [INFO] [stderr] | [INFO] [stderr] 318 | / error_chain! { [INFO] [stderr] 319 | | types { [INFO] [stderr] 320 | | RequestError, RequestErrorKind, RequestResultExt; [INFO] [stderr] 321 | | } [INFO] [stderr] ... | [INFO] [stderr] 331 | | } [INFO] [stderr] 332 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/client/mod.rs:334:1 [INFO] [stderr] | [INFO] [stderr] 334 | / error_chain! { [INFO] [stderr] 335 | | types { [INFO] [stderr] 336 | | SendError, SendErrorKind, SendResultExt; [INFO] [stderr] 337 | | } [INFO] [stderr] ... | [INFO] [stderr] 347 | | } [INFO] [stderr] 348 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/service/config.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / error_chain! { [INFO] [stderr] 14 | | errors { [INFO] [stderr] 15 | | /// A configuration file couldn't be found. [INFO] [stderr] 16 | | CouldntFindConfig(path: PathBuf) { [INFO] [stderr] ... | [INFO] [stderr] 32 | | } [INFO] [stderr] 33 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.49s [INFO] running `"docker" "inspect" "d95618ec299f0921f41605ce9b6bcfa51c33ca4fb61c928182e6716109ff9f73"` [INFO] running `"docker" "rm" "-f" "d95618ec299f0921f41605ce9b6bcfa51c33ca4fb61c928182e6716109ff9f73"` [INFO] [stdout] d95618ec299f0921f41605ce9b6bcfa51c33ca4fb61c928182e6716109ff9f73