Oct 21 14:02:07.910 INFO checking schnommus/rust-fir against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 14:02:07.910 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 21 14:02:08.350 INFO blam! d4c41ed9552d55d3ee181d35b18f4698fe2c314ce5d095c4cec5639a40f86316 Oct 21 14:02:08.351 INFO running `"docker" "start" "-a" "d4c41ed9552d55d3ee181d35b18f4698fe2c314ce5d095c4cec5639a40f86316"` Oct 21 14:02:10.100 INFO kablam! usermod: no changes Oct 21 14:02:10.276 INFO kablam! Checking crossbeam-epoch v0.3.1 Oct 21 14:02:10.316 INFO kablam! Checking num-bigint v0.1.44 Oct 21 14:02:10.316 INFO kablam! Checking flate2 v0.2.20 Oct 21 14:02:11.576 INFO kablam! Checking crossbeam-deque v0.2.0 Oct 21 14:02:12.584 INFO kablam! Checking png v0.5.2 Oct 21 14:02:12.702 INFO kablam! Checking num-rational v0.1.42 Oct 21 14:02:12.888 INFO kablam! Checking rayon-core v1.4.0 Oct 21 14:02:14.379 INFO kablam! Checking rayon v1.0.1 Oct 21 14:02:17.981 INFO kablam! Checking jpeg-decoder v0.1.14 Oct 21 14:02:19.433 INFO kablam! Checking image v0.10.4 Oct 21 14:02:22.256 INFO kablam! Checking raster v0.2.0 Oct 21 14:02:23.450 INFO kablam! Checking fir v0.1.0 (/source) Oct 21 14:02:24.541 INFO kablam! warning: unused variable: `intensity_filtered` Oct 21 14:02:24.541 INFO kablam! --> src/main.rs:197:13 Oct 21 14:02:24.541 INFO kablam! | Oct 21 14:02:24.542 INFO kablam! 197 | let intensity_filtered = Oct 21 14:02:24.542 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: consider using `_intensity_filtered` instead Oct 21 14:02:24.542 INFO kablam! | Oct 21 14:02:24.542 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 14:02:24.543 INFO kablam! Oct 21 14:02:24.561 INFO kablam! warning: variant is never constructed: `Rectangular` Oct 21 14:02:24.561 INFO kablam! --> src/main.rs:15:5 Oct 21 14:02:24.562 INFO kablam! | Oct 21 14:02:24.562 INFO kablam! 15 | Rectangular, Oct 21 14:02:24.562 INFO kablam! | ^^^^^^^^^^^ Oct 21 14:02:24.562 INFO kablam! | Oct 21 14:02:24.563 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 14:02:24.563 INFO kablam! Oct 21 14:02:24.563 INFO kablam! warning: variant is never constructed: `BlackmanHarris` Oct 21 14:02:24.563 INFO kablam! --> src/main.rs:17:5 Oct 21 14:02:24.563 INFO kablam! | Oct 21 14:02:24.564 INFO kablam! 17 | BlackmanHarris Oct 21 14:02:24.564 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 14:02:24.564 INFO kablam! Oct 21 14:02:24.565 INFO kablam! warning: variant is never constructed: `HighPass` Oct 21 14:02:24.565 INFO kablam! --> src/main.rs:45:5 Oct 21 14:02:24.565 INFO kablam! | Oct 21 14:02:24.565 INFO kablam! 45 | HighPass(f64), Oct 21 14:02:24.566 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 14:02:24.566 INFO kablam! Oct 21 14:02:24.566 INFO kablam! warning: variant is never constructed: `BandPass` Oct 21 14:02:24.566 INFO kablam! --> src/main.rs:46:5 Oct 21 14:02:24.567 INFO kablam! | Oct 21 14:02:24.567 INFO kablam! 46 | BandPass(f64, f64), Oct 21 14:02:24.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 14:02:24.567 INFO kablam! Oct 21 14:02:24.567 INFO kablam! warning: variant is never constructed: `BandStop` Oct 21 14:02:24.568 INFO kablam! --> src/main.rs:47:5 Oct 21 14:02:24.568 INFO kablam! | Oct 21 14:02:24.568 INFO kablam! 47 | BandStop(f64, f64) Oct 21 14:02:24.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 14:02:24.569 INFO kablam! Oct 21 14:02:24.569 INFO kablam! warning: function is never used: `dft` Oct 21 14:02:24.569 INFO kablam! --> src/main.rs:78:1 Oct 21 14:02:24.569 INFO kablam! | Oct 21 14:02:24.570 INFO kablam! 78 | fn dft(x: &[f64], n_samples: usize) -> Vec { Oct 21 14:02:24.570 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:02:24.570 INFO kablam! Oct 21 14:02:24.570 INFO kablam! warning: function is never used: `white_noise` Oct 21 14:02:24.571 INFO kablam! --> src/main.rs:120:1 Oct 21 14:02:24.571 INFO kablam! | Oct 21 14:02:24.571 INFO kablam! 120 | fn white_noise(n_samples: usize, amplitude: f64) -> Vec { Oct 21 14:02:24.571 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:02:24.572 INFO kablam! Oct 21 14:02:24.572 INFO kablam! warning: constant `Fs` should have an upper case name such as `FS` Oct 21 14:02:24.572 INFO kablam! --> src/main.rs:131:1 Oct 21 14:02:24.572 INFO kablam! | Oct 21 14:02:24.572 INFO kablam! 131 | const Fs: f64 = 20e6; Oct 21 14:02:24.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:02:24.573 INFO kablam! | Oct 21 14:02:24.573 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 21 14:02:24.573 INFO kablam! Oct 21 14:02:24.574 INFO kablam! warning: constant `nyquist` should have an upper case name such as `NYQUIST` Oct 21 14:02:24.574 INFO kablam! --> src/main.rs:132:1 Oct 21 14:02:24.574 INFO kablam! | Oct 21 14:02:24.574 INFO kablam! 132 | const nyquist: f64 = Fs/2.0; Oct 21 14:02:24.574 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:02:24.575 INFO kablam! Oct 21 14:02:24.575 INFO kablam! warning: constant `n_lines` should have an upper case name such as `N_LINES` Oct 21 14:02:24.575 INFO kablam! --> src/main.rs:133:1 Oct 21 14:02:24.575 INFO kablam! | Oct 21 14:02:24.576 INFO kablam! 133 | const n_lines: i32 = 625; Oct 21 14:02:24.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:02:24.580 INFO kablam! Oct 21 14:02:24.581 INFO kablam! warning: constant `n_columns` should have an upper case name such as `N_COLUMNS` Oct 21 14:02:24.581 INFO kablam! --> src/main.rs:134:1 Oct 21 14:02:24.581 INFO kablam! | Oct 21 14:02:24.581 INFO kablam! 134 | const n_columns: i32 = 700; Oct 21 14:02:24.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:02:24.582 INFO kablam! Oct 21 14:02:24.582 INFO kablam! warning: constant `line_freq_hz` should have an upper case name such as `LINE_FREQ_HZ` Oct 21 14:02:24.582 INFO kablam! --> src/main.rs:135:1 Oct 21 14:02:24.582 INFO kablam! | Oct 21 14:02:24.583 INFO kablam! 135 | const line_freq_hz: f64 = 15.625e3; Oct 21 14:02:24.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:02:24.583 INFO kablam! Oct 21 14:02:24.583 INFO kablam! warning: constant `frame_freq_hz` should have an upper case name such as `FRAME_FREQ_HZ` Oct 21 14:02:24.584 INFO kablam! --> src/main.rs:136:1 Oct 21 14:02:24.584 INFO kablam! | Oct 21 14:02:24.584 INFO kablam! 136 | const frame_freq_hz: f64 = 50.0; Oct 21 14:02:24.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:02:24.585 INFO kablam! Oct 21 14:02:24.585 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 14:02:24.585 INFO kablam! --> src/main.rs:223:9 Oct 21 14:02:24.585 INFO kablam! | Oct 21 14:02:24.585 INFO kablam! 223 | raster::save(&self.canvas, "test_render.png"); Oct 21 14:02:24.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:02:24.586 INFO kablam! | Oct 21 14:02:24.586 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 14:02:24.586 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 14:02:24.587 INFO kablam! Oct 21 14:02:24.587 INFO kablam! warning: unused variable: `intensity_filtered` Oct 21 14:02:24.587 INFO kablam! --> src/main.rs:197:13 Oct 21 14:02:24.587 INFO kablam! | Oct 21 14:02:24.588 INFO kablam! 197 | let intensity_filtered = Oct 21 14:02:24.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^ help: consider using `_intensity_filtered` instead Oct 21 14:02:24.592 INFO kablam! | Oct 21 14:02:24.592 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 14:02:24.593 INFO kablam! Oct 21 14:02:24.616 INFO kablam! warning: variant is never constructed: `Rectangular` Oct 21 14:02:24.616 INFO kablam! --> src/main.rs:15:5 Oct 21 14:02:24.616 INFO kablam! | Oct 21 14:02:24.616 INFO kablam! 15 | Rectangular, Oct 21 14:02:24.616 INFO kablam! | ^^^^^^^^^^^ Oct 21 14:02:24.616 INFO kablam! | Oct 21 14:02:24.616 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 14:02:24.616 INFO kablam! Oct 21 14:02:24.616 INFO kablam! warning: variant is never constructed: `BlackmanHarris` Oct 21 14:02:24.616 INFO kablam! --> src/main.rs:17:5 Oct 21 14:02:24.616 INFO kablam! | Oct 21 14:02:24.616 INFO kablam! 17 | BlackmanHarris Oct 21 14:02:24.616 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 14:02:24.616 INFO kablam! Oct 21 14:02:24.616 INFO kablam! warning: variant is never constructed: `HighPass` Oct 21 14:02:24.616 INFO kablam! --> src/main.rs:45:5 Oct 21 14:02:24.616 INFO kablam! | Oct 21 14:02:24.616 INFO kablam! 45 | HighPass(f64), Oct 21 14:02:24.616 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 14:02:24.616 INFO kablam! Oct 21 14:02:24.616 INFO kablam! warning: variant is never constructed: `BandPass` Oct 21 14:02:24.616 INFO kablam! --> src/main.rs:46:5 Oct 21 14:02:24.616 INFO kablam! | Oct 21 14:02:24.616 INFO kablam! 46 | BandPass(f64, f64), Oct 21 14:02:24.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 14:02:24.616 INFO kablam! Oct 21 14:02:24.616 INFO kablam! warning: variant is never constructed: `BandStop` Oct 21 14:02:24.616 INFO kablam! --> src/main.rs:47:5 Oct 21 14:02:24.616 INFO kablam! | Oct 21 14:02:24.616 INFO kablam! 47 | BandStop(f64, f64) Oct 21 14:02:24.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 14:02:24.616 INFO kablam! Oct 21 14:02:24.616 INFO kablam! warning: function is never used: `dft` Oct 21 14:02:24.616 INFO kablam! --> src/main.rs:78:1 Oct 21 14:02:24.616 INFO kablam! | Oct 21 14:02:24.616 INFO kablam! 78 | fn dft(x: &[f64], n_samples: usize) -> Vec { Oct 21 14:02:24.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:02:24.616 INFO kablam! Oct 21 14:02:24.616 INFO kablam! warning: function is never used: `white_noise` Oct 21 14:02:24.616 INFO kablam! --> src/main.rs:120:1 Oct 21 14:02:24.616 INFO kablam! | Oct 21 14:02:24.616 INFO kablam! 120 | fn white_noise(n_samples: usize, amplitude: f64) -> Vec { Oct 21 14:02:24.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:02:24.616 INFO kablam! Oct 21 14:02:24.616 INFO kablam! warning: constant `Fs` should have an upper case name such as `FS` Oct 21 14:02:24.617 INFO kablam! --> src/main.rs:131:1 Oct 21 14:02:24.617 INFO kablam! | Oct 21 14:02:24.617 INFO kablam! 131 | const Fs: f64 = 20e6; Oct 21 14:02:24.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:02:24.617 INFO kablam! | Oct 21 14:02:24.617 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Oct 21 14:02:24.617 INFO kablam! Oct 21 14:02:24.617 INFO kablam! warning: constant `nyquist` should have an upper case name such as `NYQUIST` Oct 21 14:02:24.617 INFO kablam! --> src/main.rs:132:1 Oct 21 14:02:24.617 INFO kablam! | Oct 21 14:02:24.617 INFO kablam! 132 | const nyquist: f64 = Fs/2.0; Oct 21 14:02:24.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:02:24.617 INFO kablam! Oct 21 14:02:24.617 INFO kablam! warning: constant `n_lines` should have an upper case name such as `N_LINES` Oct 21 14:02:24.617 INFO kablam! --> src/main.rs:133:1 Oct 21 14:02:24.617 INFO kablam! | Oct 21 14:02:24.617 INFO kablam! 133 | const n_lines: i32 = 625; Oct 21 14:02:24.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:02:24.617 INFO kablam! Oct 21 14:02:24.617 INFO kablam! warning: constant `n_columns` should have an upper case name such as `N_COLUMNS` Oct 21 14:02:24.617 INFO kablam! --> src/main.rs:134:1 Oct 21 14:02:24.617 INFO kablam! | Oct 21 14:02:24.617 INFO kablam! 134 | const n_columns: i32 = 700; Oct 21 14:02:24.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:02:24.617 INFO kablam! Oct 21 14:02:24.617 INFO kablam! warning: constant `line_freq_hz` should have an upper case name such as `LINE_FREQ_HZ` Oct 21 14:02:24.617 INFO kablam! --> src/main.rs:135:1 Oct 21 14:02:24.617 INFO kablam! | Oct 21 14:02:24.617 INFO kablam! 135 | const line_freq_hz: f64 = 15.625e3; Oct 21 14:02:24.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:02:24.617 INFO kablam! Oct 21 14:02:24.617 INFO kablam! warning: constant `frame_freq_hz` should have an upper case name such as `FRAME_FREQ_HZ` Oct 21 14:02:24.617 INFO kablam! --> src/main.rs:136:1 Oct 21 14:02:24.617 INFO kablam! | Oct 21 14:02:24.617 INFO kablam! 136 | const frame_freq_hz: f64 = 50.0; Oct 21 14:02:24.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:02:24.617 INFO kablam! Oct 21 14:02:24.617 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 14:02:24.617 INFO kablam! --> src/main.rs:223:9 Oct 21 14:02:24.617 INFO kablam! | Oct 21 14:02:24.617 INFO kablam! 223 | raster::save(&self.canvas, "test_render.png"); Oct 21 14:02:24.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:02:24.617 INFO kablam! | Oct 21 14:02:24.617 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 14:02:24.617 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 14:02:24.617 INFO kablam! Oct 21 14:02:24.668 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.54s Oct 21 14:02:24.676 INFO kablam! su: No module specific data is present Oct 21 14:02:25.804 INFO running `"docker" "rm" "-f" "d4c41ed9552d55d3ee181d35b18f4698fe2c314ce5d095c4cec5639a40f86316"` Oct 21 14:02:26.120 INFO blam! d4c41ed9552d55d3ee181d35b18f4698fe2c314ce5d095c4cec5639a40f86316