Oct 15 06:03:33.880 INFO testing TrueXPixels/idle_game against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 06:03:33.880 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:34.355 INFO blam! abb3a65d9a39958317b9a9a387b931ed8401c2b032216e0d38d2a4ed66834caf Oct 15 06:03:34.367 INFO running `"docker" "start" "-a" "abb3a65d9a39958317b9a9a387b931ed8401c2b032216e0d38d2a4ed66834caf"` Oct 15 06:03:35.940 INFO kablam! usermod: no changes Oct 15 06:03:36.275 INFO kablam! Compiling shared_library v0.1.8 Oct 15 06:03:36.275 INFO kablam! Compiling num-traits v0.1.43 Oct 15 06:03:36.275 INFO kablam! Compiling x11-dl v2.17.5 Oct 15 06:03:36.275 INFO kablam! Compiling num-derive v0.2.2 Oct 15 06:03:36.275 INFO kablam! Compiling rayon-core v1.4.0 Oct 15 06:03:36.275 INFO kablam! Compiling gl v0.10.0 Oct 15 06:03:36.282 INFO kablam! Compiling pistoncore-input v0.21.0 Oct 15 06:03:36.282 INFO kablam! Compiling wayland-client v0.12.5 Oct 15 06:03:38.591 INFO kablam! Compiling ordered-float v0.5.0 Oct 15 06:03:45.951 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 15 06:03:49.111 INFO kablam! Compiling rusttype v0.4.3 Oct 15 06:03:49.111 INFO kablam! Compiling rayon v1.0.1 Oct 15 06:03:54.733 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 15 06:03:54.735 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 15 06:04:02.107 INFO kablam! Compiling piston2d-graphics v0.26.0 Oct 15 06:04:08.519 INFO kablam! Compiling pistoncore-window v0.32.0 Oct 15 06:04:17.408 INFO kablam! Compiling pistoncore-event_loop v0.37.0 Oct 15 06:04:18.457 INFO kablam! Compiling jpeg-decoder v0.1.14 Oct 15 06:04:20.979 INFO kablam! Compiling piston v0.37.0 Oct 15 06:04:23.856 INFO kablam! Compiling wayland-window v0.13.3 Oct 15 06:04:28.504 INFO kablam! Compiling winit v0.12.0 Oct 15 06:04:30.587 INFO kablam! Compiling image v0.19.0 Oct 15 06:04:43.751 INFO kablam! Compiling glutin v0.14.0 Oct 15 06:04:49.707 INFO kablam! Compiling pistoncore-glutin_window v0.47.0 Oct 15 06:05:07.707 INFO kablam! Compiling piston2d-opengl_graphics v0.53.0 Oct 15 06:05:10.865 INFO kablam! Compiling idle_game v0.1.0 (/source) Oct 15 06:05:14.183 INFO kablam! warning: unused variable: `u` Oct 15 06:05:14.183 INFO kablam! --> src/main.rs:154:21 Oct 15 06:05:14.184 INFO kablam! | Oct 15 06:05:14.184 INFO kablam! 154 | if let Some(u) = e.update_args() { Oct 15 06:05:14.184 INFO kablam! | ^ help: consider using `_u` instead Oct 15 06:05:14.185 INFO kablam! | Oct 15 06:05:14.185 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:05:14.185 INFO kablam! Oct 15 06:05:14.186 INFO kablam! warning: unused variable: `btn` Oct 15 06:05:14.186 INFO kablam! --> src/main.rs:115:27 Oct 15 06:05:14.186 INFO kablam! | Oct 15 06:05:14.187 INFO kablam! 115 | fn pressed(&mut self, btn: &Button) { Oct 15 06:05:14.187 INFO kablam! | ^^^ help: consider using `_btn` instead Oct 15 06:05:14.187 INFO kablam! Oct 15 06:05:14.239 INFO kablam! warning: field is never used: `user` Oct 15 06:05:14.239 INFO kablam! --> src/main.rs:34:5 Oct 15 06:05:14.240 INFO kablam! | Oct 15 06:05:14.240 INFO kablam! 34 | user: User, Oct 15 06:05:14.240 INFO kablam! | ^^^^^^^^^^ Oct 15 06:05:14.241 INFO kablam! | Oct 15 06:05:14.241 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:05:14.241 INFO kablam! Oct 15 06:05:14.242 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 06:05:14.242 INFO kablam! --> src/main.rs:53:9 Oct 15 06:05:14.242 INFO kablam! | Oct 15 06:05:14.243 INFO kablam! 53 | file.unwrap().read_to_string(&mut buffer); Oct 15 06:05:14.243 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:05:14.243 INFO kablam! | Oct 15 06:05:14.244 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 06:05:14.244 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 06:05:14.244 INFO kablam! Oct 15 06:05:14.245 INFO kablam! warning: variable `BLURPLE` should have a snake case name such as `blurple` Oct 15 06:05:14.245 INFO kablam! --> src/main.rs:103:13 Oct 15 06:05:14.245 INFO kablam! | Oct 15 06:05:14.246 INFO kablam! 103 | let BLURPLE: [f32; 4] = [0.447, 0.537, 0.854, 1.0]; Oct 15 06:05:14.246 INFO kablam! | ^^^^^^^ Oct 15 06:05:14.246 INFO kablam! | Oct 15 06:05:14.247 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 06:05:14.247 INFO kablam! Oct 15 06:05:18.137 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 42s Oct 15 06:05:18.154 INFO kablam! su: No module specific data is present Oct 15 06:05:19.404 INFO running `"docker" "rm" "-f" "abb3a65d9a39958317b9a9a387b931ed8401c2b032216e0d38d2a4ed66834caf"` Oct 15 06:05:19.739 INFO blam! abb3a65d9a39958317b9a9a387b931ed8401c2b032216e0d38d2a4ed66834caf Oct 15 06:05:19.743 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:20.160 INFO blam! 7b2f20210441260f090123223acee5172a473ac6fa2a45eb1c1413bd0b670738 Oct 15 06:05:20.163 INFO running `"docker" "start" "-a" "7b2f20210441260f090123223acee5172a473ac6fa2a45eb1c1413bd0b670738"` Oct 15 06:05:21.847 INFO kablam! usermod: no changes Oct 15 06:05:22.060 INFO kablam! Compiling idle_game v0.1.0 (/source) Oct 15 06:05:25.216 INFO kablam! warning: unused variable: `u` Oct 15 06:05:25.216 INFO kablam! --> src/main.rs:154:21 Oct 15 06:05:25.216 INFO kablam! | Oct 15 06:05:25.216 INFO kablam! 154 | if let Some(u) = e.update_args() { Oct 15 06:05:25.216 INFO kablam! | ^ help: consider using `_u` instead Oct 15 06:05:25.216 INFO kablam! | Oct 15 06:05:25.216 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 06:05:25.216 INFO kablam! Oct 15 06:05:25.216 INFO kablam! warning: unused variable: `btn` Oct 15 06:05:25.217 INFO kablam! --> src/main.rs:115:27 Oct 15 06:05:25.217 INFO kablam! | Oct 15 06:05:25.217 INFO kablam! 115 | fn pressed(&mut self, btn: &Button) { Oct 15 06:05:25.217 INFO kablam! | ^^^ help: consider using `_btn` instead Oct 15 06:05:25.217 INFO kablam! Oct 15 06:05:25.271 INFO kablam! warning: field is never used: `user` Oct 15 06:05:25.271 INFO kablam! --> src/main.rs:34:5 Oct 15 06:05:25.271 INFO kablam! | Oct 15 06:05:25.271 INFO kablam! 34 | user: User, Oct 15 06:05:25.271 INFO kablam! | ^^^^^^^^^^ Oct 15 06:05:25.271 INFO kablam! | Oct 15 06:05:25.271 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:05:25.271 INFO kablam! Oct 15 06:05:25.275 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 06:05:25.275 INFO kablam! --> src/main.rs:53:9 Oct 15 06:05:25.275 INFO kablam! | Oct 15 06:05:25.275 INFO kablam! 53 | file.unwrap().read_to_string(&mut buffer); Oct 15 06:05:25.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:05:25.275 INFO kablam! | Oct 15 06:05:25.275 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 06:05:25.275 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 06:05:25.275 INFO kablam! Oct 15 06:05:25.275 INFO kablam! warning: variable `BLURPLE` should have a snake case name such as `blurple` Oct 15 06:05:25.275 INFO kablam! --> src/main.rs:103:13 Oct 15 06:05:25.275 INFO kablam! | Oct 15 06:05:25.275 INFO kablam! 103 | let BLURPLE: [f32; 4] = [0.447, 0.537, 0.854, 1.0]; Oct 15 06:05:25.275 INFO kablam! | ^^^^^^^ Oct 15 06:05:25.275 INFO kablam! | Oct 15 06:05:25.275 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 06:05:25.275 INFO kablam! Oct 15 06:05:25.943 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.07s Oct 15 06:05:25.963 INFO kablam! su: No module specific data is present Oct 15 06:05:26.899 INFO running `"docker" "rm" "-f" "7b2f20210441260f090123223acee5172a473ac6fa2a45eb1c1413bd0b670738"` Oct 15 06:05:27.176 INFO blam! 7b2f20210441260f090123223acee5172a473ac6fa2a45eb1c1413bd0b670738 Oct 15 06:05:27.196 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:27.771 INFO blam! 40728c26e28369d7091d53842b0c5a8211d2e0b14a7910d9e12957305f185d53 Oct 15 06:05:27.777 INFO running `"docker" "start" "-a" "40728c26e28369d7091d53842b0c5a8211d2e0b14a7910d9e12957305f185d53"` Oct 15 06:05:29.319 INFO kablam! usermod: no changes Oct 15 06:05:29.561 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.21s Oct 15 06:05:29.591 INFO kablam! Running /target/debug/deps/idle_game-43a879f28155044e Oct 15 06:05:29.592 INFO blam! Oct 15 06:05:29.592 INFO blam! running 0 tests Oct 15 06:05:29.592 INFO blam! Oct 15 06:05:29.592 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:05:29.592 INFO blam! Oct 15 06:05:29.593 INFO kablam! su: No module specific data is present Oct 15 06:05:31.229 INFO running `"docker" "rm" "-f" "40728c26e28369d7091d53842b0c5a8211d2e0b14a7910d9e12957305f185d53"` Oct 15 06:05:31.594 INFO blam! 40728c26e28369d7091d53842b0c5a8211d2e0b14a7910d9e12957305f185d53