Sep 21 10:02:01.631 INFO checking geoq_wkt-0.2.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 10:02:01.631 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 10:02:01.631 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 10:02:01.778 INFO blam! d88540aea8b9f650970042dab3760e5eed349842ffb3d2d8cb77117c1d5d07b7 Sep 21 10:02:01.780 INFO running `"docker" "start" "-a" "d88540aea8b9f650970042dab3760e5eed349842ffb3d2d8cb77117c1d5d07b7"` Sep 21 10:02:02.363 INFO kablam! usermod: no changes Sep 21 10:02:02.391 INFO kablam! Checking geoq_wkt v0.2.0 (/source) Sep 21 10:02:02.687 INFO kablam! warning: the trait bound `T: num_traits::Float` is not satisfied Sep 21 10:02:02.687 INFO kablam! --> src/tokenizer.rs:46:30 Sep 21 10:02:02.687 INFO kablam! | Sep 21 10:02:02.687 INFO kablam! 46 | pub type PeekableTokens = Peekable>; Sep 21 10:02:02.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 21 10:02:02.687 INFO kablam! | Sep 21 10:02:02.687 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 10:02:02.687 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 21 10:02:02.687 INFO kablam! = note: required because of the requirements on the impl of `types::coord_type::CoordType` for `T` Sep 21 10:02:02.687 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:02:02.687 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:02:02.687 INFO kablam! Sep 21 10:02:02.687 INFO kablam! warning: the trait bound `T: std::default::Default` is not satisfied Sep 21 10:02:02.687 INFO kablam! --> src/tokenizer.rs:46:30 Sep 21 10:02:02.687 INFO kablam! | Sep 21 10:02:02.687 INFO kablam! 46 | pub type PeekableTokens = Peekable>; Sep 21 10:02:02.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `T` Sep 21 10:02:02.687 INFO kablam! | Sep 21 10:02:02.687 INFO kablam! = help: consider adding a `where T: std::default::Default` bound Sep 21 10:02:02.687 INFO kablam! = note: required because of the requirements on the impl of `types::coord_type::CoordType` for `T` Sep 21 10:02:02.687 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:02:02.687 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:02:02.687 INFO kablam! Sep 21 10:02:02.687 INFO kablam! warning: the trait bound `T: std::str::FromStr` is not satisfied Sep 21 10:02:02.687 INFO kablam! --> src/tokenizer.rs:46:30 Sep 21 10:02:02.687 INFO kablam! | Sep 21 10:02:02.687 INFO kablam! 46 | pub type PeekableTokens = Peekable>; Sep 21 10:02:02.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::str::FromStr` is not implemented for `T` Sep 21 10:02:02.687 INFO kablam! | Sep 21 10:02:02.687 INFO kablam! = help: consider adding a `where T: std::str::FromStr` bound Sep 21 10:02:02.687 INFO kablam! = note: required because of the requirements on the impl of `types::coord_type::CoordType` for `T` Sep 21 10:02:02.687 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:02:02.687 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:02:02.687 INFO kablam! Sep 21 10:02:02.687 INFO kablam! warning: `T` doesn't implement `std::fmt::Display` Sep 21 10:02:02.687 INFO kablam! --> src/tokenizer.rs:46:30 Sep 21 10:02:02.687 INFO kablam! | Sep 21 10:02:02.687 INFO kablam! 46 | pub type PeekableTokens = Peekable>; Sep 21 10:02:02.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted with the default formatter Sep 21 10:02:02.687 INFO kablam! | Sep 21 10:02:02.687 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `T` Sep 21 10:02:02.687 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Sep 21 10:02:02.687 INFO kablam! = help: consider adding a `where T: std::fmt::Display` bound Sep 21 10:02:02.687 INFO kablam! = note: required because of the requirements on the impl of `types::coord_type::CoordType` for `T` Sep 21 10:02:02.687 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:02:02.687 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:02:02.687 INFO kablam! Sep 21 10:02:02.855 INFO kablam! warning: the trait bound `T: num_traits::Float` is not satisfied Sep 21 10:02:02.855 INFO kablam! --> src/tokenizer.rs:46:30 Sep 21 10:02:02.855 INFO kablam! | Sep 21 10:02:02.855 INFO kablam! 46 | pub type PeekableTokens = Peekable>; Sep 21 10:02:02.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `num_traits::Float` is not implemented for `T` Sep 21 10:02:02.855 INFO kablam! | Sep 21 10:02:02.855 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 10:02:02.855 INFO kablam! = help: consider adding a `where T: num_traits::Float` bound Sep 21 10:02:02.855 INFO kablam! = note: required because of the requirements on the impl of `types::coord_type::CoordType` for `T` Sep 21 10:02:02.855 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:02:02.855 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:02:02.855 INFO kablam! Sep 21 10:02:02.856 INFO kablam! warning: the trait bound `T: std::default::Default` is not satisfied Sep 21 10:02:02.856 INFO kablam! --> src/tokenizer.rs:46:30 Sep 21 10:02:02.856 INFO kablam! | Sep 21 10:02:02.857 INFO kablam! 46 | pub type PeekableTokens = Peekable>; Sep 21 10:02:02.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::default::Default` is not implemented for `T` Sep 21 10:02:02.857 INFO kablam! | Sep 21 10:02:02.858 INFO kablam! = help: consider adding a `where T: std::default::Default` bound Sep 21 10:02:02.858 INFO kablam! = note: required because of the requirements on the impl of `types::coord_type::CoordType` for `T` Sep 21 10:02:02.858 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:02:02.859 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:02:02.859 INFO kablam! Sep 21 10:02:02.860 INFO kablam! warning: the trait bound `T: std::str::FromStr` is not satisfied Sep 21 10:02:02.860 INFO kablam! --> src/tokenizer.rs:46:30 Sep 21 10:02:02.860 INFO kablam! | Sep 21 10:02:02.861 INFO kablam! 46 | pub type PeekableTokens = Peekable>; Sep 21 10:02:02.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ the trait `std::str::FromStr` is not implemented for `T` Sep 21 10:02:02.861 INFO kablam! | Sep 21 10:02:02.862 INFO kablam! = help: consider adding a `where T: std::str::FromStr` bound Sep 21 10:02:02.862 INFO kablam! = note: required because of the requirements on the impl of `types::coord_type::CoordType` for `T` Sep 21 10:02:02.863 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:02:02.863 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:02:02.863 INFO kablam! Sep 21 10:02:02.864 INFO kablam! warning: `T` doesn't implement `std::fmt::Display` Sep 21 10:02:02.864 INFO kablam! --> src/tokenizer.rs:46:30 Sep 21 10:02:02.864 INFO kablam! | Sep 21 10:02:02.865 INFO kablam! 46 | pub type PeekableTokens = Peekable>; Sep 21 10:02:02.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted with the default formatter Sep 21 10:02:02.865 INFO kablam! | Sep 21 10:02:02.866 INFO kablam! = help: the trait `std::fmt::Display` is not implemented for `T` Sep 21 10:02:02.866 INFO kablam! = note: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead Sep 21 10:02:02.867 INFO kablam! = help: consider adding a `where T: std::fmt::Display` bound Sep 21 10:02:02.867 INFO kablam! = note: required because of the requirements on the impl of `types::coord_type::CoordType` for `T` Sep 21 10:02:02.867 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 10:02:02.868 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 10:02:02.868 INFO kablam! Sep 21 10:02:03.771 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.39s Sep 21 10:02:03.773 INFO kablam! su: No module specific data is present Sep 21 10:02:04.293 INFO running `"docker" "rm" "-f" "d88540aea8b9f650970042dab3760e5eed349842ffb3d2d8cb77117c1d5d07b7"` Sep 21 10:02:04.400 INFO blam! d88540aea8b9f650970042dab3760e5eed349842ffb3d2d8cb77117c1d5d07b7