Oct 21 21:26:15.418 INFO checking H-Plus-Time/percolation against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 21:26:15.419 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 21:26:15.664 INFO blam! 08640e8b88ffc738b7f0224d37763370db8873456d2d9278fb1b7aa6d54f750b Oct 21 21:26:15.672 INFO running `"docker" "start" "-a" "08640e8b88ffc738b7f0224d37763370db8873456d2d9278fb1b7aa6d54f750b"` Oct 21 21:26:16.227 INFO kablam! usermod: no changes Oct 21 21:26:16.424 INFO kablam! Compiling heapsize v0.4.1 Oct 21 21:26:16.425 INFO kablam! Checking itoa v0.3.3 Oct 21 21:26:16.426 INFO kablam! Checking cgmath v0.14.1 Oct 21 21:26:16.426 INFO kablam! Checking clap v2.26.0 Oct 21 21:26:16.426 INFO kablam! Checking generic-array v0.2.1 Oct 21 21:26:17.215 INFO kablam! Checking serde_json v1.0.3 Oct 21 21:26:17.580 INFO kablam! Checking nalgebra v0.12.3 Oct 21 21:26:20.280 INFO kablam! Checking euclid v0.15.2 Oct 21 21:26:24.289 INFO kablam! Checking lyon_bezier v0.7.1 Oct 21 21:26:25.256 INFO kablam! Checking stdweb v0.1.2 Oct 21 21:26:49.689 INFO kablam! Checking spade v1.2.0 Oct 21 21:26:52.880 INFO kablam! Checking geo v0.6.0 Oct 21 21:26:55.816 INFO kablam! Checking percolation v0.1.0 (/source) Oct 21 21:26:58.296 INFO kablam! warning: unused `#[macro_use]` import Oct 21 21:26:58.296 INFO kablam! --> src/main.rs:6:1 Oct 21 21:26:58.296 INFO kablam! | Oct 21 21:26:58.296 INFO kablam! 6 | #[macro_use] Oct 21 21:26:58.296 INFO kablam! | ^^^^^^^^^^^^ Oct 21 21:26:58.296 INFO kablam! | Oct 21 21:26:58.296 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:26:58.296 INFO kablam! Oct 21 21:26:58.296 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 21:26:58.296 INFO kablam! --> src/geometric_uf.rs:109:60 Oct 21 21:26:58.296 INFO kablam! | Oct 21 21:26:58.296 INFO kablam! 109 | Point::new(fieldwidth, (fieldheight-wire_thickness)), Point::new(0., (fieldheight-wire_thickness)), Point::new(0., 0.)]); Oct 21 21:26:58.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 21:26:58.296 INFO kablam! | Oct 21 21:26:58.296 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 21:26:58.296 INFO kablam! Oct 21 21:26:58.296 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 21:26:58.296 INFO kablam! --> src/geometric_uf.rs:109:106 Oct 21 21:26:58.296 INFO kablam! | Oct 21 21:26:58.296 INFO kablam! 109 | Point::new(fieldwidth, (fieldheight-wire_thickness)), Point::new(0., (fieldheight-wire_thickness)), Point::new(0., 0.)]); Oct 21 21:26:58.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 21:26:58.297 INFO kablam! Oct 21 21:26:58.300 INFO kablam! warning: unused import: `stdweb::serde::Serde` Oct 21 21:26:58.300 INFO kablam! --> src/main.rs:21:5 Oct 21 21:26:58.300 INFO kablam! | Oct 21 21:26:58.300 INFO kablam! 21 | use stdweb::serde::Serde; Oct 21 21:26:58.300 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 21:26:58.300 INFO kablam! Oct 21 21:26:58.428 INFO kablam! warning: unused `#[macro_use]` import Oct 21 21:26:58.428 INFO kablam! --> src/main.rs:6:1 Oct 21 21:26:58.428 INFO kablam! | Oct 21 21:26:58.428 INFO kablam! 6 | #[macro_use] Oct 21 21:26:58.428 INFO kablam! | ^^^^^^^^^^^^ Oct 21 21:26:58.428 INFO kablam! | Oct 21 21:26:58.428 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:26:58.428 INFO kablam! Oct 21 21:26:58.428 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 21:26:58.428 INFO kablam! --> src/geometric_uf.rs:109:60 Oct 21 21:26:58.428 INFO kablam! | Oct 21 21:26:58.428 INFO kablam! 109 | Point::new(fieldwidth, (fieldheight-wire_thickness)), Point::new(0., (fieldheight-wire_thickness)), Point::new(0., 0.)]); Oct 21 21:26:58.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 21:26:58.428 INFO kablam! | Oct 21 21:26:58.428 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 21:26:58.428 INFO kablam! Oct 21 21:26:58.428 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 21:26:58.428 INFO kablam! --> src/geometric_uf.rs:109:106 Oct 21 21:26:58.428 INFO kablam! | Oct 21 21:26:58.428 INFO kablam! 109 | Point::new(fieldwidth, (fieldheight-wire_thickness)), Point::new(0., (fieldheight-wire_thickness)), Point::new(0., 0.)]); Oct 21 21:26:58.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 21:26:58.428 INFO kablam! Oct 21 21:26:58.428 INFO kablam! warning: unused import: `stdweb::serde::Serde` Oct 21 21:26:58.428 INFO kablam! --> src/main.rs:21:5 Oct 21 21:26:58.428 INFO kablam! | Oct 21 21:26:58.428 INFO kablam! 21 | use stdweb::serde::Serde; Oct 21 21:26:58.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 21 21:26:58.428 INFO kablam! Oct 21 21:26:58.501 INFO kablam! warning: unused variable: `signed_norm` Oct 21 21:26:58.501 INFO kablam! --> src/geometric_uf.rs:212:13 Oct 21 21:26:58.501 INFO kablam! | Oct 21 21:26:58.501 INFO kablam! 212 | let signed_norm = Normal::new(0.0, 0.3333); Oct 21 21:26:58.501 INFO kablam! | ^^^^^^^^^^^ help: consider using `_signed_norm` instead Oct 21 21:26:58.501 INFO kablam! | Oct 21 21:26:58.501 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 21:26:58.501 INFO kablam! Oct 21 21:26:58.501 INFO kablam! warning: unused variable: `current_length` Oct 21 21:26:58.501 INFO kablam! --> src/geometric_uf.rs:213:13 Oct 21 21:26:58.501 INFO kablam! | Oct 21 21:26:58.501 INFO kablam! 213 | let current_length: i32 = self.parent.len() as i32; Oct 21 21:26:58.501 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_current_length` instead Oct 21 21:26:58.501 INFO kablam! Oct 21 21:26:58.501 INFO kablam! warning: unused variable: `chunk_size` Oct 21 21:26:58.501 INFO kablam! --> src/geometric_uf.rs:203:32 Oct 21 21:26:58.501 INFO kablam! | Oct 21 21:26:58.501 INFO kablam! 203 | pub fn generate(&mut self, chunk_size: i32, geom_bounds: GeomBounds, num_iter: i32) { Oct 21 21:26:58.501 INFO kablam! | ^^^^^^^^^^ help: consider using `_chunk_size` instead Oct 21 21:26:58.501 INFO kablam! Oct 21 21:26:58.544 INFO kablam! warning: unused attribute Oct 21 21:26:58.544 INFO kablam! --> src/main.rs:2:1 Oct 21 21:26:58.544 INFO kablam! | Oct 21 21:26:58.544 INFO kablam! 2 | #[link_args = "-s ALLOW_MEMORY_GROWTH=1"] Oct 21 21:26:58.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:26:58.544 INFO kablam! | Oct 21 21:26:58.544 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 21 21:26:58.544 INFO kablam! Oct 21 21:26:58.663 INFO kablam! warning: unused variable: `signed_norm` Oct 21 21:26:58.663 INFO kablam! --> src/geometric_uf.rs:212:13 Oct 21 21:26:58.663 INFO kablam! | Oct 21 21:26:58.663 INFO kablam! 212 | let signed_norm = Normal::new(0.0, 0.3333); Oct 21 21:26:58.663 INFO kablam! | ^^^^^^^^^^^ help: consider using `_signed_norm` instead Oct 21 21:26:58.663 INFO kablam! | Oct 21 21:26:58.663 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 21:26:58.663 INFO kablam! Oct 21 21:26:58.664 INFO kablam! warning: unused variable: `current_length` Oct 21 21:26:58.664 INFO kablam! --> src/geometric_uf.rs:213:13 Oct 21 21:26:58.664 INFO kablam! | Oct 21 21:26:58.664 INFO kablam! 213 | let current_length: i32 = self.parent.len() as i32; Oct 21 21:26:58.664 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_current_length` instead Oct 21 21:26:58.664 INFO kablam! Oct 21 21:26:58.664 INFO kablam! warning: unused variable: `chunk_size` Oct 21 21:26:58.664 INFO kablam! --> src/geometric_uf.rs:203:32 Oct 21 21:26:58.664 INFO kablam! | Oct 21 21:26:58.664 INFO kablam! 203 | pub fn generate(&mut self, chunk_size: i32, geom_bounds: GeomBounds, num_iter: i32) { Oct 21 21:26:58.664 INFO kablam! | ^^^^^^^^^^ help: consider using `_chunk_size` instead Oct 21 21:26:58.664 INFO kablam! Oct 21 21:26:58.719 INFO kablam! warning: unused attribute Oct 21 21:26:58.719 INFO kablam! --> src/main.rs:2:1 Oct 21 21:26:58.719 INFO kablam! | Oct 21 21:26:58.719 INFO kablam! 2 | #[link_args = "-s ALLOW_MEMORY_GROWTH=1"] Oct 21 21:26:58.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:26:58.719 INFO kablam! | Oct 21 21:26:58.719 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 21 21:26:58.719 INFO kablam! Oct 21 21:26:58.772 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 42.50s Oct 21 21:26:58.780 INFO kablam! su: No module specific data is present Oct 21 21:26:59.817 INFO running `"docker" "rm" "-f" "08640e8b88ffc738b7f0224d37763370db8873456d2d9278fb1b7aa6d54f750b"` Oct 21 21:27:00.035 INFO blam! 08640e8b88ffc738b7f0224d37763370db8873456d2d9278fb1b7aa6d54f750b