Oct 10 19:43:19.095 INFO testing kylejlin/battle-shapes against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 19:43:19.095 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 19:43:19.095 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:43:19.566 INFO blam! 39a5266102d935d21c5403e1f25ddc7a13e011bfdbf7c1b44ca3e3c9a2c160b0 Oct 10 19:43:19.569 INFO running `"docker" "start" "-a" "39a5266102d935d21c5403e1f25ddc7a13e011bfdbf7c1b44ca3e3c9a2c160b0"` Oct 10 19:43:20.917 INFO kablam! usermod: no changes Oct 10 19:43:21.304 INFO kablam! Compiling serde v1.0.46 Oct 10 19:43:21.344 INFO kablam! Compiling num-iter v0.1.35 Oct 10 19:43:21.344 INFO kablam! Compiling num-rational v0.1.42 Oct 10 19:43:21.347 INFO kablam! Compiling ordered-float v0.5.0 Oct 10 19:43:21.364 INFO kablam! Compiling x11-dl v2.17.5 Oct 10 19:43:21.364 INFO kablam! Compiling rayon-core v1.4.0 Oct 10 19:43:21.364 INFO kablam! Compiling serde_derive v1.0.46 Oct 10 19:43:21.364 INFO kablam! Compiling num-derive v0.2.0 Oct 10 19:43:23.761 INFO kablam! Compiling png v0.12.0 Oct 10 19:43:26.070 INFO kablam! Compiling wayland-client v0.12.5 Oct 10 19:43:26.097 INFO kablam! Compiling rusttype v0.4.3 Oct 10 19:43:34.260 INFO kablam! Compiling rayon v1.0.1 Oct 10 19:43:34.280 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 10 19:43:34.292 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 10 19:43:34.292 INFO kablam! Compiling piston2d-graphics v0.26.0 Oct 10 19:43:36.217 INFO kablam! Compiling gfx_device_gl v0.15.2 Oct 10 19:43:50.529 INFO kablam! Compiling jpeg-decoder v0.1.14 Oct 10 19:43:50.553 INFO kablam! Compiling wayland-window v0.13.3 Oct 10 19:43:55.270 INFO kablam! Compiling winit v0.12.0 Oct 10 19:44:02.601 INFO kablam! Compiling image v0.19.0 Oct 10 19:44:03.721 INFO kablam! Compiling pistoncore-input v0.20.0 Oct 10 19:44:11.949 INFO kablam! Compiling glutin v0.14.0 Oct 10 19:44:16.134 INFO kablam! Compiling pistoncore-window v0.31.0 Oct 10 19:44:19.160 INFO kablam! Compiling pistoncore-event_loop v0.36.0 Oct 10 19:44:19.160 INFO kablam! Compiling pistoncore-glutin_window v0.46.0 Oct 10 19:44:23.088 INFO kablam! Compiling piston v0.36.0 Oct 10 19:44:38.004 INFO kablam! Compiling piston-gfx_texture v0.32.0 Oct 10 19:44:41.667 INFO kablam! Compiling piston2d-gfx_graphics v0.51.0 Oct 10 19:44:47.486 INFO kablam! Compiling piston_window v0.79.0 Oct 10 19:44:52.752 INFO kablam! Compiling battle-shapes v0.1.0 (/source) Oct 10 19:44:58.223 INFO kablam! warning: unused variable: `step` Oct 10 19:44:58.223 INFO kablam! --> src/battle_shapes/battle_field.rs:64:13 Oct 10 19:44:58.223 INFO kablam! | Oct 10 19:44:58.223 INFO kablam! 64 | let step = troop.troop_type.get_abs_step() * match troop.team { Oct 10 19:44:58.223 INFO kablam! | ^^^^ help: consider using `_step` instead Oct 10 19:44:58.223 INFO kablam! | Oct 10 19:44:58.223 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 19:44:58.223 INFO kablam! Oct 10 19:44:58.223 INFO kablam! warning: unused variable: `is_movable` Oct 10 19:44:58.223 INFO kablam! --> src/battle_shapes/battle_field.rs:260:25 Oct 10 19:44:58.223 INFO kablam! | Oct 10 19:44:58.223 INFO kablam! 260 | let is_movable = engaged_troop.troop_type.is_movable(); Oct 10 19:44:58.223 INFO kablam! | ^^^^^^^^^^ help: consider using `_is_movable` instead Oct 10 19:44:58.223 INFO kablam! Oct 10 19:44:58.223 INFO kablam! warning: unused variable: `vert_step` Oct 10 19:44:58.223 INFO kablam! --> src/battle_shapes/battle_field.rs:261:25 Oct 10 19:44:58.223 INFO kablam! | Oct 10 19:44:58.223 INFO kablam! 261 | let vert_step = if troop.y > engaged_troop.y { Oct 10 19:44:58.223 INFO kablam! | ^^^^^^^^^ help: consider using `_vert_step` instead Oct 10 19:44:58.223 INFO kablam! Oct 10 19:44:58.224 INFO kablam! warning: unused variable: `dt` Oct 10 19:44:58.224 INFO kablam! --> src/battle_shapes/mod.rs:349:39 Oct 10 19:44:58.224 INFO kablam! | Oct 10 19:44:58.224 INFO kablam! 349 | pub fn update_computer(&mut self, dt: f64) { Oct 10 19:44:58.224 INFO kablam! | ^^ help: consider using `_dt` instead Oct 10 19:44:58.224 INFO kablam! Oct 10 19:45:01.748 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 40s Oct 10 19:45:01.760 INFO kablam! su: No module specific data is present Oct 10 19:45:02.184 INFO running `"docker" "rm" "-f" "39a5266102d935d21c5403e1f25ddc7a13e011bfdbf7c1b44ca3e3c9a2c160b0"` Oct 10 19:45:02.300 INFO blam! 39a5266102d935d21c5403e1f25ddc7a13e011bfdbf7c1b44ca3e3c9a2c160b0 Oct 10 19:45:02.305 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 19:45:02.311 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:45:02.468 INFO blam! 75161aaabfa9efee45e7a56132b44d4b6fb68ee0d17869b655a941c2b0f1bdf2 Oct 10 19:45:02.473 INFO running `"docker" "start" "-a" "75161aaabfa9efee45e7a56132b44d4b6fb68ee0d17869b655a941c2b0f1bdf2"` Oct 10 19:45:03.210 INFO kablam! usermod: no changes Oct 10 19:45:03.521 INFO kablam! Compiling battle-shapes v0.1.0 (/source) Oct 10 19:45:08.469 INFO kablam! warning: unused variable: `step` Oct 10 19:45:08.469 INFO kablam! --> src/battle_shapes/battle_field.rs:64:13 Oct 10 19:45:08.469 INFO kablam! | Oct 10 19:45:08.469 INFO kablam! 64 | let step = troop.troop_type.get_abs_step() * match troop.team { Oct 10 19:45:08.469 INFO kablam! | ^^^^ help: consider using `_step` instead Oct 10 19:45:08.469 INFO kablam! | Oct 10 19:45:08.469 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 19:45:08.469 INFO kablam! Oct 10 19:45:08.469 INFO kablam! warning: unused variable: `is_movable` Oct 10 19:45:08.469 INFO kablam! --> src/battle_shapes/battle_field.rs:260:25 Oct 10 19:45:08.469 INFO kablam! | Oct 10 19:45:08.469 INFO kablam! 260 | let is_movable = engaged_troop.troop_type.is_movable(); Oct 10 19:45:08.469 INFO kablam! | ^^^^^^^^^^ help: consider using `_is_movable` instead Oct 10 19:45:08.469 INFO kablam! Oct 10 19:45:08.469 INFO kablam! warning: unused variable: `vert_step` Oct 10 19:45:08.469 INFO kablam! --> src/battle_shapes/battle_field.rs:261:25 Oct 10 19:45:08.469 INFO kablam! | Oct 10 19:45:08.469 INFO kablam! 261 | let vert_step = if troop.y > engaged_troop.y { Oct 10 19:45:08.469 INFO kablam! | ^^^^^^^^^ help: consider using `_vert_step` instead Oct 10 19:45:08.469 INFO kablam! Oct 10 19:45:08.469 INFO kablam! warning: unused variable: `dt` Oct 10 19:45:08.469 INFO kablam! --> src/battle_shapes/mod.rs:349:39 Oct 10 19:45:08.469 INFO kablam! | Oct 10 19:45:08.469 INFO kablam! 349 | pub fn update_computer(&mut self, dt: f64) { Oct 10 19:45:08.469 INFO kablam! | ^^ help: consider using `_dt` instead Oct 10 19:45:08.469 INFO kablam! Oct 10 19:45:08.878 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.64s Oct 10 19:45:08.887 INFO kablam! su: No module specific data is present Oct 10 19:45:09.206 INFO running `"docker" "rm" "-f" "75161aaabfa9efee45e7a56132b44d4b6fb68ee0d17869b655a941c2b0f1bdf2"` Oct 10 19:45:09.319 INFO blam! 75161aaabfa9efee45e7a56132b44d4b6fb68ee0d17869b655a941c2b0f1bdf2 Oct 10 19:45:09.321 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 19:45:09.321 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:45:09.628 INFO blam! 88388f92dca31689bbdee437bab839d75d59a9e5cc12660fadd4fc338a25ee6c Oct 10 19:45:09.636 INFO running `"docker" "start" "-a" "88388f92dca31689bbdee437bab839d75d59a9e5cc12660fadd4fc338a25ee6c"` Oct 10 19:45:10.220 INFO kablam! usermod: no changes Oct 10 19:45:10.383 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 10 19:45:10.403 INFO kablam! Running /target/debug/deps/battle_shapes-adc7ff460584b601 Oct 10 19:45:10.410 INFO blam! Oct 10 19:45:10.411 INFO blam! running 0 tests Oct 10 19:45:10.411 INFO blam! Oct 10 19:45:10.411 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:45:10.412 INFO blam! Oct 10 19:45:10.413 INFO kablam! su: No module specific data is present Oct 10 19:45:10.710 INFO running `"docker" "rm" "-f" "88388f92dca31689bbdee437bab839d75d59a9e5cc12660fadd4fc338a25ee6c"` Oct 10 19:45:10.839 INFO blam! 88388f92dca31689bbdee437bab839d75d59a9e5cc12660fadd4fc338a25ee6c