Oct 21 21:44:25.791 INFO checking Densaugeo/Niflheim against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 21:44:25.791 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/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 21 21:44:26.168 INFO blam! 1f06f1ba95eb82f38591034a72719aa516fbd49bf013af2b6090d8a039cd3970 Oct 21 21:44:26.177 INFO running `"docker" "start" "-a" "1f06f1ba95eb82f38591034a72719aa516fbd49bf013af2b6090d8a039cd3970"` Oct 21 21:44:27.241 INFO kablam! usermod: no changes Oct 21 21:44:27.341 INFO kablam! Checking libc v0.2.9 Oct 21 21:44:28.366 INFO kablam! Checking rand v0.3.14 Oct 21 21:44:29.964 INFO kablam! Checking sim v0.0.1 (/source) Oct 21 21:44:30.527 INFO kablam! warning: unused import: `Terrain` Oct 21 21:44:30.527 INFO kablam! --> src/main.rs:10:24 Oct 21 21:44:30.527 INFO kablam! | Oct 21 21:44:30.527 INFO kablam! 10 | use particles::{Agent, Terrain, Cell}; Oct 21 21:44:30.527 INFO kablam! | ^^^^^^^ Oct 21 21:44:30.527 INFO kablam! | Oct 21 21:44:30.527 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:44:30.527 INFO kablam! Oct 21 21:44:30.536 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 21 21:44:30.536 INFO kablam! --> src/main.rs:3:5 Oct 21 21:44:30.536 INFO kablam! | Oct 21 21:44:30.536 INFO kablam! 3 | use std::thread::sleep_ms; Oct 21 21:44:30.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:44:30.536 INFO kablam! | Oct 21 21:44:30.536 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 21:44:30.536 INFO kablam! Oct 21 21:44:30.536 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 21 21:44:30.536 INFO kablam! --> src/main.rs:210:5 Oct 21 21:44:30.536 INFO kablam! | Oct 21 21:44:30.536 INFO kablam! 210 | sleep_ms(1000); Oct 21 21:44:30.536 INFO kablam! | ^^^^^^^^ Oct 21 21:44:30.536 INFO kablam! Oct 21 21:44:30.628 INFO kablam! warning: unused import: `std::io::Write` Oct 21 21:44:30.628 INFO kablam! --> src/main.rs:7:5 Oct 21 21:44:30.628 INFO kablam! | Oct 21 21:44:30.628 INFO kablam! 7 | use std::io::Write; Oct 21 21:44:30.628 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 21:44:30.628 INFO kablam! Oct 21 21:44:30.628 INFO kablam! warning: unused import: `PacketBuffer` Oct 21 21:44:30.628 INFO kablam! --> src/main.rs:15:27 Oct 21 21:44:30.628 INFO kablam! | Oct 21 21:44:30.628 INFO kablam! 15 | use packets::{PacketData, PacketBuffer, CellBuffer}; Oct 21 21:44:30.628 INFO kablam! | ^^^^^^^^^^^^ Oct 21 21:44:30.628 INFO kablam! Oct 21 21:44:30.638 INFO kablam! warning: private type `packets::PacketType` in public interface (error E0446) Oct 21 21:44:30.638 INFO kablam! --> src/packets.rs:91:3 Oct 21 21:44:30.638 INFO kablam! | Oct 21 21:44:30.638 INFO kablam! 91 | / fn push_header(&mut self, packet_type: PacketType) { Oct 21 21:44:30.638 INFO kablam! 92 | | self.push_u32(0x0117BAC0); // Protocol Oct 21 21:44:30.638 INFO kablam! 93 | | self.push_u8(packet_type as u8); Oct 21 21:44:30.638 INFO kablam! 94 | | self.push_u16(11); // Size (bytes) Oct 21 21:44:30.638 INFO kablam! 95 | | self.push_u32(0); // Region ID Oct 21 21:44:30.638 INFO kablam! 96 | | } Oct 21 21:44:30.638 INFO kablam! | |___^ Oct 21 21:44:30.638 INFO kablam! | Oct 21 21:44:30.638 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 21 21:44:30.638 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 21 21:44:30.638 INFO kablam! = note: for more information, see issue #34537 Oct 21 21:44:30.638 INFO kablam! Oct 21 21:44:30.829 INFO kablam! warning: unused import: `Terrain` Oct 21 21:44:30.829 INFO kablam! --> src/main.rs:10:24 Oct 21 21:44:30.829 INFO kablam! | Oct 21 21:44:30.829 INFO kablam! 10 | use particles::{Agent, Terrain, Cell}; Oct 21 21:44:30.829 INFO kablam! | ^^^^^^^ Oct 21 21:44:30.829 INFO kablam! | Oct 21 21:44:30.829 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 21:44:30.829 INFO kablam! Oct 21 21:44:30.832 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 21 21:44:30.832 INFO kablam! --> src/main.rs:3:5 Oct 21 21:44:30.832 INFO kablam! | Oct 21 21:44:30.832 INFO kablam! 3 | use std::thread::sleep_ms; Oct 21 21:44:30.832 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:44:30.832 INFO kablam! | Oct 21 21:44:30.832 INFO kablam! = note: #[warn(deprecated)] on by default Oct 21 21:44:30.832 INFO kablam! Oct 21 21:44:30.832 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 21 21:44:30.832 INFO kablam! --> src/main.rs:210:5 Oct 21 21:44:30.832 INFO kablam! | Oct 21 21:44:30.832 INFO kablam! 210 | sleep_ms(1000); Oct 21 21:44:30.832 INFO kablam! | ^^^^^^^^ Oct 21 21:44:30.832 INFO kablam! Oct 21 21:44:30.925 INFO kablam! warning: unused import: `std::io::Write` Oct 21 21:44:30.925 INFO kablam! --> src/main.rs:7:5 Oct 21 21:44:30.925 INFO kablam! | Oct 21 21:44:30.926 INFO kablam! 7 | use std::io::Write; Oct 21 21:44:30.926 INFO kablam! | ^^^^^^^^^^^^^^ Oct 21 21:44:30.926 INFO kablam! Oct 21 21:44:30.926 INFO kablam! warning: unused import: `PacketBuffer` Oct 21 21:44:30.927 INFO kablam! --> src/main.rs:15:27 Oct 21 21:44:30.927 INFO kablam! | Oct 21 21:44:30.927 INFO kablam! 15 | use packets::{PacketData, PacketBuffer, CellBuffer}; Oct 21 21:44:30.928 INFO kablam! | ^^^^^^^^^^^^ Oct 21 21:44:30.929 INFO kablam! Oct 21 21:44:30.933 INFO kablam! warning: private type `packets::PacketType` in public interface (error E0446) Oct 21 21:44:30.934 INFO kablam! --> src/packets.rs:91:3 Oct 21 21:44:30.934 INFO kablam! | Oct 21 21:44:30.934 INFO kablam! 91 | / fn push_header(&mut self, packet_type: PacketType) { Oct 21 21:44:30.934 INFO kablam! 92 | | self.push_u32(0x0117BAC0); // Protocol Oct 21 21:44:30.935 INFO kablam! 93 | | self.push_u8(packet_type as u8); Oct 21 21:44:30.935 INFO kablam! 94 | | self.push_u16(11); // Size (bytes) Oct 21 21:44:30.935 INFO kablam! 95 | | self.push_u32(0); // Region ID Oct 21 21:44:30.935 INFO kablam! 96 | | } Oct 21 21:44:30.936 INFO kablam! | |___^ Oct 21 21:44:30.936 INFO kablam! | Oct 21 21:44:30.936 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 21 21:44:30.936 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 21 21:44:30.937 INFO kablam! = note: for more information, see issue #34537 Oct 21 21:44:30.937 INFO kablam! Oct 21 21:44:30.962 INFO kablam! warning: static item is never used: `SPECIES_LIBRARY` Oct 21 21:44:30.962 INFO kablam! --> src/particles.rs:38:1 Oct 21 21:44:30.962 INFO kablam! | Oct 21 21:44:30.962 INFO kablam! 38 | / pub static SPECIES_LIBRARY: [Species; 2] = [ Oct 21 21:44:30.962 INFO kablam! 39 | | Species { type_id: 0, pauli: true }, // Gremlin Oct 21 21:44:30.962 INFO kablam! 40 | | Species { type_id: 1, pauli: true }, // Basic avatar Oct 21 21:44:30.962 INFO kablam! 41 | | ]; Oct 21 21:44:30.962 INFO kablam! | |__^ Oct 21 21:44:30.962 INFO kablam! | Oct 21 21:44:30.962 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 21:44:30.962 INFO kablam! Oct 21 21:44:30.991 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.72s Oct 21 21:44:30.992 INFO kablam! su: No module specific data is present Oct 21 21:44:31.712 INFO running `"docker" "rm" "-f" "1f06f1ba95eb82f38591034a72719aa516fbd49bf013af2b6090d8a039cd3970"` Oct 21 21:44:32.004 INFO blam! 1f06f1ba95eb82f38591034a72719aa516fbd49bf013af2b6090d8a039cd3970