Oct 14 12:14:03.594 INFO testing marvintau/rust-learning against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 12:14:03.594 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 12:14:04.083 INFO blam! a8afe5d9f9f81b6cb88801764900842d88bab72b4fa437461800a0beeb5ea01f Oct 14 12:14:04.086 INFO running `"docker" "start" "-a" "a8afe5d9f9f81b6cb88801764900842d88bab72b4fa437461800a0beeb5ea01f"` Oct 14 12:14:05.775 INFO kablam! usermod: no changes Oct 14 12:14:05.835 INFO kablam! Compiling dungeon v0.1.0 (/source) Oct 14 12:14:05.979 INFO kablam! warning: unused import: `std::io` Oct 14 12:14:05.979 INFO kablam! --> src/main.rs:1:5 Oct 14 12:14:05.979 INFO kablam! | Oct 14 12:14:05.979 INFO kablam! 1 | use std::io; Oct 14 12:14:05.979 INFO kablam! | ^^^^^^^ Oct 14 12:14:05.979 INFO kablam! | Oct 14 12:14:05.979 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 12:14:05.979 INFO kablam! Oct 14 12:14:05.979 INFO kablam! warning: unused import: `std::string::String` Oct 14 12:14:05.979 INFO kablam! --> src/main.rs:2:5 Oct 14 12:14:05.979 INFO kablam! | Oct 14 12:14:05.979 INFO kablam! 2 | use std::string::String; Oct 14 12:14:05.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 12:14:05.983 INFO kablam! Oct 14 12:14:06.011 INFO kablam! warning: field is never used: `agility` Oct 14 12:14:06.011 INFO kablam! --> src/main.rs:6:5 Oct 14 12:14:06.011 INFO kablam! | Oct 14 12:14:06.011 INFO kablam! 6 | agility : i32, Oct 14 12:14:06.011 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 12:14:06.011 INFO kablam! | Oct 14 12:14:06.011 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 12:14:06.011 INFO kablam! Oct 14 12:14:06.011 INFO kablam! warning: field is never used: `attack` Oct 14 12:14:06.011 INFO kablam! --> src/main.rs:7:5 Oct 14 12:14:06.011 INFO kablam! | Oct 14 12:14:06.011 INFO kablam! 7 | attack: i32, Oct 14 12:14:06.011 INFO kablam! | ^^^^^^^^^^^ Oct 14 12:14:06.011 INFO kablam! Oct 14 12:14:06.011 INFO kablam! warning: field is never used: `armor` Oct 14 12:14:06.011 INFO kablam! --> src/main.rs:8:5 Oct 14 12:14:06.011 INFO kablam! | Oct 14 12:14:06.015 INFO kablam! 8 | armor: i32 Oct 14 12:14:06.015 INFO kablam! | ^^^^^^^^^^ Oct 14 12:14:06.015 INFO kablam! Oct 14 12:14:06.015 INFO kablam! warning: field is never used: `hp` Oct 14 12:14:06.015 INFO kablam! --> src/main.rs:13:5 Oct 14 12:14:06.015 INFO kablam! | Oct 14 12:14:06.015 INFO kablam! 13 | hp : i32 Oct 14 12:14:06.015 INFO kablam! | ^^^^^^^^ Oct 14 12:14:06.015 INFO kablam! Oct 14 12:14:06.015 INFO kablam! warning: struct is never constructed: `Player` Oct 14 12:14:06.015 INFO kablam! --> src/main.rs:16:1 Oct 14 12:14:06.015 INFO kablam! | Oct 14 12:14:06.015 INFO kablam! 16 | struct Player { Oct 14 12:14:06.015 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 12:14:06.015 INFO kablam! Oct 14 12:14:06.015 INFO kablam! warning: method is never used: `create` Oct 14 12:14:06.015 INFO kablam! --> src/main.rs:23:5 Oct 14 12:14:06.015 INFO kablam! | Oct 14 12:14:06.015 INFO kablam! 23 | fn create(&self, state: PlayerState, attrs: PlayerAttrs) -> Player { Oct 14 12:14:06.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:14:06.015 INFO kablam! Oct 14 12:14:06.015 INFO kablam! warning: function is never used: `battle_terminate` Oct 14 12:14:06.015 INFO kablam! --> src/main.rs:33:1 Oct 14 12:14:06.015 INFO kablam! | Oct 14 12:14:06.015 INFO kablam! 33 | fn battle_terminate(offender: & Player, defender: & Player) -> bool { Oct 14 12:14:06.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:14:06.015 INFO kablam! Oct 14 12:14:06.485 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.67s Oct 14 12:14:06.487 INFO kablam! su: No module specific data is present Oct 14 12:14:07.655 INFO running `"docker" "rm" "-f" "a8afe5d9f9f81b6cb88801764900842d88bab72b4fa437461800a0beeb5ea01f"` Oct 14 12:14:08.027 INFO blam! a8afe5d9f9f81b6cb88801764900842d88bab72b4fa437461800a0beeb5ea01f Oct 14 12:14:08.031 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 12:14:08.457 INFO blam! 753939bd2574f51dd698ca0d33d778d863c81d7f37497f37b15887f40e5d9083 Oct 14 12:14:08.460 INFO running `"docker" "start" "-a" "753939bd2574f51dd698ca0d33d778d863c81d7f37497f37b15887f40e5d9083"` Oct 14 12:14:10.319 INFO kablam! usermod: no changes Oct 14 12:14:10.367 INFO kablam! Compiling dungeon v0.1.0 (/source) Oct 14 12:14:10.595 INFO kablam! warning: unused import: `std::io` Oct 14 12:14:10.595 INFO kablam! --> src/main.rs:1:5 Oct 14 12:14:10.595 INFO kablam! | Oct 14 12:14:10.595 INFO kablam! 1 | use std::io; Oct 14 12:14:10.595 INFO kablam! | ^^^^^^^ Oct 14 12:14:10.595 INFO kablam! | Oct 14 12:14:10.595 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 12:14:10.595 INFO kablam! Oct 14 12:14:10.595 INFO kablam! warning: unused import: `std::string::String` Oct 14 12:14:10.595 INFO kablam! --> src/main.rs:2:5 Oct 14 12:14:10.595 INFO kablam! | Oct 14 12:14:10.595 INFO kablam! 2 | use std::string::String; Oct 14 12:14:10.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 12:14:10.595 INFO kablam! Oct 14 12:14:10.627 INFO kablam! warning: field is never used: `agility` Oct 14 12:14:10.627 INFO kablam! --> src/main.rs:6:5 Oct 14 12:14:10.627 INFO kablam! | Oct 14 12:14:10.627 INFO kablam! 6 | agility : i32, Oct 14 12:14:10.627 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 12:14:10.627 INFO kablam! | Oct 14 12:14:10.627 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 12:14:10.627 INFO kablam! Oct 14 12:14:10.627 INFO kablam! warning: field is never used: `attack` Oct 14 12:14:10.627 INFO kablam! --> src/main.rs:7:5 Oct 14 12:14:10.627 INFO kablam! | Oct 14 12:14:10.627 INFO kablam! 7 | attack: i32, Oct 14 12:14:10.627 INFO kablam! | ^^^^^^^^^^^ Oct 14 12:14:10.627 INFO kablam! Oct 14 12:14:10.627 INFO kablam! warning: field is never used: `armor` Oct 14 12:14:10.631 INFO kablam! --> src/main.rs:8:5 Oct 14 12:14:10.631 INFO kablam! | Oct 14 12:14:10.631 INFO kablam! 8 | armor: i32 Oct 14 12:14:10.631 INFO kablam! | ^^^^^^^^^^ Oct 14 12:14:10.631 INFO kablam! Oct 14 12:14:10.631 INFO kablam! warning: field is never used: `hp` Oct 14 12:14:10.631 INFO kablam! --> src/main.rs:13:5 Oct 14 12:14:10.631 INFO kablam! | Oct 14 12:14:10.631 INFO kablam! 13 | hp : i32 Oct 14 12:14:10.631 INFO kablam! | ^^^^^^^^ Oct 14 12:14:10.631 INFO kablam! Oct 14 12:14:10.631 INFO kablam! warning: struct is never constructed: `Player` Oct 14 12:14:10.631 INFO kablam! --> src/main.rs:16:1 Oct 14 12:14:10.631 INFO kablam! | Oct 14 12:14:10.631 INFO kablam! 16 | struct Player { Oct 14 12:14:10.631 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 12:14:10.631 INFO kablam! Oct 14 12:14:10.631 INFO kablam! warning: method is never used: `create` Oct 14 12:14:10.631 INFO kablam! --> src/main.rs:23:5 Oct 14 12:14:10.631 INFO kablam! | Oct 14 12:14:10.631 INFO kablam! 23 | fn create(&self, state: PlayerState, attrs: PlayerAttrs) -> Player { Oct 14 12:14:10.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:14:10.631 INFO kablam! Oct 14 12:14:10.631 INFO kablam! warning: function is never used: `battle_terminate` Oct 14 12:14:10.631 INFO kablam! --> src/main.rs:33:1 Oct 14 12:14:10.631 INFO kablam! | Oct 14 12:14:10.631 INFO kablam! 33 | fn battle_terminate(offender: & Player, defender: & Player) -> bool { Oct 14 12:14:10.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 12:14:10.638 INFO kablam! Oct 14 12:14:11.248 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.90s Oct 14 12:14:11.250 INFO kablam! su: No module specific data is present Oct 14 12:14:12.502 INFO running `"docker" "rm" "-f" "753939bd2574f51dd698ca0d33d778d863c81d7f37497f37b15887f40e5d9083"` Oct 14 12:14:12.743 INFO blam! 753939bd2574f51dd698ca0d33d778d863c81d7f37497f37b15887f40e5d9083 Oct 14 12:14:12.751 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 12:14:13.259 INFO blam! ee766ffd0b170b1fefbdbc9c852b1e177fb418210500692799d4dd89397ce527 Oct 14 12:14:13.261 INFO running `"docker" "start" "-a" "ee766ffd0b170b1fefbdbc9c852b1e177fb418210500692799d4dd89397ce527"` Oct 14 12:14:14.347 INFO kablam! usermod: no changes Oct 14 12:14:14.423 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 12:14:14.423 INFO blam! Oct 14 12:14:14.424 INFO kablam! Running /target/debug/deps/dungeon-028f948d3200a2ce Oct 14 12:14:14.424 INFO blam! running 0 tests Oct 14 12:14:14.424 INFO blam! Oct 14 12:14:14.425 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 12:14:14.425 INFO blam! Oct 14 12:14:14.427 INFO kablam! su: No module specific data is present Oct 14 12:14:15.267 INFO running `"docker" "rm" "-f" "ee766ffd0b170b1fefbdbc9c852b1e177fb418210500692799d4dd89397ce527"` Oct 14 12:14:15.627 INFO blam! ee766ffd0b170b1fefbdbc9c852b1e177fb418210500692799d4dd89397ce527