Oct 15 09:32:59.146 INFO testing Kirszu/DnD-Game against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 09:32:59.146 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 09:32:59.496 INFO blam! a79527972150c746e241a5c3a9f3a7127ed59bccf802591747edbf60a1a2004c Oct 15 09:32:59.499 INFO running `"docker" "start" "-a" "a79527972150c746e241a5c3a9f3a7127ed59bccf802591747edbf60a1a2004c"` Oct 15 09:32:59.939 INFO kablam! usermod: no changes Oct 15 09:32:59.968 INFO kablam! Compiling DND v0.1.0 (/source) Oct 15 09:33:00.399 INFO kablam! warning: unused variable: `my_elf` Oct 15 09:33:00.399 INFO kablam! --> src/main.rs:373:9 Oct 15 09:33:00.399 INFO kablam! | Oct 15 09:33:00.399 INFO kablam! 373 | let my_elf = Elf { Oct 15 09:33:00.399 INFO kablam! | ^^^^^^ help: consider using `_my_elf` instead Oct 15 09:33:00.399 INFO kablam! | Oct 15 09:33:00.399 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:33:00.399 INFO kablam! Oct 15 09:33:00.399 INFO kablam! warning: unused variable: `my_human` Oct 15 09:33:00.399 INFO kablam! --> src/main.rs:383:9 Oct 15 09:33:00.399 INFO kablam! | Oct 15 09:33:00.399 INFO kablam! 383 | let my_human = Human { Oct 15 09:33:00.399 INFO kablam! | ^^^^^^^^ help: consider using `_my_human` instead Oct 15 09:33:00.399 INFO kablam! Oct 15 09:33:00.420 INFO kablam! warning: struct is never constructed: `Skeleton` Oct 15 09:33:00.420 INFO kablam! --> src/main.rs:247:5 Oct 15 09:33:00.420 INFO kablam! | Oct 15 09:33:00.420 INFO kablam! 247 | struct Skeleton { Oct 15 09:33:00.420 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 09:33:00.420 INFO kablam! | Oct 15 09:33:00.420 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:33:00.420 INFO kablam! Oct 15 09:33:00.420 INFO kablam! warning: struct is never constructed: `Kobold_Archer` Oct 15 09:33:00.421 INFO kablam! --> src/main.rs:277:5 Oct 15 09:33:00.421 INFO kablam! | Oct 15 09:33:00.421 INFO kablam! 277 | struct Kobold_Archer { Oct 15 09:33:00.421 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 09:33:00.421 INFO kablam! Oct 15 09:33:00.421 INFO kablam! warning: struct is never constructed: `Dragon` Oct 15 09:33:00.421 INFO kablam! --> src/main.rs:312:5 Oct 15 09:33:00.421 INFO kablam! | Oct 15 09:33:00.421 INFO kablam! 312 | struct Dragon { Oct 15 09:33:00.421 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 09:33:00.421 INFO kablam! Oct 15 09:33:00.421 INFO kablam! warning: crate `DND` should have a snake case name such as `dnd` Oct 15 09:33:00.421 INFO kablam! | Oct 15 09:33:00.421 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 09:33:00.421 INFO kablam! Oct 15 09:33:00.421 INFO kablam! warning: type `Kobold_Archer` should have a camel case name such as `KoboldArcher` Oct 15 09:33:00.421 INFO kablam! --> src/main.rs:277:5 Oct 15 09:33:00.421 INFO kablam! | Oct 15 09:33:00.421 INFO kablam! 277 | / struct Kobold_Archer { Oct 15 09:33:00.421 INFO kablam! 278 | | name: String, Oct 15 09:33:00.421 INFO kablam! 279 | | hp: u32, Oct 15 09:33:00.421 INFO kablam! 280 | | mana: u32, Oct 15 09:33:00.421 INFO kablam! ... | Oct 15 09:33:00.421 INFO kablam! 284 | | magic_attack: u32 Oct 15 09:33:00.421 INFO kablam! 285 | | } Oct 15 09:33:00.421 INFO kablam! | |_____^ Oct 15 09:33:00.421 INFO kablam! | Oct 15 09:33:00.421 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 09:33:00.421 INFO kablam! Oct 15 09:33:00.779 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.82s Oct 15 09:33:00.780 INFO kablam! su: No module specific data is present Oct 15 09:33:01.115 INFO running `"docker" "rm" "-f" "a79527972150c746e241a5c3a9f3a7127ed59bccf802591747edbf60a1a2004c"` Oct 15 09:33:01.228 INFO blam! a79527972150c746e241a5c3a9f3a7127ed59bccf802591747edbf60a1a2004c Oct 15 09:33:01.232 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 09:33:01.384 INFO blam! 7284a80408272e8a9ecd450b8db6fa302d73244d46e6d7883bd69419262d0137 Oct 15 09:33:01.384 INFO running `"docker" "start" "-a" "7284a80408272e8a9ecd450b8db6fa302d73244d46e6d7883bd69419262d0137"` Oct 15 09:33:01.784 INFO kablam! usermod: no changes Oct 15 09:33:01.810 INFO kablam! Compiling DND v0.1.0 (/source) Oct 15 09:33:02.238 INFO kablam! warning: unused variable: `my_elf` Oct 15 09:33:02.238 INFO kablam! --> src/main.rs:373:9 Oct 15 09:33:02.238 INFO kablam! | Oct 15 09:33:02.238 INFO kablam! 373 | let my_elf = Elf { Oct 15 09:33:02.238 INFO kablam! | ^^^^^^ help: consider using `_my_elf` instead Oct 15 09:33:02.238 INFO kablam! | Oct 15 09:33:02.238 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 09:33:02.238 INFO kablam! Oct 15 09:33:02.238 INFO kablam! warning: unused variable: `my_human` Oct 15 09:33:02.238 INFO kablam! --> src/main.rs:383:9 Oct 15 09:33:02.238 INFO kablam! | Oct 15 09:33:02.238 INFO kablam! 383 | let my_human = Human { Oct 15 09:33:02.238 INFO kablam! | ^^^^^^^^ help: consider using `_my_human` instead Oct 15 09:33:02.238 INFO kablam! Oct 15 09:33:02.260 INFO kablam! warning: crate `DND` should have a snake case name such as `dnd` Oct 15 09:33:02.261 INFO kablam! | Oct 15 09:33:02.261 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 09:33:02.261 INFO kablam! Oct 15 09:33:02.261 INFO kablam! warning: type `Kobold_Archer` should have a camel case name such as `KoboldArcher` Oct 15 09:33:02.261 INFO kablam! --> src/main.rs:277:5 Oct 15 09:33:02.261 INFO kablam! | Oct 15 09:33:02.261 INFO kablam! 277 | / struct Kobold_Archer { Oct 15 09:33:02.261 INFO kablam! 278 | | name: String, Oct 15 09:33:02.261 INFO kablam! 279 | | hp: u32, Oct 15 09:33:02.261 INFO kablam! 280 | | mana: u32, Oct 15 09:33:02.261 INFO kablam! ... | Oct 15 09:33:02.261 INFO kablam! 284 | | magic_attack: u32 Oct 15 09:33:02.261 INFO kablam! 285 | | } Oct 15 09:33:02.261 INFO kablam! | |_____^ Oct 15 09:33:02.261 INFO kablam! | Oct 15 09:33:02.261 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Oct 15 09:33:02.261 INFO kablam! Oct 15 09:33:02.591 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.79s Oct 15 09:33:02.593 INFO kablam! su: No module specific data is present Oct 15 09:33:02.837 INFO running `"docker" "rm" "-f" "7284a80408272e8a9ecd450b8db6fa302d73244d46e6d7883bd69419262d0137"` Oct 15 09:33:02.902 INFO blam! 7284a80408272e8a9ecd450b8db6fa302d73244d46e6d7883bd69419262d0137 Oct 15 09:33:02.903 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 09:33:03.113 INFO blam! 3bcdfa00910986dacecf5c9491e4571eece3b2759a90d4000981f24ae2c8a4f0 Oct 15 09:33:03.115 INFO running `"docker" "start" "-a" "3bcdfa00910986dacecf5c9491e4571eece3b2759a90d4000981f24ae2c8a4f0"` Oct 15 09:33:03.511 INFO kablam! usermod: no changes Oct 15 09:33:03.542 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 09:33:03.542 INFO kablam! Running /target/debug/deps/DND-6d97ca7c519aff16 Oct 15 09:33:03.544 INFO blam! Oct 15 09:33:03.544 INFO blam! running 0 tests Oct 15 09:33:03.544 INFO kablam! su: No module specific data is present Oct 15 09:33:03.544 INFO blam! Oct 15 09:33:03.544 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:33:03.544 INFO blam! Oct 15 09:33:04.069 INFO running `"docker" "rm" "-f" "3bcdfa00910986dacecf5c9491e4571eece3b2759a90d4000981f24ae2c8a4f0"` Oct 15 09:33:04.292 INFO blam! 3bcdfa00910986dacecf5c9491e4571eece3b2759a90d4000981f24ae2c8a4f0