Oct 11 07:04:18.342 INFO testing Densaugeo/Niflheim against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:04:18.342 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:04:18.342 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:04:18.672 INFO blam! 0ed325c124908e2b8add66588901edd80565ecac99a23e367eb08a030d9ed2d7 Oct 11 07:04:18.678 INFO running `"docker" "start" "-a" "0ed325c124908e2b8add66588901edd80565ecac99a23e367eb08a030d9ed2d7"` Oct 11 07:04:19.834 INFO kablam! usermod: no changes Oct 11 07:04:19.880 INFO kablam! Compiling libc v0.2.9 Oct 11 07:04:21.058 INFO kablam! Compiling rand v0.3.14 Oct 11 07:04:23.304 INFO kablam! Compiling sim v0.0.1 (/source) Oct 11 07:04:23.987 INFO kablam! warning: unused import: `Terrain` Oct 11 07:04:23.988 INFO kablam! --> src/main.rs:10:24 Oct 11 07:04:23.988 INFO kablam! | Oct 11 07:04:23.988 INFO kablam! 10 | use particles::{Agent, Terrain, Cell}; Oct 11 07:04:23.988 INFO kablam! | ^^^^^^^ Oct 11 07:04:23.989 INFO kablam! | Oct 11 07:04:23.989 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 07:04:23.990 INFO kablam! Oct 11 07:04:24.000 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 11 07:04:24.000 INFO kablam! --> src/main.rs:3:5 Oct 11 07:04:24.001 INFO kablam! | Oct 11 07:04:24.001 INFO kablam! 3 | use std::thread::sleep_ms; Oct 11 07:04:24.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:04:24.001 INFO kablam! | Oct 11 07:04:24.002 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 07:04:24.002 INFO kablam! Oct 11 07:04:24.002 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 11 07:04:24.002 INFO kablam! --> src/main.rs:210:5 Oct 11 07:04:24.003 INFO kablam! | Oct 11 07:04:24.003 INFO kablam! 210 | sleep_ms(1000); Oct 11 07:04:24.003 INFO kablam! | ^^^^^^^^ Oct 11 07:04:24.004 INFO kablam! Oct 11 07:04:24.080 INFO kablam! warning: unused import: `std::io::Write` Oct 11 07:04:24.080 INFO kablam! --> src/main.rs:7:5 Oct 11 07:04:24.080 INFO kablam! | Oct 11 07:04:24.080 INFO kablam! 7 | use std::io::Write; Oct 11 07:04:24.080 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 07:04:24.080 INFO kablam! Oct 11 07:04:24.080 INFO kablam! warning: unused import: `PacketBuffer` Oct 11 07:04:24.080 INFO kablam! --> src/main.rs:15:27 Oct 11 07:04:24.080 INFO kablam! | Oct 11 07:04:24.080 INFO kablam! 15 | use packets::{PacketData, PacketBuffer, CellBuffer}; Oct 11 07:04:24.080 INFO kablam! | ^^^^^^^^^^^^ Oct 11 07:04:24.080 INFO kablam! Oct 11 07:04:24.080 INFO kablam! warning: private type `packets::PacketType` in public interface (error E0446) Oct 11 07:04:24.080 INFO kablam! --> src/packets.rs:91:3 Oct 11 07:04:24.080 INFO kablam! | Oct 11 07:04:24.080 INFO kablam! 91 | / fn push_header(&mut self, packet_type: PacketType) { Oct 11 07:04:24.080 INFO kablam! 92 | | self.push_u32(0x0117BAC0); // Protocol Oct 11 07:04:24.080 INFO kablam! 93 | | self.push_u8(packet_type as u8); Oct 11 07:04:24.080 INFO kablam! 94 | | self.push_u16(11); // Size (bytes) Oct 11 07:04:24.080 INFO kablam! 95 | | self.push_u32(0); // Region ID Oct 11 07:04:24.080 INFO kablam! 96 | | } Oct 11 07:04:24.080 INFO kablam! | |___^ Oct 11 07:04:24.080 INFO kablam! | Oct 11 07:04:24.080 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 11 07:04:24.080 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 11 07:04:24.080 INFO kablam! = note: for more information, see issue #34537 Oct 11 07:04:24.080 INFO kablam! Oct 11 07:04:24.100 INFO kablam! warning: static item is never used: `SPECIES_LIBRARY` Oct 11 07:04:24.100 INFO kablam! --> src/particles.rs:38:1 Oct 11 07:04:24.100 INFO kablam! | Oct 11 07:04:24.100 INFO kablam! 38 | / pub static SPECIES_LIBRARY: [Species; 2] = [ Oct 11 07:04:24.100 INFO kablam! 39 | | Species { type_id: 0, pauli: true }, // Gremlin Oct 11 07:04:24.100 INFO kablam! 40 | | Species { type_id: 1, pauli: true }, // Basic avatar Oct 11 07:04:24.100 INFO kablam! 41 | | ]; Oct 11 07:04:24.100 INFO kablam! | |__^ Oct 11 07:04:24.100 INFO kablam! | Oct 11 07:04:24.101 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:04:24.101 INFO kablam! Oct 11 07:04:24.948 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.09s Oct 11 07:04:24.960 INFO kablam! su: No module specific data is present Oct 11 07:04:25.618 INFO running `"docker" "rm" "-f" "0ed325c124908e2b8add66588901edd80565ecac99a23e367eb08a030d9ed2d7"` Oct 11 07:04:25.868 INFO blam! 0ed325c124908e2b8add66588901edd80565ecac99a23e367eb08a030d9ed2d7 Oct 11 07:04:25.872 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:04:25.872 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:04:26.264 INFO blam! 31cd2d881d9a608b82b5105c37ac89d6e221ac175fc0db62c5b1d34b134d99bc Oct 11 07:04:26.272 INFO running `"docker" "start" "-a" "31cd2d881d9a608b82b5105c37ac89d6e221ac175fc0db62c5b1d34b134d99bc"` Oct 11 07:04:27.090 INFO kablam! usermod: no changes Oct 11 07:04:27.117 INFO kablam! Compiling sim v0.0.1 (/source) Oct 11 07:04:27.904 INFO kablam! warning: unused import: `Terrain` Oct 11 07:04:27.904 INFO kablam! --> src/main.rs:10:24 Oct 11 07:04:27.904 INFO kablam! | Oct 11 07:04:27.904 INFO kablam! 10 | use particles::{Agent, Terrain, Cell}; Oct 11 07:04:27.904 INFO kablam! | ^^^^^^^ Oct 11 07:04:27.904 INFO kablam! | Oct 11 07:04:27.904 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 07:04:27.904 INFO kablam! Oct 11 07:04:27.919 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 11 07:04:27.919 INFO kablam! --> src/main.rs:3:5 Oct 11 07:04:27.920 INFO kablam! | Oct 11 07:04:27.920 INFO kablam! 3 | use std::thread::sleep_ms; Oct 11 07:04:27.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:04:27.920 INFO kablam! | Oct 11 07:04:27.921 INFO kablam! = note: #[warn(deprecated)] on by default Oct 11 07:04:27.921 INFO kablam! Oct 11 07:04:27.921 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 11 07:04:27.922 INFO kablam! --> src/main.rs:210:5 Oct 11 07:04:27.922 INFO kablam! | Oct 11 07:04:27.922 INFO kablam! 210 | sleep_ms(1000); Oct 11 07:04:27.922 INFO kablam! | ^^^^^^^^ Oct 11 07:04:27.923 INFO kablam! Oct 11 07:04:27.996 INFO kablam! warning: unused import: `std::io::Write` Oct 11 07:04:27.996 INFO kablam! --> src/main.rs:7:5 Oct 11 07:04:27.997 INFO kablam! | Oct 11 07:04:27.997 INFO kablam! 7 | use std::io::Write; Oct 11 07:04:27.997 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 07:04:27.997 INFO kablam! Oct 11 07:04:27.997 INFO kablam! warning: unused import: `PacketBuffer` Oct 11 07:04:27.997 INFO kablam! --> src/main.rs:15:27 Oct 11 07:04:27.997 INFO kablam! | Oct 11 07:04:27.997 INFO kablam! 15 | use packets::{PacketData, PacketBuffer, CellBuffer}; Oct 11 07:04:27.997 INFO kablam! | ^^^^^^^^^^^^ Oct 11 07:04:27.997 INFO kablam! Oct 11 07:04:28.002 INFO kablam! warning: private type `packets::PacketType` in public interface (error E0446) Oct 11 07:04:28.002 INFO kablam! --> src/packets.rs:91:3 Oct 11 07:04:28.002 INFO kablam! | Oct 11 07:04:28.002 INFO kablam! 91 | / fn push_header(&mut self, packet_type: PacketType) { Oct 11 07:04:28.003 INFO kablam! 92 | | self.push_u32(0x0117BAC0); // Protocol Oct 11 07:04:28.003 INFO kablam! 93 | | self.push_u8(packet_type as u8); Oct 11 07:04:28.003 INFO kablam! 94 | | self.push_u16(11); // Size (bytes) Oct 11 07:04:28.003 INFO kablam! 95 | | self.push_u32(0); // Region ID Oct 11 07:04:28.003 INFO kablam! 96 | | } Oct 11 07:04:28.004 INFO kablam! | |___^ Oct 11 07:04:28.004 INFO kablam! | Oct 11 07:04:28.004 INFO kablam! = note: #[warn(private_in_public)] on by default Oct 11 07:04:28.004 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 11 07:04:28.004 INFO kablam! = note: for more information, see issue #34537 Oct 11 07:04:28.004 INFO kablam! Oct 11 07:04:28.456 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.34s Oct 11 07:04:28.456 INFO kablam! su: No module specific data is present Oct 11 07:04:28.724 INFO running `"docker" "rm" "-f" "31cd2d881d9a608b82b5105c37ac89d6e221ac175fc0db62c5b1d34b134d99bc"` Oct 11 07:04:28.841 INFO blam! 31cd2d881d9a608b82b5105c37ac89d6e221ac175fc0db62c5b1d34b134d99bc Oct 11 07:04:28.846 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:04:28.846 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 07:04:29.060 INFO blam! 95e51b1ada26b22fbf83b351e69d30e4f0ed394ad658bf03404799a790199e4e Oct 11 07:04:29.064 INFO running `"docker" "start" "-a" "95e51b1ada26b22fbf83b351e69d30e4f0ed394ad658bf03404799a790199e4e"` Oct 11 07:04:30.015 INFO kablam! usermod: no changes Oct 11 07:04:30.078 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 07:04:30.078 INFO kablam! Running /target/debug/deps/sim-6b39dfeb59260007 Oct 11 07:04:30.088 INFO kablam! su: No module specific data is present Oct 11 07:04:30.088 INFO blam! Oct 11 07:04:30.088 INFO blam! running 2 tests Oct 11 07:04:30.088 INFO blam! test particles::tests::species_type_ids_match_indices ... ok Oct 11 07:04:30.088 INFO blam! test particles::tests::terrain_type_ids_match_indices ... ok Oct 11 07:04:30.088 INFO blam! Oct 11 07:04:30.088 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:04:30.088 INFO blam! Oct 11 07:04:30.581 INFO running `"docker" "rm" "-f" "95e51b1ada26b22fbf83b351e69d30e4f0ed394ad658bf03404799a790199e4e"` Oct 11 07:04:30.800 INFO blam! 95e51b1ada26b22fbf83b351e69d30e4f0ed394ad658bf03404799a790199e4e