Oct 27 01:58:29.852 INFO checking kornholi/mapeditor against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 01:58:29.853 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 01:58:30.298 INFO blam! 1c5a3b8bcc7270ba2e1609ee87b4be130d1ebf7d7e1a0d6dce8f9d4692d19a74 Oct 27 01:58:30.301 INFO running `"docker" "start" "-a" "1c5a3b8bcc7270ba2e1609ee87b4be130d1ebf7d7e1a0d6dce8f9d4692d19a74"` Oct 27 01:58:31.939 INFO kablam! usermod: no changes Oct 27 01:58:32.309 INFO kablam! Checking serde v1.0.26 Oct 27 01:58:32.315 INFO kablam! Checking clock_ticks v0.1.1 Oct 27 01:58:32.335 INFO kablam! Compiling log v0.4.0 Oct 27 01:58:32.336 INFO kablam! Checking num_cpus v1.8.0 Oct 27 01:58:32.340 INFO kablam! Compiling phf_generator v0.7.21 Oct 27 01:58:32.341 INFO kablam! Compiling wayland-scanner v0.12.4 Oct 27 01:58:32.341 INFO kablam! Checking tempfile v2.2.0 Oct 27 01:58:32.341 INFO kablam! Checking cgmath v0.15.0 Oct 27 01:58:34.624 INFO kablam! Checking num-bigint v0.1.41 Oct 27 01:58:35.040 INFO kablam! Checking x11-dl v2.17.2 Oct 27 01:58:35.671 INFO kablam! Checking rayon-core v1.3.0 Oct 27 01:58:36.019 INFO kablam! Compiling serde_derive_internals v0.18.1 Oct 27 01:58:38.516 INFO kablam! Checking wayland-sys v0.12.4 Oct 27 01:58:40.615 INFO kablam! Compiling phf_codegen v0.7.21 Oct 27 01:58:41.389 INFO kablam! Compiling log v0.3.9 Oct 27 01:58:46.908 INFO kablam! Checking rayon v0.8.2 Oct 27 01:58:47.023 INFO kablam! Compiling target_build_utils v0.3.1 Oct 27 01:58:47.055 INFO kablam! Compiling wayland-client v0.12.4 Oct 27 01:58:47.367 INFO kablam! Compiling wayland-protocols v0.12.4 Oct 27 01:58:47.539 INFO kablam! Compiling gl_generator v0.7.0 Oct 27 01:58:59.187 INFO kablam! Checking num-rational v0.1.40 Oct 27 01:58:59.791 INFO kablam! Compiling serde_derive v1.0.26 Oct 27 01:59:03.716 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 27 01:59:03.717 INFO kablam! Checking num v0.1.41 Oct 27 01:59:07.107 INFO kablam! Compiling glutin v0.11.0 Oct 27 01:59:07.107 INFO kablam! Compiling glium v0.19.0 Oct 27 01:59:12.471 INFO kablam! Checking image v0.18.0 Oct 27 01:59:20.241 INFO kablam! Checking wayland-kbd v0.13.0 Oct 27 01:59:29.833 INFO kablam! Checking toml v0.4.5 Oct 27 01:59:45.960 INFO kablam! Checking wayland-window v0.13.2 Oct 27 01:59:48.827 INFO kablam! Compiling libloading v0.3.4 Oct 27 01:59:48.911 INFO kablam! Checking winit v0.9.0 Oct 27 01:59:53.987 INFO kablam! Checking dlib v0.3.1 Oct 27 01:59:54.799 INFO kablam! Checking wayland-sys v0.9.10 Oct 27 01:59:55.907 INFO kablam! Checking wayland-client v0.9.10 Oct 27 02:00:15.449 INFO kablam! Checking mapeditor v0.1.0 (/source) Oct 27 02:00:18.427 INFO kablam! warning: method is never used: `get_mut` Oct 27 02:00:18.427 INFO kablam! --> src/map.rs:28:5 Oct 27 02:00:18.427 INFO kablam! | Oct 27 02:00:18.427 INFO kablam! 28 | pub fn get_mut(&mut self, pos: &Position) -> Option<&mut Sector> { Oct 27 02:00:18.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:00:18.427 INFO kablam! | Oct 27 02:00:18.427 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 02:00:18.427 INFO kablam! Oct 27 02:00:18.435 INFO kablam! warning: the feature `iterator_step_by` has been stable since 1.28.0 and no longer requires an attribute to enable Oct 27 02:00:18.435 INFO kablam! --> src/main.rs:1:12 Oct 27 02:00:18.435 INFO kablam! | Oct 27 02:00:18.435 INFO kablam! 1 | #![feature(iterator_step_by)] Oct 27 02:00:18.436 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 02:00:18.436 INFO kablam! | Oct 27 02:00:18.436 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 02:00:18.436 INFO kablam! Oct 27 02:00:18.436 INFO kablam! warning: method is never used: `get_mut` Oct 27 02:00:18.436 INFO kablam! --> src/map.rs:28:5 Oct 27 02:00:18.436 INFO kablam! | Oct 27 02:00:18.437 INFO kablam! 28 | pub fn get_mut(&mut self, pos: &Position) -> Option<&mut Sector> { Oct 27 02:00:18.437 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:00:18.437 INFO kablam! | Oct 27 02:00:18.437 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 02:00:18.437 INFO kablam! Oct 27 02:00:18.437 INFO kablam! warning: the feature `iterator_step_by` has been stable since 1.28.0 and no longer requires an attribute to enable Oct 27 02:00:18.437 INFO kablam! --> src/main.rs:1:12 Oct 27 02:00:18.438 INFO kablam! | Oct 27 02:00:18.438 INFO kablam! 1 | #![feature(iterator_step_by)] Oct 27 02:00:18.438 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 02:00:18.438 INFO kablam! | Oct 27 02:00:18.438 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 02:00:18.438 INFO kablam! Oct 27 02:00:18.519 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 46s Oct 27 02:00:18.541 INFO kablam! su: No module specific data is present Oct 27 02:00:18.954 INFO running `"docker" "rm" "-f" "1c5a3b8bcc7270ba2e1609ee87b4be130d1ebf7d7e1a0d6dce8f9d4692d19a74"` Oct 27 02:00:19.411 INFO blam! 1c5a3b8bcc7270ba2e1609ee87b4be130d1ebf7d7e1a0d6dce8f9d4692d19a74