Sep 01 02:19:02.692 INFO checking wankel-0.0.1 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 02:19:02.692 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 02:19:02.692 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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=500" "-e" "CMD=cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 02:19:02.856 INFO blam! 44d3ae7acfa5b7d623aa6412a0c468a0409d671ccc86a01eb204ad337aa6fb93 Sep 01 02:19:02.857 INFO running `"docker" "start" "-a" "44d3ae7acfa5b7d623aa6412a0c468a0409d671ccc86a01eb204ad337aa6fb93"` Sep 01 02:19:03.644 INFO kablam! Checking wankel v0.0.1 (file:///source) Sep 01 02:19:03.996 INFO kablam! warning: unused import: `super::Sphere` Sep 01 02:19:03.996 INFO kablam! --> src/math/sphere.rs:86:9 Sep 01 02:19:03.996 INFO kablam! | Sep 01 02:19:03.996 INFO kablam! 86 | use super::Sphere; Sep 01 02:19:03.996 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 02:19:03.996 INFO kablam! | Sep 01 02:19:03.996 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 02:19:03.996 INFO kablam! Sep 01 02:19:04.485 INFO kablam! warning: floating-point types cannot be used in patterns Sep 01 02:19:04.485 INFO kablam! --> src/math/quaternion.rs:208:13 Sep 01 02:19:04.485 INFO kablam! | Sep 01 02:19:04.485 INFO kablam! 208 | 0.0 => Quaternion::DEFAULT, Sep 01 02:19:04.485 INFO kablam! | ^^^ Sep 01 02:19:04.485 INFO kablam! | Sep 01 02:19:04.485 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 01 02:19:04.485 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 02:19:04.485 INFO kablam! = note: for more information, see issue #41620 Sep 01 02:19:04.485 INFO kablam! Sep 01 02:19:04.485 INFO kablam! warning: floating-point types cannot be used in patterns Sep 01 02:19:04.486 INFO kablam! --> src/math/quaternion.rs:240:13 Sep 01 02:19:04.486 INFO kablam! | Sep 01 02:19:04.486 INFO kablam! 240 | 0.0 => self.clone(), Sep 01 02:19:04.486 INFO kablam! | ^^^ Sep 01 02:19:04.486 INFO kablam! | Sep 01 02:19:04.486 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 02:19:04.486 INFO kablam! = note: for more information, see issue #41620 Sep 01 02:19:04.486 INFO kablam! Sep 01 02:19:04.487 INFO kablam! warning: floating-point types cannot be used in patterns Sep 01 02:19:04.487 INFO kablam! --> src/math/quaternion.rs:241:13 Sep 01 02:19:04.487 INFO kablam! | Sep 01 02:19:04.487 INFO kablam! 241 | 1.0 => qb.clone(), Sep 01 02:19:04.487 INFO kablam! | ^^^ Sep 01 02:19:04.487 INFO kablam! | Sep 01 02:19:04.487 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 02:19:04.487 INFO kablam! = note: for more information, see issue #41620 Sep 01 02:19:04.487 INFO kablam! Sep 01 02:19:04.487 INFO kablam! warning: floating-point types cannot be used in patterns Sep 01 02:19:04.487 INFO kablam! --> src/math/vector2.rs:187:13 Sep 01 02:19:04.487 INFO kablam! | Sep 01 02:19:04.487 INFO kablam! 187 | 0.0 => self.multiply_scalar(0.0), Sep 01 02:19:04.487 INFO kablam! | ^^^ Sep 01 02:19:04.487 INFO kablam! | Sep 01 02:19:04.487 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 02:19:04.487 INFO kablam! = note: for more information, see issue #41620 Sep 01 02:19:04.487 INFO kablam! Sep 01 02:19:04.557 INFO kablam! warning: floating-point types cannot be used in patterns Sep 01 02:19:04.557 INFO kablam! --> src/math/quaternion.rs:208:13 Sep 01 02:19:04.557 INFO kablam! | Sep 01 02:19:04.557 INFO kablam! 208 | 0.0 => Quaternion::DEFAULT, Sep 01 02:19:04.557 INFO kablam! | ^^^ Sep 01 02:19:04.557 INFO kablam! | Sep 01 02:19:04.557 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 02:19:04.557 INFO kablam! = note: for more information, see issue #41620 Sep 01 02:19:04.557 INFO kablam! Sep 01 02:19:04.597 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 01 02:19:04.597 INFO kablam! --> src/lib.rs:2:12 Sep 01 02:19:04.597 INFO kablam! | Sep 01 02:19:04.597 INFO kablam! 2 | #![feature(associated_consts)] Sep 01 02:19:04.597 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 02:19:04.597 INFO kablam! | Sep 01 02:19:04.597 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 02:19:04.597 INFO kablam! Sep 01 02:19:04.822 INFO kablam! warning: floating-point types cannot be used in patterns Sep 01 02:19:04.822 INFO kablam! --> src/math/quaternion.rs:208:13 Sep 01 02:19:04.822 INFO kablam! | Sep 01 02:19:04.822 INFO kablam! 208 | 0.0 => Quaternion::DEFAULT, Sep 01 02:19:04.822 INFO kablam! | ^^^ Sep 01 02:19:04.822 INFO kablam! | Sep 01 02:19:04.822 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 01 02:19:04.822 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 02:19:04.822 INFO kablam! = note: for more information, see issue #41620 Sep 01 02:19:04.822 INFO kablam! Sep 01 02:19:04.822 INFO kablam! warning: floating-point types cannot be used in patterns Sep 01 02:19:04.822 INFO kablam! --> src/math/quaternion.rs:240:13 Sep 01 02:19:04.822 INFO kablam! | Sep 01 02:19:04.822 INFO kablam! 240 | 0.0 => self.clone(), Sep 01 02:19:04.822 INFO kablam! | ^^^ Sep 01 02:19:04.822 INFO kablam! | Sep 01 02:19:04.822 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 02:19:04.822 INFO kablam! = note: for more information, see issue #41620 Sep 01 02:19:04.822 INFO kablam! Sep 01 02:19:04.822 INFO kablam! warning: floating-point types cannot be used in patterns Sep 01 02:19:04.822 INFO kablam! --> src/math/quaternion.rs:241:13 Sep 01 02:19:04.822 INFO kablam! | Sep 01 02:19:04.822 INFO kablam! 241 | 1.0 => qb.clone(), Sep 01 02:19:04.822 INFO kablam! | ^^^ Sep 01 02:19:04.822 INFO kablam! | Sep 01 02:19:04.822 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 02:19:04.822 INFO kablam! = note: for more information, see issue #41620 Sep 01 02:19:04.822 INFO kablam! Sep 01 02:19:04.822 INFO kablam! warning: floating-point types cannot be used in patterns Sep 01 02:19:04.822 INFO kablam! --> src/math/vector2.rs:187:13 Sep 01 02:19:04.822 INFO kablam! | Sep 01 02:19:04.823 INFO kablam! 187 | 0.0 => self.multiply_scalar(0.0), Sep 01 02:19:04.823 INFO kablam! | ^^^ Sep 01 02:19:04.823 INFO kablam! | Sep 01 02:19:04.823 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 02:19:04.823 INFO kablam! = note: for more information, see issue #41620 Sep 01 02:19:04.823 INFO kablam! Sep 01 02:19:04.958 INFO kablam! warning: floating-point types cannot be used in patterns Sep 01 02:19:04.958 INFO kablam! --> src/math/quaternion.rs:208:13 Sep 01 02:19:04.958 INFO kablam! | Sep 01 02:19:04.958 INFO kablam! 208 | 0.0 => Quaternion::DEFAULT, Sep 01 02:19:04.958 INFO kablam! | ^^^ Sep 01 02:19:04.958 INFO kablam! | Sep 01 02:19:04.958 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 01 02:19:04.958 INFO kablam! = note: for more information, see issue #41620 Sep 01 02:19:04.958 INFO kablam! Sep 01 02:19:05.110 INFO kablam! warning: the feature `associated_consts` has been stable since 1.20.0 and no longer requires an attribute to enable Sep 01 02:19:05.110 INFO kablam! --> src/lib.rs:2:12 Sep 01 02:19:05.110 INFO kablam! | Sep 01 02:19:05.110 INFO kablam! 2 | #![feature(associated_consts)] Sep 01 02:19:05.110 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 02:19:05.111 INFO kablam! | Sep 01 02:19:05.111 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 02:19:05.111 INFO kablam! Sep 01 02:19:05.157 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.52s Sep 01 02:19:05.158 INFO kablam! su: No module specific data is present Sep 01 02:19:05.537 INFO running `"docker" "rm" "-f" "44d3ae7acfa5b7d623aa6412a0c468a0409d671ccc86a01eb204ad337aa6fb93"` Sep 01 02:19:05.650 INFO blam! 44d3ae7acfa5b7d623aa6412a0c468a0409d671ccc86a01eb204ad337aa6fb93