[INFO] crate monto 0.1.12 is already in cache [INFO] extracting crate monto 0.1.12 into work/ex/beta-1.37-6/sources/1.36.0/reg/monto/0.1.12 [INFO] extracting crate monto 0.1.12 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/monto/0.1.12 [INFO] validating manifest of monto-0.1.12 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of monto-0.1.12 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/reg/monto/0.1.12/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing monto-0.1.12 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] c2ddf0bec3a6f98c28bba887a8103be47306e00601ff0a89f6f50d1f421bd037 [INFO] running `"docker" "start" "-a" "c2ddf0bec3a6f98c28bba887a8103be47306e00601ff0a89f6f50d1f421bd037"` [INFO] [stderr] Compiling ansi_term v0.10.2 [INFO] [stderr] Compiling semver v0.7.0 [INFO] [stderr] Compiling ole32-sys v0.2.0 [INFO] [stderr] Compiling shell32-sys v0.1.2 [INFO] [stderr] Compiling isatty v0.1.9 [INFO] [stderr] Compiling dirs v0.3.1 [INFO] [stderr] Compiling pretty_logger v0.1.8 [INFO] [stderr] Compiling monto v0.1.12 (/opt/crater/workdir) [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: 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::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 38.55s [INFO] running `"docker" "inspect" "c2ddf0bec3a6f98c28bba887a8103be47306e00601ff0a89f6f50d1f421bd037"` [INFO] running `"docker" "rm" "-f" "c2ddf0bec3a6f98c28bba887a8103be47306e00601ff0a89f6f50d1f421bd037"` [INFO] [stdout] c2ddf0bec3a6f98c28bba887a8103be47306e00601ff0a89f6f50d1f421bd037 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] f025e2780b323ac1c48fd0902c27a08ceb03e732316e9d6205c482aebe871f17 [INFO] running `"docker" "start" "-a" "f025e2780b323ac1c48fd0902c27a08ceb03e732316e9d6205c482aebe871f17"` [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: 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: 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::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 9.58s [INFO] running `"docker" "inspect" "f025e2780b323ac1c48fd0902c27a08ceb03e732316e9d6205c482aebe871f17"` [INFO] running `"docker" "rm" "-f" "f025e2780b323ac1c48fd0902c27a08ceb03e732316e9d6205c482aebe871f17"` [INFO] [stdout] f025e2780b323ac1c48fd0902c27a08ceb03e732316e9d6205c482aebe871f17 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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" "+1.36.0" "test" "--frozen"` [INFO] [stdout] 0aa80dfa19233044980ee57e641e4c132a02bf5c3b20e5c95540432e7f6e141e [INFO] running `"docker" "start" "-a" "0aa80dfa19233044980ee57e641e4c132a02bf5c3b20e5c95540432e7f6e141e"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/crater/target/debug/deps/monto-6f18c59cd25adbb2 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test common::products::error_severity_serialize_test ... ok [INFO] [stdout] test service::config::netconfig ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/monto_broker-19236a386f1ff5b4 [INFO] [stdout] running 0 tests [INFO] [stderr] Running /opt/crater/target/debug/deps/monto_simple_client-ee54f4884136bd44 [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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" "0aa80dfa19233044980ee57e641e4c132a02bf5c3b20e5c95540432e7f6e141e"` [INFO] running `"docker" "rm" "-f" "0aa80dfa19233044980ee57e641e4c132a02bf5c3b20e5c95540432e7f6e141e"` [INFO] [stdout] 0aa80dfa19233044980ee57e641e4c132a02bf5c3b20e5c95540432e7f6e141e