Oct 15 06:03:32.964 INFO testing TrueXPixels/idle_game against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 06:03:32.964 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 15 06:03:33.507 INFO blam! c11c84339837312055336b2aec411d15dd7e1e2bff7eecdd6650813e01ebb826 Oct 15 06:03:33.511 INFO running `"docker" "start" "-a" "c11c84339837312055336b2aec411d15dd7e1e2bff7eecdd6650813e01ebb826"` Oct 15 06:03:34.831 INFO kablam! usermod: no changes Oct 15 06:03:35.283 INFO kablam! Compiling memmap v0.6.2 Oct 15 06:03:35.283 INFO kablam! Compiling shared_library v0.1.8 Oct 15 06:03:35.315 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 15 06:03:35.315 INFO kablam! Compiling tempfile v3.0.2 Oct 15 06:03:35.315 INFO kablam! Compiling x11-dl v2.17.5 Oct 15 06:03:35.315 INFO kablam! Compiling num-derive v0.2.2 Oct 15 06:03:35.315 INFO kablam! Compiling ordered-float v0.5.0 Oct 15 06:03:35.315 INFO kablam! Compiling wayland-sys v0.12.5 Oct 15 06:03:39.523 INFO kablam! Compiling pistoncore-input v0.21.0 Oct 15 06:03:39.927 INFO kablam! Compiling png v0.12.0 Oct 15 06:03:39.927 INFO kablam! Compiling rusttype v0.4.3 Oct 15 06:03:39.963 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 15 06:03:45.529 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 15 06:03:45.599 INFO kablam! Compiling wayland-client v0.12.5 Oct 15 06:03:51.035 INFO kablam! Compiling rayon-core v1.4.0 Oct 15 06:03:52.339 INFO kablam! Compiling piston2d-graphics v0.26.0 Oct 15 06:03:59.647 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 15 06:03:59.675 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 15 06:03:59.883 INFO kablam! Compiling rayon v1.0.1 Oct 15 06:04:05.396 INFO kablam! Compiling pistoncore-window v0.32.0 Oct 15 06:04:12.929 INFO kablam! Compiling pistoncore-event_loop v0.37.0 Oct 15 06:04:15.694 INFO kablam! Compiling piston v0.37.0 Oct 15 06:04:19.560 INFO kablam! Compiling jpeg-decoder v0.1.14 Oct 15 06:04:20.028 INFO kablam! Compiling wayland-window v0.13.3 Oct 15 06:04:22.597 INFO kablam! Compiling winit v0.12.0 Oct 15 06:04:26.671 INFO kablam! Compiling image v0.19.0 Oct 15 06:04:36.957 INFO kablam! Compiling glutin v0.14.0 Oct 15 06:04:43.131 INFO kablam! Compiling pistoncore-glutin_window v0.47.0 Oct 15 06:05:01.821 INFO kablam! Compiling piston2d-opengl_graphics v0.53.0 Oct 15 06:05:04.917 INFO kablam! Compiling idle_game v0.1.0 (/source) Oct 15 06:05:07.787 INFO kablam! warning: unused variable: `u` Oct 15 06:05:07.788 INFO kablam! --> src/main.rs:154:21 Oct 15 06:05:07.788 INFO kablam! | Oct 15 06:05:07.788 INFO kablam! 154 | if let Some(u) = e.update_args() { Oct 15 06:05:07.788 INFO kablam! | ^ help: consider using `_u` instead Oct 15 06:05:07.788 INFO kablam! | Oct 15 06:05:07.788 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:05:07.788 INFO kablam! Oct 15 06:05:07.788 INFO kablam! warning: unused variable: `btn` Oct 15 06:05:07.788 INFO kablam! --> src/main.rs:115:27 Oct 15 06:05:07.788 INFO kablam! | Oct 15 06:05:07.788 INFO kablam! 115 | fn pressed(&mut self, btn: &Button) { Oct 15 06:05:07.788 INFO kablam! | ^^^ help: consider using `_btn` instead Oct 15 06:05:07.788 INFO kablam! Oct 15 06:05:07.831 INFO kablam! warning: field is never used: `user` Oct 15 06:05:07.831 INFO kablam! --> src/main.rs:34:5 Oct 15 06:05:07.831 INFO kablam! | Oct 15 06:05:07.831 INFO kablam! 34 | user: User, Oct 15 06:05:07.831 INFO kablam! | ^^^^^^^^^^ Oct 15 06:05:07.831 INFO kablam! | Oct 15 06:05:07.831 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:05:07.831 INFO kablam! Oct 15 06:05:07.833 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 06:05:07.833 INFO kablam! --> src/main.rs:53:9 Oct 15 06:05:07.833 INFO kablam! | Oct 15 06:05:07.833 INFO kablam! 53 | file.unwrap().read_to_string(&mut buffer); Oct 15 06:05:07.833 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:05:07.833 INFO kablam! | Oct 15 06:05:07.833 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 06:05:07.833 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 06:05:07.833 INFO kablam! Oct 15 06:05:07.834 INFO kablam! warning: variable `BLURPLE` should have a snake case name such as `blurple` Oct 15 06:05:07.834 INFO kablam! --> src/main.rs:103:13 Oct 15 06:05:07.834 INFO kablam! | Oct 15 06:05:07.834 INFO kablam! 103 | let BLURPLE: [f32; 4] = [0.447, 0.537, 0.854, 1.0]; Oct 15 06:05:07.834 INFO kablam! | ^^^^^^^ Oct 15 06:05:07.834 INFO kablam! | Oct 15 06:05:07.834 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 06:05:07.834 INFO kablam! Oct 15 06:05:11.856 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 37s Oct 15 06:05:11.873 INFO kablam! su: No module specific data is present Oct 15 06:05:13.095 INFO running `"docker" "rm" "-f" "c11c84339837312055336b2aec411d15dd7e1e2bff7eecdd6650813e01ebb826"` Oct 15 06:05:13.415 INFO blam! c11c84339837312055336b2aec411d15dd7e1e2bff7eecdd6650813e01ebb826 Oct 15 06:05:13.435 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 15 06:05:13.867 INFO blam! 2e023d76066bfe9d952522fba2f36f5734948a577e9099e35c4004cbd0ea37b1 Oct 15 06:05:13.875 INFO running `"docker" "start" "-a" "2e023d76066bfe9d952522fba2f36f5734948a577e9099e35c4004cbd0ea37b1"` Oct 15 06:05:16.314 INFO kablam! usermod: no changes Oct 15 06:05:16.682 INFO kablam! Compiling idle_game v0.1.0 (/source) Oct 15 06:05:19.690 INFO kablam! warning: unused variable: `u` Oct 15 06:05:19.691 INFO kablam! --> src/main.rs:154:21 Oct 15 06:05:19.691 INFO kablam! | Oct 15 06:05:19.692 INFO kablam! 154 | if let Some(u) = e.update_args() { Oct 15 06:05:19.693 INFO kablam! | ^ help: consider using `_u` instead Oct 15 06:05:19.693 INFO kablam! | Oct 15 06:05:19.693 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:05:19.693 INFO kablam! Oct 15 06:05:19.699 INFO kablam! warning: unused variable: `btn` Oct 15 06:05:19.699 INFO kablam! --> src/main.rs:115:27 Oct 15 06:05:19.699 INFO kablam! | Oct 15 06:05:19.699 INFO kablam! 115 | fn pressed(&mut self, btn: &Button) { Oct 15 06:05:19.699 INFO kablam! | ^^^ help: consider using `_btn` instead Oct 15 06:05:19.699 INFO kablam! Oct 15 06:05:19.767 INFO kablam! warning: field is never used: `user` Oct 15 06:05:19.767 INFO kablam! --> src/main.rs:34:5 Oct 15 06:05:19.768 INFO kablam! | Oct 15 06:05:19.768 INFO kablam! 34 | user: User, Oct 15 06:05:19.769 INFO kablam! | ^^^^^^^^^^ Oct 15 06:05:19.769 INFO kablam! | Oct 15 06:05:19.769 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:05:19.769 INFO kablam! Oct 15 06:05:19.770 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 06:05:19.770 INFO kablam! --> src/main.rs:53:9 Oct 15 06:05:19.770 INFO kablam! | Oct 15 06:05:19.771 INFO kablam! 53 | file.unwrap().read_to_string(&mut buffer); Oct 15 06:05:19.771 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:05:19.771 INFO kablam! | Oct 15 06:05:19.772 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 06:05:19.772 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 06:05:19.772 INFO kablam! Oct 15 06:05:19.773 INFO kablam! warning: variable `BLURPLE` should have a snake case name such as `blurple` Oct 15 06:05:19.773 INFO kablam! --> src/main.rs:103:13 Oct 15 06:05:19.773 INFO kablam! | Oct 15 06:05:19.774 INFO kablam! 103 | let BLURPLE: [f32; 4] = [0.447, 0.537, 0.854, 1.0]; Oct 15 06:05:19.774 INFO kablam! | ^^^^^^^ Oct 15 06:05:19.774 INFO kablam! | Oct 15 06:05:19.775 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 06:05:19.775 INFO kablam! Oct 15 06:05:20.543 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.20s Oct 15 06:05:20.550 INFO kablam! su: No module specific data is present Oct 15 06:05:21.561 INFO running `"docker" "rm" "-f" "2e023d76066bfe9d952522fba2f36f5734948a577e9099e35c4004cbd0ea37b1"` Oct 15 06:05:21.823 INFO blam! 2e023d76066bfe9d952522fba2f36f5734948a577e9099e35c4004cbd0ea37b1 Oct 15 06:05:21.825 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 15 06:05:22.184 INFO blam! 0602724dcf19a3099bc89d01c25ce5c0c223551c0ad4ed2f2c2ea3d5f4b1ade0 Oct 15 06:05:22.186 INFO running `"docker" "start" "-a" "0602724dcf19a3099bc89d01c25ce5c0c223551c0ad4ed2f2c2ea3d5f4b1ade0"` Oct 15 06:05:24.285 INFO kablam! usermod: no changes Oct 15 06:05:24.475 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 15 06:05:24.484 INFO kablam! Running /target/debug/deps/idle_game-6258c2132cf646e5 Oct 15 06:05:24.493 INFO blam! Oct 15 06:05:24.493 INFO blam! running 0 tests Oct 15 06:05:24.493 INFO blam! Oct 15 06:05:24.493 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:05:24.493 INFO blam! Oct 15 06:05:24.495 INFO kablam! su: No module specific data is present Oct 15 06:05:25.907 INFO running `"docker" "rm" "-f" "0602724dcf19a3099bc89d01c25ce5c0c223551c0ad4ed2f2c2ea3d5f4b1ade0"` Oct 15 06:05:26.218 INFO blam! 0602724dcf19a3099bc89d01c25ce5c0c223551c0ad4ed2f2c2ea3d5f4b1ade0