Oct 27 12:10:55.913 INFO checking Densaugeo/Niflheim against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 12:10:55.913 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 27 12:10:56.477 INFO blam! 61145553e62460c83c5680a93502575190556ce7411d848cae2c42ad90b71261 Oct 27 12:10:56.481 INFO running `"docker" "start" "-a" "61145553e62460c83c5680a93502575190556ce7411d848cae2c42ad90b71261"` Oct 27 12:10:57.508 INFO kablam! usermod: no changes Oct 27 12:10:57.575 INFO kablam! Checking sim v0.0.1 (/source) Oct 27 12:10:58.354 INFO kablam! warning: unused import: `Terrain` Oct 27 12:10:58.355 INFO kablam! --> src/main.rs:10:24 Oct 27 12:10:58.355 INFO kablam! | Oct 27 12:10:58.355 INFO kablam! 10 | use particles::{Agent, Terrain, Cell}; Oct 27 12:10:58.355 INFO kablam! | ^^^^^^^ Oct 27 12:10:58.355 INFO kablam! | Oct 27 12:10:58.355 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 12:10:58.355 INFO kablam! Oct 27 12:10:58.375 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 12:10:58.375 INFO kablam! --> src/main.rs:3:5 Oct 27 12:10:58.375 INFO kablam! | Oct 27 12:10:58.375 INFO kablam! 3 | use std::thread::sleep_ms; Oct 27 12:10:58.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:10:58.375 INFO kablam! | Oct 27 12:10:58.375 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 12:10:58.375 INFO kablam! Oct 27 12:10:58.375 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 12:10:58.375 INFO kablam! --> src/main.rs:210:5 Oct 27 12:10:58.375 INFO kablam! | Oct 27 12:10:58.375 INFO kablam! 210 | sleep_ms(1000); Oct 27 12:10:58.375 INFO kablam! | ^^^^^^^^ Oct 27 12:10:58.375 INFO kablam! Oct 27 12:10:58.479 INFO kablam! warning: unused import: `Terrain` Oct 27 12:10:58.479 INFO kablam! --> src/main.rs:10:24 Oct 27 12:10:58.480 INFO kablam! | Oct 27 12:10:58.480 INFO kablam! 10 | use particles::{Agent, Terrain, Cell}; Oct 27 12:10:58.480 INFO kablam! | ^^^^^^^ Oct 27 12:10:58.480 INFO kablam! | Oct 27 12:10:58.480 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 12:10:58.480 INFO kablam! Oct 27 12:10:58.481 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 12:10:58.481 INFO kablam! --> src/main.rs:3:5 Oct 27 12:10:58.481 INFO kablam! | Oct 27 12:10:58.481 INFO kablam! 3 | use std::thread::sleep_ms; Oct 27 12:10:58.481 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:10:58.481 INFO kablam! | Oct 27 12:10:58.481 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 12:10:58.481 INFO kablam! Oct 27 12:10:58.482 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 12:10:58.482 INFO kablam! --> src/main.rs:210:5 Oct 27 12:10:58.482 INFO kablam! | Oct 27 12:10:58.482 INFO kablam! 210 | sleep_ms(1000); Oct 27 12:10:58.482 INFO kablam! | ^^^^^^^^ Oct 27 12:10:58.482 INFO kablam! Oct 27 12:10:58.495 INFO kablam! warning: unused import: `std::io::Write` Oct 27 12:10:58.495 INFO kablam! --> src/main.rs:7:5 Oct 27 12:10:58.495 INFO kablam! | Oct 27 12:10:58.495 INFO kablam! 7 | use std::io::Write; Oct 27 12:10:58.495 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 12:10:58.495 INFO kablam! Oct 27 12:10:58.495 INFO kablam! warning: unused import: `PacketBuffer` Oct 27 12:10:58.495 INFO kablam! --> src/main.rs:15:27 Oct 27 12:10:58.495 INFO kablam! | Oct 27 12:10:58.495 INFO kablam! 15 | use packets::{PacketData, PacketBuffer, CellBuffer}; Oct 27 12:10:58.495 INFO kablam! | ^^^^^^^^^^^^ Oct 27 12:10:58.495 INFO kablam! Oct 27 12:10:58.515 INFO kablam! warning: private type `packets::PacketType` in public interface (error E0446) Oct 27 12:10:58.515 INFO kablam! --> src/packets.rs:91:3 Oct 27 12:10:58.515 INFO kablam! | Oct 27 12:10:58.515 INFO kablam! 91 | / fn push_header(&mut self, packet_type: PacketType) { Oct 27 12:10:58.515 INFO kablam! 92 | | self.push_u32(0x0117BAC0); // Protocol Oct 27 12:10:58.515 INFO kablam! 93 | | self.push_u8(packet_type as u8); Oct 27 12:10:58.515 INFO kablam! 94 | | self.push_u16(11); // Size (bytes) Oct 27 12:10:58.515 INFO kablam! 95 | | self.push_u32(0); // Region ID Oct 27 12:10:58.515 INFO kablam! 96 | | } Oct 27 12:10:58.515 INFO kablam! | |___^ Oct 27 12:10:58.515 INFO kablam! | Oct 27 12:10:58.515 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 27 12:10:58.515 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 12:10:58.515 INFO kablam! = note: for more information, see issue #34537 Oct 27 12:10:58.515 INFO kablam! Oct 27 12:10:58.555 INFO kablam! warning: static item is never used: `SPECIES_LIBRARY` Oct 27 12:10:58.555 INFO kablam! --> src/particles.rs:38:1 Oct 27 12:10:58.555 INFO kablam! | Oct 27 12:10:58.555 INFO kablam! 38 | / pub static SPECIES_LIBRARY: [Species; 2] = [ Oct 27 12:10:58.555 INFO kablam! 39 | | Species { type_id: 0, pauli: true }, // Gremlin Oct 27 12:10:58.555 INFO kablam! 40 | | Species { type_id: 1, pauli: true }, // Basic avatar Oct 27 12:10:58.555 INFO kablam! 41 | | ]; Oct 27 12:10:58.555 INFO kablam! | |__^ Oct 27 12:10:58.555 INFO kablam! | Oct 27 12:10:58.555 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 12:10:58.555 INFO kablam! Oct 27 12:10:58.565 INFO kablam! warning: unused import: `std::io::Write` Oct 27 12:10:58.565 INFO kablam! --> src/main.rs:7:5 Oct 27 12:10:58.565 INFO kablam! | Oct 27 12:10:58.565 INFO kablam! 7 | use std::io::Write; Oct 27 12:10:58.565 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 12:10:58.565 INFO kablam! Oct 27 12:10:58.565 INFO kablam! warning: unused import: `PacketBuffer` Oct 27 12:10:58.565 INFO kablam! --> src/main.rs:15:27 Oct 27 12:10:58.565 INFO kablam! | Oct 27 12:10:58.565 INFO kablam! 15 | use packets::{PacketData, PacketBuffer, CellBuffer}; Oct 27 12:10:58.565 INFO kablam! | ^^^^^^^^^^^^ Oct 27 12:10:58.565 INFO kablam! Oct 27 12:10:58.575 INFO kablam! warning: private type `packets::PacketType` in public interface (error E0446) Oct 27 12:10:58.575 INFO kablam! --> src/packets.rs:91:3 Oct 27 12:10:58.575 INFO kablam! | Oct 27 12:10:58.575 INFO kablam! 91 | / fn push_header(&mut self, packet_type: PacketType) { Oct 27 12:10:58.575 INFO kablam! 92 | | self.push_u32(0x0117BAC0); // Protocol Oct 27 12:10:58.575 INFO kablam! 93 | | self.push_u8(packet_type as u8); Oct 27 12:10:58.575 INFO kablam! 94 | | self.push_u16(11); // Size (bytes) Oct 27 12:10:58.575 INFO kablam! 95 | | self.push_u32(0); // Region ID Oct 27 12:10:58.575 INFO kablam! 96 | | } Oct 27 12:10:58.575 INFO kablam! | |___^ Oct 27 12:10:58.575 INFO kablam! | Oct 27 12:10:58.575 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 27 12:10:58.575 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Oct 27 12:10:58.575 INFO kablam! = note: for more information, see issue #34537 Oct 27 12:10:58.575 INFO kablam! Oct 27 12:10:58.626 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.08s Oct 27 12:10:58.629 INFO kablam! su: No module specific data is present Oct 27 12:10:59.201 INFO running `"docker" "rm" "-f" "61145553e62460c83c5680a93502575190556ce7411d848cae2c42ad90b71261"` Oct 27 12:10:59.415 INFO blam! 61145553e62460c83c5680a93502575190556ce7411d848cae2c42ad90b71261