Oct 10 14:21:11.944 INFO testing starfys/heroesoftheswarm-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 14:21:11.944 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 14:21:11.945 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 14:21:12.462 INFO blam! 63a30b9b148f8aa831c27fedd97e54a9f73815d6885852ca55f585a3be900f42 Oct 10 14:21:12.464 INFO running `"docker" "start" "-a" "63a30b9b148f8aa831c27fedd97e54a9f73815d6885852ca55f585a3be900f42"` Oct 10 14:21:14.039 INFO kablam! usermod: no changes Oct 10 14:21:14.329 INFO kablam! Compiling base64 v0.5.2 Oct 10 14:21:14.337 INFO kablam! Compiling tokio-io v0.1.4 Oct 10 14:21:14.337 INFO kablam! Compiling regex v0.2.5 Oct 10 14:21:14.337 INFO kablam! Compiling chrono v0.4.0 Oct 10 14:21:14.338 INFO kablam! Compiling hyper v0.10.13 Oct 10 14:21:20.113 INFO kablam! Compiling tokio-core v0.1.12 Oct 10 14:21:31.676 INFO kablam! Compiling tokio-tls v0.1.4 Oct 10 14:21:33.836 INFO kablam! Compiling env_logger v0.5.3 Oct 10 14:21:42.284 INFO kablam! Compiling websocket v0.20.2 Oct 10 14:21:50.593 INFO kablam! Compiling heroesoftheswarm v0.2.0 (/source) Oct 10 14:21:54.054 INFO kablam! warning: unused import: `world::World` Oct 10 14:21:54.054 INFO kablam! --> src/entity.rs:17:5 Oct 10 14:21:54.055 INFO kablam! | Oct 10 14:21:54.055 INFO kablam! 17 | use world::World; Oct 10 14:21:54.055 INFO kablam! | ^^^^^^^^^^^^ Oct 10 14:21:54.056 INFO kablam! | Oct 10 14:21:54.056 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 14:21:54.057 INFO kablam! Oct 10 14:21:54.065 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 14:21:54.066 INFO kablam! --> src/swarm_language.rs:80:12 Oct 10 14:21:54.066 INFO kablam! | Oct 10 14:21:54.067 INFO kablam! 80 | if (command.len() == 0) { Oct 10 14:21:54.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 14:21:54.068 INFO kablam! | Oct 10 14:21:54.069 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 14:21:54.069 INFO kablam! Oct 10 14:21:54.070 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 14:21:54.070 INFO kablam! --> src/swarm_language.rs:102:36 Oct 10 14:21:54.071 INFO kablam! | Oct 10 14:21:54.071 INFO kablam! 102 | if (val.abs() <= 30.0_f32) { Oct 10 14:21:54.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 14:21:54.072 INFO kablam! Oct 10 14:21:54.073 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 14:21:54.074 INFO kablam! --> src/swarm_language.rs:214:16 Oct 10 14:21:54.074 INFO kablam! | Oct 10 14:21:54.074 INFO kablam! 214 | if (command_list.len() > MAX_NUM_COMMANDS) { Oct 10 14:21:54.074 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 14:21:54.074 INFO kablam! Oct 10 14:21:54.716 INFO kablam! warning: unused variable: `error` Oct 10 14:21:54.716 INFO kablam! --> src/server.rs:253:29 Oct 10 14:21:54.716 INFO kablam! | Oct 10 14:21:54.716 INFO kablam! 253 | Err(error) => { Oct 10 14:21:54.716 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 10 14:21:54.716 INFO kablam! | Oct 10 14:21:54.716 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 14:21:54.716 INFO kablam! Oct 10 14:21:54.716 INFO kablam! warning: unused variable: `bullet_update_distance` Oct 10 14:21:54.716 INFO kablam! --> src/entity.rs:396:13 Oct 10 14:21:54.716 INFO kablam! | Oct 10 14:21:54.716 INFO kablam! 396 | let bullet_update_distance: f32 = 20.0; Oct 10 14:21:54.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_bullet_update_distance` instead Oct 10 14:21:54.716 INFO kablam! Oct 10 14:21:54.716 INFO kablam! warning: unused variable: `coords` Oct 10 14:21:54.716 INFO kablam! --> src/server.rs:75:24 Oct 10 14:21:54.716 INFO kablam! | Oct 10 14:21:54.716 INFO kablam! 75 | Ok(coords) => match world.read() { Oct 10 14:21:54.716 INFO kablam! | ^^^^^^ help: consider using `_coords` instead Oct 10 14:21:54.716 INFO kablam! Oct 10 14:21:54.716 INFO kablam! warning: unused variable: `error` Oct 10 14:21:54.716 INFO kablam! --> src/server.rs:81:37 Oct 10 14:21:54.716 INFO kablam! | Oct 10 14:21:54.716 INFO kablam! 81 | Err(error) => {} Oct 10 14:21:54.716 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 10 14:21:54.716 INFO kablam! Oct 10 14:21:54.716 INFO kablam! warning: unused variable: `error` Oct 10 14:21:54.716 INFO kablam! --> src/server.rs:84:29 Oct 10 14:21:54.716 INFO kablam! | Oct 10 14:21:54.716 INFO kablam! 84 | Err(error) => { Oct 10 14:21:54.716 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 10 14:21:54.716 INFO kablam! Oct 10 14:21:54.716 INFO kablam! warning: unused variable: `error` Oct 10 14:21:54.716 INFO kablam! --> src/server.rs:124:29 Oct 10 14:21:54.716 INFO kablam! | Oct 10 14:21:54.716 INFO kablam! 124 | Err(error) => { Oct 10 14:21:54.716 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 10 14:21:54.716 INFO kablam! Oct 10 14:21:54.716 INFO kablam! warning: unused variable: `exp_queue` Oct 10 14:21:54.717 INFO kablam! --> src/world.rs:148:17 Oct 10 14:21:54.717 INFO kablam! | Oct 10 14:21:54.717 INFO kablam! 148 | let mut exp_queue: Vec<(usize, i64)> = Vec::new(); Oct 10 14:21:54.717 INFO kablam! | ^^^^^^^^^ help: consider using `_exp_queue` instead Oct 10 14:21:54.717 INFO kablam! Oct 10 14:21:54.717 INFO kablam! warning: value assigned to `upper_bound_members` is never read Oct 10 14:21:54.717 INFO kablam! --> src/world.rs:206:33 Oct 10 14:21:54.717 INFO kablam! | Oct 10 14:21:54.717 INFO kablam! 206 | upper_bound_members -= 1; Oct 10 14:21:54.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 14:21:54.717 INFO kablam! | Oct 10 14:21:54.717 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 14:21:54.717 INFO kablam! Oct 10 14:21:54.912 INFO kablam! warning: variable does not need to be mutable Oct 10 14:21:54.913 INFO kablam! --> src/world.rs:148:13 Oct 10 14:21:54.913 INFO kablam! | Oct 10 14:21:54.913 INFO kablam! 148 | let mut exp_queue: Vec<(usize, i64)> = Vec::new(); Oct 10 14:21:54.913 INFO kablam! | ----^^^^^^^^^ Oct 10 14:21:54.914 INFO kablam! | | Oct 10 14:21:54.914 INFO kablam! | help: remove this `mut` Oct 10 14:21:54.914 INFO kablam! | Oct 10 14:21:54.914 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 14:21:54.915 INFO kablam! Oct 10 14:21:54.920 INFO kablam! warning: constant item is never used: `INITIAL_SWARM_SIZE` Oct 10 14:21:54.920 INFO kablam! --> src/entity.rs:21:1 Oct 10 14:21:54.921 INFO kablam! | Oct 10 14:21:54.921 INFO kablam! 21 | const INITIAL_SWARM_SIZE: usize = 10; Oct 10 14:21:54.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:21:54.922 INFO kablam! | Oct 10 14:21:54.922 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 14:21:54.922 INFO kablam! Oct 10 14:21:54.923 INFO kablam! warning: constant item is never used: `MAX_SWARM_SIZE` Oct 10 14:21:54.923 INFO kablam! --> src/entity.rs:23:1 Oct 10 14:21:54.923 INFO kablam! | Oct 10 14:21:54.923 INFO kablam! 23 | const MAX_SWARM_SIZE: usize = 20; Oct 10 14:21:54.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:21:54.924 INFO kablam! Oct 10 14:21:54.924 INFO kablam! warning: field is never used: `x` Oct 10 14:21:54.925 INFO kablam! --> src/rpc.rs:89:5 Oct 10 14:21:54.925 INFO kablam! | Oct 10 14:21:54.925 INFO kablam! 89 | x: f32, Oct 10 14:21:54.926 INFO kablam! | ^^^^^^ Oct 10 14:21:54.926 INFO kablam! Oct 10 14:21:54.926 INFO kablam! warning: field is never used: `y` Oct 10 14:21:54.926 INFO kablam! --> src/rpc.rs:90:5 Oct 10 14:21:54.927 INFO kablam! | Oct 10 14:21:54.927 INFO kablam! 90 | y: f32, Oct 10 14:21:54.927 INFO kablam! | ^^^^^^ Oct 10 14:21:54.928 INFO kablam! Oct 10 14:21:54.928 INFO kablam! warning: the feature `duration_from_micros` has been stable since 1.27.0 and no longer requires an attribute to enable Oct 10 14:21:54.928 INFO kablam! --> src/lib.rs:16:12 Oct 10 14:21:54.929 INFO kablam! | Oct 10 14:21:54.929 INFO kablam! 16 | #![feature(duration_from_micros)] Oct 10 14:21:54.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 14:21:54.929 INFO kablam! | Oct 10 14:21:54.930 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 14:21:54.930 INFO kablam! Oct 10 14:21:54.930 INFO kablam! warning: the feature `iterator_step_by` has been stable since 1.28.0 and no longer requires an attribute to enable Oct 10 14:21:54.931 INFO kablam! --> src/lib.rs:17:12 Oct 10 14:21:54.931 INFO kablam! | Oct 10 14:21:54.931 INFO kablam! 17 | #![feature(iterator_step_by)] Oct 10 14:21:54.932 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 14:21:54.932 INFO kablam! Oct 10 14:22:05.204 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 51.13s Oct 10 14:22:05.208 INFO kablam! su: No module specific data is present Oct 10 14:22:05.907 INFO running `"docker" "rm" "-f" "63a30b9b148f8aa831c27fedd97e54a9f73815d6885852ca55f585a3be900f42"` Oct 10 14:22:06.216 INFO blam! 63a30b9b148f8aa831c27fedd97e54a9f73815d6885852ca55f585a3be900f42 Oct 10 14:22:06.224 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 14:22:06.224 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 14:22:06.614 INFO blam! a4f67b708015e2829b1f401ccb3be93ee2223892aff445b1377f6fac5fa8032f Oct 10 14:22:06.616 INFO running `"docker" "start" "-a" "a4f67b708015e2829b1f401ccb3be93ee2223892aff445b1377f6fac5fa8032f"` Oct 10 14:22:07.876 INFO kablam! usermod: no changes Oct 10 14:22:08.080 INFO kablam! Compiling heroesoftheswarm v0.2.0 (/source) Oct 10 14:22:12.556 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 10 14:22:12.556 INFO kablam! --> src/entity.rs:320:22 Oct 10 14:22:12.556 INFO kablam! | Oct 10 14:22:12.556 INFO kablam! 320 | for j in (0..(i * 4)) { Oct 10 14:22:12.556 INFO kablam! | ^^^^^^^^^^^^ help: remove these parentheses Oct 10 14:22:12.556 INFO kablam! | Oct 10 14:22:12.556 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 14:22:12.556 INFO kablam! Oct 10 14:22:12.556 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 14:22:12.556 INFO kablam! --> src/swarm_language.rs:80:12 Oct 10 14:22:12.556 INFO kablam! | Oct 10 14:22:12.556 INFO kablam! 80 | if (command.len() == 0) { Oct 10 14:22:12.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 14:22:12.556 INFO kablam! Oct 10 14:22:12.556 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 14:22:12.556 INFO kablam! --> src/swarm_language.rs:102:36 Oct 10 14:22:12.556 INFO kablam! | Oct 10 14:22:12.556 INFO kablam! 102 | if (val.abs() <= 30.0_f32) { Oct 10 14:22:12.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 14:22:12.557 INFO kablam! Oct 10 14:22:12.557 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 14:22:12.557 INFO kablam! --> src/swarm_language.rs:214:16 Oct 10 14:22:12.557 INFO kablam! | Oct 10 14:22:12.557 INFO kablam! 214 | if (command_list.len() > MAX_NUM_COMMANDS) { Oct 10 14:22:12.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 14:22:12.557 INFO kablam! Oct 10 14:22:13.670 INFO kablam! warning: unused variable: `error` Oct 10 14:22:13.670 INFO kablam! --> src/server.rs:253:29 Oct 10 14:22:13.670 INFO kablam! | Oct 10 14:22:13.670 INFO kablam! 253 | Err(error) => { Oct 10 14:22:13.670 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 10 14:22:13.670 INFO kablam! | Oct 10 14:22:13.670 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 14:22:13.670 INFO kablam! Oct 10 14:22:13.670 INFO kablam! warning: value assigned to `program` is never read Oct 10 14:22:13.670 INFO kablam! --> src/swarm_language.rs:228:13 Oct 10 14:22:13.670 INFO kablam! | Oct 10 14:22:13.670 INFO kablam! 228 | let mut program: String = String::new(); Oct 10 14:22:13.670 INFO kablam! | ^^^^^^^ Oct 10 14:22:13.670 INFO kablam! | Oct 10 14:22:13.670 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 14:22:13.670 INFO kablam! Oct 10 14:22:13.670 INFO kablam! warning: unused variable: `command` Oct 10 14:22:13.670 INFO kablam! --> src/swarm_language.rs:254:13 Oct 10 14:22:13.670 INFO kablam! | Oct 10 14:22:13.670 INFO kablam! 254 | let command: SwarmCommand = "test".parse().unwrap(); Oct 10 14:22:13.670 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 10 14:22:13.670 INFO kablam! Oct 10 14:22:13.670 INFO kablam! warning: unused variable: `command` Oct 10 14:22:13.670 INFO kablam! --> src/swarm_language.rs:260:13 Oct 10 14:22:13.670 INFO kablam! | Oct 10 14:22:13.675 INFO kablam! 260 | let command: SwarmProgram = "test".parse().unwrap(); Oct 10 14:22:13.675 INFO kablam! | ^^^^^^^ help: consider using `_command` instead Oct 10 14:22:13.675 INFO kablam! Oct 10 14:22:13.675 INFO kablam! warning: unused variable: `world` Oct 10 14:22:13.676 INFO kablam! --> src/world.rs:251:13 Oct 10 14:22:13.676 INFO kablam! | Oct 10 14:22:13.676 INFO kablam! 251 | let world = World::new(1000.0, 1000.0); Oct 10 14:22:13.676 INFO kablam! | ^^^^^ help: consider using `_world` instead Oct 10 14:22:13.676 INFO kablam! Oct 10 14:22:13.677 INFO kablam! warning: unused variable: `bullet_update_distance` Oct 10 14:22:13.677 INFO kablam! --> src/entity.rs:396:13 Oct 10 14:22:13.677 INFO kablam! | Oct 10 14:22:13.677 INFO kablam! 396 | let bullet_update_distance: f32 = 20.0; Oct 10 14:22:13.677 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: consider using `_bullet_update_distance` instead Oct 10 14:22:13.678 INFO kablam! Oct 10 14:22:13.678 INFO kablam! warning: unused variable: `coords` Oct 10 14:22:13.678 INFO kablam! --> src/server.rs:75:24 Oct 10 14:22:13.678 INFO kablam! | Oct 10 14:22:13.678 INFO kablam! 75 | Ok(coords) => match world.read() { Oct 10 14:22:13.679 INFO kablam! | ^^^^^^ help: consider using `_coords` instead Oct 10 14:22:13.679 INFO kablam! Oct 10 14:22:13.679 INFO kablam! warning: unused variable: `error` Oct 10 14:22:13.679 INFO kablam! --> src/server.rs:81:37 Oct 10 14:22:13.679 INFO kablam! | Oct 10 14:22:13.679 INFO kablam! 81 | Err(error) => {} Oct 10 14:22:13.680 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 10 14:22:13.680 INFO kablam! Oct 10 14:22:13.680 INFO kablam! warning: unused variable: `error` Oct 10 14:22:13.680 INFO kablam! --> src/server.rs:84:29 Oct 10 14:22:13.680 INFO kablam! | Oct 10 14:22:13.681 INFO kablam! 84 | Err(error) => { Oct 10 14:22:13.681 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 10 14:22:13.681 INFO kablam! Oct 10 14:22:13.681 INFO kablam! warning: unused variable: `error` Oct 10 14:22:13.681 INFO kablam! --> src/server.rs:124:29 Oct 10 14:22:13.682 INFO kablam! | Oct 10 14:22:13.682 INFO kablam! 124 | Err(error) => { Oct 10 14:22:13.682 INFO kablam! | ^^^^^ help: consider using `_error` instead Oct 10 14:22:13.682 INFO kablam! Oct 10 14:22:13.682 INFO kablam! warning: unused variable: `exp_queue` Oct 10 14:22:13.683 INFO kablam! --> src/world.rs:148:17 Oct 10 14:22:13.683 INFO kablam! | Oct 10 14:22:13.683 INFO kablam! 148 | let mut exp_queue: Vec<(usize, i64)> = Vec::new(); Oct 10 14:22:13.683 INFO kablam! | ^^^^^^^^^ help: consider using `_exp_queue` instead Oct 10 14:22:13.683 INFO kablam! Oct 10 14:22:13.683 INFO kablam! warning: value assigned to `upper_bound_members` is never read Oct 10 14:22:13.684 INFO kablam! --> src/world.rs:206:33 Oct 10 14:22:13.684 INFO kablam! | Oct 10 14:22:13.684 INFO kablam! 206 | upper_bound_members -= 1; Oct 10 14:22:13.684 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 14:22:13.684 INFO kablam! Oct 10 14:22:13.989 INFO kablam! warning: variable does not need to be mutable Oct 10 14:22:13.990 INFO kablam! --> src/world.rs:148:13 Oct 10 14:22:13.990 INFO kablam! | Oct 10 14:22:13.990 INFO kablam! 148 | let mut exp_queue: Vec<(usize, i64)> = Vec::new(); Oct 10 14:22:13.991 INFO kablam! | ----^^^^^^^^^ Oct 10 14:22:13.991 INFO kablam! | | Oct 10 14:22:13.991 INFO kablam! | help: remove this `mut` Oct 10 14:22:13.992 INFO kablam! | Oct 10 14:22:13.992 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 14:22:13.992 INFO kablam! Oct 10 14:22:13.996 INFO kablam! warning: constant item is never used: `INITIAL_SWARM_SIZE` Oct 10 14:22:13.997 INFO kablam! --> src/entity.rs:21:1 Oct 10 14:22:13.997 INFO kablam! | Oct 10 14:22:13.997 INFO kablam! 21 | const INITIAL_SWARM_SIZE: usize = 10; Oct 10 14:22:13.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:22:13.998 INFO kablam! | Oct 10 14:22:13.998 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 14:22:13.998 INFO kablam! Oct 10 14:22:13.999 INFO kablam! warning: constant item is never used: `MAX_SWARM_SIZE` Oct 10 14:22:13.999 INFO kablam! --> src/entity.rs:23:1 Oct 10 14:22:13.999 INFO kablam! | Oct 10 14:22:14.000 INFO kablam! 23 | const MAX_SWARM_SIZE: usize = 20; Oct 10 14:22:14.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:22:14.000 INFO kablam! Oct 10 14:22:14.001 INFO kablam! warning: function is never used: `calculate_offsets` Oct 10 14:22:14.001 INFO kablam! --> src/entity.rs:310:5 Oct 10 14:22:14.001 INFO kablam! | Oct 10 14:22:14.001 INFO kablam! 310 | pub fn calculate_offsets(radius: f32) -> Vec<(f32, f32)> { Oct 10 14:22:14.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:22:14.002 INFO kablam! Oct 10 14:22:14.002 INFO kablam! warning: field is never used: `x` Oct 10 14:22:14.003 INFO kablam! --> src/rpc.rs:89:5 Oct 10 14:22:14.003 INFO kablam! | Oct 10 14:22:14.003 INFO kablam! 89 | x: f32, Oct 10 14:22:14.004 INFO kablam! | ^^^^^^ Oct 10 14:22:14.004 INFO kablam! Oct 10 14:22:14.004 INFO kablam! warning: field is never used: `y` Oct 10 14:22:14.005 INFO kablam! --> src/rpc.rs:90:5 Oct 10 14:22:14.005 INFO kablam! | Oct 10 14:22:14.005 INFO kablam! 90 | y: f32, Oct 10 14:22:14.006 INFO kablam! | ^^^^^^ Oct 10 14:22:14.006 INFO kablam! Oct 10 14:22:14.006 INFO kablam! warning: the feature `duration_from_micros` has been stable since 1.27.0 and no longer requires an attribute to enable Oct 10 14:22:14.006 INFO kablam! --> src/lib.rs:16:12 Oct 10 14:22:14.007 INFO kablam! | Oct 10 14:22:14.007 INFO kablam! 16 | #![feature(duration_from_micros)] Oct 10 14:22:14.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 14:22:14.008 INFO kablam! | Oct 10 14:22:14.008 INFO kablam! = note: #[warn(stable_features)] on by default Oct 10 14:22:14.008 INFO kablam! Oct 10 14:22:14.009 INFO kablam! warning: the feature `iterator_step_by` has been stable since 1.28.0 and no longer requires an attribute to enable Oct 10 14:22:14.009 INFO kablam! --> src/lib.rs:17:12 Oct 10 14:22:14.009 INFO kablam! | Oct 10 14:22:14.010 INFO kablam! 17 | #![feature(iterator_step_by)] Oct 10 14:22:14.010 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 14:22:14.010 INFO kablam! Oct 10 14:22:17.452 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.53s Oct 10 14:22:17.452 INFO kablam! su: No module specific data is present Oct 10 14:22:18.192 INFO running `"docker" "rm" "-f" "a4f67b708015e2829b1f401ccb3be93ee2223892aff445b1377f6fac5fa8032f"` Oct 10 14:22:18.564 INFO blam! a4f67b708015e2829b1f401ccb3be93ee2223892aff445b1377f6fac5fa8032f Oct 10 14:22:18.577 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 14:22:18.578 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 14:22:19.024 INFO blam! 13f80b23dc5afc3cde458bf0d0dd0013cde8730af77929489e7c8090c1382775 Oct 10 14:22:19.026 INFO running `"docker" "start" "-a" "13f80b23dc5afc3cde458bf0d0dd0013cde8730af77929489e7c8090c1382775"` Oct 10 14:22:20.188 INFO kablam! usermod: no changes Oct 10 14:22:20.518 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.30s Oct 10 14:22:20.541 INFO kablam! Running /target/debug/deps/heroesoftheswarm-ec1fc00067273176 Oct 10 14:22:20.541 INFO blam! Oct 10 14:22:20.541 INFO blam! running 10 tests Oct 10 14:22:20.562 INFO blam! test entity::tests::test_bullets ... ok Oct 10 14:22:20.564 INFO blam! test entity::test_offset_calc ... ok Oct 10 14:22:20.564 INFO blam! test entity::tests::test_world_bounds ... ok Oct 10 14:22:20.564 INFO blam! test entity::tests::update_bullet ... ok Oct 10 14:22:20.564 INFO blam! test swarm_language::test_comlist_generator ... ok Oct 10 14:22:20.568 INFO blam! test entity::tests::update_swarm ... ok Oct 10 14:22:20.569 INFO blam! test world::tests::test_leaderboard ... ok Oct 10 14:22:20.569 INFO blam! test world::tests::initialize_world ... ok Oct 10 14:22:20.652 INFO blam! test swarm_language::tests::parse_swarm_program ... ok Oct 10 14:22:20.653 INFO blam! test swarm_language::tests::parse_swarm_command ... ok Oct 10 14:22:20.653 INFO blam! Oct 10 14:22:20.653 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:22:20.654 INFO blam! Oct 10 14:22:20.662 INFO kablam! Running /target/debug/deps/heroesoftheswarm-07ab216c98180bc8 Oct 10 14:22:20.666 INFO blam! Oct 10 14:22:20.666 INFO blam! running 0 tests Oct 10 14:22:20.666 INFO blam! Oct 10 14:22:20.666 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:22:20.666 INFO blam! Oct 10 14:22:20.668 INFO kablam! Doc-tests heroesoftheswarm Oct 10 14:22:26.540 INFO blam! Oct 10 14:22:26.540 INFO blam! running 0 tests Oct 10 14:22:26.540 INFO blam! Oct 10 14:22:26.540 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:22:26.540 INFO blam! Oct 10 14:22:26.557 INFO kablam! su: No module specific data is present Oct 10 14:22:27.708 INFO running `"docker" "rm" "-f" "13f80b23dc5afc3cde458bf0d0dd0013cde8730af77929489e7c8090c1382775"` Oct 10 14:22:28.088 INFO blam! 13f80b23dc5afc3cde458bf0d0dd0013cde8730af77929489e7c8090c1382775