Sep 18 00:17:19.871 INFO checking geoq_wkt-0.2.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 00:17:19.871 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 00:17:19.872 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 18 00:17:20.095 INFO blam! a6bc2276b0f68f3b7bdbde787006b9dcc13f845a077f8f83f558a9f3107803dd Sep 18 00:17:20.102 INFO running `"docker" "start" "-a" "a6bc2276b0f68f3b7bdbde787006b9dcc13f845a077f8f83f558a9f3107803dd"` Sep 18 00:17:20.770 INFO kablam! usermod: no changes Sep 18 00:17:20.804 INFO kablam! Checking geoq_wkt v0.2.0 (/source) Sep 18 00:17:21.139 INFO kablam! error: the trait bound `T: num_traits::Float` is not satisfied Sep 18 00:17:21.139 INFO kablam! --> src/tokenizer.rs:46:30 Sep 18 00:17:21.139 INFO kablam! | Sep 18 00:17:21.139 INFO kablam! 46 | pub type PeekableTokens = Peekable>; Sep 18 00:17:21.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 18 00:17:21.139 INFO kablam! | Sep 18 00:17:21.139 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 00:17:21.139 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 18 00:17:21.140 INFO kablam! = note: required because of the requirements on the impl of `types::coord_type::CoordType` for `T` Sep 18 00:17:21.140 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:17:21.140 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:17:21.140 INFO kablam! Sep 18 00:17:21.141 INFO kablam! error: the trait bound `T: std::default::Default` is not satisfied Sep 18 00:17:21.141 INFO kablam! --> src/tokenizer.rs:46:30 Sep 18 00:17:21.141 INFO kablam! | Sep 18 00:17:21.141 INFO kablam! 46 | pub type PeekableTokens = Peekable>; Sep 18 00:17:21.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `T` Sep 18 00:17:21.141 INFO kablam! | Sep 18 00:17:21.141 INFO kablam! = help: consider adding a `where T: std::default::Default` bound Sep 18 00:17:21.141 INFO kablam! = note: required because of the requirements on the impl of `types::coord_type::CoordType` for `T` Sep 18 00:17:21.141 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:17:21.141 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:17:21.141 INFO kablam! Sep 18 00:17:21.142 INFO kablam! error: the trait bound `T: std::str::FromStr` is not satisfied Sep 18 00:17:21.142 INFO kablam! --> src/tokenizer.rs:46:30 Sep 18 00:17:21.142 INFO kablam! | Sep 18 00:17:21.142 INFO kablam! 46 | pub type PeekableTokens = Peekable>; Sep 18 00:17:21.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::str::FromStr` is not implemented for `T` Sep 18 00:17:21.142 INFO kablam! | Sep 18 00:17:21.142 INFO kablam! = help: consider adding a `where T: std::str::FromStr` bound Sep 18 00:17:21.142 INFO kablam! = note: required because of the requirements on the impl of `types::coord_type::CoordType` for `T` Sep 18 00:17:21.142 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:17:21.142 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:17:21.142 INFO kablam! Sep 18 00:17:21.142 INFO kablam! error: `T` doesn't implement `std::fmt::Display` Sep 18 00:17:21.143 INFO kablam! --> src/tokenizer.rs:46:30 Sep 18 00:17:21.143 INFO kablam! | Sep 18 00:17:21.143 INFO kablam! 46 | pub type PeekableTokens = Peekable>; Sep 18 00:17:21.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted with the default formatter Sep 18 00:17:21.143 INFO kablam! | Sep 18 00:17:21.143 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `T` Sep 18 00:17:21.143 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Sep 18 00:17:21.143 INFO kablam! = help: consider adding a `where T: std::fmt::Display` bound Sep 18 00:17:21.143 INFO kablam! = note: required because of the requirements on the impl of `types::coord_type::CoordType` for `T` Sep 18 00:17:21.143 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:17:21.143 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:17:21.143 INFO kablam! Sep 18 00:17:21.180 INFO kablam! error: aborting due to 4 previous errors Sep 18 00:17:21.180 INFO kablam! Sep 18 00:17:21.188 INFO kablam! error: Could not compile `geoq_wkt`. Sep 18 00:17:21.188 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 00:17:21.322 INFO kablam! error: the trait bound `T: num_traits::Float` is not satisfied Sep 18 00:17:21.322 INFO kablam! --> src/tokenizer.rs:46:30 Sep 18 00:17:21.322 INFO kablam! | Sep 18 00:17:21.322 INFO kablam! 46 | pub type PeekableTokens = Peekable>; Sep 18 00:17:21.322 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 18 00:17:21.323 INFO kablam! | Sep 18 00:17:21.323 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 00:17:21.323 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 18 00:17:21.324 INFO kablam! = note: required because of the requirements on the impl of `types::coord_type::CoordType` for `T` Sep 18 00:17:21.324 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:17:21.325 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:17:21.325 INFO kablam! Sep 18 00:17:21.325 INFO kablam! error: the trait bound `T: std::default::Default` is not satisfied Sep 18 00:17:21.325 INFO kablam! --> src/tokenizer.rs:46:30 Sep 18 00:17:21.326 INFO kablam! | Sep 18 00:17:21.326 INFO kablam! 46 | pub type PeekableTokens = Peekable>; Sep 18 00:17:21.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `T` Sep 18 00:17:21.327 INFO kablam! | Sep 18 00:17:21.327 INFO kablam! = help: consider adding a `where T: std::default::Default` bound Sep 18 00:17:21.328 INFO kablam! = note: required because of the requirements on the impl of `types::coord_type::CoordType` for `T` Sep 18 00:17:21.328 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:17:21.328 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:17:21.328 INFO kablam! Sep 18 00:17:21.328 INFO kablam! error: the trait bound `T: std::str::FromStr` is not satisfied Sep 18 00:17:21.328 INFO kablam! --> src/tokenizer.rs:46:30 Sep 18 00:17:21.328 INFO kablam! | Sep 18 00:17:21.328 INFO kablam! 46 | pub type PeekableTokens = Peekable>; Sep 18 00:17:21.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::str::FromStr` is not implemented for `T` Sep 18 00:17:21.328 INFO kablam! | Sep 18 00:17:21.328 INFO kablam! = help: consider adding a `where T: std::str::FromStr` bound Sep 18 00:17:21.328 INFO kablam! = note: required because of the requirements on the impl of `types::coord_type::CoordType` for `T` Sep 18 00:17:21.328 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:17:21.328 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:17:21.328 INFO kablam! Sep 18 00:17:21.329 INFO kablam! error: `T` doesn't implement `std::fmt::Display` Sep 18 00:17:21.329 INFO kablam! --> src/tokenizer.rs:46:30 Sep 18 00:17:21.329 INFO kablam! | Sep 18 00:17:21.329 INFO kablam! 46 | pub type PeekableTokens = Peekable>; Sep 18 00:17:21.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted with the default formatter Sep 18 00:17:21.329 INFO kablam! | Sep 18 00:17:21.329 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `T` Sep 18 00:17:21.329 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Sep 18 00:17:21.329 INFO kablam! = help: consider adding a `where T: std::fmt::Display` bound Sep 18 00:17:21.329 INFO kablam! = note: required because of the requirements on the impl of `types::coord_type::CoordType` for `T` Sep 18 00:17:21.329 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:17:21.329 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:17:21.329 INFO kablam! Sep 18 00:17:21.373 INFO kablam! error: aborting due to 4 previous errors Sep 18 00:17:21.373 INFO kablam! Sep 18 00:17:21.382 INFO kablam! error: Could not compile `geoq_wkt`. Sep 18 00:17:21.383 INFO kablam! Sep 18 00:17:21.383 INFO kablam! To learn more, run the command again with --verbose. Sep 18 00:17:21.383 INFO kablam! su: No module specific data is present Sep 18 00:17:21.825 INFO running `"docker" "rm" "-f" "a6bc2276b0f68f3b7bdbde787006b9dcc13f845a077f8f83f558a9f3107803dd"` Sep 18 00:17:21.927 INFO blam! a6bc2276b0f68f3b7bdbde787006b9dcc13f845a077f8f83f558a9f3107803dd