Oct 15 06:46:43.637 INFO testing Simonmoush/rust_wave against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 06:46:43.639 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 06:46:44.143 INFO blam! 3eebfa81161d2c1e6874a23d1138de101fa92bc43e0d5fe00460ec64d2c3cfff Oct 15 06:46:44.145 INFO running `"docker" "start" "-a" "3eebfa81161d2c1e6874a23d1138de101fa92bc43e0d5fe00460ec64d2c3cfff"` Oct 15 06:46:45.223 INFO kablam! usermod: no changes Oct 15 06:46:45.527 INFO kablam! Compiling either v1.2.0 Oct 15 06:46:45.527 INFO kablam! Compiling rand v0.3.16 Oct 15 06:46:45.587 INFO kablam! Compiling inflate v0.3.2 Oct 15 06:46:45.587 INFO kablam! Compiling piston2d-graphics v0.22.0 Oct 15 06:46:45.587 INFO kablam! Compiling pistoncore-input v0.19.0 Oct 15 06:46:46.899 INFO kablam! Compiling coco v0.1.1 Oct 15 06:46:46.899 INFO kablam! Compiling itertools v0.5.10 Oct 15 06:46:51.631 INFO kablam! Compiling phf_generator v0.7.21 Oct 15 06:46:51.631 INFO kablam! Compiling rayon-core v1.2.1 Oct 15 06:46:51.634 INFO kablam! Compiling tempfile v2.2.0 Oct 15 06:46:54.307 INFO kablam! Compiling derivative v1.0.0 Oct 15 06:46:54.804 INFO kablam! Compiling phf_codegen v0.7.21 Oct 15 06:46:56.753 INFO kablam! Compiling target_build_utils v0.3.1 Oct 15 06:46:57.373 INFO kablam! Compiling rayon v0.8.2 Oct 15 06:46:58.375 INFO kablam! Compiling pistoncore-window v0.29.0 Oct 15 06:46:59.278 INFO kablam! Compiling png v0.10.0 Oct 15 06:47:02.699 INFO kablam! Compiling pistoncore-event_loop v0.34.0 Oct 15 06:47:07.823 INFO kablam! Compiling piston v0.34.0 Oct 15 06:47:10.363 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 15 06:47:15.363 INFO kablam! Compiling gfx_core v0.7.2 Oct 15 06:47:16.159 INFO kablam! Compiling image v0.16.0 Oct 15 06:47:26.903 INFO kablam! Compiling libloading v0.3.4 Oct 15 06:47:32.376 INFO kablam! Compiling dlib v0.3.1 Oct 15 06:47:33.672 INFO kablam! Compiling wayland-sys v0.9.10 Oct 15 06:47:40.891 INFO kablam! Compiling wayland-client v0.9.10 Oct 15 06:47:47.183 INFO kablam! Compiling wayland-protocols v0.9.10 Oct 15 06:47:47.187 INFO kablam! Compiling wayland-kbd v0.9.1 Oct 15 06:47:52.351 INFO kablam! Compiling wayland-window v0.7.0 Oct 15 06:47:53.838 INFO kablam! Compiling winit v0.7.6 Oct 15 06:48:01.079 INFO kablam! Compiling glutin v0.9.2 Oct 15 06:48:05.491 INFO kablam! Compiling pistoncore-glutin_window v0.40.1 Oct 15 06:48:17.715 INFO kablam! Compiling gfx v0.16.1 Oct 15 06:48:17.719 INFO kablam! Compiling gfx_device_gl v0.14.4 Oct 15 06:48:29.795 INFO kablam! Compiling piston-gfx_texture v0.27.0 Oct 15 06:48:31.907 INFO kablam! Compiling piston2d-gfx_graphics v0.44.0 Oct 15 06:48:36.419 INFO kablam! Compiling piston_window v0.71.1 Oct 15 06:48:39.467 INFO kablam! Compiling r_wave v0.1.0 (/source) Oct 15 06:48:42.975 INFO kablam! warning: unused variable: `r` Oct 15 06:48:42.975 INFO kablam! --> src/main.rs:22:33 Oct 15 06:48:42.975 INFO kablam! | Oct 15 06:48:42.975 INFO kablam! 22 | if let Loop::Render(r) = l { Oct 15 06:48:42.975 INFO kablam! | ^ help: consider using `_r` instead Oct 15 06:48:42.975 INFO kablam! | Oct 15 06:48:42.975 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:48:42.975 INFO kablam! Oct 15 06:48:42.975 INFO kablam! warning: unused variable: `u` Oct 15 06:48:42.975 INFO kablam! --> src/main.rs:24:40 Oct 15 06:48:42.975 INFO kablam! | Oct 15 06:48:42.975 INFO kablam! 24 | } else if let Loop::Update(u) = l { Oct 15 06:48:42.975 INFO kablam! | ^ help: consider using `_u` instead Oct 15 06:48:42.975 INFO kablam! Oct 15 06:48:42.991 INFO kablam! warning: method is never used: `with_dot` Oct 15 06:48:42.991 INFO kablam! --> src/model.rs:40:5 Oct 15 06:48:42.991 INFO kablam! | Oct 15 06:48:42.991 INFO kablam! 40 | pub fn with_dot(width: usize, height: usize) -> PressureField { Oct 15 06:48:42.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:48:42.991 INFO kablam! | Oct 15 06:48:42.991 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:48:42.991 INFO kablam! Oct 15 06:48:47.882 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 02s Oct 15 06:48:47.895 INFO kablam! su: No module specific data is present Oct 15 06:48:48.746 INFO running `"docker" "rm" "-f" "3eebfa81161d2c1e6874a23d1138de101fa92bc43e0d5fe00460ec64d2c3cfff"` Oct 15 06:48:49.011 INFO blam! 3eebfa81161d2c1e6874a23d1138de101fa92bc43e0d5fe00460ec64d2c3cfff Oct 15 06:48:49.016 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 06:48:49.332 INFO blam! f642c9803dda68ac34876c68f3f2cfdcea95bd1be4cd268ebb64ad5b8c4e2b8f Oct 15 06:48:49.351 INFO running `"docker" "start" "-a" "f642c9803dda68ac34876c68f3f2cfdcea95bd1be4cd268ebb64ad5b8c4e2b8f"` Oct 15 06:48:50.656 INFO kablam! usermod: no changes Oct 15 06:48:50.902 INFO kablam! Compiling r_wave v0.1.0 (/source) Oct 15 06:48:54.111 INFO kablam! warning: unused variable: `r` Oct 15 06:48:54.112 INFO kablam! --> src/main.rs:22:33 Oct 15 06:48:54.112 INFO kablam! | Oct 15 06:48:54.112 INFO kablam! 22 | if let Loop::Render(r) = l { Oct 15 06:48:54.112 INFO kablam! | ^ help: consider using `_r` instead Oct 15 06:48:54.113 INFO kablam! | Oct 15 06:48:54.113 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:48:54.113 INFO kablam! Oct 15 06:48:54.113 INFO kablam! warning: unused variable: `u` Oct 15 06:48:54.114 INFO kablam! --> src/main.rs:24:40 Oct 15 06:48:54.114 INFO kablam! | Oct 15 06:48:54.114 INFO kablam! 24 | } else if let Loop::Update(u) = l { Oct 15 06:48:54.114 INFO kablam! | ^ help: consider using `_u` instead Oct 15 06:48:54.115 INFO kablam! Oct 15 06:48:54.120 INFO kablam! warning: method is never used: `with_dot` Oct 15 06:48:54.121 INFO kablam! --> src/model.rs:40:5 Oct 15 06:48:54.121 INFO kablam! | Oct 15 06:48:54.121 INFO kablam! 40 | pub fn with_dot(width: usize, height: usize) -> PressureField { Oct 15 06:48:54.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:48:54.122 INFO kablam! | Oct 15 06:48:54.122 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:48:54.122 INFO kablam! Oct 15 06:48:54.654 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.97s Oct 15 06:48:54.671 INFO kablam! su: No module specific data is present Oct 15 06:48:55.805 INFO running `"docker" "rm" "-f" "f642c9803dda68ac34876c68f3f2cfdcea95bd1be4cd268ebb64ad5b8c4e2b8f"` Oct 15 06:48:56.030 INFO blam! f642c9803dda68ac34876c68f3f2cfdcea95bd1be4cd268ebb64ad5b8c4e2b8f Oct 15 06:48:56.043 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 06:48:56.419 INFO blam! 49b2c406d70d963aac7854df23ab8fbc753f0d74d407e7881cf67158f2e2c697 Oct 15 06:48:56.422 INFO running `"docker" "start" "-a" "49b2c406d70d963aac7854df23ab8fbc753f0d74d407e7881cf67158f2e2c697"` Oct 15 06:48:57.732 INFO kablam! usermod: no changes Oct 15 06:48:58.043 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.28s Oct 15 06:48:58.067 INFO kablam! Running /target/debug/deps/r_wave-c7c4e3a75e02910d Oct 15 06:48:58.068 INFO blam! Oct 15 06:48:58.068 INFO blam! running 0 tests Oct 15 06:48:58.068 INFO blam! Oct 15 06:48:58.068 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:48:58.068 INFO blam! Oct 15 06:48:58.071 INFO kablam! su: No module specific data is present Oct 15 06:48:58.893 INFO running `"docker" "rm" "-f" "49b2c406d70d963aac7854df23ab8fbc753f0d74d407e7881cf67158f2e2c697"` Oct 15 06:48:59.180 INFO blam! 49b2c406d70d963aac7854df23ab8fbc753f0d74d407e7881cf67158f2e2c697