Oct 15 10:27:09.003 INFO testing H-Plus-Time/percolation against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 10:27:09.003 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 10:27:09.452 INFO blam! d43e4efaadb8e54f8931d123a5ab21ef3958c5de8bd887d18396d09db9abbddb Oct 15 10:27:09.454 INFO running `"docker" "start" "-a" "d43e4efaadb8e54f8931d123a5ab21ef3958c5de8bd887d18396d09db9abbddb"` Oct 15 10:27:10.550 INFO kablam! usermod: no changes Oct 15 10:27:10.735 INFO kablam! Compiling heapsize v0.4.1 Oct 15 10:27:10.735 INFO kablam! Compiling smallvec v0.3.3 Oct 15 10:27:10.735 INFO kablam! Compiling clamp v0.1.0 Oct 15 10:27:10.735 INFO kablam! Compiling cgmath v0.14.1 Oct 15 10:27:10.735 INFO kablam! Compiling stdweb v0.1.2 Oct 15 10:27:10.735 INFO kablam! Compiling nalgebra v0.12.3 Oct 15 10:27:13.514 INFO kablam! Compiling euclid v0.15.2 Oct 15 10:27:17.378 INFO kablam! Compiling lyon_bezier v0.7.1 Oct 15 10:27:49.139 INFO kablam! Compiling spade v1.2.0 Oct 15 10:27:53.434 INFO kablam! Compiling geo v0.6.0 Oct 15 10:27:56.725 INFO kablam! Compiling percolation v0.1.0 (/source) Oct 15 10:27:58.887 INFO kablam! warning: unused `#[macro_use]` import Oct 15 10:27:58.887 INFO kablam! --> src/main.rs:6:1 Oct 15 10:27:58.887 INFO kablam! | Oct 15 10:27:58.887 INFO kablam! 6 | #[macro_use] Oct 15 10:27:58.887 INFO kablam! | ^^^^^^^^^^^^ Oct 15 10:27:58.887 INFO kablam! | Oct 15 10:27:58.887 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:27:58.887 INFO kablam! Oct 15 10:27:58.887 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 10:27:58.887 INFO kablam! --> src/geometric_uf.rs:109:60 Oct 15 10:27:58.887 INFO kablam! | Oct 15 10:27:58.887 INFO kablam! 109 | Point::new(fieldwidth, (fieldheight-wire_thickness)), Point::new(0., (fieldheight-wire_thickness)), Point::new(0., 0.)]); Oct 15 10:27:58.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 10:27:58.887 INFO kablam! | Oct 15 10:27:58.887 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 10:27:58.887 INFO kablam! Oct 15 10:27:58.887 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 10:27:58.887 INFO kablam! --> src/geometric_uf.rs:109:106 Oct 15 10:27:58.887 INFO kablam! | Oct 15 10:27:58.887 INFO kablam! 109 | Point::new(fieldwidth, (fieldheight-wire_thickness)), Point::new(0., (fieldheight-wire_thickness)), Point::new(0., 0.)]); Oct 15 10:27:58.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 10:27:58.887 INFO kablam! Oct 15 10:27:58.895 INFO kablam! warning: unused import: `stdweb::serde::Serde` Oct 15 10:27:58.895 INFO kablam! --> src/main.rs:21:5 Oct 15 10:27:58.895 INFO kablam! | Oct 15 10:27:58.895 INFO kablam! 21 | use stdweb::serde::Serde; Oct 15 10:27:58.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 10:27:58.895 INFO kablam! Oct 15 10:27:59.114 INFO kablam! warning: unused variable: `signed_norm` Oct 15 10:27:59.114 INFO kablam! --> src/geometric_uf.rs:212:13 Oct 15 10:27:59.114 INFO kablam! | Oct 15 10:27:59.114 INFO kablam! 212 | let signed_norm = Normal::new(0.0, 0.3333); Oct 15 10:27:59.114 INFO kablam! | ^^^^^^^^^^^ help: consider using `_signed_norm` instead Oct 15 10:27:59.114 INFO kablam! | Oct 15 10:27:59.114 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:27:59.114 INFO kablam! Oct 15 10:27:59.114 INFO kablam! warning: unused variable: `current_length` Oct 15 10:27:59.114 INFO kablam! --> src/geometric_uf.rs:213:13 Oct 15 10:27:59.114 INFO kablam! | Oct 15 10:27:59.114 INFO kablam! 213 | let current_length: i32 = self.parent.len() as i32; Oct 15 10:27:59.114 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_current_length` instead Oct 15 10:27:59.114 INFO kablam! Oct 15 10:27:59.114 INFO kablam! warning: unused variable: `chunk_size` Oct 15 10:27:59.114 INFO kablam! --> src/geometric_uf.rs:203:32 Oct 15 10:27:59.114 INFO kablam! | Oct 15 10:27:59.114 INFO kablam! 203 | pub fn generate(&mut self, chunk_size: i32, geom_bounds: GeomBounds, num_iter: i32) { Oct 15 10:27:59.114 INFO kablam! | ^^^^^^^^^^ help: consider using `_chunk_size` instead Oct 15 10:27:59.114 INFO kablam! Oct 15 10:27:59.163 INFO kablam! warning: unused attribute Oct 15 10:27:59.163 INFO kablam! --> src/main.rs:2:1 Oct 15 10:27:59.163 INFO kablam! | Oct 15 10:27:59.164 INFO kablam! 2 | #[link_args = "-s ALLOW_MEMORY_GROWTH=1"] Oct 15 10:27:59.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:27:59.164 INFO kablam! | Oct 15 10:27:59.164 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 15 10:27:59.164 INFO kablam! Oct 15 10:28:02.311 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 51.71s Oct 15 10:28:02.315 INFO kablam! su: No module specific data is present Oct 15 10:28:03.319 INFO running `"docker" "rm" "-f" "d43e4efaadb8e54f8931d123a5ab21ef3958c5de8bd887d18396d09db9abbddb"` Oct 15 10:28:03.583 INFO blam! d43e4efaadb8e54f8931d123a5ab21ef3958c5de8bd887d18396d09db9abbddb Oct 15 10:28:03.589 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 10:28:04.020 INFO blam! 63a634f60b242f19c33fe19314ce443954e728eca1b6132bb18137f70934bfa0 Oct 15 10:28:04.023 INFO running `"docker" "start" "-a" "63a634f60b242f19c33fe19314ce443954e728eca1b6132bb18137f70934bfa0"` Oct 15 10:28:05.572 INFO kablam! usermod: no changes Oct 15 10:28:05.737 INFO kablam! Compiling percolation v0.1.0 (/source) Oct 15 10:28:07.827 INFO kablam! warning: unused `#[macro_use]` import Oct 15 10:28:07.827 INFO kablam! --> src/main.rs:6:1 Oct 15 10:28:07.828 INFO kablam! | Oct 15 10:28:07.828 INFO kablam! 6 | #[macro_use] Oct 15 10:28:07.828 INFO kablam! | ^^^^^^^^^^^^ Oct 15 10:28:07.829 INFO kablam! | Oct 15 10:28:07.829 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:28:07.829 INFO kablam! Oct 15 10:28:07.829 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 10:28:07.829 INFO kablam! --> src/geometric_uf.rs:109:60 Oct 15 10:28:07.830 INFO kablam! | Oct 15 10:28:07.830 INFO kablam! 109 | Point::new(fieldwidth, (fieldheight-wire_thickness)), Point::new(0., (fieldheight-wire_thickness)), Point::new(0., 0.)]); Oct 15 10:28:07.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 10:28:07.830 INFO kablam! | Oct 15 10:28:07.830 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 10:28:07.830 INFO kablam! Oct 15 10:28:07.830 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 10:28:07.830 INFO kablam! --> src/geometric_uf.rs:109:106 Oct 15 10:28:07.830 INFO kablam! | Oct 15 10:28:07.831 INFO kablam! 109 | Point::new(fieldwidth, (fieldheight-wire_thickness)), Point::new(0., (fieldheight-wire_thickness)), Point::new(0., 0.)]); Oct 15 10:28:07.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 10:28:07.831 INFO kablam! Oct 15 10:28:07.831 INFO kablam! warning: unused import: `stdweb::serde::Serde` Oct 15 10:28:07.831 INFO kablam! --> src/main.rs:21:5 Oct 15 10:28:07.831 INFO kablam! | Oct 15 10:28:07.831 INFO kablam! 21 | use stdweb::serde::Serde; Oct 15 10:28:07.831 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 10:28:07.831 INFO kablam! Oct 15 10:28:08.163 INFO kablam! warning: unused variable: `signed_norm` Oct 15 10:28:08.164 INFO kablam! --> src/geometric_uf.rs:212:13 Oct 15 10:28:08.165 INFO kablam! | Oct 15 10:28:08.166 INFO kablam! 212 | let signed_norm = Normal::new(0.0, 0.3333); Oct 15 10:28:08.166 INFO kablam! | ^^^^^^^^^^^ help: consider using `_signed_norm` instead Oct 15 10:28:08.167 INFO kablam! | Oct 15 10:28:08.168 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:28:08.168 INFO kablam! Oct 15 10:28:08.169 INFO kablam! warning: unused variable: `current_length` Oct 15 10:28:08.170 INFO kablam! --> src/geometric_uf.rs:213:13 Oct 15 10:28:08.170 INFO kablam! | Oct 15 10:28:08.170 INFO kablam! 213 | let current_length: i32 = self.parent.len() as i32; Oct 15 10:28:08.170 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_current_length` instead Oct 15 10:28:08.170 INFO kablam! Oct 15 10:28:08.175 INFO kablam! warning: unused variable: `chunk_size` Oct 15 10:28:08.175 INFO kablam! --> src/geometric_uf.rs:203:32 Oct 15 10:28:08.175 INFO kablam! | Oct 15 10:28:08.175 INFO kablam! 203 | pub fn generate(&mut self, chunk_size: i32, geom_bounds: GeomBounds, num_iter: i32) { Oct 15 10:28:08.175 INFO kablam! | ^^^^^^^^^^ help: consider using `_chunk_size` instead Oct 15 10:28:08.175 INFO kablam! Oct 15 10:28:08.236 INFO kablam! warning: unused attribute Oct 15 10:28:08.236 INFO kablam! --> src/main.rs:2:1 Oct 15 10:28:08.236 INFO kablam! | Oct 15 10:28:08.237 INFO kablam! 2 | #[link_args = "-s ALLOW_MEMORY_GROWTH=1"] Oct 15 10:28:08.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:28:08.238 INFO kablam! | Oct 15 10:28:08.238 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 15 10:28:08.238 INFO kablam! Oct 15 10:28:10.673 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.07s Oct 15 10:28:10.682 INFO kablam! su: No module specific data is present Oct 15 10:28:12.021 INFO running `"docker" "rm" "-f" "63a634f60b242f19c33fe19314ce443954e728eca1b6132bb18137f70934bfa0"` Oct 15 10:28:12.373 INFO blam! 63a634f60b242f19c33fe19314ce443954e728eca1b6132bb18137f70934bfa0 Oct 15 10:28:12.380 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 10:28:12.790 INFO blam! b96564bc0e3f5073dd705c434b73ce06b46c913182246326d2d45ba2770822bb Oct 15 10:28:12.792 INFO running `"docker" "start" "-a" "b96564bc0e3f5073dd705c434b73ce06b46c913182246326d2d45ba2770822bb"` Oct 15 10:28:14.586 INFO kablam! usermod: no changes Oct 15 10:28:14.734 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 15 10:28:14.747 INFO kablam! Running /target/debug/deps/percolation-b190c5cf18e11073 Oct 15 10:28:14.755 INFO blam! Oct 15 10:28:14.755 INFO blam! running 0 tests Oct 15 10:28:14.755 INFO blam! Oct 15 10:28:14.755 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:28:14.755 INFO blam! Oct 15 10:28:14.757 INFO kablam! su: No module specific data is present Oct 15 10:28:15.391 INFO running `"docker" "rm" "-f" "b96564bc0e3f5073dd705c434b73ce06b46c913182246326d2d45ba2770822bb"` Oct 15 10:28:15.699 INFO blam! b96564bc0e3f5073dd705c434b73ce06b46c913182246326d2d45ba2770822bb