Oct 27 12:10:55.447 INFO checking Densaugeo/Niflheim against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 12:10:55.448 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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.012 INFO blam! 730dcd6f8b843107106132fadf667101e8a01a985e7c936600e6aa591076f480 Oct 27 12:10:56.019 INFO running `"docker" "start" "-a" "730dcd6f8b843107106132fadf667101e8a01a985e7c936600e6aa591076f480"` Oct 27 12:10:56.891 INFO kablam! usermod: no changes Oct 27 12:10:56.940 INFO kablam! Checking libc v0.2.9 Oct 27 12:10:57.863 INFO kablam! Checking rand v0.3.14 Oct 27 12:10:59.555 INFO kablam! Checking sim v0.0.1 (/source) Oct 27 12:11:00.209 INFO kablam! warning: unused import: `Terrain` Oct 27 12:11:00.209 INFO kablam! --> src/main.rs:10:24 Oct 27 12:11:00.209 INFO kablam! | Oct 27 12:11:00.209 INFO kablam! 10 | use particles::{Agent, Terrain, Cell}; Oct 27 12:11:00.209 INFO kablam! | ^^^^^^^ Oct 27 12:11:00.209 INFO kablam! | Oct 27 12:11:00.209 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 12:11:00.209 INFO kablam! Oct 27 12:11:00.209 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 12:11:00.209 INFO kablam! --> src/main.rs:3:5 Oct 27 12:11:00.209 INFO kablam! | Oct 27 12:11:00.209 INFO kablam! 3 | use std::thread::sleep_ms; Oct 27 12:11:00.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:11:00.209 INFO kablam! | Oct 27 12:11:00.209 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 12:11:00.209 INFO kablam! Oct 27 12:11:00.209 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 12:11:00.209 INFO kablam! --> src/main.rs:210:5 Oct 27 12:11:00.209 INFO kablam! | Oct 27 12:11:00.209 INFO kablam! 210 | sleep_ms(1000); Oct 27 12:11:00.209 INFO kablam! | ^^^^^^^^ Oct 27 12:11:00.209 INFO kablam! Oct 27 12:11:00.278 INFO kablam! warning: unused import: `std::io::Write` Oct 27 12:11:00.279 INFO kablam! --> src/main.rs:7:5 Oct 27 12:11:00.279 INFO kablam! | Oct 27 12:11:00.279 INFO kablam! 7 | use std::io::Write; Oct 27 12:11:00.279 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 12:11:00.279 INFO kablam! Oct 27 12:11:00.279 INFO kablam! warning: unused import: `PacketBuffer` Oct 27 12:11:00.279 INFO kablam! --> src/main.rs:15:27 Oct 27 12:11:00.279 INFO kablam! | Oct 27 12:11:00.279 INFO kablam! 15 | use packets::{PacketData, PacketBuffer, CellBuffer}; Oct 27 12:11:00.279 INFO kablam! | ^^^^^^^^^^^^ Oct 27 12:11:00.279 INFO kablam! Oct 27 12:11:00.279 INFO kablam! warning: private type `packets::PacketType` in public interface (error E0446) Oct 27 12:11:00.279 INFO kablam! --> src/packets.rs:91:3 Oct 27 12:11:00.279 INFO kablam! | Oct 27 12:11:00.279 INFO kablam! 91 | / fn push_header(&mut self, packet_type: PacketType) { Oct 27 12:11:00.279 INFO kablam! 92 | | self.push_u32(0x0117BAC0); // Protocol Oct 27 12:11:00.279 INFO kablam! 93 | | self.push_u8(packet_type as u8); Oct 27 12:11:00.279 INFO kablam! 94 | | self.push_u16(11); // Size (bytes) Oct 27 12:11:00.279 INFO kablam! 95 | | self.push_u32(0); // Region ID Oct 27 12:11:00.279 INFO kablam! 96 | | } Oct 27 12:11:00.282 INFO kablam! | |___^ Oct 27 12:11:00.283 INFO kablam! | Oct 27 12:11:00.283 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 27 12:11:00.283 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:11:00.283 INFO kablam! = note: for more information, see issue #34537 Oct 27 12:11:00.283 INFO kablam! Oct 27 12:11:00.307 INFO kablam! warning: static item is never used: `SPECIES_LIBRARY` Oct 27 12:11:00.307 INFO kablam! --> src/particles.rs:38:1 Oct 27 12:11:00.307 INFO kablam! | Oct 27 12:11:00.307 INFO kablam! 38 | / pub static SPECIES_LIBRARY: [Species; 2] = [ Oct 27 12:11:00.307 INFO kablam! 39 | | Species { type_id: 0, pauli: true }, // Gremlin Oct 27 12:11:00.307 INFO kablam! 40 | | Species { type_id: 1, pauli: true }, // Basic avatar Oct 27 12:11:00.307 INFO kablam! 41 | | ]; Oct 27 12:11:00.307 INFO kablam! | |__^ Oct 27 12:11:00.307 INFO kablam! | Oct 27 12:11:00.307 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 12:11:00.307 INFO kablam! Oct 27 12:11:00.575 INFO kablam! warning: unused import: `Terrain` Oct 27 12:11:00.575 INFO kablam! --> src/main.rs:10:24 Oct 27 12:11:00.575 INFO kablam! | Oct 27 12:11:00.575 INFO kablam! 10 | use particles::{Agent, Terrain, Cell}; Oct 27 12:11:00.575 INFO kablam! | ^^^^^^^ Oct 27 12:11:00.575 INFO kablam! | Oct 27 12:11:00.575 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 12:11:00.576 INFO kablam! Oct 27 12:11:00.576 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 12:11:00.576 INFO kablam! --> src/main.rs:3:5 Oct 27 12:11:00.576 INFO kablam! | Oct 27 12:11:00.576 INFO kablam! 3 | use std::thread::sleep_ms; Oct 27 12:11:00.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:11:00.576 INFO kablam! | Oct 27 12:11:00.576 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 12:11:00.576 INFO kablam! Oct 27 12:11:00.576 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 12:11:00.576 INFO kablam! --> src/main.rs:210:5 Oct 27 12:11:00.576 INFO kablam! | Oct 27 12:11:00.576 INFO kablam! 210 | sleep_ms(1000); Oct 27 12:11:00.576 INFO kablam! | ^^^^^^^^ Oct 27 12:11:00.576 INFO kablam! Oct 27 12:11:00.656 INFO kablam! warning: unused import: `std::io::Write` Oct 27 12:11:00.656 INFO kablam! --> src/main.rs:7:5 Oct 27 12:11:00.656 INFO kablam! | Oct 27 12:11:00.656 INFO kablam! 7 | use std::io::Write; Oct 27 12:11:00.656 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 12:11:00.656 INFO kablam! Oct 27 12:11:00.656 INFO kablam! warning: unused import: `PacketBuffer` Oct 27 12:11:00.656 INFO kablam! --> src/main.rs:15:27 Oct 27 12:11:00.657 INFO kablam! | Oct 27 12:11:00.657 INFO kablam! 15 | use packets::{PacketData, PacketBuffer, CellBuffer}; Oct 27 12:11:00.657 INFO kablam! | ^^^^^^^^^^^^ Oct 27 12:11:00.657 INFO kablam! Oct 27 12:11:00.659 INFO kablam! warning: private type `packets::PacketType` in public interface (error E0446) Oct 27 12:11:00.659 INFO kablam! --> src/packets.rs:91:3 Oct 27 12:11:00.659 INFO kablam! | Oct 27 12:11:00.659 INFO kablam! 91 | / fn push_header(&mut self, packet_type: PacketType) { Oct 27 12:11:00.659 INFO kablam! 92 | | self.push_u32(0x0117BAC0); // Protocol Oct 27 12:11:00.659 INFO kablam! 93 | | self.push_u8(packet_type as u8); Oct 27 12:11:00.659 INFO kablam! 94 | | self.push_u16(11); // Size (bytes) Oct 27 12:11:00.659 INFO kablam! 95 | | self.push_u32(0); // Region ID Oct 27 12:11:00.659 INFO kablam! 96 | | } Oct 27 12:11:00.659 INFO kablam! | |___^ Oct 27 12:11:00.659 INFO kablam! | Oct 27 12:11:00.659 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 27 12:11:00.659 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:11:00.659 INFO kablam! = note: for more information, see issue #34537 Oct 27 12:11:00.660 INFO kablam! Oct 27 12:11:00.743 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.81s Oct 27 12:11:00.743 INFO kablam! su: No module specific data is present Oct 27 12:11:01.321 INFO running `"docker" "rm" "-f" "730dcd6f8b843107106132fadf667101e8a01a985e7c936600e6aa591076f480"` Oct 27 12:11:01.580 INFO blam! 730dcd6f8b843107106132fadf667101e8a01a985e7c936600e6aa591076f480