Oct 15 21:31:51.096 INFO testing rpg-0.0.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 21:31:51.096 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 21:31:51.523 INFO blam! 4ee99607b13ccf33cd01191dcbf2f2efa8b764a1486effd8d04680ced96da699 Oct 15 21:31:51.523 INFO running `"docker" "start" "-a" "4ee99607b13ccf33cd01191dcbf2f2efa8b764a1486effd8d04680ced96da699"` Oct 15 21:31:52.567 INFO kablam! usermod: no changes Oct 15 21:31:52.607 INFO kablam! Compiling names v0.11.0 Oct 15 21:31:54.486 INFO kablam! Compiling rpg v0.0.2 (/source) Oct 15 21:31:55.403 INFO kablam! warning: field is never used: `name` Oct 15 21:31:55.403 INFO kablam! --> src/character.rs:11:5 Oct 15 21:31:55.403 INFO kablam! | Oct 15 21:31:55.403 INFO kablam! 11 | name: String, Oct 15 21:31:55.403 INFO kablam! | ^^^^^^^^^^^^ Oct 15 21:31:55.403 INFO kablam! | Oct 15 21:31:55.403 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 21:31:55.403 INFO kablam! Oct 15 21:31:55.403 INFO kablam! warning: field is never used: `health` Oct 15 21:31:55.403 INFO kablam! --> src/character.rs:12:5 Oct 15 21:31:55.403 INFO kablam! | Oct 15 21:31:55.403 INFO kablam! 12 | health: Health, Oct 15 21:31:55.403 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 21:31:55.403 INFO kablam! Oct 15 21:31:55.403 INFO kablam! warning: field is never used: `inventory` Oct 15 21:31:55.403 INFO kablam! --> src/character.rs:20:5 Oct 15 21:31:55.403 INFO kablam! | Oct 15 21:31:55.403 INFO kablam! 20 | inventory: Inventory, Oct 15 21:31:55.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 21:31:55.403 INFO kablam! Oct 15 21:31:55.403 INFO kablam! warning: field is never used: `name` Oct 15 21:31:55.403 INFO kablam! --> src/entity.rs:6:5 Oct 15 21:31:55.403 INFO kablam! | Oct 15 21:31:55.403 INFO kablam! 6 | name: String, Oct 15 21:31:55.403 INFO kablam! | ^^^^^^^^^^^^ Oct 15 21:31:55.403 INFO kablam! Oct 15 21:31:57.275 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.69s Oct 15 21:31:57.277 INFO kablam! su: No module specific data is present Oct 15 21:31:57.635 INFO running `"docker" "rm" "-f" "4ee99607b13ccf33cd01191dcbf2f2efa8b764a1486effd8d04680ced96da699"` Oct 15 21:31:57.881 INFO blam! 4ee99607b13ccf33cd01191dcbf2f2efa8b764a1486effd8d04680ced96da699 Oct 15 21:31:57.889 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 21:31:58.344 INFO blam! e35bd1ce002db6ad4b2d58082c723e5ffa0c26d3d3a6f945d434954c714c10cb Oct 15 21:31:58.355 INFO running `"docker" "start" "-a" "e35bd1ce002db6ad4b2d58082c723e5ffa0c26d3d3a6f945d434954c714c10cb"` Oct 15 21:31:59.202 INFO kablam! usermod: no changes Oct 15 21:31:59.238 INFO kablam! Compiling rpg v0.0.2 (/source) Oct 15 21:32:00.159 INFO kablam! warning: unused variable: `event` Oct 15 21:32:00.159 INFO kablam! --> src/behaviour/custom.rs:32:35 Oct 15 21:32:00.159 INFO kablam! | Oct 15 21:32:00.159 INFO kablam! 32 | let custom = Custom::new(|event| Event::Nothing); Oct 15 21:32:00.159 INFO kablam! | ^^^^^ help: consider using `_event` instead Oct 15 21:32:00.159 INFO kablam! | Oct 15 21:32:00.159 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 21:32:00.159 INFO kablam! Oct 15 21:32:00.159 INFO kablam! warning: unused variable: `event` Oct 15 21:32:00.159 INFO kablam! --> src/entity.rs:56:35 Oct 15 21:32:00.159 INFO kablam! | Oct 15 21:32:00.159 INFO kablam! 56 | let custom = Custom::new(|event| Event::Nothing); Oct 15 21:32:00.159 INFO kablam! | ^^^^^ help: consider using `_event` instead Oct 15 21:32:00.159 INFO kablam! Oct 15 21:32:00.159 INFO kablam! warning: value assigned to `field` is never read Oct 15 21:32:00.159 INFO kablam! --> src/world/two_dimensional.rs:221:9 Oct 15 21:32:00.159 INFO kablam! | Oct 15 21:32:00.159 INFO kablam! 221 | field = field.contained_entity_id(23).height(2); Oct 15 21:32:00.159 INFO kablam! | ^^^^^ Oct 15 21:32:00.159 INFO kablam! | Oct 15 21:32:00.159 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 21:32:00.159 INFO kablam! Oct 15 21:32:00.260 INFO kablam! warning: field is never used: `name` Oct 15 21:32:00.260 INFO kablam! --> src/character.rs:11:5 Oct 15 21:32:00.260 INFO kablam! | Oct 15 21:32:00.260 INFO kablam! 11 | name: String, Oct 15 21:32:00.260 INFO kablam! | ^^^^^^^^^^^^ Oct 15 21:32:00.260 INFO kablam! | Oct 15 21:32:00.260 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 21:32:00.260 INFO kablam! Oct 15 21:32:00.260 INFO kablam! warning: field is never used: `health` Oct 15 21:32:00.260 INFO kablam! --> src/character.rs:12:5 Oct 15 21:32:00.260 INFO kablam! | Oct 15 21:32:00.260 INFO kablam! 12 | health: Health, Oct 15 21:32:00.260 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 21:32:00.260 INFO kablam! Oct 15 21:32:00.260 INFO kablam! warning: field is never used: `inventory` Oct 15 21:32:00.260 INFO kablam! --> src/character.rs:20:5 Oct 15 21:32:00.260 INFO kablam! | Oct 15 21:32:00.260 INFO kablam! 20 | inventory: Inventory, Oct 15 21:32:00.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 15 21:32:00.261 INFO kablam! Oct 15 21:32:00.264 INFO kablam! warning: field is never used: `name` Oct 15 21:32:00.266 INFO kablam! --> src/entity.rs:6:5 Oct 15 21:32:00.266 INFO kablam! | Oct 15 21:32:00.267 INFO kablam! 6 | name: String, Oct 15 21:32:00.267 INFO kablam! | ^^^^^^^^^^^^ Oct 15 21:32:00.267 INFO kablam! Oct 15 21:32:01.921 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.70s Oct 15 21:32:01.924 INFO kablam! su: No module specific data is present Oct 15 21:32:02.525 INFO running `"docker" "rm" "-f" "e35bd1ce002db6ad4b2d58082c723e5ffa0c26d3d3a6f945d434954c714c10cb"` Oct 15 21:32:02.866 INFO blam! e35bd1ce002db6ad4b2d58082c723e5ffa0c26d3d3a6f945d434954c714c10cb