Sep 19 19:42:29.946 INFO checking statrs-0.9.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 19:42:29.946 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 19:42:29.946 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:42:30.110 INFO blam! 95b510b0acbc1ef4b82d1b81d352b0e27ae722ca05dc002d35dcd06ea00df07e Sep 19 19:42:30.111 INFO running `"docker" "start" "-a" "95b510b0acbc1ef4b82d1b81d352b0e27ae722ca05dc002d35dcd06ea00df07e"` Sep 19 19:42:30.913 INFO kablam! usermod: no changes Sep 19 19:42:30.939 INFO kablam! Checking statrs v0.9.0 (/source) Sep 19 19:42:31.265 INFO kablam! warning: unused import: `StatsError` Sep 19 19:42:31.265 INFO kablam! --> src/distribution/erlang.rs:1:14 Sep 19 19:42:31.265 INFO kablam! | Sep 19 19:42:31.265 INFO kablam! 1 | use {Result, StatsError}; Sep 19 19:42:31.265 INFO kablam! | ^^^^^^^^^^ Sep 19 19:42:31.265 INFO kablam! | Sep 19 19:42:31.265 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 19:42:31.265 INFO kablam! Sep 19 19:42:31.309 INFO kablam! warning: use of deprecated item 'generate::periodic_custom': please use `Periodic::new` instead Sep 19 19:42:31.309 INFO kablam! --> src/generate.rs:154:5 Sep 19 19:42:31.309 INFO kablam! | Sep 19 19:42:31.309 INFO kablam! 154 | periodic_custom(length, sampling_rate, frequency, 1.0, 0.0, 0) Sep 19 19:42:31.309 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 19:42:31.309 INFO kablam! | Sep 19 19:42:31.309 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 19:42:31.309 INFO kablam! Sep 19 19:42:31.309 INFO kablam! warning: use of deprecated item 'generate::sinusoidal_custom': please use `Sinusoidal::new` instead Sep 19 19:42:31.309 INFO kablam! --> src/generate.rs:333:5 Sep 19 19:42:31.309 INFO kablam! | Sep 19 19:42:31.309 INFO kablam! 333 | sinusoidal_custom(length, sampling_rate, frequency, amplitude, 0.0, 0.0, 0) Sep 19 19:42:31.309 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 19:42:31.309 INFO kablam! Sep 19 19:42:31.719 INFO kablam! warning: unused import: `StatsError` Sep 19 19:42:31.719 INFO kablam! --> src/distribution/erlang.rs:1:14 Sep 19 19:42:31.719 INFO kablam! | Sep 19 19:42:31.719 INFO kablam! 1 | use {Result, StatsError}; Sep 19 19:42:31.719 INFO kablam! | ^^^^^^^^^^ Sep 19 19:42:31.719 INFO kablam! | Sep 19 19:42:31.719 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 19:42:31.719 INFO kablam! Sep 19 19:42:31.750 INFO kablam! warning: unnecessary parentheses around method argument Sep 19 19:42:31.750 INFO kablam! --> src/statistics/iter_statistics.rs:326:88 Sep 19 19:42:31.750 INFO kablam! | Sep 19 19:42:31.750 INFO kablam! 326 | assert_almost_eq!((&data).population_variance(), (&data).population_covariance((&data)), 1e-10); Sep 19 19:42:31.750 INFO kablam! | ^^^^^^^ help: remove these parentheses Sep 19 19:42:31.750 INFO kablam! | Sep 19 19:42:31.750 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 19:42:31.750 INFO kablam! Sep 19 19:42:31.750 INFO kablam! warning: unnecessary parentheses around method argument Sep 19 19:42:31.750 INFO kablam! --> src/statistics/iter_statistics.rs:326:88 Sep 19 19:42:31.750 INFO kablam! | Sep 19 19:42:31.750 INFO kablam! 326 | assert_almost_eq!((&data).population_variance(), (&data).population_covariance((&data)), 1e-10); Sep 19 19:42:31.750 INFO kablam! | ^^^^^^^ help: remove these parentheses Sep 19 19:42:31.750 INFO kablam! Sep 19 19:42:31.750 INFO kablam! warning: unnecessary parentheses around method argument Sep 19 19:42:31.750 INFO kablam! --> src/statistics/iter_statistics.rs:329:88 Sep 19 19:42:31.750 INFO kablam! | Sep 19 19:42:31.750 INFO kablam! 329 | assert_almost_eq!((&data).population_variance(), (&data).population_covariance((&data)), 1e-10); Sep 19 19:42:31.750 INFO kablam! | ^^^^^^^ help: remove these parentheses Sep 19 19:42:31.750 INFO kablam! Sep 19 19:42:31.750 INFO kablam! warning: unnecessary parentheses around method argument Sep 19 19:42:31.750 INFO kablam! --> src/statistics/iter_statistics.rs:332:88 Sep 19 19:42:31.750 INFO kablam! | Sep 19 19:42:31.750 INFO kablam! 332 | assert_almost_eq!((&data).population_variance(), (&data).population_covariance((&data)), 1e-10); Sep 19 19:42:31.751 INFO kablam! | ^^^^^^^ help: remove these parentheses Sep 19 19:42:31.751 INFO kablam! Sep 19 19:42:31.751 INFO kablam! warning: unnecessary parentheses around method argument Sep 19 19:42:31.751 INFO kablam! --> src/statistics/iter_statistics.rs:335:88 Sep 19 19:42:31.751 INFO kablam! | Sep 19 19:42:31.751 INFO kablam! 335 | assert_almost_eq!((&data).population_variance(), (&data).population_covariance((&data)), 1e-10); Sep 19 19:42:31.751 INFO kablam! | ^^^^^^^ help: remove these parentheses Sep 19 19:42:31.751 INFO kablam! Sep 19 19:42:31.799 INFO kablam! warning: use of deprecated item 'generate::Periodic::new': please use `InfinitePeriodic::new` and `take` instead Sep 19 19:42:31.799 INFO kablam! --> src/generate.rs:129:9 Sep 19 19:42:31.799 INFO kablam! | Sep 19 19:42:31.799 INFO kablam! 129 | Self::new(length, sampling_rate, frequency, 1.0, 0.0, 0) Sep 19 19:42:31.799 INFO kablam! | ^^^^^^^^^ Sep 19 19:42:31.799 INFO kablam! Sep 19 19:42:31.803 INFO kablam! warning: use of deprecated item 'generate::Sinusoidal::new': please use `InfiniteSinusoidal::new` and `take` instead Sep 19 19:42:31.803 INFO kablam! --> src/generate.rs:304:9 Sep 19 19:42:31.803 INFO kablam! | Sep 19 19:42:31.803 INFO kablam! 304 | Self::new(length, sampling_rate, frequency, amplitude, 0.0, 0.0, 0) Sep 19 19:42:31.803 INFO kablam! | ^^^^^^^^^ Sep 19 19:42:31.803 INFO kablam! Sep 19 19:42:31.923 INFO kablam! warning: use of deprecated item 'generate::periodic_custom': please use `Periodic::new` instead Sep 19 19:42:31.923 INFO kablam! --> src/generate.rs:154:5 Sep 19 19:42:31.923 INFO kablam! | Sep 19 19:42:31.923 INFO kablam! 154 | periodic_custom(length, sampling_rate, frequency, 1.0, 0.0, 0) Sep 19 19:42:31.923 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 19 19:42:31.923 INFO kablam! | Sep 19 19:42:31.923 INFO kablam! = note: #[warn(deprecated)] on by default Sep 19 19:42:31.924 INFO kablam! Sep 19 19:42:31.924 INFO kablam! warning: use of deprecated item 'generate::sinusoidal_custom': please use `Sinusoidal::new` instead Sep 19 19:42:31.924 INFO kablam! --> src/generate.rs:333:5 Sep 19 19:42:31.924 INFO kablam! | Sep 19 19:42:31.924 INFO kablam! 333 | sinusoidal_custom(length, sampling_rate, frequency, amplitude, 0.0, 0.0, 0) Sep 19 19:42:31.924 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 19:42:31.924 INFO kablam! Sep 19 19:42:33.663 INFO kablam! warning: use of deprecated item 'generate::Periodic::new': please use `InfinitePeriodic::new` and `take` instead Sep 19 19:42:33.663 INFO kablam! --> src/generate.rs:129:9 Sep 19 19:42:33.663 INFO kablam! | Sep 19 19:42:33.663 INFO kablam! 129 | Self::new(length, sampling_rate, frequency, 1.0, 0.0, 0) Sep 19 19:42:33.663 INFO kablam! | ^^^^^^^^^ Sep 19 19:42:33.663 INFO kablam! Sep 19 19:42:33.666 INFO kablam! warning: use of deprecated item 'generate::Sinusoidal::new': please use `InfiniteSinusoidal::new` and `take` instead Sep 19 19:42:33.666 INFO kablam! --> src/generate.rs:304:9 Sep 19 19:42:33.666 INFO kablam! | Sep 19 19:42:33.666 INFO kablam! 304 | Self::new(length, sampling_rate, frequency, amplitude, 0.0, 0.0, 0) Sep 19 19:42:33.666 INFO kablam! | ^^^^^^^^^ Sep 19 19:42:33.666 INFO kablam! Sep 19 19:42:33.782 INFO kablam! warning: use of deprecated item 'generate::Periodic::default': please use `InfinitePeriodic::default` and `take` instead Sep 19 19:42:33.782 INFO kablam! --> src/statistics/iter_statistics.rs:361:23 Sep 19 19:42:33.782 INFO kablam! | Sep 19 19:42:33.782 INFO kablam! 361 | let shorter = Periodic::default(4*4096, 4.0, 1.0).collect::>(); Sep 19 19:42:33.782 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 19:42:33.782 INFO kablam! Sep 19 19:42:33.786 INFO kablam! warning: use of deprecated item 'generate::Periodic::default': please use `InfinitePeriodic::default` and `take` instead Sep 19 19:42:33.786 INFO kablam! --> src/statistics/iter_statistics.rs:362:22 Sep 19 19:42:33.786 INFO kablam! | Sep 19 19:42:33.786 INFO kablam! 362 | let longer = Periodic::default(4*32768, 4.0, 1.0).collect::>(); Sep 19 19:42:33.786 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 19:42:33.786 INFO kablam! Sep 19 19:42:33.790 INFO kablam! warning: use of deprecated item 'generate::Sinusoidal::default': please use `InfiniteSinusoidal::default` and `take` instead Sep 19 19:42:33.790 INFO kablam! --> src/statistics/iter_statistics.rs:371:20 Sep 19 19:42:33.790 INFO kablam! | Sep 19 19:42:33.790 INFO kablam! 371 | let data = Sinusoidal::default(128, 64.0, 16.0, 2.0).collect::>(); Sep 19 19:42:33.790 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 19:42:33.790 INFO kablam! Sep 19 19:42:35.769 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.84s Sep 19 19:42:35.773 INFO kablam! su: No module specific data is present Sep 19 19:42:36.435 INFO running `"docker" "rm" "-f" "95b510b0acbc1ef4b82d1b81d352b0e27ae722ca05dc002d35dcd06ea00df07e"` Sep 19 19:42:36.498 INFO blam! 95b510b0acbc1ef4b82d1b81d352b0e27ae722ca05dc002d35dcd06ea00df07e