Oct 15 10:27:08.016 INFO testing H-Plus-Time/percolation against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 10:27:08.016 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:08.205 INFO blam! 7a66be4c59e86d9e03fb6f6b956aa158bef32026364150ae6d0978b0b02be774 Oct 15 10:27:08.207 INFO running `"docker" "start" "-a" "7a66be4c59e86d9e03fb6f6b956aa158bef32026364150ae6d0978b0b02be774"` Oct 15 10:27:08.805 INFO kablam! usermod: no changes Oct 15 10:27:08.943 INFO kablam! Compiling heapsize v0.4.1 Oct 15 10:27:08.943 INFO kablam! Compiling itertools v0.6.2 Oct 15 10:27:08.943 INFO kablam! Compiling cgmath v0.14.1 Oct 15 10:27:08.943 INFO kablam! Compiling stdweb v0.1.2 Oct 15 10:27:08.943 INFO kablam! Compiling clap v2.26.0 Oct 15 10:27:08.943 INFO kablam! Compiling num-rational v0.1.39 Oct 15 10:27:08.943 INFO kablam! Compiling generic-array v0.2.1 Oct 15 10:27:10.011 INFO kablam! Compiling nalgebra v0.12.3 Oct 15 10:27:12.187 INFO kablam! Compiling euclid v0.15.2 Oct 15 10:27:12.291 INFO kablam! Compiling num v0.1.40 Oct 15 10:27:15.202 INFO kablam! Compiling lyon_bezier v0.7.1 Oct 15 10:28:01.986 INFO kablam! Compiling spade v1.2.0 Oct 15 10:28:05.927 INFO kablam! Compiling geo v0.6.0 Oct 15 10:28:09.136 INFO kablam! Compiling percolation v0.1.0 (/source) Oct 15 10:28:10.927 INFO kablam! warning: unused `#[macro_use]` import Oct 15 10:28:10.927 INFO kablam! --> src/main.rs:6:1 Oct 15 10:28:10.927 INFO kablam! | Oct 15 10:28:10.927 INFO kablam! 6 | #[macro_use] Oct 15 10:28:10.927 INFO kablam! | ^^^^^^^^^^^^ Oct 15 10:28:10.927 INFO kablam! | Oct 15 10:28:10.927 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:28:10.927 INFO kablam! Oct 15 10:28:10.927 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 10:28:10.927 INFO kablam! --> src/geometric_uf.rs:109:60 Oct 15 10:28:10.927 INFO kablam! | Oct 15 10:28:10.927 INFO kablam! 109 | Point::new(fieldwidth, (fieldheight-wire_thickness)), Point::new(0., (fieldheight-wire_thickness)), Point::new(0., 0.)]); Oct 15 10:28:10.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 10:28:10.927 INFO kablam! | Oct 15 10:28:10.927 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 10:28:10.927 INFO kablam! Oct 15 10:28:10.927 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 10:28:10.927 INFO kablam! --> src/geometric_uf.rs:109:106 Oct 15 10:28:10.927 INFO kablam! | Oct 15 10:28:10.927 INFO kablam! 109 | Point::new(fieldwidth, (fieldheight-wire_thickness)), Point::new(0., (fieldheight-wire_thickness)), Point::new(0., 0.)]); Oct 15 10:28:10.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 10:28:10.927 INFO kablam! Oct 15 10:28:10.927 INFO kablam! warning: unused import: `stdweb::serde::Serde` Oct 15 10:28:10.927 INFO kablam! --> src/main.rs:21:5 Oct 15 10:28:10.927 INFO kablam! | Oct 15 10:28:10.927 INFO kablam! 21 | use stdweb::serde::Serde; Oct 15 10:28:10.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 10:28:10.927 INFO kablam! Oct 15 10:28:11.179 INFO kablam! warning: unused variable: `signed_norm` Oct 15 10:28:11.179 INFO kablam! --> src/geometric_uf.rs:212:13 Oct 15 10:28:11.179 INFO kablam! | Oct 15 10:28:11.179 INFO kablam! 212 | let signed_norm = Normal::new(0.0, 0.3333); Oct 15 10:28:11.179 INFO kablam! | ^^^^^^^^^^^ help: consider using `_signed_norm` instead Oct 15 10:28:11.179 INFO kablam! | Oct 15 10:28:11.179 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:28:11.179 INFO kablam! Oct 15 10:28:11.179 INFO kablam! warning: unused variable: `current_length` Oct 15 10:28:11.179 INFO kablam! --> src/geometric_uf.rs:213:13 Oct 15 10:28:11.179 INFO kablam! | Oct 15 10:28:11.179 INFO kablam! 213 | let current_length: i32 = self.parent.len() as i32; Oct 15 10:28:11.179 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_current_length` instead Oct 15 10:28:11.179 INFO kablam! Oct 15 10:28:11.179 INFO kablam! warning: unused variable: `chunk_size` Oct 15 10:28:11.179 INFO kablam! --> src/geometric_uf.rs:203:32 Oct 15 10:28:11.179 INFO kablam! | Oct 15 10:28:11.179 INFO kablam! 203 | pub fn generate(&mut self, chunk_size: i32, geom_bounds: GeomBounds, num_iter: i32) { Oct 15 10:28:11.179 INFO kablam! | ^^^^^^^^^^ help: consider using `_chunk_size` instead Oct 15 10:28:11.179 INFO kablam! Oct 15 10:28:11.267 INFO kablam! warning: unused attribute Oct 15 10:28:11.267 INFO kablam! --> src/main.rs:2:1 Oct 15 10:28:11.267 INFO kablam! | Oct 15 10:28:11.267 INFO kablam! 2 | #[link_args = "-s ALLOW_MEMORY_GROWTH=1"] Oct 15 10:28:11.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:28:11.267 INFO kablam! | Oct 15 10:28:11.267 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 15 10:28:11.267 INFO kablam! Oct 15 10:28:14.011 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 05s Oct 15 10:28:14.031 INFO kablam! su: No module specific data is present Oct 15 10:28:15.060 INFO running `"docker" "rm" "-f" "7a66be4c59e86d9e03fb6f6b956aa158bef32026364150ae6d0978b0b02be774"` Oct 15 10:28:15.342 INFO blam! 7a66be4c59e86d9e03fb6f6b956aa158bef32026364150ae6d0978b0b02be774 Oct 15 10:28:15.347 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:15.791 INFO blam! 4e2af0e6f51ef5b808fc8183ff14eb0ca5010138ee4b33d988de54c17f340439 Oct 15 10:28:15.797 INFO running `"docker" "start" "-a" "4e2af0e6f51ef5b808fc8183ff14eb0ca5010138ee4b33d988de54c17f340439"` Oct 15 10:28:16.627 INFO kablam! usermod: no changes Oct 15 10:28:16.749 INFO kablam! Compiling percolation v0.1.0 (/source) Oct 15 10:28:18.355 INFO kablam! warning: unused `#[macro_use]` import Oct 15 10:28:18.355 INFO kablam! --> src/main.rs:6:1 Oct 15 10:28:18.355 INFO kablam! | Oct 15 10:28:18.355 INFO kablam! 6 | #[macro_use] Oct 15 10:28:18.355 INFO kablam! | ^^^^^^^^^^^^ Oct 15 10:28:18.355 INFO kablam! | Oct 15 10:28:18.355 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:28:18.355 INFO kablam! Oct 15 10:28:18.357 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 10:28:18.357 INFO kablam! --> src/geometric_uf.rs:109:60 Oct 15 10:28:18.357 INFO kablam! | Oct 15 10:28:18.357 INFO kablam! 109 | Point::new(fieldwidth, (fieldheight-wire_thickness)), Point::new(0., (fieldheight-wire_thickness)), Point::new(0., 0.)]); Oct 15 10:28:18.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 10:28:18.357 INFO kablam! | Oct 15 10:28:18.357 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 10:28:18.357 INFO kablam! Oct 15 10:28:18.357 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 10:28:18.357 INFO kablam! --> src/geometric_uf.rs:109:106 Oct 15 10:28:18.357 INFO kablam! | Oct 15 10:28:18.357 INFO kablam! 109 | Point::new(fieldwidth, (fieldheight-wire_thickness)), Point::new(0., (fieldheight-wire_thickness)), Point::new(0., 0.)]); Oct 15 10:28:18.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 10:28:18.357 INFO kablam! Oct 15 10:28:18.357 INFO kablam! warning: unused import: `stdweb::serde::Serde` Oct 15 10:28:18.357 INFO kablam! --> src/main.rs:21:5 Oct 15 10:28:18.357 INFO kablam! | Oct 15 10:28:18.357 INFO kablam! 21 | use stdweb::serde::Serde; Oct 15 10:28:18.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 10:28:18.357 INFO kablam! Oct 15 10:28:18.531 INFO kablam! warning: unused variable: `signed_norm` Oct 15 10:28:18.531 INFO kablam! --> src/geometric_uf.rs:212:13 Oct 15 10:28:18.532 INFO kablam! | Oct 15 10:28:18.532 INFO kablam! 212 | let signed_norm = Normal::new(0.0, 0.3333); Oct 15 10:28:18.532 INFO kablam! | ^^^^^^^^^^^ help: consider using `_signed_norm` instead Oct 15 10:28:18.532 INFO kablam! | Oct 15 10:28:18.533 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:28:18.533 INFO kablam! Oct 15 10:28:18.533 INFO kablam! warning: unused variable: `current_length` Oct 15 10:28:18.533 INFO kablam! --> src/geometric_uf.rs:213:13 Oct 15 10:28:18.534 INFO kablam! | Oct 15 10:28:18.534 INFO kablam! 213 | let current_length: i32 = self.parent.len() as i32; Oct 15 10:28:18.534 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_current_length` instead Oct 15 10:28:18.535 INFO kablam! Oct 15 10:28:18.535 INFO kablam! warning: unused variable: `chunk_size` Oct 15 10:28:18.535 INFO kablam! --> src/geometric_uf.rs:203:32 Oct 15 10:28:18.535 INFO kablam! | Oct 15 10:28:18.536 INFO kablam! 203 | pub fn generate(&mut self, chunk_size: i32, geom_bounds: GeomBounds, num_iter: i32) { Oct 15 10:28:18.536 INFO kablam! | ^^^^^^^^^^ help: consider using `_chunk_size` instead Oct 15 10:28:18.536 INFO kablam! Oct 15 10:28:18.575 INFO kablam! warning: unused attribute Oct 15 10:28:18.575 INFO kablam! --> src/main.rs:2:1 Oct 15 10:28:18.576 INFO kablam! | Oct 15 10:28:18.576 INFO kablam! 2 | #[link_args = "-s ALLOW_MEMORY_GROWTH=1"] Oct 15 10:28:18.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:28:18.577 INFO kablam! | Oct 15 10:28:18.577 INFO kablam! = note: #[warn(unused_attributes)] on by default Oct 15 10:28:18.577 INFO kablam! Oct 15 10:28:20.384 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.73s Oct 15 10:28:20.392 INFO kablam! su: No module specific data is present Oct 15 10:28:21.833 INFO running `"docker" "rm" "-f" "4e2af0e6f51ef5b808fc8183ff14eb0ca5010138ee4b33d988de54c17f340439"` Oct 15 10:28:22.243 INFO blam! 4e2af0e6f51ef5b808fc8183ff14eb0ca5010138ee4b33d988de54c17f340439 Oct 15 10:28:22.253 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:22.765 INFO blam! 3d17f3ca9b068acd1ed1c925c7a5d3f810fae8b22eddc8fabac2fa39dc470572 Oct 15 10:28:22.771 INFO running `"docker" "start" "-a" "3d17f3ca9b068acd1ed1c925c7a5d3f810fae8b22eddc8fabac2fa39dc470572"` Oct 15 10:28:24.481 INFO kablam! usermod: no changes Oct 15 10:28:24.672 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 15 10:28:24.695 INFO kablam! Running /target/debug/deps/percolation-71fbbc442bd244c4 Oct 15 10:28:24.695 INFO blam! Oct 15 10:28:24.695 INFO kablam! su: No module specific data is present Oct 15 10:28:24.695 INFO blam! running 0 tests Oct 15 10:28:24.695 INFO blam! Oct 15 10:28:24.695 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:28:24.695 INFO blam! Oct 15 10:28:25.891 INFO running `"docker" "rm" "-f" "3d17f3ca9b068acd1ed1c925c7a5d3f810fae8b22eddc8fabac2fa39dc470572"` Oct 15 10:28:26.115 INFO blam! 3d17f3ca9b068acd1ed1c925c7a5d3f810fae8b22eddc8fabac2fa39dc470572