[INFO] crate monto 0.1.12 is already in cache [INFO] extracting crate monto 0.1.12 into work/ex/beta-1.38-1/sources/1.37.0/reg/monto/0.1.12 [INFO] extracting crate monto 0.1.12 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/monto/0.1.12 [INFO] validating manifest of monto-0.1.12 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of monto-0.1.12 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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/beta-1.38-1/sources/1.37.0/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/beta-1.38-1/sources/beta-2019-08-13/reg/monto/0.1.12/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing monto-0.1.12 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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=warn" "-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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 61ad9d00a0fe9412e364bd5e074832664fd2d313672f33b4c8964ded18a6bf53 [INFO] running `"docker" "start" "-a" "61ad9d00a0fe9412e364bd5e074832664fd2d313672f33b4c8964ded18a6bf53"` [INFO] [stderr] Compiling shell32-sys v0.1.2 [INFO] [stderr] Compiling ole32-sys v0.2.0 [INFO] [stderr] Compiling pretty_logger v0.1.8 [INFO] [stderr] Compiling dirs v0.3.1 [INFO] [stderr] Compiling monto v0.1.12 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/broker/client/mod.rs:31:24 [INFO] [stderr] | [INFO] [stderr] 31 | type BoxedFuture = Box>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future>` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/broker/client/mod.rs:72:23 [INFO] [stderr] | [INFO] [stderr] 72 | type Future = Box, Error = HyperError>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = HyperError>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/broker/resolve/mod.rs:28:14 [INFO] [stderr] | [INFO] [stderr] 28 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/broker/resolve/mod.rs:81:14 [INFO] [stderr] | [INFO] [stderr] 81 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/broker/resolve/mod.rs:131:14 [INFO] [stderr] | [INFO] [stderr] 131 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/broker/service.rs:46:14 [INFO] [stderr] | [INFO] [stderr] 46 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/broker/service.rs:106:14 [INFO] [stderr] | [INFO] [stderr] 106 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/broker/mod.rs:43:14 [INFO] [stderr] | [INFO] [stderr] 43 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/negotiation.rs:75:29 [INFO] [stderr] | [INFO] [stderr] 75 | type NegotiationInner = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/mod.rs:121:14 [INFO] [stderr] | [INFO] [stderr] 121 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/mod.rs:179:14 [INFO] [stderr] | [INFO] [stderr] 179 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/mod.rs:214:14 [INFO] [stderr] | [INFO] [stderr] 214 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/mod.rs:309:33 [INFO] [stderr] | [INFO] [stderr] 309 | pub struct ProductsIter<'a>(Box + 'a>); // TODO Don't use a trait object. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stderr] [INFO] [stderr] warning: the item `Visitor` is imported redundantly [INFO] [stderr] --> src/common/messages.rs:28:44 [INFO] [stderr] | [INFO] [stderr] 12 | use serde::de::{Error as SerdeError, Visitor}; [INFO] [stderr] | ------- the item `Visitor` is already imported here [INFO] [stderr] ... [INFO] [stderr] 28 | use serde::de::{Error, Unexpected, Visitor}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/common/mod.rs:21:10 [INFO] [stderr] | [INFO] [stderr] 21 | ) -> Box, Error = HyperError>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = HyperError>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/common/mod.rs:35:10 [INFO] [stderr] | [INFO] [stderr] 35 | ) -> Box>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/common/mod.rs:45:10 [INFO] [stderr] | [INFO] [stderr] 45 | ) -> Box, Error = Either>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = Either>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/service/serve.rs:49:23 [INFO] [stderr] | [INFO] [stderr] 49 | type Future = Box, Error = HyperError>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = HyperError>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/service/serve.rs:53:20 [INFO] [stderr] | [INFO] [stderr] 53 | let f: Box> = match (method.clone(), uri.path()) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/service/mod.rs:26:44 [INFO] [stderr] | [INFO] [stderr] 26 | funcs: BTreeMap>, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ServiceProvider` [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/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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/common/messages.rs:41:17 [INFO] [stderr] | [INFO] [stderr] 41 | / lazy_static! { [INFO] [stderr] 42 | | static ref PART: Regex = Regex::new("[a-zA-Z_][a-zA-Z_0-9]*").unwrap(); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning 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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/common/messages.rs:75:9 [INFO] [stderr] | [INFO] [stderr] 75 | / lazy_static! { [INFO] [stderr] 76 | | static ref RE: Regex = Regex::new("[a-zA-Z_][a-zA-Z_0-9]*(\\.[a-zA-Z_][a-zA-Z_0-9]*)+").unwrap(); [INFO] [stderr] 77 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning 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::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/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/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 warning 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 warning 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 warning 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 warning 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 warning 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 warning 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 warning 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: unused variable: `r` [INFO] [stderr] --> src/bin/broker.rs:34:9 [INFO] [stderr] | [INFO] [stderr] 34 | let r = core.run(broker.serve_forever()); [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_r` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 37.76s [INFO] running `"docker" "inspect" "61ad9d00a0fe9412e364bd5e074832664fd2d313672f33b4c8964ded18a6bf53"` [INFO] running `"docker" "rm" "-f" "61ad9d00a0fe9412e364bd5e074832664fd2d313672f33b4c8964ded18a6bf53"` [INFO] [stdout] 61ad9d00a0fe9412e364bd5e074832664fd2d313672f33b4c8964ded18a6bf53 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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=warn" "-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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] b02614ca398f0d06c76ee558c9fd05251ae87b54f225c104f1c48049566b3338 [INFO] running `"docker" "start" "-a" "b02614ca398f0d06c76ee558c9fd05251ae87b54f225c104f1c48049566b3338"` [INFO] [stderr] Compiling monto v0.1.12 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `r` [INFO] [stderr] --> src/bin/broker.rs:34:9 [INFO] [stderr] | [INFO] [stderr] 34 | let r = core.run(broker.serve_forever()); [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_r` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/broker/client/mod.rs:31:24 [INFO] [stderr] | [INFO] [stderr] 31 | type BoxedFuture = Box>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future>` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/broker/client/mod.rs:72:23 [INFO] [stderr] | [INFO] [stderr] 72 | type Future = Box, Error = HyperError>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = HyperError>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/broker/resolve/mod.rs:28:14 [INFO] [stderr] | [INFO] [stderr] 28 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/broker/resolve/mod.rs:81:14 [INFO] [stderr] | [INFO] [stderr] 81 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/broker/resolve/mod.rs:131:14 [INFO] [stderr] | [INFO] [stderr] 131 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/broker/service.rs:46:14 [INFO] [stderr] | [INFO] [stderr] 46 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/broker/service.rs:106:14 [INFO] [stderr] | [INFO] [stderr] 106 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/broker/mod.rs:43:14 [INFO] [stderr] | [INFO] [stderr] 43 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/negotiation.rs:75:29 [INFO] [stderr] | [INFO] [stderr] 75 | type NegotiationInner = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/mod.rs:121:14 [INFO] [stderr] | [INFO] [stderr] 121 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/mod.rs:179:14 [INFO] [stderr] | [INFO] [stderr] 179 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/mod.rs:214:14 [INFO] [stderr] | [INFO] [stderr] 214 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client/mod.rs:309:33 [INFO] [stderr] | [INFO] [stderr] 309 | pub struct ProductsIter<'a>(Box + 'a>); // TODO Don't use a trait object. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator + 'a` [INFO] [stderr] [INFO] [stderr] warning: the item `Visitor` is imported redundantly [INFO] [stderr] --> src/common/messages.rs:28:44 [INFO] [stderr] | [INFO] [stderr] 12 | use serde::de::{Error as SerdeError, Visitor}; [INFO] [stderr] | ------- the item `Visitor` is already imported here [INFO] [stderr] ... [INFO] [stderr] 28 | use serde::de::{Error, Unexpected, Visitor}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/common/mod.rs:21:10 [INFO] [stderr] | [INFO] [stderr] 21 | ) -> Box, Error = HyperError>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = HyperError>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/common/mod.rs:35:10 [INFO] [stderr] | [INFO] [stderr] 35 | ) -> Box>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/common/mod.rs:45:10 [INFO] [stderr] | [INFO] [stderr] 45 | ) -> Box, Error = Either>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = Either>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/service/serve.rs:49:23 [INFO] [stderr] | [INFO] [stderr] 49 | type Future = Box, Error = HyperError>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = HyperError>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/service/serve.rs:53:20 [INFO] [stderr] | [INFO] [stderr] 53 | let f: Box> = match (method.clone(), uri.path()) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/service/mod.rs:26:44 [INFO] [stderr] | [INFO] [stderr] 26 | funcs: BTreeMap>, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ServiceProvider` [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/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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/common/messages.rs:41:17 [INFO] [stderr] | [INFO] [stderr] 41 | / lazy_static! { [INFO] [stderr] 42 | | static ref PART: Regex = Regex::new("[a-zA-Z_][a-zA-Z_0-9]*").unwrap(); [INFO] [stderr] 43 | | } [INFO] [stderr] | |_________________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning 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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/common/messages.rs:75:9 [INFO] [stderr] | [INFO] [stderr] 75 | / lazy_static! { [INFO] [stderr] 76 | | static ref RE: Regex = Regex::new("[a-zA-Z_][a-zA-Z_0-9]*(\\.[a-zA-Z_][a-zA-Z_0-9]*)+").unwrap(); [INFO] [stderr] 77 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning 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::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/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/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 warning 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 warning 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 warning 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 warning 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 warning 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 warning 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 warning 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 10.46s [INFO] running `"docker" "inspect" "b02614ca398f0d06c76ee558c9fd05251ae87b54f225c104f1c48049566b3338"` [INFO] running `"docker" "rm" "-f" "b02614ca398f0d06c76ee558c9fd05251ae87b54f225c104f1c48049566b3338"` [INFO] [stdout] b02614ca398f0d06c76ee558c9fd05251ae87b54f225c104f1c48049566b3338 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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=warn" "-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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] b3e144e8006863119cc0975f3704a3ba7ad36e607ea38343203d9a1976550fbb [INFO] running `"docker" "start" "-a" "b3e144e8006863119cc0975f3704a3ba7ad36e607ea38343203d9a1976550fbb"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running /opt/crater/target/debug/deps/monto-dcb9fe51e9a8f142 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test service::config::netconfig ... ok [INFO] [stdout] test common::products::error_severity_serialize_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/monto_broker-1a21398d6aa86488 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/monto_simple_client-f0b1f89d1b351496 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests monto [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/macros.rs - simple_service_provider (line 3) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "b3e144e8006863119cc0975f3704a3ba7ad36e607ea38343203d9a1976550fbb"` [INFO] running `"docker" "rm" "-f" "b3e144e8006863119cc0975f3704a3ba7ad36e607ea38343203d9a1976550fbb"` [INFO] [stdout] b3e144e8006863119cc0975f3704a3ba7ad36e607ea38343203d9a1976550fbb