Oct 27 11:36:12.842 INFO checking H-Plus-Time/percolation against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 11:36:12.842 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/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 27 11:36:12.986 INFO blam! 58d0fe80143f3a9558fd4cd74211f25b6de2821462aef739787d77d37eea6b65 Oct 27 11:36:12.988 INFO running `"docker" "start" "-a" "58d0fe80143f3a9558fd4cd74211f25b6de2821462aef739787d77d37eea6b65"` Oct 27 11:36:13.823 INFO kablam! usermod: no changes Oct 27 11:36:13.935 INFO kablam! Compiling heapsize v0.4.1 Oct 27 11:36:13.935 INFO kablam! Checking smallvec v0.3.3 Oct 27 11:36:13.939 INFO kablam! Checking cgmath v0.14.1 Oct 27 11:36:13.939 INFO kablam! Checking stdweb v0.1.2 Oct 27 11:36:13.939 INFO kablam! Checking nalgebra v0.12.3 Oct 27 11:36:19.911 INFO kablam! Checking euclid v0.15.2 Oct 27 11:36:25.271 INFO kablam! Checking lyon_bezier v0.7.1 Oct 27 11:36:54.886 INFO kablam! Checking spade v1.2.0 Oct 27 11:36:58.389 INFO kablam! Checking geo v0.6.0 Oct 27 11:37:01.423 INFO kablam! Checking percolation v0.1.0 (/source) Oct 27 11:37:04.301 INFO kablam! warning: unused `#[macro_use]` import Oct 27 11:37:04.302 INFO kablam! --> src/main.rs:6:1 Oct 27 11:37:04.303 INFO kablam! | Oct 27 11:37:04.304 INFO kablam! 6 | #[macro_use] Oct 27 11:37:04.304 INFO kablam! | ^^^^^^^^^^^^ Oct 27 11:37:04.305 INFO kablam! | Oct 27 11:37:04.305 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:37:04.306 INFO kablam! Oct 27 11:37:04.307 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 11:37:04.308 INFO kablam! --> src/geometric_uf.rs:109:60 Oct 27 11:37:04.308 INFO kablam! | Oct 27 11:37:04.309 INFO kablam! 109 | Point::new(fieldwidth, (fieldheight-wire_thickness)), Point::new(0., (fieldheight-wire_thickness)), Point::new(0., 0.)]); Oct 27 11:37:04.310 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 11:37:04.310 INFO kablam! | Oct 27 11:37:04.311 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 11:37:04.311 INFO kablam! Oct 27 11:37:04.312 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 11:37:04.313 INFO kablam! --> src/geometric_uf.rs:109:106 Oct 27 11:37:04.313 INFO kablam! | Oct 27 11:37:04.313 INFO kablam! 109 | Point::new(fieldwidth, (fieldheight-wire_thickness)), Point::new(0., (fieldheight-wire_thickness)), Point::new(0., 0.)]); Oct 27 11:37:04.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 11:37:04.314 INFO kablam! Oct 27 11:37:04.315 INFO kablam! warning: unused import: `stdweb::serde::Serde` Oct 27 11:37:04.316 INFO kablam! --> src/main.rs:21:5 Oct 27 11:37:04.316 INFO kablam! | Oct 27 11:37:04.317 INFO kablam! 21 | use stdweb::serde::Serde; Oct 27 11:37:04.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 11:37:04.318 INFO kablam! Oct 27 11:37:04.508 INFO kablam! warning: unused variable: `signed_norm` Oct 27 11:37:04.509 INFO kablam! --> src/geometric_uf.rs:212:13 Oct 27 11:37:04.510 INFO kablam! | Oct 27 11:37:04.510 INFO kablam! 212 | let signed_norm = Normal::new(0.0, 0.3333); Oct 27 11:37:04.511 INFO kablam! | ^^^^^^^^^^^ help: consider using `_signed_norm` instead Oct 27 11:37:04.511 INFO kablam! | Oct 27 11:37:04.511 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:37:04.512 INFO kablam! Oct 27 11:37:04.513 INFO kablam! warning: unused variable: `current_length` Oct 27 11:37:04.513 INFO kablam! --> src/geometric_uf.rs:213:13 Oct 27 11:37:04.513 INFO kablam! | Oct 27 11:37:04.513 INFO kablam! 213 | let current_length: i32 = self.parent.len() as i32; Oct 27 11:37:04.513 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_current_length` instead Oct 27 11:37:04.513 INFO kablam! Oct 27 11:37:04.516 INFO kablam! warning: unused variable: `chunk_size` Oct 27 11:37:04.516 INFO kablam! --> src/geometric_uf.rs:203:32 Oct 27 11:37:04.516 INFO kablam! | Oct 27 11:37:04.516 INFO kablam! 203 | pub fn generate(&mut self, chunk_size: i32, geom_bounds: GeomBounds, num_iter: i32) { Oct 27 11:37:04.516 INFO kablam! | ^^^^^^^^^^ help: consider using `_chunk_size` instead Oct 27 11:37:04.516 INFO kablam! Oct 27 11:37:04.522 INFO kablam! warning: unused `#[macro_use]` import Oct 27 11:37:04.523 INFO kablam! --> src/main.rs:6:1 Oct 27 11:37:04.523 INFO kablam! | Oct 27 11:37:04.524 INFO kablam! 6 | #[macro_use] Oct 27 11:37:04.525 INFO kablam! | ^^^^^^^^^^^^ Oct 27 11:37:04.525 INFO kablam! | Oct 27 11:37:04.525 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 11:37:04.525 INFO kablam! Oct 27 11:37:04.525 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 11:37:04.525 INFO kablam! --> src/geometric_uf.rs:109:60 Oct 27 11:37:04.525 INFO kablam! | Oct 27 11:37:04.525 INFO kablam! 109 | Point::new(fieldwidth, (fieldheight-wire_thickness)), Point::new(0., (fieldheight-wire_thickness)), Point::new(0., 0.)]); Oct 27 11:37:04.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 11:37:04.525 INFO kablam! | Oct 27 11:37:04.525 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 11:37:04.525 INFO kablam! Oct 27 11:37:04.525 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 11:37:04.525 INFO kablam! --> src/geometric_uf.rs:109:106 Oct 27 11:37:04.525 INFO kablam! | Oct 27 11:37:04.525 INFO kablam! 109 | Point::new(fieldwidth, (fieldheight-wire_thickness)), Point::new(0., (fieldheight-wire_thickness)), Point::new(0., 0.)]); Oct 27 11:37:04.525 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 11:37:04.525 INFO kablam! Oct 27 11:37:04.526 INFO kablam! warning: unused import: `stdweb::serde::Serde` Oct 27 11:37:04.526 INFO kablam! --> src/main.rs:21:5 Oct 27 11:37:04.526 INFO kablam! | Oct 27 11:37:04.526 INFO kablam! 21 | use stdweb::serde::Serde; Oct 27 11:37:04.526 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 11:37:04.526 INFO kablam! Oct 27 11:37:04.572 INFO kablam! warning: unused attribute Oct 27 11:37:04.573 INFO kablam! --> src/main.rs:2:1 Oct 27 11:37:04.574 INFO kablam! | Oct 27 11:37:04.574 INFO kablam! 2 | #[link_args = "-s ALLOW_MEMORY_GROWTH=1"] Oct 27 11:37:04.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:37:04.575 INFO kablam! | Oct 27 11:37:04.576 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 27 11:37:04.577 INFO kablam! Oct 27 11:37:04.748 INFO kablam! warning: unused variable: `signed_norm` Oct 27 11:37:04.748 INFO kablam! --> src/geometric_uf.rs:212:13 Oct 27 11:37:04.748 INFO kablam! | Oct 27 11:37:04.748 INFO kablam! 212 | let signed_norm = Normal::new(0.0, 0.3333); Oct 27 11:37:04.748 INFO kablam! | ^^^^^^^^^^^ help: consider using `_signed_norm` instead Oct 27 11:37:04.748 INFO kablam! | Oct 27 11:37:04.748 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 11:37:04.748 INFO kablam! Oct 27 11:37:04.748 INFO kablam! warning: unused variable: `current_length` Oct 27 11:37:04.748 INFO kablam! --> src/geometric_uf.rs:213:13 Oct 27 11:37:04.748 INFO kablam! | Oct 27 11:37:04.748 INFO kablam! 213 | let current_length: i32 = self.parent.len() as i32; Oct 27 11:37:04.748 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_current_length` instead Oct 27 11:37:04.748 INFO kablam! Oct 27 11:37:04.748 INFO kablam! warning: unused variable: `chunk_size` Oct 27 11:37:04.748 INFO kablam! --> src/geometric_uf.rs:203:32 Oct 27 11:37:04.748 INFO kablam! | Oct 27 11:37:04.748 INFO kablam! 203 | pub fn generate(&mut self, chunk_size: i32, geom_bounds: GeomBounds, num_iter: i32) { Oct 27 11:37:04.748 INFO kablam! | ^^^^^^^^^^ help: consider using `_chunk_size` instead Oct 27 11:37:04.748 INFO kablam! Oct 27 11:37:04.791 INFO kablam! warning: unused attribute Oct 27 11:37:04.791 INFO kablam! --> src/main.rs:2:1 Oct 27 11:37:04.791 INFO kablam! | Oct 27 11:37:04.791 INFO kablam! 2 | #[link_args = "-s ALLOW_MEMORY_GROWTH=1"] Oct 27 11:37:04.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 11:37:04.791 INFO kablam! | Oct 27 11:37:04.791 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 27 11:37:04.791 INFO kablam! Oct 27 11:37:04.839 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 51.03s Oct 27 11:37:04.851 INFO kablam! su: No module specific data is present Oct 27 11:37:05.607 INFO running `"docker" "rm" "-f" "58d0fe80143f3a9558fd4cd74211f25b6de2821462aef739787d77d37eea6b65"` Oct 27 11:37:05.887 INFO blam! 58d0fe80143f3a9558fd4cd74211f25b6de2821462aef739787d77d37eea6b65