Oct 11 06:37:05.669 INFO testing GabrielDav/WorldWar against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:37:05.669 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:37:05.669 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 11 06:37:06.186 INFO blam! 2d3b5437a34162039f50fd0bcac687e52dff05595363e0326942edc2c64fbfe5 Oct 11 06:37:06.209 INFO running `"docker" "start" "-a" "2d3b5437a34162039f50fd0bcac687e52dff05595363e0326942edc2c64fbfe5"` Oct 11 06:37:07.425 INFO kablam! usermod: no changes Oct 11 06:37:07.493 INFO kablam! Compiling world-war v0.1.0 (/source) Oct 11 06:37:08.178 INFO kablam! warning: variant is never constructed: `Mech` Oct 11 06:37:08.178 INFO kablam! --> src/main.rs:3:31 Oct 11 06:37:08.178 INFO kablam! | Oct 11 06:37:08.179 INFO kablam! 3 | enum UnitType { Infantry = 1, Mech = 2, Air = 3, Ship = 4 } Oct 11 06:37:08.180 INFO kablam! | ^^^^^^^^ Oct 11 06:37:08.180 INFO kablam! | Oct 11 06:37:08.181 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:37:08.182 INFO kablam! Oct 11 06:37:08.182 INFO kablam! warning: variant is never constructed: `Air` Oct 11 06:37:08.182 INFO kablam! --> src/main.rs:3:41 Oct 11 06:37:08.182 INFO kablam! | Oct 11 06:37:08.182 INFO kablam! 3 | enum UnitType { Infantry = 1, Mech = 2, Air = 3, Ship = 4 } Oct 11 06:37:08.182 INFO kablam! | ^^^^^^^ Oct 11 06:37:08.182 INFO kablam! Oct 11 06:37:08.182 INFO kablam! warning: variant is never constructed: `Ship` Oct 11 06:37:08.182 INFO kablam! --> src/main.rs:3:50 Oct 11 06:37:08.182 INFO kablam! | Oct 11 06:37:08.182 INFO kablam! 3 | enum UnitType { Infantry = 1, Mech = 2, Air = 3, Ship = 4 } Oct 11 06:37:08.182 INFO kablam! | ^^^^^^^^ Oct 11 06:37:08.182 INFO kablam! Oct 11 06:37:08.182 INFO kablam! warning: struct is never constructed: `Coordinates` Oct 11 06:37:08.182 INFO kablam! --> src/main.rs:30:1 Oct 11 06:37:08.182 INFO kablam! | Oct 11 06:37:08.182 INFO kablam! 30 | struct Coordinates { Oct 11 06:37:08.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 06:37:08.182 INFO kablam! Oct 11 06:37:08.182 INFO kablam! warning: struct is never constructed: `Unit` Oct 11 06:37:08.182 INFO kablam! --> src/main.rs:35:1 Oct 11 06:37:08.182 INFO kablam! | Oct 11 06:37:08.182 INFO kablam! 35 | struct Unit { Oct 11 06:37:08.182 INFO kablam! | ^^^^^^^^^^^ Oct 11 06:37:08.182 INFO kablam! Oct 11 06:37:08.182 INFO kablam! warning: struct is never constructed: `Player` Oct 11 06:37:08.182 INFO kablam! --> src/main.rs:41:1 Oct 11 06:37:08.182 INFO kablam! | Oct 11 06:37:08.182 INFO kablam! 41 | struct Player { Oct 11 06:37:08.182 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 06:37:08.182 INFO kablam! Oct 11 06:37:08.182 INFO kablam! warning: structure field `unitType` should have a snake case name such as `unit_type` Oct 11 06:37:08.182 INFO kablam! --> src/main.rs:8:5 Oct 11 06:37:08.182 INFO kablam! | Oct 11 06:37:08.182 INFO kablam! 8 | unitType : UnitType, Oct 11 06:37:08.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 06:37:08.182 INFO kablam! | Oct 11 06:37:08.182 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 06:37:08.182 INFO kablam! Oct 11 06:37:08.182 INFO kablam! warning: variable `unitDefinition` should have a snake case name such as `unit_definition` Oct 11 06:37:08.182 INFO kablam! --> src/main.rs:48:9 Oct 11 06:37:08.182 INFO kablam! | Oct 11 06:37:08.182 INFO kablam! 48 | let unitDefinition = [UnitData{power: 100, cost: 5000, unitType: UnitType::Infantry, name: String::from("Marine squad")}]; Oct 11 06:37:08.182 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 06:37:08.182 INFO kablam! Oct 11 06:37:08.447 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.98s Oct 11 06:37:08.449 INFO kablam! su: No module specific data is present Oct 11 06:37:08.802 INFO running `"docker" "rm" "-f" "2d3b5437a34162039f50fd0bcac687e52dff05595363e0326942edc2c64fbfe5"` Oct 11 06:37:09.092 INFO blam! 2d3b5437a34162039f50fd0bcac687e52dff05595363e0326942edc2c64fbfe5 Oct 11 06:37:09.108 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:37:09.108 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 11 06:37:09.480 INFO blam! b2e9c0af49b1d31a0e9a75427ee1fb090647327bc9a8faa852c75c0d538bacca Oct 11 06:37:09.482 INFO running `"docker" "start" "-a" "b2e9c0af49b1d31a0e9a75427ee1fb090647327bc9a8faa852c75c0d538bacca"` Oct 11 06:37:09.877 INFO kablam! usermod: no changes Oct 11 06:37:09.916 INFO kablam! Compiling world-war v0.1.0 (/source) Oct 11 06:37:10.734 INFO kablam! warning: variant is never constructed: `Mech` Oct 11 06:37:10.734 INFO kablam! --> src/main.rs:3:31 Oct 11 06:37:10.735 INFO kablam! | Oct 11 06:37:10.735 INFO kablam! 3 | enum UnitType { Infantry = 1, Mech = 2, Air = 3, Ship = 4 } Oct 11 06:37:10.735 INFO kablam! | ^^^^^^^^ Oct 11 06:37:10.736 INFO kablam! | Oct 11 06:37:10.736 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:37:10.736 INFO kablam! Oct 11 06:37:10.737 INFO kablam! warning: variant is never constructed: `Air` Oct 11 06:37:10.737 INFO kablam! --> src/main.rs:3:41 Oct 11 06:37:10.737 INFO kablam! | Oct 11 06:37:10.737 INFO kablam! 3 | enum UnitType { Infantry = 1, Mech = 2, Air = 3, Ship = 4 } Oct 11 06:37:10.738 INFO kablam! | ^^^^^^^ Oct 11 06:37:10.738 INFO kablam! Oct 11 06:37:10.738 INFO kablam! warning: variant is never constructed: `Ship` Oct 11 06:37:10.739 INFO kablam! --> src/main.rs:3:50 Oct 11 06:37:10.739 INFO kablam! | Oct 11 06:37:10.739 INFO kablam! 3 | enum UnitType { Infantry = 1, Mech = 2, Air = 3, Ship = 4 } Oct 11 06:37:10.740 INFO kablam! | ^^^^^^^^ Oct 11 06:37:10.744 INFO kablam! Oct 11 06:37:10.744 INFO kablam! warning: struct is never constructed: `Coordinates` Oct 11 06:37:10.745 INFO kablam! --> src/main.rs:30:1 Oct 11 06:37:10.745 INFO kablam! | Oct 11 06:37:10.745 INFO kablam! 30 | struct Coordinates { Oct 11 06:37:10.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 06:37:10.746 INFO kablam! Oct 11 06:37:10.746 INFO kablam! warning: struct is never constructed: `Unit` Oct 11 06:37:10.746 INFO kablam! --> src/main.rs:35:1 Oct 11 06:37:10.747 INFO kablam! | Oct 11 06:37:10.747 INFO kablam! 35 | struct Unit { Oct 11 06:37:10.747 INFO kablam! | ^^^^^^^^^^^ Oct 11 06:37:10.747 INFO kablam! Oct 11 06:37:10.748 INFO kablam! warning: struct is never constructed: `Player` Oct 11 06:37:10.748 INFO kablam! --> src/main.rs:41:1 Oct 11 06:37:10.748 INFO kablam! | Oct 11 06:37:10.749 INFO kablam! 41 | struct Player { Oct 11 06:37:10.749 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 06:37:10.749 INFO kablam! Oct 11 06:37:10.750 INFO kablam! warning: structure field `unitType` should have a snake case name such as `unit_type` Oct 11 06:37:10.750 INFO kablam! --> src/main.rs:8:5 Oct 11 06:37:10.750 INFO kablam! | Oct 11 06:37:10.750 INFO kablam! 8 | unitType : UnitType, Oct 11 06:37:10.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 06:37:10.751 INFO kablam! | Oct 11 06:37:10.751 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 06:37:10.752 INFO kablam! Oct 11 06:37:10.752 INFO kablam! warning: variable `unitDefinition` should have a snake case name such as `unit_definition` Oct 11 06:37:10.752 INFO kablam! --> src/main.rs:48:9 Oct 11 06:37:10.752 INFO kablam! | Oct 11 06:37:10.753 INFO kablam! 48 | let unitDefinition = [UnitData{power: 100, cost: 5000, unitType: UnitType::Infantry, name: String::from("Marine squad")}]; Oct 11 06:37:10.753 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 06:37:10.753 INFO kablam! Oct 11 06:37:11.251 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.35s Oct 11 06:37:11.253 INFO kablam! su: No module specific data is present Oct 11 06:37:12.004 INFO running `"docker" "rm" "-f" "b2e9c0af49b1d31a0e9a75427ee1fb090647327bc9a8faa852c75c0d538bacca"` Oct 11 06:37:12.240 INFO blam! b2e9c0af49b1d31a0e9a75427ee1fb090647327bc9a8faa852c75c0d538bacca Oct 11 06:37:12.244 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:37:12.244 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 11 06:37:12.633 INFO blam! 1f3795b5e4d4ba2ad771499e0e3c04c5279d87752f508c8585ec803b39b230f5 Oct 11 06:37:12.637 INFO running `"docker" "start" "-a" "1f3795b5e4d4ba2ad771499e0e3c04c5279d87752f508c8585ec803b39b230f5"` Oct 11 06:37:13.839 INFO kablam! usermod: no changes Oct 11 06:37:13.952 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 11 06:37:13.953 INFO kablam! Running /target/debug/deps/world_war-634775a8d1fc3436 Oct 11 06:37:13.964 INFO blam! Oct 11 06:37:13.964 INFO blam! running 0 tests Oct 11 06:37:13.964 INFO blam! Oct 11 06:37:13.964 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:37:13.964 INFO blam! Oct 11 06:37:13.966 INFO kablam! su: No module specific data is present Oct 11 06:37:14.643 INFO running `"docker" "rm" "-f" "1f3795b5e4d4ba2ad771499e0e3c04c5279d87752f508c8585ec803b39b230f5"` Oct 11 06:37:14.925 INFO blam! 1f3795b5e4d4ba2ad771499e0e3c04c5279d87752f508c8585ec803b39b230f5