Oct 12 21:01:59.846 INFO testing tomc1998/wireframer against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 21:01:59.848 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 21:02:00.347 INFO blam! 0adf0d1b8c2adc5a4a8127860a2f0f13d37cb88b8079537fec26071073e49b62 Oct 12 21:02:00.359 INFO running `"docker" "start" "-a" "0adf0d1b8c2adc5a4a8127860a2f0f13d37cb88b8079537fec26071073e49b62"` Oct 12 21:02:01.615 INFO kablam! usermod: no changes Oct 12 21:02:01.787 INFO kablam! Compiling siphasher v0.2.1 Oct 12 21:02:01.804 INFO kablam! Compiling libc v0.2.21 Oct 12 21:02:01.804 INFO kablam! Compiling serde v0.9.11 Oct 12 21:02:01.804 INFO kablam! Compiling bitflags v0.5.0 Oct 12 21:02:01.805 INFO kablam! Compiling lazy_static v0.2.4 Oct 12 21:02:01.805 INFO kablam! Compiling x11-dl v2.12.0 Oct 12 21:02:02.427 INFO kablam! Compiling xml-rs v0.3.6 Oct 12 21:02:03.372 INFO kablam! Compiling phf_shared v0.7.21 Oct 12 21:02:04.739 INFO kablam! Compiling phf v0.7.21 Oct 12 21:02:05.561 INFO kablam! Compiling rand v0.3.15 Oct 12 21:02:05.561 INFO kablam! Compiling fs2 v0.2.5 Oct 12 21:02:05.561 INFO kablam! Compiling shared_library v0.1.5 Oct 12 21:02:05.575 INFO kablam! Compiling backtrace-sys v0.1.10 Oct 12 21:02:06.975 INFO kablam! Compiling backtrace v0.2.3 Oct 12 21:02:07.471 INFO kablam! Compiling memmap v0.4.0 Oct 12 21:02:09.392 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 12 21:02:17.496 INFO kablam! Compiling wayland-scanner v0.7.8 Oct 12 21:02:17.503 INFO kablam! Compiling gl_generator v0.5.2 Oct 12 21:02:17.831 INFO kablam! Compiling phf_generator v0.7.21 Oct 12 21:02:17.831 INFO kablam! Compiling tempfile v2.1.5 Oct 12 21:02:19.225 INFO kablam! Compiling phf_codegen v0.7.21 Oct 12 21:02:21.253 INFO kablam! Compiling target_build_utils v0.3.0 Oct 12 21:02:25.080 INFO kablam! Compiling wayland-client v0.7.8 Oct 12 21:02:28.904 INFO kablam! Compiling glutin v0.7.4 Oct 12 21:02:29.040 INFO kablam! Compiling glium v0.16.0 Oct 12 21:02:54.551 INFO kablam! Compiling serde_json v0.9.9 Oct 12 21:03:06.182 INFO kablam! Compiling libloading v0.3.2 Oct 12 21:03:09.927 INFO kablam! Compiling dlib v0.3.1 Oct 12 21:03:10.208 INFO kablam! Compiling wayland-sys v0.7.8 Oct 12 21:03:14.444 INFO kablam! Compiling wayland-kbd v0.6.3 Oct 12 21:03:14.463 INFO kablam! Compiling wayland-window v0.4.4 Oct 12 21:03:16.923 INFO kablam! Compiling winit v0.5.11 Oct 12 21:03:55.154 INFO kablam! Compiling wireframing v0.1.0 (/source) Oct 12 21:03:55.744 INFO kablam! warning: unused variable: `x` Oct 12 21:03:55.745 INFO kablam! --> src/input/mod.rs:50:53 Oct 12 21:03:55.745 INFO kablam! | Oct 12 21:03:55.746 INFO kablam! 50 | Event::MouseWheel(MouseScrollDelta::LineDelta(x, y), _) => { Oct 12 21:03:55.747 INFO kablam! | ^ help: consider using `_x` instead Oct 12 21:03:55.747 INFO kablam! | Oct 12 21:03:55.748 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:03:55.748 INFO kablam! Oct 12 21:03:55.756 INFO kablam! warning: method is never used: `new` Oct 12 21:03:55.756 INFO kablam! --> src/component/mod.rs:24:3 Oct 12 21:03:55.756 INFO kablam! | Oct 12 21:03:55.757 INFO kablam! 24 | pub fn new(x_pos: f32, y_pos: f32, width: f32, height: f32, view: Weak) -> Component { Oct 12 21:03:55.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:03:55.757 INFO kablam! | Oct 12 21:03:55.757 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:03:55.757 INFO kablam! Oct 12 21:04:00.205 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 58s Oct 12 21:04:00.216 INFO kablam! su: No module specific data is present Oct 12 21:04:03.166 INFO running `"docker" "rm" "-f" "0adf0d1b8c2adc5a4a8127860a2f0f13d37cb88b8079537fec26071073e49b62"` Oct 12 21:04:03.571 INFO blam! 0adf0d1b8c2adc5a4a8127860a2f0f13d37cb88b8079537fec26071073e49b62 Oct 12 21:04:03.579 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 21:04:04.068 INFO blam! d63547967986438ad7e6f5a9b8d3efe6dfd06a224e31b96950ae79235142a160 Oct 12 21:04:04.068 INFO running `"docker" "start" "-a" "d63547967986438ad7e6f5a9b8d3efe6dfd06a224e31b96950ae79235142a160"` Oct 12 21:04:05.873 INFO kablam! usermod: no changes Oct 12 21:04:06.047 INFO kablam! Compiling wireframing v0.1.0 (/source) Oct 12 21:04:06.887 INFO kablam! warning: unused variable: `x` Oct 12 21:04:06.887 INFO kablam! --> src/input/mod.rs:50:53 Oct 12 21:04:06.888 INFO kablam! | Oct 12 21:04:06.888 INFO kablam! 50 | Event::MouseWheel(MouseScrollDelta::LineDelta(x, y), _) => { Oct 12 21:04:06.888 INFO kablam! | ^ help: consider using `_x` instead Oct 12 21:04:06.889 INFO kablam! | Oct 12 21:04:06.889 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:04:06.889 INFO kablam! Oct 12 21:04:06.899 INFO kablam! warning: method is never used: `new` Oct 12 21:04:06.899 INFO kablam! --> src/component/mod.rs:24:3 Oct 12 21:04:06.900 INFO kablam! | Oct 12 21:04:06.900 INFO kablam! 24 | pub fn new(x_pos: f32, y_pos: f32, width: f32, height: f32, view: Weak) -> Component { Oct 12 21:04:06.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:04:06.901 INFO kablam! | Oct 12 21:04:06.901 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:04:06.901 INFO kablam! Oct 12 21:04:07.512 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.62s Oct 12 21:04:07.521 INFO kablam! su: No module specific data is present Oct 12 21:04:08.398 INFO running `"docker" "rm" "-f" "d63547967986438ad7e6f5a9b8d3efe6dfd06a224e31b96950ae79235142a160"` Oct 12 21:04:08.643 INFO blam! d63547967986438ad7e6f5a9b8d3efe6dfd06a224e31b96950ae79235142a160 Oct 12 21:04:08.647 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 21:04:09.154 INFO blam! eb40b71fd627d2a3cbfe8fe10cc3ef97cbc3331e6c202b4be2a28e5cb1380d7a Oct 12 21:04:09.155 INFO running `"docker" "start" "-a" "eb40b71fd627d2a3cbfe8fe10cc3ef97cbc3331e6c202b4be2a28e5cb1380d7a"` Oct 12 21:04:10.930 INFO kablam! usermod: no changes Oct 12 21:04:11.119 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 12 21:04:11.135 INFO kablam! Running /target/debug/deps/wireframing-8329a881aae126b5 Oct 12 21:04:11.136 INFO blam! Oct 12 21:04:11.136 INFO blam! running 0 tests Oct 12 21:04:11.136 INFO blam! Oct 12 21:04:11.136 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:04:11.136 INFO blam! Oct 12 21:04:11.139 INFO kablam! su: No module specific data is present Oct 12 21:04:11.947 INFO running `"docker" "rm" "-f" "eb40b71fd627d2a3cbfe8fe10cc3ef97cbc3331e6c202b4be2a28e5cb1380d7a"` Oct 12 21:04:12.168 INFO blam! eb40b71fd627d2a3cbfe8fe10cc3ef97cbc3331e6c202b4be2a28e5cb1380d7a