Oct 15 11:44:17.098 INFO testing Crimack/snake.rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 11:44:17.099 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 11:44:17.780 INFO blam! 5a330c33a9045dc7bb49ae82188be4c201a44476735a3c546c8697ccbdee0533 Oct 15 11:44:17.782 INFO running `"docker" "start" "-a" "5a330c33a9045dc7bb49ae82188be4c201a44476735a3c546c8697ccbdee0533"` Oct 15 11:44:18.907 INFO kablam! usermod: no changes Oct 15 11:44:19.239 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 15 11:44:19.244 INFO kablam! Compiling ordered-float v0.5.0 Oct 15 11:44:19.245 INFO kablam! Compiling png v0.11.0 Oct 15 11:44:19.245 INFO kablam! Compiling pistoncore-input v0.20.0 Oct 15 11:44:21.025 INFO kablam! Compiling rusttype v0.4.3 Oct 15 11:44:22.347 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 15 11:44:24.393 INFO kablam! Compiling rayon-core v1.4.0 Oct 15 11:44:25.551 INFO kablam! Compiling piston2d-graphics v0.26.0 Oct 15 11:44:27.887 INFO kablam! Compiling rayon v1.0.1 Oct 15 11:44:28.447 INFO kablam! Compiling pistoncore-window v0.31.0 Oct 15 11:44:29.583 INFO kablam! Compiling pistoncore-event_loop v0.36.0 Oct 15 11:44:29.584 INFO kablam! Compiling pistoncore-glutin_window v0.45.3 Oct 15 11:44:32.135 INFO kablam! Compiling piston v0.36.0 Oct 15 11:44:33.959 INFO kablam! Compiling jpeg-decoder v0.1.14 Oct 15 11:44:38.477 INFO kablam! Compiling image v0.18.0 Oct 15 11:44:52.837 INFO kablam! Compiling piston2d-opengl_graphics v0.52.0 Oct 15 11:44:56.023 INFO kablam! Compiling snake v0.1.0 (/source) Oct 15 11:44:59.243 INFO kablam! warning: unused import: `snake::Snake` Oct 15 11:44:59.243 INFO kablam! --> src/main.rs:20:5 Oct 15 11:44:59.243 INFO kablam! | Oct 15 11:44:59.243 INFO kablam! 20 | use snake::Snake; Oct 15 11:44:59.243 INFO kablam! | ^^^^^^^^^^^^ Oct 15 11:44:59.243 INFO kablam! | Oct 15 11:44:59.243 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:44:59.243 INFO kablam! Oct 15 11:44:59.379 INFO kablam! warning: unused variable: `args` Oct 15 11:44:59.379 INFO kablam! --> src/app.rs:94:30 Oct 15 11:44:59.379 INFO kablam! | Oct 15 11:44:59.379 INFO kablam! 94 | pub fn update(&mut self, args: &UpdateArgs) { Oct 15 11:44:59.379 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 11:44:59.379 INFO kablam! | Oct 15 11:44:59.379 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:44:59.379 INFO kablam! Oct 15 11:44:59.379 INFO kablam! warning: unused variable: `snake` Oct 15 11:44:59.379 INFO kablam! --> src/edibles.rs:23:23 Oct 15 11:44:59.379 INFO kablam! | Oct 15 11:44:59.379 INFO kablam! 23 | fn eat(&mut self, snake: &mut Snake) { Oct 15 11:44:59.379 INFO kablam! | ^^^^^ help: consider using `_snake` instead Oct 15 11:44:59.379 INFO kablam! Oct 15 11:44:59.379 INFO kablam! warning: unused variable: `snake` Oct 15 11:44:59.379 INFO kablam! --> src/edibles.rs:51:23 Oct 15 11:44:59.379 INFO kablam! | Oct 15 11:44:59.379 INFO kablam! 51 | fn eat(&mut self, snake: &mut Snake) { Oct 15 11:44:59.379 INFO kablam! | ^^^^^ help: consider using `_snake` instead Oct 15 11:44:59.379 INFO kablam! Oct 15 11:45:02.739 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 43.80s Oct 15 11:45:02.747 INFO kablam! su: No module specific data is present Oct 15 11:45:03.515 INFO running `"docker" "rm" "-f" "5a330c33a9045dc7bb49ae82188be4c201a44476735a3c546c8697ccbdee0533"` Oct 15 11:45:03.779 INFO blam! 5a330c33a9045dc7bb49ae82188be4c201a44476735a3c546c8697ccbdee0533 Oct 15 11:45:03.781 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 11:45:04.219 INFO blam! fb99ad8ab53fdf56db4e61ec17eaea44a448903ef78af2046755d8a1a2256754 Oct 15 11:45:04.231 INFO running `"docker" "start" "-a" "fb99ad8ab53fdf56db4e61ec17eaea44a448903ef78af2046755d8a1a2256754"` Oct 15 11:45:05.151 INFO kablam! usermod: no changes Oct 15 11:45:05.391 INFO kablam! Compiling snake v0.1.0 (/source) Oct 15 11:45:08.223 INFO kablam! warning: unused import: `snake::Snake` Oct 15 11:45:08.223 INFO kablam! --> src/main.rs:20:5 Oct 15 11:45:08.223 INFO kablam! | Oct 15 11:45:08.223 INFO kablam! 20 | use snake::Snake; Oct 15 11:45:08.223 INFO kablam! | ^^^^^^^^^^^^ Oct 15 11:45:08.223 INFO kablam! | Oct 15 11:45:08.223 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 11:45:08.223 INFO kablam! Oct 15 11:45:08.363 INFO kablam! warning: unused variable: `args` Oct 15 11:45:08.363 INFO kablam! --> src/app.rs:94:30 Oct 15 11:45:08.363 INFO kablam! | Oct 15 11:45:08.363 INFO kablam! 94 | pub fn update(&mut self, args: &UpdateArgs) { Oct 15 11:45:08.363 INFO kablam! | ^^^^ help: consider using `_args` instead Oct 15 11:45:08.363 INFO kablam! | Oct 15 11:45:08.363 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:45:08.363 INFO kablam! Oct 15 11:45:08.363 INFO kablam! warning: unused variable: `snake` Oct 15 11:45:08.363 INFO kablam! --> src/edibles.rs:23:23 Oct 15 11:45:08.363 INFO kablam! | Oct 15 11:45:08.363 INFO kablam! 23 | fn eat(&mut self, snake: &mut Snake) { Oct 15 11:45:08.363 INFO kablam! | ^^^^^ help: consider using `_snake` instead Oct 15 11:45:08.363 INFO kablam! Oct 15 11:45:08.363 INFO kablam! warning: unused variable: `snake` Oct 15 11:45:08.363 INFO kablam! --> src/edibles.rs:51:23 Oct 15 11:45:08.363 INFO kablam! | Oct 15 11:45:08.363 INFO kablam! 51 | fn eat(&mut self, snake: &mut Snake) { Oct 15 11:45:08.363 INFO kablam! | ^^^^^ help: consider using `_snake` instead Oct 15 11:45:08.363 INFO kablam! Oct 15 11:45:08.971 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.78s Oct 15 11:45:08.979 INFO kablam! su: No module specific data is present Oct 15 11:45:09.558 INFO running `"docker" "rm" "-f" "fb99ad8ab53fdf56db4e61ec17eaea44a448903ef78af2046755d8a1a2256754"` Oct 15 11:45:09.763 INFO blam! fb99ad8ab53fdf56db4e61ec17eaea44a448903ef78af2046755d8a1a2256754 Oct 15 11:45:09.768 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 11:45:10.252 INFO blam! d7291f91aa7aa6a10e181c84570fc08f12e01b6e4f33a88119291a434a74ae51 Oct 15 11:45:10.256 INFO running `"docker" "start" "-a" "d7291f91aa7aa6a10e181c84570fc08f12e01b6e4f33a88119291a434a74ae51"` Oct 15 11:45:11.310 INFO kablam! usermod: no changes Oct 15 11:45:11.475 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 15 11:45:11.481 INFO kablam! Running /target/debug/deps/snake-fecbbbacb73e2ef8 Oct 15 11:45:11.482 INFO blam! Oct 15 11:45:11.482 INFO blam! running 0 tests Oct 15 11:45:11.482 INFO blam! Oct 15 11:45:11.482 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:45:11.482 INFO blam! Oct 15 11:45:11.484 INFO kablam! su: No module specific data is present Oct 15 11:45:11.770 INFO running `"docker" "rm" "-f" "d7291f91aa7aa6a10e181c84570fc08f12e01b6e4f33a88119291a434a74ae51"` Oct 15 11:45:11.860 INFO blam! d7291f91aa7aa6a10e181c84570fc08f12e01b6e4f33a88119291a434a74ae51