Oct 15 05:58:34.808 INFO testing Twinklebear/tobj_viewer against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 05:58:34.808 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 05:58:35.229 INFO blam! 17142f0c3d0f7399ee8598cc7e7ef71fa085707a835443823b1e5c9328113d82 Oct 15 05:58:35.235 INFO running `"docker" "start" "-a" "17142f0c3d0f7399ee8598cc7e7ef71fa085707a835443823b1e5c9328113d82"` Oct 15 05:58:36.143 INFO kablam! usermod: no changes Oct 15 05:58:36.459 INFO kablam! Compiling tobj v0.1.6 Oct 15 05:58:36.463 INFO kablam! Compiling clock_ticks v0.1.1 Oct 15 05:58:36.463 INFO kablam! Compiling cgmath v0.15.0 Oct 15 05:58:43.212 INFO kablam! Compiling tobj_viewer v0.0.1 (/source) Oct 15 05:58:45.519 INFO kablam! warning: unused variable: `scale` Oct 15 05:58:45.520 INFO kablam! --> src/main.rs:26:33 Oct 15 05:58:45.520 INFO kablam! | Oct 15 05:58:45.521 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 15 05:58:45.521 INFO kablam! | ^^^^^ help: consider using `_scale` instead Oct 15 05:58:45.521 INFO kablam! | Oct 15 05:58:45.522 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:58:45.522 INFO kablam! Oct 15 05:58:45.522 INFO kablam! warning: unused variable: `mouse_pressed` Oct 15 05:58:45.523 INFO kablam! --> src/main.rs:135:13 Oct 15 05:58:45.523 INFO kablam! | Oct 15 05:58:45.523 INFO kablam! 135 | let mut mouse_pressed = [false; 3]; Oct 15 05:58:45.523 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_mouse_pressed` instead Oct 15 05:58:45.524 INFO kablam! Oct 15 05:58:45.524 INFO kablam! warning: unused variable: `mouse_pos` Oct 15 05:58:45.524 INFO kablam! --> src/main.rs:136:13 Oct 15 05:58:45.525 INFO kablam! | Oct 15 05:58:45.525 INFO kablam! 136 | let mut mouse_pos = (0.0, 0.0); Oct 15 05:58:45.525 INFO kablam! | ^^^^^^^^^ help: consider using `_mouse_pos` instead Oct 15 05:58:45.525 INFO kablam! Oct 15 05:58:45.525 INFO kablam! warning: variable does not need to be mutable Oct 15 05:58:45.525 INFO kablam! --> src/main.rs:26:10 Oct 15 05:58:45.525 INFO kablam! | Oct 15 05:58:45.525 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 15 05:58:45.525 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 05:58:45.525 INFO kablam! | | Oct 15 05:58:45.525 INFO kablam! | help: remove this `mut` Oct 15 05:58:45.526 INFO kablam! | Oct 15 05:58:45.526 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:58:45.526 INFO kablam! Oct 15 05:58:45.526 INFO kablam! warning: variable does not need to be mutable Oct 15 05:58:45.526 INFO kablam! --> src/main.rs:26:29 Oct 15 05:58:45.526 INFO kablam! | Oct 15 05:58:45.526 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 15 05:58:45.526 INFO kablam! | ----^^^^^ Oct 15 05:58:45.526 INFO kablam! | | Oct 15 05:58:45.526 INFO kablam! | help: remove this `mut` Oct 15 05:58:45.526 INFO kablam! Oct 15 05:58:45.526 INFO kablam! warning: variable does not need to be mutable Oct 15 05:58:45.526 INFO kablam! --> src/main.rs:135:9 Oct 15 05:58:45.526 INFO kablam! | Oct 15 05:58:45.526 INFO kablam! 135 | let mut mouse_pressed = [false; 3]; Oct 15 05:58:45.526 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 05:58:45.526 INFO kablam! | | Oct 15 05:58:45.526 INFO kablam! | help: remove this `mut` Oct 15 05:58:45.526 INFO kablam! Oct 15 05:58:45.526 INFO kablam! warning: variable does not need to be mutable Oct 15 05:58:45.526 INFO kablam! --> src/main.rs:136:9 Oct 15 05:58:45.527 INFO kablam! | Oct 15 05:58:45.527 INFO kablam! 136 | let mut mouse_pos = (0.0, 0.0); Oct 15 05:58:45.527 INFO kablam! | ----^^^^^^^^^ Oct 15 05:58:45.527 INFO kablam! | | Oct 15 05:58:45.527 INFO kablam! | help: remove this `mut` Oct 15 05:58:45.527 INFO kablam! Oct 15 05:58:50.544 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.35s Oct 15 05:58:50.555 INFO kablam! su: No module specific data is present Oct 15 05:58:51.027 INFO running `"docker" "rm" "-f" "17142f0c3d0f7399ee8598cc7e7ef71fa085707a835443823b1e5c9328113d82"` Oct 15 05:58:51.332 INFO blam! 17142f0c3d0f7399ee8598cc7e7ef71fa085707a835443823b1e5c9328113d82 Oct 15 05:58:51.335 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 05:58:51.775 INFO blam! fb67a3b7225487cfb1461c902279fe79ba3d74a3c6690a6f33622822c686e0ab Oct 15 05:58:51.777 INFO running `"docker" "start" "-a" "fb67a3b7225487cfb1461c902279fe79ba3d74a3c6690a6f33622822c686e0ab"` Oct 15 05:58:53.534 INFO kablam! usermod: no changes Oct 15 05:58:53.758 INFO kablam! Compiling tobj_viewer v0.0.1 (/source) Oct 15 05:58:55.513 INFO kablam! warning: unused variable: `scale` Oct 15 05:58:55.513 INFO kablam! --> src/main.rs:26:33 Oct 15 05:58:55.514 INFO kablam! | Oct 15 05:58:55.514 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 15 05:58:55.514 INFO kablam! | ^^^^^ help: consider using `_scale` instead Oct 15 05:58:55.514 INFO kablam! | Oct 15 05:58:55.514 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 05:58:55.514 INFO kablam! Oct 15 05:58:55.514 INFO kablam! warning: unused variable: `mouse_pressed` Oct 15 05:58:55.514 INFO kablam! --> src/main.rs:135:13 Oct 15 05:58:55.514 INFO kablam! | Oct 15 05:58:55.514 INFO kablam! 135 | let mut mouse_pressed = [false; 3]; Oct 15 05:58:55.514 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_mouse_pressed` instead Oct 15 05:58:55.514 INFO kablam! Oct 15 05:58:55.514 INFO kablam! warning: unused variable: `mouse_pos` Oct 15 05:58:55.514 INFO kablam! --> src/main.rs:136:13 Oct 15 05:58:55.514 INFO kablam! | Oct 15 05:58:55.514 INFO kablam! 136 | let mut mouse_pos = (0.0, 0.0); Oct 15 05:58:55.514 INFO kablam! | ^^^^^^^^^ help: consider using `_mouse_pos` instead Oct 15 05:58:55.514 INFO kablam! Oct 15 05:58:55.527 INFO kablam! warning: variable does not need to be mutable Oct 15 05:58:55.527 INFO kablam! --> src/main.rs:26:29 Oct 15 05:58:55.527 INFO kablam! | Oct 15 05:58:55.527 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 15 05:58:55.527 INFO kablam! | ----^^^^^ Oct 15 05:58:55.527 INFO kablam! | | Oct 15 05:58:55.529 INFO kablam! | help: remove this `mut` Oct 15 05:58:55.530 INFO kablam! | Oct 15 05:58:55.530 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 05:58:55.530 INFO kablam! Oct 15 05:58:55.530 INFO kablam! warning: variable does not need to be mutable Oct 15 05:58:55.530 INFO kablam! --> src/main.rs:26:10 Oct 15 05:58:55.530 INFO kablam! | Oct 15 05:58:55.530 INFO kablam! 26 | let (mut vertex_buffer, mut scale) = support::load_wavefront(&display, Path::new(&model_file)); Oct 15 05:58:55.530 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 05:58:55.530 INFO kablam! | | Oct 15 05:58:55.530 INFO kablam! | help: remove this `mut` Oct 15 05:58:55.530 INFO kablam! Oct 15 05:58:55.530 INFO kablam! warning: variable does not need to be mutable Oct 15 05:58:55.530 INFO kablam! --> src/main.rs:135:9 Oct 15 05:58:55.530 INFO kablam! | Oct 15 05:58:55.530 INFO kablam! 135 | let mut mouse_pressed = [false; 3]; Oct 15 05:58:55.530 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 05:58:55.530 INFO kablam! | | Oct 15 05:58:55.530 INFO kablam! | help: remove this `mut` Oct 15 05:58:55.530 INFO kablam! Oct 15 05:58:55.530 INFO kablam! warning: variable does not need to be mutable Oct 15 05:58:55.531 INFO kablam! --> src/main.rs:136:9 Oct 15 05:58:55.531 INFO kablam! | Oct 15 05:58:55.531 INFO kablam! 136 | let mut mouse_pos = (0.0, 0.0); Oct 15 05:58:55.531 INFO kablam! | ----^^^^^^^^^ Oct 15 05:58:55.531 INFO kablam! | | Oct 15 05:58:55.531 INFO kablam! | help: remove this `mut` Oct 15 05:58:55.531 INFO kablam! Oct 15 05:58:56.155 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.59s Oct 15 05:58:56.155 INFO kablam! su: No module specific data is present Oct 15 05:58:56.859 INFO running `"docker" "rm" "-f" "fb67a3b7225487cfb1461c902279fe79ba3d74a3c6690a6f33622822c686e0ab"` Oct 15 05:58:57.163 INFO blam! fb67a3b7225487cfb1461c902279fe79ba3d74a3c6690a6f33622822c686e0ab Oct 15 05:58:57.165 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 05:58:57.612 INFO blam! cbfb0d1b59d97f164e26a9f0a72c98f47d4eeb1d79f9f1076d6e48893a1fd6d0 Oct 15 05:58:57.615 INFO running `"docker" "start" "-a" "cbfb0d1b59d97f164e26a9f0a72c98f47d4eeb1d79f9f1076d6e48893a1fd6d0"` Oct 15 05:58:59.211 INFO kablam! usermod: no changes Oct 15 05:58:59.394 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 15 05:58:59.411 INFO blam! Oct 15 05:58:59.411 INFO kablam! Running /target/debug/deps/tobj_viewer-4d37430de55398c5 Oct 15 05:58:59.411 INFO blam! running 0 tests Oct 15 05:58:59.411 INFO kablam! su: No module specific data is present Oct 15 05:58:59.412 INFO blam! Oct 15 05:58:59.412 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 05:58:59.413 INFO blam! Oct 15 05:59:00.264 INFO running `"docker" "rm" "-f" "cbfb0d1b59d97f164e26a9f0a72c98f47d4eeb1d79f9f1076d6e48893a1fd6d0"` Oct 15 05:59:00.586 INFO blam! cbfb0d1b59d97f164e26a9f0a72c98f47d4eeb1d79f9f1076d6e48893a1fd6d0