Sep 17 19:41:43.497 INFO checking proptest-0.8.6 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 19:41:43.497 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 19:41:43.497 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-6/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 19:41:43.711 INFO blam! 8419731d05846c74043da291fd54b9f8dabd7537042b1fe1aeeb6e6e8d590f2b Sep 17 19:41:43.716 INFO running `"docker" "start" "-a" "8419731d05846c74043da291fd54b9f8dabd7537042b1fe1aeeb6e6e8d590f2b"` Sep 17 19:41:44.807 INFO kablam! usermod: no changes Sep 17 19:41:44.947 INFO kablam! Checking wait-timeout v0.1.5 Sep 17 19:41:44.947 INFO kablam! Checking rand v0.5.5 Sep 17 19:41:47.959 INFO kablam! Checking tempfile v3.0.4 Sep 17 19:41:48.502 INFO kablam! Checking rusty-fork v0.2.1 Sep 17 19:41:49.147 INFO kablam! Checking proptest v0.8.6 (/source) Sep 17 19:41:52.027 INFO kablam! error: the trait bound `A: arbitrary::traits::Arbitrary` is not satisfied Sep 17 19:41:52.027 INFO kablam! --> src/arbitrary/traits.rs:107:27 Sep 17 19:41:52.028 INFO kablam! | Sep 17 19:41:52.028 INFO kablam! 107 | pub type StrategyFor = ::Strategy; Sep 17 19:41:52.028 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `arbitrary::traits::Arbitrary` is not implemented for `A` Sep 17 19:41:52.029 INFO kablam! | Sep 17 19:41:52.029 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 19:41:52.029 INFO kablam! = help: consider adding a `where A: arbitrary::traits::Arbitrary` bound Sep 17 19:41:52.030 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:41:52.030 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:41:52.030 INFO kablam! Sep 17 19:41:52.031 INFO kablam! error: the trait bound `A: arbitrary::traits::Arbitrary` is not satisfied Sep 17 19:41:52.031 INFO kablam! --> src/arbitrary/traits.rs:117:25 Sep 17 19:41:52.031 INFO kablam! | Sep 17 19:41:52.031 INFO kablam! 117 | pub type ParamsFor = ::Parameters; Sep 17 19:41:52.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `arbitrary::traits::Arbitrary` is not implemented for `A` Sep 17 19:41:52.032 INFO kablam! | Sep 17 19:41:52.032 INFO kablam! = help: consider adding a `where A: arbitrary::traits::Arbitrary` bound Sep 17 19:41:52.033 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:41:52.033 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:41:52.033 INFO kablam! Sep 17 19:41:52.036 INFO kablam! error: the trait bound `S: strategy::traits::Strategy` is not satisfied Sep 17 19:41:52.036 INFO kablam! --> src/arbitrary/mod.rs:47:35 Sep 17 19:41:52.037 INFO kablam! | Sep 17 19:41:52.037 INFO kablam! 47 | pub(crate) type SFnPtrMap = statics::Map::Value) -> O>; Sep 17 19:41:52.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `strategy::traits::Strategy` is not implemented for `S` Sep 17 19:41:52.037 INFO kablam! | Sep 17 19:41:52.038 INFO kablam! = help: consider adding a `where S: strategy::traits::Strategy` bound Sep 17 19:41:52.038 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:41:52.038 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:41:52.039 INFO kablam! Sep 17 19:41:52.039 INFO kablam! error: the trait bound `I: arbitrary::traits::Arbitrary` is not satisfied Sep 17 19:41:52.040 INFO kablam! --> src/arbitrary/mod.rs:55:26 Sep 17 19:41:52.040 INFO kablam! | Sep 17 19:41:52.040 INFO kablam! 55 | pub type SMapped = statics::Map, fn(I) -> O>; Sep 17 19:41:52.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `arbitrary::traits::Arbitrary` is not implemented for `I` Sep 17 19:41:52.041 INFO kablam! | Sep 17 19:41:52.041 INFO kablam! = help: consider adding a `where I: arbitrary::traits::Arbitrary` bound Sep 17 19:41:52.041 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:41:52.042 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:41:52.042 INFO kablam! Sep 17 19:41:52.043 INFO kablam! error: the trait bound `I: arbitrary::traits::Arbitrary` is not satisfied Sep 17 19:41:52.043 INFO kablam! --> src/arbitrary/mod.rs:63:25 Sep 17 19:41:52.043 INFO kablam! | Sep 17 19:41:52.043 INFO kablam! 63 | pub type Mapped = Map, fn(I) -> O>; Sep 17 19:41:52.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `arbitrary::traits::Arbitrary` is not implemented for `I` Sep 17 19:41:52.044 INFO kablam! | Sep 17 19:41:52.044 INFO kablam! = help: consider adding a `where I: arbitrary::traits::Arbitrary` bound Sep 17 19:41:52.045 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:41:52.045 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:41:52.045 INFO kablam! Sep 17 19:41:52.071 INFO kablam! error: the trait bound `S: strategy::traits::Strategy` is not satisfied Sep 17 19:41:52.071 INFO kablam! --> src/strategy/traits.rs:29:23 Sep 17 19:41:52.071 INFO kablam! | Sep 17 19:41:52.072 INFO kablam! 29 | pub type NewTree = Result<::Tree, Reason>; Sep 17 19:41:52.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `strategy::traits::Strategy` is not implemented for `S` Sep 17 19:41:52.072 INFO kablam! | Sep 17 19:41:52.073 INFO kablam! = help: consider adding a `where S: strategy::traits::Strategy` bound Sep 17 19:41:52.073 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:41:52.074 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:41:52.074 INFO kablam! Sep 17 19:41:52.074 INFO kablam! error: the trait bound `S: strategy::traits::Strategy` is not satisfied Sep 17 19:41:52.075 INFO kablam! --> src/strategy/traits.rs:33:24 Sep 17 19:41:52.075 INFO kablam! | Sep 17 19:41:52.075 INFO kablam! 33 | pub type ValueFor = <::Tree as ValueTree>::Value; Sep 17 19:41:52.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `strategy::traits::Strategy` is not implemented for `S` Sep 17 19:41:52.076 INFO kablam! | Sep 17 19:41:52.076 INFO kablam! = help: consider adding a `where S: strategy::traits::Strategy` bound Sep 17 19:41:52.077 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:41:52.077 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:41:52.077 INFO kablam! Sep 17 19:41:52.143 INFO kablam! error: the trait bound `S: strategy::traits::Strategy` is not satisfied Sep 17 19:41:52.143 INFO kablam! --> src/test_runner/runner.rs:213:25 Sep 17 19:41:52.144 INFO kablam! | Sep 17 19:41:52.144 INFO kablam! 213 | type TestRunResult = Result<(), TestError<::Value>>; Sep 17 19:41:52.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `strategy::traits::Strategy` is not implemented for `S` Sep 17 19:41:52.145 INFO kablam! | Sep 17 19:41:52.145 INFO kablam! = help: consider adding a `where S: strategy::traits::Strategy` bound Sep 17 19:41:52.146 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:41:52.146 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:41:52.146 INFO kablam! Sep 17 19:41:52.155 INFO kablam! error: the trait bound `T: strategy::traits::Strategy` is not satisfied Sep 17 19:41:52.155 INFO kablam! --> src/result.rs:73:21 Sep 17 19:41:52.156 INFO kablam! | Sep 17 19:41:52.156 INFO kablam! 73 | type MapErr = statics::Map::Value, ::Value>>; Sep 17 19:41:52.157 INFO kablam! | |____________________________________________________^ the trait `strategy::traits::Strategy` is not implemented for `T` Sep 17 19:41:52.157 INFO kablam! | Sep 17 19:41:52.158 INFO kablam! = help: consider adding a `where T: strategy::traits::Strategy` bound Sep 17 19:41:52.158 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:41:52.159 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:41:52.159 INFO kablam! Sep 17 19:41:52.160 INFO kablam! error: the trait bound `E: strategy::traits::Strategy` is not satisfied Sep 17 19:41:52.160 INFO kablam! --> src/result.rs:73:21 Sep 17 19:41:52.160 INFO kablam! | Sep 17 19:41:52.161 INFO kablam! 73 | type MapErr = statics::Map::Value, ::Value>>; Sep 17 19:41:52.162 INFO kablam! | |____________________________________________________^ the trait `strategy::traits::Strategy` is not implemented for `E` Sep 17 19:41:52.162 INFO kablam! | Sep 17 19:41:52.162 INFO kablam! = help: consider adding a `where E: strategy::traits::Strategy` bound Sep 17 19:41:52.163 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:41:52.163 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:41:52.164 INFO kablam! Sep 17 19:41:52.164 INFO kablam! error: the trait bound `T: strategy::traits::Strategy` is not satisfied Sep 17 19:41:52.165 INFO kablam! --> src/result.rs:75:21 Sep 17 19:41:52.165 INFO kablam! | Sep 17 19:41:52.165 INFO kablam! 75 | type MapOk = statics::Map::Value, ::Value>>; Sep 17 19:41:52.167 INFO kablam! | |____________________________________________________^ the trait `strategy::traits::Strategy` is not implemented for `T` Sep 17 19:41:52.167 INFO kablam! | Sep 17 19:41:52.167 INFO kablam! = help: consider adding a `where T: strategy::traits::Strategy` bound Sep 17 19:41:52.168 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:41:52.168 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:41:52.169 INFO kablam! Sep 17 19:41:52.169 INFO kablam! error: the trait bound `E: strategy::traits::Strategy` is not satisfied Sep 17 19:41:52.169 INFO kablam! --> src/result.rs:75:21 Sep 17 19:41:52.170 INFO kablam! | Sep 17 19:41:52.171 INFO kablam! 75 | type MapOk = statics::Map::Value, ::Value>>; Sep 17 19:41:52.171 INFO kablam! | |____________________________________________________^ the trait `strategy::traits::Strategy` is not implemented for `E` Sep 17 19:41:52.171 INFO kablam! | Sep 17 19:41:52.171 INFO kablam! = help: consider adding a `where E: strategy::traits::Strategy` bound Sep 17 19:41:52.174 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:41:52.174 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:41:52.174 INFO kablam! Sep 17 19:41:52.180 INFO kablam! error: `T` doesn't implement `core::fmt::Debug` Sep 17 19:41:52.180 INFO kablam! --> src/string.rs:101:23 Sep 17 19:41:52.180 INFO kablam! | Sep 17 19:41:52.181 INFO kablam! 101 | type ParseResult = Result, Error>; Sep 17 19:41:52.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `core::fmt::Debug` Sep 17 19:41:52.181 INFO kablam! | Sep 17 19:41:52.181 INFO kablam! = help: the trait `core::fmt::Debug` is not implemented for `T` Sep 17 19:41:52.181 INFO kablam! = help: consider adding a `where T: core::fmt::Debug` bound Sep 17 19:41:52.181 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:41:52.182 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:41:52.182 INFO kablam! Sep 17 19:41:53.123 INFO kablam! error: the trait bound `A: arbitrary::traits::Arbitrary` is not satisfied Sep 17 19:41:53.123 INFO kablam! --> src/arbitrary/traits.rs:107:27 Sep 17 19:41:53.123 INFO kablam! | Sep 17 19:41:53.123 INFO kablam! 107 | pub type StrategyFor = ::Strategy; Sep 17 19:41:53.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `arbitrary::traits::Arbitrary` is not implemented for `A` Sep 17 19:41:53.123 INFO kablam! | Sep 17 19:41:53.123 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 19:41:53.123 INFO kablam! = help: consider adding a `where A: arbitrary::traits::Arbitrary` bound Sep 17 19:41:53.123 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:41:53.123 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:41:53.123 INFO kablam! Sep 17 19:41:53.123 INFO kablam! error: the trait bound `A: arbitrary::traits::Arbitrary` is not satisfied Sep 17 19:41:53.123 INFO kablam! --> src/arbitrary/traits.rs:117:25 Sep 17 19:41:53.123 INFO kablam! | Sep 17 19:41:53.123 INFO kablam! 117 | pub type ParamsFor = ::Parameters; Sep 17 19:41:53.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `arbitrary::traits::Arbitrary` is not implemented for `A` Sep 17 19:41:53.123 INFO kablam! | Sep 17 19:41:53.123 INFO kablam! = help: consider adding a `where A: arbitrary::traits::Arbitrary` bound Sep 17 19:41:53.123 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:41:53.123 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:41:53.123 INFO kablam! Sep 17 19:41:53.123 INFO kablam! error: the trait bound `S: strategy::traits::Strategy` is not satisfied Sep 17 19:41:53.123 INFO kablam! --> src/arbitrary/mod.rs:47:35 Sep 17 19:41:53.123 INFO kablam! | Sep 17 19:41:53.123 INFO kablam! 47 | pub(crate) type SFnPtrMap = statics::Map::Value) -> O>; Sep 17 19:41:53.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `strategy::traits::Strategy` is not implemented for `S` Sep 17 19:41:53.123 INFO kablam! | Sep 17 19:41:53.123 INFO kablam! = help: consider adding a `where S: strategy::traits::Strategy` bound Sep 17 19:41:53.123 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:41:53.123 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:41:53.123 INFO kablam! Sep 17 19:41:53.123 INFO kablam! error: the trait bound `I: arbitrary::traits::Arbitrary` is not satisfied Sep 17 19:41:53.123 INFO kablam! --> src/arbitrary/mod.rs:55:26 Sep 17 19:41:53.123 INFO kablam! | Sep 17 19:41:53.123 INFO kablam! 55 | pub type SMapped = statics::Map, fn(I) -> O>; Sep 17 19:41:53.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `arbitrary::traits::Arbitrary` is not implemented for `I` Sep 17 19:41:53.123 INFO kablam! | Sep 17 19:41:53.123 INFO kablam! = help: consider adding a `where I: arbitrary::traits::Arbitrary` bound Sep 17 19:41:53.124 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:41:53.124 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:41:53.124 INFO kablam! Sep 17 19:41:53.124 INFO kablam! error: the trait bound `I: arbitrary::traits::Arbitrary` is not satisfied Sep 17 19:41:53.124 INFO kablam! --> src/arbitrary/mod.rs:63:25 Sep 17 19:41:53.124 INFO kablam! | Sep 17 19:41:53.124 INFO kablam! 63 | pub type Mapped = Map, fn(I) -> O>; Sep 17 19:41:53.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `arbitrary::traits::Arbitrary` is not implemented for `I` Sep 17 19:41:53.124 INFO kablam! | Sep 17 19:41:53.124 INFO kablam! = help: consider adding a `where I: arbitrary::traits::Arbitrary` bound Sep 17 19:41:53.124 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:41:53.124 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:41:53.124 INFO kablam! Sep 17 19:41:53.143 INFO kablam! error: the trait bound `S: strategy::traits::Strategy` is not satisfied Sep 17 19:41:53.143 INFO kablam! --> src/strategy/traits.rs:29:23 Sep 17 19:41:53.143 INFO kablam! | Sep 17 19:41:53.143 INFO kablam! 29 | pub type NewTree = Result<::Tree, Reason>; Sep 17 19:41:53.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `strategy::traits::Strategy` is not implemented for `S` Sep 17 19:41:53.143 INFO kablam! | Sep 17 19:41:53.143 INFO kablam! = help: consider adding a `where S: strategy::traits::Strategy` bound Sep 17 19:41:53.143 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:41:53.143 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:41:53.143 INFO kablam! Sep 17 19:41:53.143 INFO kablam! error: the trait bound `S: strategy::traits::Strategy` is not satisfied Sep 17 19:41:53.143 INFO kablam! --> src/strategy/traits.rs:33:24 Sep 17 19:41:53.143 INFO kablam! | Sep 17 19:41:53.143 INFO kablam! 33 | pub type ValueFor = <::Tree as ValueTree>::Value; Sep 17 19:41:53.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `strategy::traits::Strategy` is not implemented for `S` Sep 17 19:41:53.143 INFO kablam! | Sep 17 19:41:53.143 INFO kablam! = help: consider adding a `where S: strategy::traits::Strategy` bound Sep 17 19:41:53.143 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:41:53.143 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:41:53.143 INFO kablam! Sep 17 19:41:53.215 INFO kablam! error: the trait bound `S: strategy::traits::Strategy` is not satisfied Sep 17 19:41:53.215 INFO kablam! --> src/test_runner/runner.rs:213:25 Sep 17 19:41:53.215 INFO kablam! | Sep 17 19:41:53.215 INFO kablam! 213 | type TestRunResult = Result<(), TestError<::Value>>; Sep 17 19:41:53.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `strategy::traits::Strategy` is not implemented for `S` Sep 17 19:41:53.215 INFO kablam! | Sep 17 19:41:53.215 INFO kablam! = help: consider adding a `where S: strategy::traits::Strategy` bound Sep 17 19:41:53.215 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:41:53.215 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:41:53.215 INFO kablam! Sep 17 19:41:53.223 INFO kablam! error: the trait bound `T: strategy::traits::Strategy` is not satisfied Sep 17 19:41:53.223 INFO kablam! --> src/result.rs:73:21 Sep 17 19:41:53.223 INFO kablam! | Sep 17 19:41:53.223 INFO kablam! 73 | type MapErr = statics::Map::Value, ::Value>>; Sep 17 19:41:53.223 INFO kablam! | |____________________________________________________^ the trait `strategy::traits::Strategy` is not implemented for `T` Sep 17 19:41:53.223 INFO kablam! | Sep 17 19:41:53.223 INFO kablam! = help: consider adding a `where T: strategy::traits::Strategy` bound Sep 17 19:41:53.223 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:41:53.223 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:41:53.223 INFO kablam! Sep 17 19:41:53.223 INFO kablam! error: the trait bound `E: strategy::traits::Strategy` is not satisfied Sep 17 19:41:53.223 INFO kablam! --> src/result.rs:73:21 Sep 17 19:41:53.223 INFO kablam! | Sep 17 19:41:53.223 INFO kablam! 73 | type MapErr = statics::Map::Value, ::Value>>; Sep 17 19:41:53.223 INFO kablam! | |____________________________________________________^ the trait `strategy::traits::Strategy` is not implemented for `E` Sep 17 19:41:53.223 INFO kablam! | Sep 17 19:41:53.223 INFO kablam! = help: consider adding a `where E: strategy::traits::Strategy` bound Sep 17 19:41:53.223 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:41:53.223 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:41:53.223 INFO kablam! Sep 17 19:41:53.223 INFO kablam! error: the trait bound `T: strategy::traits::Strategy` is not satisfied Sep 17 19:41:53.223 INFO kablam! --> src/result.rs:75:21 Sep 17 19:41:53.223 INFO kablam! | Sep 17 19:41:53.223 INFO kablam! 75 | type MapOk = statics::Map::Value, ::Value>>; Sep 17 19:41:53.223 INFO kablam! | |____________________________________________________^ the trait `strategy::traits::Strategy` is not implemented for `T` Sep 17 19:41:53.223 INFO kablam! | Sep 17 19:41:53.223 INFO kablam! = help: consider adding a `where T: strategy::traits::Strategy` bound Sep 17 19:41:53.223 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:41:53.223 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:41:53.223 INFO kablam! Sep 17 19:41:53.223 INFO kablam! error: the trait bound `E: strategy::traits::Strategy` is not satisfied Sep 17 19:41:53.223 INFO kablam! --> src/result.rs:75:21 Sep 17 19:41:53.223 INFO kablam! | Sep 17 19:41:53.223 INFO kablam! 75 | type MapOk = statics::Map::Value, ::Value>>; Sep 17 19:41:53.224 INFO kablam! | |____________________________________________________^ the trait `strategy::traits::Strategy` is not implemented for `E` Sep 17 19:41:53.224 INFO kablam! | Sep 17 19:41:53.224 INFO kablam! = help: consider adding a `where E: strategy::traits::Strategy` bound Sep 17 19:41:53.224 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:41:53.224 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:41:53.224 INFO kablam! Sep 17 19:41:53.225 INFO kablam! error: `T` doesn't implement `core::fmt::Debug` Sep 17 19:41:53.225 INFO kablam! --> src/string.rs:101:23 Sep 17 19:41:53.225 INFO kablam! | Sep 17 19:41:53.225 INFO kablam! 101 | type ParseResult = Result, Error>; Sep 17 19:41:53.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `core::fmt::Debug` Sep 17 19:41:53.225 INFO kablam! | Sep 17 19:41:53.225 INFO kablam! = help: the trait `core::fmt::Debug` is not implemented for `T` Sep 17 19:41:53.225 INFO kablam! = help: consider adding a `where T: core::fmt::Debug` bound Sep 17 19:41:53.225 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 19:41:53.225 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 19:41:53.225 INFO kablam! Sep 17 19:41:53.843 INFO kablam! error: aborting due to 13 previous errors Sep 17 19:41:53.843 INFO kablam! Sep 17 19:41:53.851 INFO kablam! error: Could not compile `proptest`. Sep 17 19:41:53.851 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 19:41:54.738 INFO kablam! error: aborting due to 13 previous errors Sep 17 19:41:54.738 INFO kablam! Sep 17 19:41:54.752 INFO kablam! error: Could not compile `proptest`. Sep 17 19:41:54.752 INFO kablam! Sep 17 19:41:54.752 INFO kablam! To learn more, run the command again with --verbose. Sep 17 19:41:54.752 INFO kablam! su: No module specific data is present Sep 17 19:41:56.146 INFO running `"docker" "rm" "-f" "8419731d05846c74043da291fd54b9f8dabd7537042b1fe1aeeb6e6e8d590f2b"` Sep 17 19:41:56.407 INFO blam! 8419731d05846c74043da291fd54b9f8dabd7537042b1fe1aeeb6e6e8d590f2b