Sep 21 02:32:58.168 INFO checking statrs-0.7.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 02:32:58.168 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 02:32:58.169 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/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 02:32:58.364 INFO blam! 50403372c385c7e0c791b989f74b06c500903de5ca50c36ba53c57153d0569c6 Sep 21 02:32:58.365 INFO running `"docker" "start" "-a" "50403372c385c7e0c791b989f74b06c500903de5ca50c36ba53c57153d0569c6"` Sep 21 02:32:59.434 INFO kablam! usermod: no changes Sep 21 02:32:59.543 INFO kablam! Checking statrs v0.7.0 (/source) Sep 21 02:33:00.674 INFO kablam! warning: unused imports: `Continuous`, `Univariate` Sep 21 02:33:00.674 INFO kablam! --> src/distribution/erlang.rs:328:24 Sep 21 02:33:00.674 INFO kablam! | Sep 21 02:33:00.674 INFO kablam! 328 | use distribution::{Univariate, Continuous, Erlang}; Sep 21 02:33:00.674 INFO kablam! | ^^^^^^^^^^ ^^^^^^^^^^ Sep 21 02:33:00.674 INFO kablam! | Sep 21 02:33:00.677 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 02:33:00.677 INFO kablam! Sep 21 02:33:00.703 INFO kablam! warning: unnecessary parentheses around method argument Sep 21 02:33:00.703 INFO kablam! --> src/statistics/iter_statistics.rs:310:88 Sep 21 02:33:00.703 INFO kablam! | Sep 21 02:33:00.703 INFO kablam! 310 | assert_almost_eq!((&data).population_variance(), (&data).population_covariance((&data)), 1e-10); Sep 21 02:33:00.703 INFO kablam! | ^^^^^^^ help: remove these parentheses Sep 21 02:33:00.703 INFO kablam! | Sep 21 02:33:00.703 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 02:33:00.703 INFO kablam! Sep 21 02:33:00.710 INFO kablam! warning: unnecessary parentheses around method argument Sep 21 02:33:00.710 INFO kablam! --> src/statistics/iter_statistics.rs:310:88 Sep 21 02:33:00.710 INFO kablam! | Sep 21 02:33:00.710 INFO kablam! 310 | assert_almost_eq!((&data).population_variance(), (&data).population_covariance((&data)), 1e-10); Sep 21 02:33:00.710 INFO kablam! | ^^^^^^^ help: remove these parentheses Sep 21 02:33:00.710 INFO kablam! Sep 21 02:33:00.710 INFO kablam! warning: unnecessary parentheses around method argument Sep 21 02:33:00.710 INFO kablam! --> src/statistics/iter_statistics.rs:313:88 Sep 21 02:33:00.710 INFO kablam! | Sep 21 02:33:00.710 INFO kablam! 313 | assert_almost_eq!((&data).population_variance(), (&data).population_covariance((&data)), 1e-10); Sep 21 02:33:00.710 INFO kablam! | ^^^^^^^ help: remove these parentheses Sep 21 02:33:00.710 INFO kablam! Sep 21 02:33:00.710 INFO kablam! warning: unnecessary parentheses around method argument Sep 21 02:33:00.710 INFO kablam! --> src/statistics/iter_statistics.rs:316:88 Sep 21 02:33:00.710 INFO kablam! | Sep 21 02:33:00.710 INFO kablam! 316 | assert_almost_eq!((&data).population_variance(), (&data).population_covariance((&data)), 1e-10); Sep 21 02:33:00.710 INFO kablam! | ^^^^^^^ help: remove these parentheses Sep 21 02:33:00.710 INFO kablam! Sep 21 02:33:00.710 INFO kablam! warning: unnecessary parentheses around method argument Sep 21 02:33:00.710 INFO kablam! --> src/statistics/iter_statistics.rs:319:88 Sep 21 02:33:00.710 INFO kablam! | Sep 21 02:33:00.710 INFO kablam! 319 | assert_almost_eq!((&data).population_variance(), (&data).population_covariance((&data)), 1e-10); Sep 21 02:33:00.710 INFO kablam! | ^^^^^^^ help: remove these parentheses Sep 21 02:33:00.710 INFO kablam! Sep 21 02:33:01.081 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:01.081 INFO kablam! --> src/function/beta.rs:64:9 Sep 21 02:33:01.081 INFO kablam! | Sep 21 02:33:01.081 INFO kablam! 64 | 0.0 | 1.0 => 0.0, Sep 21 02:33:01.081 INFO kablam! | ^^^ Sep 21 02:33:01.081 INFO kablam! | Sep 21 02:33:01.081 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 21 02:33:01.081 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 21 02:33:01.081 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:01.081 INFO kablam! Sep 21 02:33:01.081 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:01.081 INFO kablam! --> src/function/beta.rs:64:15 Sep 21 02:33:01.081 INFO kablam! | Sep 21 02:33:01.081 INFO kablam! 64 | 0.0 | 1.0 => 0.0, Sep 21 02:33:01.081 INFO kablam! | ^^^ Sep 21 02:33:01.081 INFO kablam! | Sep 21 02:33:01.081 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 21 02:33:01.081 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:01.082 INFO kablam! Sep 21 02:33:01.082 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:01.082 INFO kablam! --> src/function/gamma.rs:343:9 Sep 21 02:33:01.082 INFO kablam! | Sep 21 02:33:01.083 INFO kablam! 343 | 0.0 => 0.0, Sep 21 02:33:01.083 INFO kablam! | ^^^ Sep 21 02:33:01.083 INFO kablam! | Sep 21 02:33:01.083 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 21 02:33:01.083 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:01.084 INFO kablam! Sep 21 02:33:01.084 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:01.084 INFO kablam! --> src/distribution/beta.rs:426:18 Sep 21 02:33:01.084 INFO kablam! | Sep 21 02:33:01.085 INFO kablam! 426 | (1.0, 0.0) => 0.0, Sep 21 02:33:01.085 INFO kablam! | ^^^ Sep 21 02:33:01.085 INFO kablam! | Sep 21 02:33:01.086 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 21 02:33:01.086 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:01.086 INFO kablam! Sep 21 02:33:01.087 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:01.087 INFO kablam! --> src/distribution/beta.rs:426:23 Sep 21 02:33:01.087 INFO kablam! | Sep 21 02:33:01.088 INFO kablam! 426 | (1.0, 0.0) => 0.0, Sep 21 02:33:01.088 INFO kablam! | ^^^ Sep 21 02:33:01.088 INFO kablam! | Sep 21 02:33:01.089 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 21 02:33:01.089 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:01.089 INFO kablam! Sep 21 02:33:01.089 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:01.090 INFO kablam! --> src/distribution/beta.rs:427:21 Sep 21 02:33:01.090 INFO kablam! | Sep 21 02:33:01.090 INFO kablam! 427 | (_, 0.0) => f64::NEG_INFINITY, Sep 21 02:33:01.091 INFO kablam! | ^^^ Sep 21 02:33:01.091 INFO kablam! | Sep 21 02:33:01.091 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 21 02:33:01.092 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:01.092 INFO kablam! Sep 21 02:33:01.092 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:01.092 INFO kablam! --> src/distribution/beta.rs:431:18 Sep 21 02:33:01.093 INFO kablam! | Sep 21 02:33:01.093 INFO kablam! 431 | (1.0, 1.0) => 0.0, Sep 21 02:33:01.093 INFO kablam! | ^^^ Sep 21 02:33:01.094 INFO kablam! | Sep 21 02:33:01.094 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 21 02:33:01.094 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:01.095 INFO kablam! Sep 21 02:33:01.095 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:01.095 INFO kablam! --> src/distribution/beta.rs:431:23 Sep 21 02:33:01.096 INFO kablam! | Sep 21 02:33:01.096 INFO kablam! 431 | (1.0, 1.0) => 0.0, Sep 21 02:33:01.096 INFO kablam! | ^^^ Sep 21 02:33:01.096 INFO kablam! | Sep 21 02:33:01.097 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 21 02:33:01.097 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:01.097 INFO kablam! Sep 21 02:33:01.098 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:01.098 INFO kablam! --> src/distribution/beta.rs:432:21 Sep 21 02:33:01.098 INFO kablam! | Sep 21 02:33:01.099 INFO kablam! 432 | (_, 1.0) => f64::NEG_INFINITY, Sep 21 02:33:01.099 INFO kablam! | ^^^ Sep 21 02:33:01.099 INFO kablam! | Sep 21 02:33:01.099 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 21 02:33:01.100 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:01.100 INFO kablam! Sep 21 02:33:01.100 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:01.101 INFO kablam! --> src/distribution/binomial.rs:238:13 Sep 21 02:33:01.101 INFO kablam! | Sep 21 02:33:01.101 INFO kablam! 238 | 0.0 | 1.0 => 0.0, Sep 21 02:33:01.103 INFO kablam! | ^^^ Sep 21 02:33:01.103 INFO kablam! | Sep 21 02:33:01.103 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 21 02:33:01.103 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:01.103 INFO kablam! Sep 21 02:33:01.103 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:01.103 INFO kablam! --> src/distribution/binomial.rs:238:19 Sep 21 02:33:01.103 INFO kablam! | Sep 21 02:33:01.103 INFO kablam! 238 | 0.0 | 1.0 => 0.0, Sep 21 02:33:01.105 INFO kablam! | ^^^ Sep 21 02:33:01.105 INFO kablam! | Sep 21 02:33:01.105 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 21 02:33:01.105 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:01.105 INFO kablam! Sep 21 02:33:01.105 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:01.105 INFO kablam! --> src/distribution/binomial.rs:285:13 Sep 21 02:33:01.105 INFO kablam! | Sep 21 02:33:01.105 INFO kablam! 285 | 0.0 => 0, Sep 21 02:33:01.105 INFO kablam! | ^^^ Sep 21 02:33:01.105 INFO kablam! | Sep 21 02:33:01.105 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 21 02:33:01.105 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:01.105 INFO kablam! Sep 21 02:33:01.105 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:01.105 INFO kablam! --> src/distribution/binomial.rs:286:13 Sep 21 02:33:01.105 INFO kablam! | Sep 21 02:33:01.105 INFO kablam! 286 | 1.0 => self.n, Sep 21 02:33:01.105 INFO kablam! | ^^^ Sep 21 02:33:01.105 INFO kablam! | Sep 21 02:33:01.105 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 21 02:33:01.105 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:01.105 INFO kablam! Sep 21 02:33:01.105 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:01.105 INFO kablam! --> src/distribution/binomial.rs:309:13 Sep 21 02:33:01.105 INFO kablam! | Sep 21 02:33:01.105 INFO kablam! 309 | 0.0 if x == 0 => 1.0, Sep 21 02:33:01.105 INFO kablam! | ^^^ Sep 21 02:33:01.105 INFO kablam! | Sep 21 02:33:01.105 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 21 02:33:01.105 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:01.105 INFO kablam! Sep 21 02:33:01.105 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:01.105 INFO kablam! --> src/distribution/binomial.rs:310:13 Sep 21 02:33:01.105 INFO kablam! | Sep 21 02:33:01.105 INFO kablam! 310 | 0.0 => 0.0, Sep 21 02:33:01.105 INFO kablam! | ^^^ Sep 21 02:33:01.105 INFO kablam! | Sep 21 02:33:01.105 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 21 02:33:01.105 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:01.105 INFO kablam! Sep 21 02:33:01.105 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:01.105 INFO kablam! --> src/distribution/binomial.rs:311:13 Sep 21 02:33:01.105 INFO kablam! | Sep 21 02:33:01.105 INFO kablam! 311 | 1.0 if x == self.n => 1.0, Sep 21 02:33:01.105 INFO kablam! | ^^^ Sep 21 02:33:01.105 INFO kablam! | Sep 21 02:33:01.105 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 21 02:33:01.105 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:01.105 INFO kablam! Sep 21 02:33:01.105 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:01.105 INFO kablam! --> src/distribution/binomial.rs:312:13 Sep 21 02:33:01.106 INFO kablam! | Sep 21 02:33:01.106 INFO kablam! 312 | 1.0 => 0.0, Sep 21 02:33:01.106 INFO kablam! | ^^^ Sep 21 02:33:01.106 INFO kablam! | Sep 21 02:33:01.106 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 21 02:33:01.106 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:01.106 INFO kablam! Sep 21 02:33:01.106 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:01.106 INFO kablam! --> src/distribution/binomial.rs:337:13 Sep 21 02:33:01.106 INFO kablam! | Sep 21 02:33:01.106 INFO kablam! 337 | 0.0 if x == 0 => 0.0, Sep 21 02:33:01.106 INFO kablam! | ^^^ Sep 21 02:33:01.106 INFO kablam! | Sep 21 02:33:01.106 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 21 02:33:01.106 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:01.106 INFO kablam! Sep 21 02:33:01.106 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:01.106 INFO kablam! --> src/distribution/binomial.rs:338:13 Sep 21 02:33:01.106 INFO kablam! | Sep 21 02:33:01.106 INFO kablam! 338 | 0.0 => f64::NEG_INFINITY, Sep 21 02:33:01.106 INFO kablam! | ^^^ Sep 21 02:33:01.106 INFO kablam! | Sep 21 02:33:01.106 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 21 02:33:01.106 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:01.106 INFO kablam! Sep 21 02:33:01.106 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:01.106 INFO kablam! --> src/distribution/binomial.rs:339:13 Sep 21 02:33:01.106 INFO kablam! | Sep 21 02:33:01.106 INFO kablam! 339 | 1.0 if x == self.n => 0.0, Sep 21 02:33:01.106 INFO kablam! | ^^^ Sep 21 02:33:01.106 INFO kablam! | Sep 21 02:33:01.106 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 21 02:33:01.106 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:01.106 INFO kablam! Sep 21 02:33:01.106 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:01.106 INFO kablam! --> src/distribution/binomial.rs:340:13 Sep 21 02:33:01.106 INFO kablam! | Sep 21 02:33:01.106 INFO kablam! 340 | 1.0 => f64::NEG_INFINITY, Sep 21 02:33:01.106 INFO kablam! | ^^^ Sep 21 02:33:01.106 INFO kablam! | Sep 21 02:33:01.106 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 21 02:33:01.106 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:01.106 INFO kablam! Sep 21 02:33:01.106 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:01.106 INFO kablam! --> src/distribution/weibull.rs:325:14 Sep 21 02:33:01.106 INFO kablam! | Sep 21 02:33:01.106 INFO kablam! 325 | (0.0, 1.0) => self.shape / self.scale, Sep 21 02:33:01.106 INFO kablam! | ^^^ Sep 21 02:33:01.106 INFO kablam! | Sep 21 02:33:01.106 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 21 02:33:01.106 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:01.106 INFO kablam! Sep 21 02:33:01.106 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:01.106 INFO kablam! --> src/distribution/weibull.rs:325:19 Sep 21 02:33:01.106 INFO kablam! | Sep 21 02:33:01.106 INFO kablam! 325 | (0.0, 1.0) => self.shape / self.scale, Sep 21 02:33:01.106 INFO kablam! | ^^^ Sep 21 02:33:01.106 INFO kablam! | Sep 21 02:33:01.106 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 21 02:33:01.106 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:01.106 INFO kablam! Sep 21 02:33:01.106 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:01.107 INFO kablam! --> src/distribution/weibull.rs:352:14 Sep 21 02:33:01.107 INFO kablam! | Sep 21 02:33:01.107 INFO kablam! 352 | (0.0, 1.0) => self.shape.ln() - self.scale.ln(), Sep 21 02:33:01.107 INFO kablam! | ^^^ Sep 21 02:33:01.107 INFO kablam! | Sep 21 02:33:01.107 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 21 02:33:01.107 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:01.107 INFO kablam! Sep 21 02:33:01.107 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:01.107 INFO kablam! --> src/distribution/weibull.rs:352:19 Sep 21 02:33:01.107 INFO kablam! | Sep 21 02:33:01.107 INFO kablam! 352 | (0.0, 1.0) => self.shape.ln() - self.scale.ln(), Sep 21 02:33:01.107 INFO kablam! | ^^^ Sep 21 02:33:01.107 INFO kablam! | Sep 21 02:33:01.107 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 21 02:33:01.107 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:01.107 INFO kablam! Sep 21 02:33:01.248 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:01.248 INFO kablam! --> src/function/beta.rs:64:9 Sep 21 02:33:01.248 INFO kablam! | Sep 21 02:33:01.248 INFO kablam! 64 | 0.0 | 1.0 => 0.0, Sep 21 02:33:01.248 INFO kablam! | ^^^ Sep 21 02:33:01.248 INFO kablam! | Sep 21 02:33:01.248 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 21 02:33:01.248 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:01.248 INFO kablam! Sep 21 02:33:03.056 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:03.056 INFO kablam! --> src/function/beta.rs:64:9 Sep 21 02:33:03.056 INFO kablam! | Sep 21 02:33:03.056 INFO kablam! 64 | 0.0 | 1.0 => 0.0, Sep 21 02:33:03.056 INFO kablam! | ^^^ Sep 21 02:33:03.056 INFO kablam! | Sep 21 02:33:03.056 INFO kablam! = note: #[warn(illegal_floating_point_literal_pattern)] on by default Sep 21 02:33:03.056 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 21 02:33:03.056 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:03.056 INFO kablam! Sep 21 02:33:03.056 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:03.056 INFO kablam! --> src/function/beta.rs:64:15 Sep 21 02:33:03.056 INFO kablam! | Sep 21 02:33:03.056 INFO kablam! 64 | 0.0 | 1.0 => 0.0, Sep 21 02:33:03.056 INFO kablam! | ^^^ Sep 21 02:33:03.056 INFO kablam! | Sep 21 02:33:03.056 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 21 02:33:03.056 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:03.056 INFO kablam! Sep 21 02:33:03.057 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:03.057 INFO kablam! --> src/function/gamma.rs:343:9 Sep 21 02:33:03.057 INFO kablam! | Sep 21 02:33:03.057 INFO kablam! 343 | 0.0 => 0.0, Sep 21 02:33:03.057 INFO kablam! | ^^^ Sep 21 02:33:03.057 INFO kablam! | Sep 21 02:33:03.057 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 21 02:33:03.057 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:03.057 INFO kablam! Sep 21 02:33:03.071 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:03.072 INFO kablam! --> src/distribution/beta.rs:426:18 Sep 21 02:33:03.072 INFO kablam! | Sep 21 02:33:03.072 INFO kablam! 426 | (1.0, 0.0) => 0.0, Sep 21 02:33:03.072 INFO kablam! | ^^^ Sep 21 02:33:03.072 INFO kablam! | Sep 21 02:33:03.072 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 21 02:33:03.072 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:03.072 INFO kablam! Sep 21 02:33:03.072 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:03.072 INFO kablam! --> src/distribution/beta.rs:426:23 Sep 21 02:33:03.072 INFO kablam! | Sep 21 02:33:03.072 INFO kablam! 426 | (1.0, 0.0) => 0.0, Sep 21 02:33:03.072 INFO kablam! | ^^^ Sep 21 02:33:03.072 INFO kablam! | Sep 21 02:33:03.072 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 21 02:33:03.072 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:03.072 INFO kablam! Sep 21 02:33:03.072 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:03.072 INFO kablam! --> src/distribution/beta.rs:427:21 Sep 21 02:33:03.072 INFO kablam! | Sep 21 02:33:03.072 INFO kablam! 427 | (_, 0.0) => f64::NEG_INFINITY, Sep 21 02:33:03.072 INFO kablam! | ^^^ Sep 21 02:33:03.072 INFO kablam! | Sep 21 02:33:03.072 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 21 02:33:03.072 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:03.072 INFO kablam! Sep 21 02:33:03.072 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:03.072 INFO kablam! --> src/distribution/beta.rs:431:18 Sep 21 02:33:03.072 INFO kablam! | Sep 21 02:33:03.072 INFO kablam! 431 | (1.0, 1.0) => 0.0, Sep 21 02:33:03.072 INFO kablam! | ^^^ Sep 21 02:33:03.072 INFO kablam! | Sep 21 02:33:03.072 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 21 02:33:03.072 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:03.072 INFO kablam! Sep 21 02:33:03.073 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:03.073 INFO kablam! --> src/distribution/beta.rs:431:23 Sep 21 02:33:03.073 INFO kablam! | Sep 21 02:33:03.073 INFO kablam! 431 | (1.0, 1.0) => 0.0, Sep 21 02:33:03.073 INFO kablam! | ^^^ Sep 21 02:33:03.073 INFO kablam! | Sep 21 02:33:03.073 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 21 02:33:03.073 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:03.073 INFO kablam! Sep 21 02:33:03.073 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:03.073 INFO kablam! --> src/distribution/beta.rs:432:21 Sep 21 02:33:03.073 INFO kablam! | Sep 21 02:33:03.073 INFO kablam! 432 | (_, 1.0) => f64::NEG_INFINITY, Sep 21 02:33:03.073 INFO kablam! | ^^^ Sep 21 02:33:03.073 INFO kablam! | Sep 21 02:33:03.073 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 21 02:33:03.073 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:03.073 INFO kablam! Sep 21 02:33:03.073 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:03.073 INFO kablam! --> src/distribution/binomial.rs:238:13 Sep 21 02:33:03.073 INFO kablam! | Sep 21 02:33:03.073 INFO kablam! 238 | 0.0 | 1.0 => 0.0, Sep 21 02:33:03.073 INFO kablam! | ^^^ Sep 21 02:33:03.073 INFO kablam! | Sep 21 02:33:03.073 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 21 02:33:03.073 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:03.073 INFO kablam! Sep 21 02:33:03.073 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:03.073 INFO kablam! --> src/distribution/binomial.rs:238:19 Sep 21 02:33:03.073 INFO kablam! | Sep 21 02:33:03.073 INFO kablam! 238 | 0.0 | 1.0 => 0.0, Sep 21 02:33:03.073 INFO kablam! | ^^^ Sep 21 02:33:03.073 INFO kablam! | Sep 21 02:33:03.073 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 21 02:33:03.073 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:03.073 INFO kablam! Sep 21 02:33:03.073 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:03.073 INFO kablam! --> src/distribution/binomial.rs:285:13 Sep 21 02:33:03.073 INFO kablam! | Sep 21 02:33:03.073 INFO kablam! 285 | 0.0 => 0, Sep 21 02:33:03.073 INFO kablam! | ^^^ Sep 21 02:33:03.073 INFO kablam! | Sep 21 02:33:03.073 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 21 02:33:03.073 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:03.073 INFO kablam! Sep 21 02:33:03.073 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:03.073 INFO kablam! --> src/distribution/binomial.rs:286:13 Sep 21 02:33:03.073 INFO kablam! | Sep 21 02:33:03.074 INFO kablam! 286 | 1.0 => self.n, Sep 21 02:33:03.074 INFO kablam! | ^^^ Sep 21 02:33:03.074 INFO kablam! | Sep 21 02:33:03.074 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 21 02:33:03.074 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:03.074 INFO kablam! Sep 21 02:33:03.074 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:03.074 INFO kablam! --> src/distribution/binomial.rs:309:13 Sep 21 02:33:03.074 INFO kablam! | Sep 21 02:33:03.074 INFO kablam! 309 | 0.0 if x == 0 => 1.0, Sep 21 02:33:03.074 INFO kablam! | ^^^ Sep 21 02:33:03.074 INFO kablam! | Sep 21 02:33:03.074 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 21 02:33:03.074 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:03.074 INFO kablam! Sep 21 02:33:03.074 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:03.074 INFO kablam! --> src/distribution/binomial.rs:310:13 Sep 21 02:33:03.074 INFO kablam! | Sep 21 02:33:03.074 INFO kablam! 310 | 0.0 => 0.0, Sep 21 02:33:03.074 INFO kablam! | ^^^ Sep 21 02:33:03.074 INFO kablam! | Sep 21 02:33:03.074 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 21 02:33:03.074 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:03.074 INFO kablam! Sep 21 02:33:03.074 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:03.074 INFO kablam! --> src/distribution/binomial.rs:311:13 Sep 21 02:33:03.074 INFO kablam! | Sep 21 02:33:03.074 INFO kablam! 311 | 1.0 if x == self.n => 1.0, Sep 21 02:33:03.074 INFO kablam! | ^^^ Sep 21 02:33:03.074 INFO kablam! | Sep 21 02:33:03.074 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 21 02:33:03.074 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:03.074 INFO kablam! Sep 21 02:33:03.074 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:03.074 INFO kablam! --> src/distribution/binomial.rs:312:13 Sep 21 02:33:03.074 INFO kablam! | Sep 21 02:33:03.074 INFO kablam! 312 | 1.0 => 0.0, Sep 21 02:33:03.074 INFO kablam! | ^^^ Sep 21 02:33:03.074 INFO kablam! | Sep 21 02:33:03.074 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 21 02:33:03.074 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:03.074 INFO kablam! Sep 21 02:33:03.074 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:03.074 INFO kablam! --> src/distribution/binomial.rs:337:13 Sep 21 02:33:03.074 INFO kablam! | Sep 21 02:33:03.074 INFO kablam! 337 | 0.0 if x == 0 => 0.0, Sep 21 02:33:03.074 INFO kablam! | ^^^ Sep 21 02:33:03.074 INFO kablam! | Sep 21 02:33:03.074 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 21 02:33:03.074 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:03.074 INFO kablam! Sep 21 02:33:03.074 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:03.074 INFO kablam! --> src/distribution/binomial.rs:338:13 Sep 21 02:33:03.074 INFO kablam! | Sep 21 02:33:03.074 INFO kablam! 338 | 0.0 => f64::NEG_INFINITY, Sep 21 02:33:03.074 INFO kablam! | ^^^ Sep 21 02:33:03.074 INFO kablam! | Sep 21 02:33:03.075 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 21 02:33:03.075 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:03.075 INFO kablam! Sep 21 02:33:03.075 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:03.075 INFO kablam! --> src/distribution/binomial.rs:339:13 Sep 21 02:33:03.075 INFO kablam! | Sep 21 02:33:03.075 INFO kablam! 339 | 1.0 if x == self.n => 0.0, Sep 21 02:33:03.075 INFO kablam! | ^^^ Sep 21 02:33:03.075 INFO kablam! | Sep 21 02:33:03.075 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 21 02:33:03.075 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:03.075 INFO kablam! Sep 21 02:33:03.075 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:03.075 INFO kablam! --> src/distribution/binomial.rs:340:13 Sep 21 02:33:03.075 INFO kablam! | Sep 21 02:33:03.075 INFO kablam! 340 | 1.0 => f64::NEG_INFINITY, Sep 21 02:33:03.075 INFO kablam! | ^^^ Sep 21 02:33:03.075 INFO kablam! | Sep 21 02:33:03.075 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 21 02:33:03.075 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:03.075 INFO kablam! Sep 21 02:33:03.078 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:03.078 INFO kablam! --> src/distribution/weibull.rs:325:14 Sep 21 02:33:03.078 INFO kablam! | Sep 21 02:33:03.078 INFO kablam! 325 | (0.0, 1.0) => self.shape / self.scale, Sep 21 02:33:03.078 INFO kablam! | ^^^ Sep 21 02:33:03.078 INFO kablam! | Sep 21 02:33:03.078 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 21 02:33:03.078 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:03.078 INFO kablam! Sep 21 02:33:03.078 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:03.078 INFO kablam! --> src/distribution/weibull.rs:325:19 Sep 21 02:33:03.078 INFO kablam! | Sep 21 02:33:03.078 INFO kablam! 325 | (0.0, 1.0) => self.shape / self.scale, Sep 21 02:33:03.078 INFO kablam! | ^^^ Sep 21 02:33:03.078 INFO kablam! | Sep 21 02:33:03.078 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 21 02:33:03.078 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:03.078 INFO kablam! Sep 21 02:33:03.078 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:03.078 INFO kablam! --> src/distribution/weibull.rs:352:14 Sep 21 02:33:03.078 INFO kablam! | Sep 21 02:33:03.078 INFO kablam! 352 | (0.0, 1.0) => self.shape.ln() - self.scale.ln(), Sep 21 02:33:03.078 INFO kablam! | ^^^ Sep 21 02:33:03.078 INFO kablam! | Sep 21 02:33:03.078 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 21 02:33:03.078 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:03.078 INFO kablam! Sep 21 02:33:03.078 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:03.078 INFO kablam! --> src/distribution/weibull.rs:352:19 Sep 21 02:33:03.078 INFO kablam! | Sep 21 02:33:03.078 INFO kablam! 352 | (0.0, 1.0) => self.shape.ln() - self.scale.ln(), Sep 21 02:33:03.078 INFO kablam! | ^^^ Sep 21 02:33:03.078 INFO kablam! | Sep 21 02:33:03.078 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 21 02:33:03.078 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:03.078 INFO kablam! Sep 21 02:33:03.744 INFO kablam! warning: floating-point types cannot be used in patterns Sep 21 02:33:03.744 INFO kablam! --> src/function/beta.rs:64:9 Sep 21 02:33:03.744 INFO kablam! | Sep 21 02:33:03.744 INFO kablam! 64 | 0.0 | 1.0 => 0.0, Sep 21 02:33:03.744 INFO kablam! | ^^^ Sep 21 02:33:03.744 INFO kablam! | Sep 21 02:33:03.744 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 21 02:33:03.744 INFO kablam! = note: for more information, see issue #41620 Sep 21 02:33:03.744 INFO kablam! Sep 21 02:33:04.436 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.98s Sep 21 02:33:04.439 INFO kablam! su: No module specific data is present Sep 21 02:33:05.217 INFO running `"docker" "rm" "-f" "50403372c385c7e0c791b989f74b06c500903de5ca50c36ba53c57153d0569c6"` Sep 21 02:33:05.266 INFO blam! 50403372c385c7e0c791b989f74b06c500903de5ca50c36ba53c57153d0569c6