Oct 11 06:28:31.820 INFO testing H-Plus-Time/percolation against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:28:31.820 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:28:31.820 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:28:31.981 INFO blam! f92ba0e113ad5051929ddfe8beb7d8837926026f8fafd4302e88b8aa2c447ef4 Oct 11 06:28:31.981 INFO running `"docker" "start" "-a" "f92ba0e113ad5051929ddfe8beb7d8837926026f8fafd4302e88b8aa2c447ef4"` Oct 11 06:28:32.508 INFO kablam! usermod: no changes Oct 11 06:28:32.646 INFO kablam! Compiling heapsize v0.4.1 Oct 11 06:28:32.646 INFO kablam! Compiling clamp v0.1.0 Oct 11 06:28:32.646 INFO kablam! Compiling smallvec v0.3.3 Oct 11 06:28:32.646 INFO kablam! Compiling serde_json v1.0.3 Oct 11 06:28:32.647 INFO kablam! Compiling itertools v0.6.2 Oct 11 06:28:32.647 INFO kablam! Compiling num-bigint v0.1.40 Oct 11 06:28:32.647 INFO kablam! Compiling cgmath v0.14.1 Oct 11 06:28:32.647 INFO kablam! Compiling alga v0.5.2 Oct 11 06:28:33.119 INFO kablam! Compiling clap v2.26.0 Oct 11 06:28:35.808 INFO kablam! Compiling euclid v0.15.2 Oct 11 06:28:36.885 INFO kablam! Compiling num-rational v0.1.39 Oct 11 06:28:39.197 INFO kablam! Compiling stdweb v0.1.2 Oct 11 06:28:39.698 INFO kablam! Compiling nalgebra v0.12.3 Oct 11 06:28:40.380 INFO kablam! Compiling lyon_bezier v0.7.1 Oct 11 06:28:40.723 INFO kablam! Compiling num v0.1.40 Oct 11 06:29:20.284 INFO kablam! Compiling spade v1.2.0 Oct 11 06:29:23.624 INFO kablam! Compiling geo v0.6.0 Oct 11 06:29:26.468 INFO kablam! Compiling percolation v0.1.0 (/source) Oct 11 06:29:27.891 INFO kablam! warning: unused `#[macro_use]` import Oct 11 06:29:27.891 INFO kablam! --> src/main.rs:6:1 Oct 11 06:29:27.891 INFO kablam! | Oct 11 06:29:27.891 INFO kablam! 6 | #[macro_use] Oct 11 06:29:27.891 INFO kablam! | ^^^^^^^^^^^^ Oct 11 06:29:27.891 INFO kablam! | Oct 11 06:29:27.891 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:29:27.891 INFO kablam! Oct 11 06:29:27.891 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 06:29:27.891 INFO kablam! --> src/geometric_uf.rs:109:60 Oct 11 06:29:27.891 INFO kablam! | Oct 11 06:29:27.891 INFO kablam! 109 | Point::new(fieldwidth, (fieldheight-wire_thickness)), Point::new(0., (fieldheight-wire_thickness)), Point::new(0., 0.)]); Oct 11 06:29:27.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 06:29:27.891 INFO kablam! | Oct 11 06:29:27.891 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 06:29:27.891 INFO kablam! Oct 11 06:29:27.891 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 06:29:27.891 INFO kablam! --> src/geometric_uf.rs:109:106 Oct 11 06:29:27.891 INFO kablam! | Oct 11 06:29:27.891 INFO kablam! 109 | Point::new(fieldwidth, (fieldheight-wire_thickness)), Point::new(0., (fieldheight-wire_thickness)), Point::new(0., 0.)]); Oct 11 06:29:27.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 06:29:27.891 INFO kablam! Oct 11 06:29:27.891 INFO kablam! warning: unused import: `stdweb::serde::Serde` Oct 11 06:29:27.891 INFO kablam! --> src/main.rs:21:5 Oct 11 06:29:27.891 INFO kablam! | Oct 11 06:29:27.891 INFO kablam! 21 | use stdweb::serde::Serde; Oct 11 06:29:27.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 06:29:27.891 INFO kablam! Oct 11 06:29:28.068 INFO kablam! warning: unused variable: `signed_norm` Oct 11 06:29:28.068 INFO kablam! --> src/geometric_uf.rs:212:13 Oct 11 06:29:28.068 INFO kablam! | Oct 11 06:29:28.068 INFO kablam! 212 | let signed_norm = Normal::new(0.0, 0.3333); Oct 11 06:29:28.068 INFO kablam! | ^^^^^^^^^^^ help: consider using `_signed_norm` instead Oct 11 06:29:28.068 INFO kablam! | Oct 11 06:29:28.068 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:29:28.068 INFO kablam! Oct 11 06:29:28.068 INFO kablam! warning: unused variable: `current_length` Oct 11 06:29:28.068 INFO kablam! --> src/geometric_uf.rs:213:13 Oct 11 06:29:28.068 INFO kablam! | Oct 11 06:29:28.068 INFO kablam! 213 | let current_length: i32 = self.parent.len() as i32; Oct 11 06:29:28.068 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_current_length` instead Oct 11 06:29:28.068 INFO kablam! Oct 11 06:29:28.068 INFO kablam! warning: unused variable: `chunk_size` Oct 11 06:29:28.068 INFO kablam! --> src/geometric_uf.rs:203:32 Oct 11 06:29:28.068 INFO kablam! | Oct 11 06:29:28.068 INFO kablam! 203 | pub fn generate(&mut self, chunk_size: i32, geom_bounds: GeomBounds, num_iter: i32) { Oct 11 06:29:28.068 INFO kablam! | ^^^^^^^^^^ help: consider using `_chunk_size` instead Oct 11 06:29:28.068 INFO kablam! Oct 11 06:29:28.114 INFO kablam! warning: unused attribute Oct 11 06:29:28.114 INFO kablam! --> src/main.rs:2:1 Oct 11 06:29:28.114 INFO kablam! | Oct 11 06:29:28.114 INFO kablam! 2 | #[link_args = "-s ALLOW_MEMORY_GROWTH=1"] Oct 11 06:29:28.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:29:28.114 INFO kablam! | Oct 11 06:29:28.115 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 11 06:29:28.115 INFO kablam! Oct 11 06:29:30.063 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 57.54s Oct 11 06:29:30.071 INFO kablam! su: No module specific data is present Oct 11 06:29:30.405 INFO running `"docker" "rm" "-f" "f92ba0e113ad5051929ddfe8beb7d8837926026f8fafd4302e88b8aa2c447ef4"` Oct 11 06:29:30.620 INFO blam! f92ba0e113ad5051929ddfe8beb7d8837926026f8fafd4302e88b8aa2c447ef4 Oct 11 06:29:30.622 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:29:30.623 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:29:30.933 INFO blam! 1a29a7e57b480bbe099c950e1bca1cdea0c23d3d36b1ccc6dda1da26e3d001f3 Oct 11 06:29:30.964 INFO running `"docker" "start" "-a" "1a29a7e57b480bbe099c950e1bca1cdea0c23d3d36b1ccc6dda1da26e3d001f3"` Oct 11 06:29:31.907 INFO kablam! usermod: no changes Oct 11 06:29:32.036 INFO kablam! Compiling percolation v0.1.0 (/source) Oct 11 06:29:33.476 INFO kablam! warning: unused `#[macro_use]` import Oct 11 06:29:33.476 INFO kablam! --> src/main.rs:6:1 Oct 11 06:29:33.476 INFO kablam! | Oct 11 06:29:33.476 INFO kablam! 6 | #[macro_use] Oct 11 06:29:33.476 INFO kablam! | ^^^^^^^^^^^^ Oct 11 06:29:33.476 INFO kablam! | Oct 11 06:29:33.476 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:29:33.476 INFO kablam! Oct 11 06:29:33.476 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 06:29:33.476 INFO kablam! --> src/geometric_uf.rs:109:60 Oct 11 06:29:33.476 INFO kablam! | Oct 11 06:29:33.476 INFO kablam! 109 | Point::new(fieldwidth, (fieldheight-wire_thickness)), Point::new(0., (fieldheight-wire_thickness)), Point::new(0., 0.)]); Oct 11 06:29:33.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 06:29:33.476 INFO kablam! | Oct 11 06:29:33.476 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 06:29:33.476 INFO kablam! Oct 11 06:29:33.476 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 06:29:33.476 INFO kablam! --> src/geometric_uf.rs:109:106 Oct 11 06:29:33.476 INFO kablam! | Oct 11 06:29:33.476 INFO kablam! 109 | Point::new(fieldwidth, (fieldheight-wire_thickness)), Point::new(0., (fieldheight-wire_thickness)), Point::new(0., 0.)]); Oct 11 06:29:33.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 06:29:33.476 INFO kablam! Oct 11 06:29:33.476 INFO kablam! warning: unused import: `stdweb::serde::Serde` Oct 11 06:29:33.476 INFO kablam! --> src/main.rs:21:5 Oct 11 06:29:33.476 INFO kablam! | Oct 11 06:29:33.476 INFO kablam! 21 | use stdweb::serde::Serde; Oct 11 06:29:33.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 11 06:29:33.476 INFO kablam! Oct 11 06:29:33.620 INFO kablam! warning: unused variable: `signed_norm` Oct 11 06:29:33.620 INFO kablam! --> src/geometric_uf.rs:212:13 Oct 11 06:29:33.620 INFO kablam! | Oct 11 06:29:33.620 INFO kablam! 212 | let signed_norm = Normal::new(0.0, 0.3333); Oct 11 06:29:33.620 INFO kablam! | ^^^^^^^^^^^ help: consider using `_signed_norm` instead Oct 11 06:29:33.620 INFO kablam! | Oct 11 06:29:33.620 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:29:33.620 INFO kablam! Oct 11 06:29:33.620 INFO kablam! warning: unused variable: `current_length` Oct 11 06:29:33.620 INFO kablam! --> src/geometric_uf.rs:213:13 Oct 11 06:29:33.620 INFO kablam! | Oct 11 06:29:33.620 INFO kablam! 213 | let current_length: i32 = self.parent.len() as i32; Oct 11 06:29:33.620 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_current_length` instead Oct 11 06:29:33.620 INFO kablam! Oct 11 06:29:33.620 INFO kablam! warning: unused variable: `chunk_size` Oct 11 06:29:33.620 INFO kablam! --> src/geometric_uf.rs:203:32 Oct 11 06:29:33.620 INFO kablam! | Oct 11 06:29:33.620 INFO kablam! 203 | pub fn generate(&mut self, chunk_size: i32, geom_bounds: GeomBounds, num_iter: i32) { Oct 11 06:29:33.620 INFO kablam! | ^^^^^^^^^^ help: consider using `_chunk_size` instead Oct 11 06:29:33.620 INFO kablam! Oct 11 06:29:33.654 INFO kablam! warning: unused attribute Oct 11 06:29:33.654 INFO kablam! --> src/main.rs:2:1 Oct 11 06:29:33.654 INFO kablam! | Oct 11 06:29:33.654 INFO kablam! 2 | #[link_args = "-s ALLOW_MEMORY_GROWTH=1"] Oct 11 06:29:33.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:29:33.654 INFO kablam! | Oct 11 06:29:33.654 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 11 06:29:33.654 INFO kablam! Oct 11 06:29:35.268 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.33s Oct 11 06:29:35.276 INFO kablam! su: No module specific data is present Oct 11 06:29:35.788 INFO running `"docker" "rm" "-f" "1a29a7e57b480bbe099c950e1bca1cdea0c23d3d36b1ccc6dda1da26e3d001f3"` Oct 11 06:29:35.975 INFO blam! 1a29a7e57b480bbe099c950e1bca1cdea0c23d3d36b1ccc6dda1da26e3d001f3 Oct 11 06:29:35.982 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:29:35.983 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 06:29:36.303 INFO blam! 1b015ff67553ae149839d00ebd9f454910e18c48894ce7eeb655009a6042cdb4 Oct 11 06:29:36.303 INFO running `"docker" "start" "-a" "1b015ff67553ae149839d00ebd9f454910e18c48894ce7eeb655009a6042cdb4"` Oct 11 06:29:36.760 INFO kablam! usermod: no changes Oct 11 06:29:36.862 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 11 06:29:36.877 INFO kablam! Running /target/debug/deps/percolation-b190c5cf18e11073 Oct 11 06:29:36.879 INFO blam! Oct 11 06:29:36.879 INFO blam! running 0 tests Oct 11 06:29:36.879 INFO blam! Oct 11 06:29:36.879 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:29:36.879 INFO blam! Oct 11 06:29:36.882 INFO kablam! su: No module specific data is present Oct 11 06:29:37.130 INFO running `"docker" "rm" "-f" "1b015ff67553ae149839d00ebd9f454910e18c48894ce7eeb655009a6042cdb4"` Oct 11 06:29:37.228 INFO blam! 1b015ff67553ae149839d00ebd9f454910e18c48894ce7eeb655009a6042cdb4