Oct 15 10:43:09.367 INFO testing GabrielDav/WorldWar against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 10:43:09.368 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 10:43:09.831 INFO blam! cff2cc55b45864c44c5f9d6a3fbef99c2ea698bc59d2880b099e5932da92fb63 Oct 15 10:43:09.843 INFO running `"docker" "start" "-a" "cff2cc55b45864c44c5f9d6a3fbef99c2ea698bc59d2880b099e5932da92fb63"` Oct 15 10:43:11.698 INFO kablam! usermod: no changes Oct 15 10:43:11.775 INFO kablam! Compiling world-war v0.1.0 (/source) Oct 15 10:43:12.227 INFO kablam! warning: variant is never constructed: `Mech` Oct 15 10:43:12.227 INFO kablam! --> src/main.rs:3:31 Oct 15 10:43:12.227 INFO kablam! | Oct 15 10:43:12.227 INFO kablam! 3 | enum UnitType { Infantry = 1, Mech = 2, Air = 3, Ship = 4 } Oct 15 10:43:12.227 INFO kablam! | ^^^^^^^^ Oct 15 10:43:12.227 INFO kablam! | Oct 15 10:43:12.227 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:43:12.227 INFO kablam! Oct 15 10:43:12.227 INFO kablam! warning: variant is never constructed: `Air` Oct 15 10:43:12.227 INFO kablam! --> src/main.rs:3:41 Oct 15 10:43:12.227 INFO kablam! | Oct 15 10:43:12.227 INFO kablam! 3 | enum UnitType { Infantry = 1, Mech = 2, Air = 3, Ship = 4 } Oct 15 10:43:12.227 INFO kablam! | ^^^^^^^ Oct 15 10:43:12.227 INFO kablam! Oct 15 10:43:12.227 INFO kablam! warning: variant is never constructed: `Ship` Oct 15 10:43:12.227 INFO kablam! --> src/main.rs:3:50 Oct 15 10:43:12.227 INFO kablam! | Oct 15 10:43:12.227 INFO kablam! 3 | enum UnitType { Infantry = 1, Mech = 2, Air = 3, Ship = 4 } Oct 15 10:43:12.227 INFO kablam! | ^^^^^^^^ Oct 15 10:43:12.227 INFO kablam! Oct 15 10:43:12.227 INFO kablam! warning: struct is never constructed: `Coordinates` Oct 15 10:43:12.227 INFO kablam! --> src/main.rs:30:1 Oct 15 10:43:12.227 INFO kablam! | Oct 15 10:43:12.227 INFO kablam! 30 | struct Coordinates { Oct 15 10:43:12.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 10:43:12.227 INFO kablam! Oct 15 10:43:12.227 INFO kablam! warning: struct is never constructed: `Unit` Oct 15 10:43:12.227 INFO kablam! --> src/main.rs:35:1 Oct 15 10:43:12.227 INFO kablam! | Oct 15 10:43:12.227 INFO kablam! 35 | struct Unit { Oct 15 10:43:12.227 INFO kablam! | ^^^^^^^^^^^ Oct 15 10:43:12.227 INFO kablam! Oct 15 10:43:12.227 INFO kablam! warning: struct is never constructed: `Player` Oct 15 10:43:12.227 INFO kablam! --> src/main.rs:41:1 Oct 15 10:43:12.227 INFO kablam! | Oct 15 10:43:12.227 INFO kablam! 41 | struct Player { Oct 15 10:43:12.227 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 10:43:12.227 INFO kablam! Oct 15 10:43:12.227 INFO kablam! warning: structure field `unitType` should have a snake case name such as `unit_type` Oct 15 10:43:12.227 INFO kablam! --> src/main.rs:8:5 Oct 15 10:43:12.227 INFO kablam! | Oct 15 10:43:12.227 INFO kablam! 8 | unitType : UnitType, Oct 15 10:43:12.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 10:43:12.227 INFO kablam! | Oct 15 10:43:12.227 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 10:43:12.227 INFO kablam! Oct 15 10:43:12.227 INFO kablam! warning: variable `unitDefinition` should have a snake case name such as `unit_definition` Oct 15 10:43:12.227 INFO kablam! --> src/main.rs:48:9 Oct 15 10:43:12.227 INFO kablam! | Oct 15 10:43:12.227 INFO kablam! 48 | let unitDefinition = [UnitData{power: 100, cost: 5000, unitType: UnitType::Infantry, name: String::from("Marine squad")}]; Oct 15 10:43:12.227 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 10:43:12.227 INFO kablam! Oct 15 10:43:12.701 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.97s Oct 15 10:43:12.704 INFO kablam! su: No module specific data is present Oct 15 10:43:13.377 INFO running `"docker" "rm" "-f" "cff2cc55b45864c44c5f9d6a3fbef99c2ea698bc59d2880b099e5932da92fb63"` Oct 15 10:43:13.561 INFO blam! cff2cc55b45864c44c5f9d6a3fbef99c2ea698bc59d2880b099e5932da92fb63 Oct 15 10:43:13.568 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 10:43:13.914 INFO blam! 123b60521919543804b81ea8cae32e18a0337b79a82aa5dd22aa2f805a0cdb96 Oct 15 10:43:13.927 INFO running `"docker" "start" "-a" "123b60521919543804b81ea8cae32e18a0337b79a82aa5dd22aa2f805a0cdb96"` Oct 15 10:43:15.534 INFO kablam! usermod: no changes Oct 15 10:43:15.566 INFO kablam! Compiling world-war v0.1.0 (/source) Oct 15 10:43:16.047 INFO kablam! warning: variant is never constructed: `Mech` Oct 15 10:43:16.047 INFO kablam! --> src/main.rs:3:31 Oct 15 10:43:16.048 INFO kablam! | Oct 15 10:43:16.048 INFO kablam! 3 | enum UnitType { Infantry = 1, Mech = 2, Air = 3, Ship = 4 } Oct 15 10:43:16.048 INFO kablam! | ^^^^^^^^ Oct 15 10:43:16.048 INFO kablam! | Oct 15 10:43:16.049 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:43:16.049 INFO kablam! Oct 15 10:43:16.049 INFO kablam! warning: variant is never constructed: `Air` Oct 15 10:43:16.050 INFO kablam! --> src/main.rs:3:41 Oct 15 10:43:16.050 INFO kablam! | Oct 15 10:43:16.050 INFO kablam! 3 | enum UnitType { Infantry = 1, Mech = 2, Air = 3, Ship = 4 } Oct 15 10:43:16.050 INFO kablam! | ^^^^^^^ Oct 15 10:43:16.050 INFO kablam! Oct 15 10:43:16.050 INFO kablam! warning: variant is never constructed: `Ship` Oct 15 10:43:16.050 INFO kablam! --> src/main.rs:3:50 Oct 15 10:43:16.050 INFO kablam! | Oct 15 10:43:16.050 INFO kablam! 3 | enum UnitType { Infantry = 1, Mech = 2, Air = 3, Ship = 4 } Oct 15 10:43:16.050 INFO kablam! | ^^^^^^^^ Oct 15 10:43:16.051 INFO kablam! Oct 15 10:43:16.051 INFO kablam! warning: struct is never constructed: `Coordinates` Oct 15 10:43:16.051 INFO kablam! --> src/main.rs:30:1 Oct 15 10:43:16.051 INFO kablam! | Oct 15 10:43:16.051 INFO kablam! 30 | struct Coordinates { Oct 15 10:43:16.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 10:43:16.051 INFO kablam! Oct 15 10:43:16.051 INFO kablam! warning: struct is never constructed: `Unit` Oct 15 10:43:16.051 INFO kablam! --> src/main.rs:35:1 Oct 15 10:43:16.051 INFO kablam! | Oct 15 10:43:16.051 INFO kablam! 35 | struct Unit { Oct 15 10:43:16.051 INFO kablam! | ^^^^^^^^^^^ Oct 15 10:43:16.051 INFO kablam! Oct 15 10:43:16.051 INFO kablam! warning: struct is never constructed: `Player` Oct 15 10:43:16.051 INFO kablam! --> src/main.rs:41:1 Oct 15 10:43:16.051 INFO kablam! | Oct 15 10:43:16.051 INFO kablam! 41 | struct Player { Oct 15 10:43:16.051 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 10:43:16.051 INFO kablam! Oct 15 10:43:16.051 INFO kablam! warning: structure field `unitType` should have a snake case name such as `unit_type` Oct 15 10:43:16.051 INFO kablam! --> src/main.rs:8:5 Oct 15 10:43:16.051 INFO kablam! | Oct 15 10:43:16.051 INFO kablam! 8 | unitType : UnitType, Oct 15 10:43:16.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 10:43:16.051 INFO kablam! | Oct 15 10:43:16.051 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 10:43:16.051 INFO kablam! Oct 15 10:43:16.051 INFO kablam! warning: variable `unitDefinition` should have a snake case name such as `unit_definition` Oct 15 10:43:16.051 INFO kablam! --> src/main.rs:48:9 Oct 15 10:43:16.051 INFO kablam! | Oct 15 10:43:16.051 INFO kablam! 48 | let unitDefinition = [UnitData{power: 100, cost: 5000, unitType: UnitType::Infantry, name: String::from("Marine squad")}]; Oct 15 10:43:16.051 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 10:43:16.051 INFO kablam! Oct 15 10:43:16.648 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.10s Oct 15 10:43:16.648 INFO kablam! su: No module specific data is present Oct 15 10:43:17.373 INFO running `"docker" "rm" "-f" "123b60521919543804b81ea8cae32e18a0337b79a82aa5dd22aa2f805a0cdb96"` Oct 15 10:43:17.685 INFO blam! 123b60521919543804b81ea8cae32e18a0337b79a82aa5dd22aa2f805a0cdb96 Oct 15 10:43:17.691 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 10:43:18.071 INFO blam! e771f4855ee842b84f298ff06d02c00bc86d855a03e566451a8a2b0aa7bebb00 Oct 15 10:43:18.072 INFO running `"docker" "start" "-a" "e771f4855ee842b84f298ff06d02c00bc86d855a03e566451a8a2b0aa7bebb00"` Oct 15 10:43:19.458 INFO kablam! usermod: no changes Oct 15 10:43:19.495 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 10:43:19.496 INFO kablam! Running /target/debug/deps/world_war-634775a8d1fc3436 Oct 15 10:43:19.498 INFO blam! Oct 15 10:43:19.498 INFO blam! running 0 tests Oct 15 10:43:19.498 INFO blam! Oct 15 10:43:19.498 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:43:19.498 INFO blam! Oct 15 10:43:19.503 INFO kablam! su: No module specific data is present Oct 15 10:43:20.775 INFO running `"docker" "rm" "-f" "e771f4855ee842b84f298ff06d02c00bc86d855a03e566451a8a2b0aa7bebb00"` Oct 15 10:43:20.965 INFO blam! e771f4855ee842b84f298ff06d02c00bc86d855a03e566451a8a2b0aa7bebb00