Oct 27 01:58:24.366 INFO checking kornholi/mapeditor against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 01:58:24.367 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 01:58:24.941 INFO blam! 4ba0ec62adb821055999246411dd41c6051079df86daedf08fcdd092fe99ea53 Oct 27 01:58:24.942 INFO running `"docker" "start" "-a" "4ba0ec62adb821055999246411dd41c6051079df86daedf08fcdd092fe99ea53"` Oct 27 01:58:26.786 INFO kablam! usermod: no changes Oct 27 01:58:27.155 INFO kablam! Checking serde v1.0.26 Oct 27 01:58:27.164 INFO kablam! Compiling rand v0.3.19 Oct 27 01:58:27.165 INFO kablam! Compiling log v0.4.0 Oct 27 01:58:27.168 INFO kablam! Checking num_cpus v1.8.0 Oct 27 01:58:27.213 INFO kablam! Compiling wayland-scanner v0.12.4 Oct 27 01:58:27.216 INFO kablam! Checking x11-dl v2.17.2 Oct 27 01:58:27.218 INFO kablam! Compiling serde_derive_internals v0.18.1 Oct 27 01:58:29.675 INFO kablam! Checking wayland-sys v0.12.4 Oct 27 01:58:32.319 INFO kablam! Compiling log v0.3.9 Oct 27 01:58:37.587 INFO kablam! Checking tempfile v2.2.0 Oct 27 01:58:38.167 INFO kablam! Checking rayon-core v1.3.0 Oct 27 01:58:41.188 INFO kablam! Checking num-bigint v0.1.41 Oct 27 01:58:41.211 INFO kablam! Checking cgmath v0.15.0 Oct 27 01:58:41.211 INFO kablam! Compiling gl_generator v0.7.0 Oct 27 01:58:41.225 INFO kablam! Compiling wayland-client v0.12.4 Oct 27 01:58:41.304 INFO kablam! Compiling wayland-protocols v0.12.4 Oct 27 01:58:42.943 INFO kablam! Compiling serde_derive v1.0.26 Oct 27 01:58:54.279 INFO kablam! Compiling phf_generator v0.7.21 Oct 27 01:58:54.287 INFO kablam! Checking rayon v0.8.2 Oct 27 01:58:54.451 INFO kablam! Checking num-rational v0.1.40 Oct 27 01:58:54.747 INFO kablam! Compiling glutin v0.11.0 Oct 27 01:58:55.069 INFO kablam! Compiling glium v0.19.0 Oct 27 01:59:05.681 INFO kablam! Compiling phf_codegen v0.7.21 Oct 27 01:59:05.686 INFO kablam! Checking num v0.1.41 Oct 27 01:59:11.404 INFO kablam! Compiling target_build_utils v0.3.1 Oct 27 01:59:16.000 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 27 01:59:23.236 INFO kablam! Checking wayland-kbd v0.13.0 Oct 27 01:59:26.336 INFO kablam! Checking image v0.18.0 Oct 27 01:59:31.631 INFO kablam! Checking toml v0.4.5 Oct 27 01:59:40.723 INFO kablam! Checking wayland-window v0.13.2 Oct 27 01:59:44.548 INFO kablam! Checking winit v0.9.0 Oct 27 01:59:51.951 INFO kablam! Compiling libloading v0.3.4 Oct 27 01:59:54.971 INFO kablam! Checking dlib v0.3.1 Oct 27 01:59:55.457 INFO kablam! Checking wayland-sys v0.9.10 Oct 27 01:59:56.136 INFO kablam! Checking wayland-client v0.9.10 Oct 27 02:00:14.655 INFO kablam! Checking mapeditor v0.1.0 (/source) Oct 27 02:00:17.446 INFO kablam! warning: method is never used: `get_mut` Oct 27 02:00:17.446 INFO kablam! --> src/map.rs:28:5 Oct 27 02:00:17.446 INFO kablam! | Oct 27 02:00:17.446 INFO kablam! 28 | pub fn get_mut(&mut self, pos: &Position) -> Option<&mut Sector> { Oct 27 02:00:17.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:00:17.446 INFO kablam! | Oct 27 02:00:17.446 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 02:00:17.446 INFO kablam! Oct 27 02:00:17.446 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:17.446 INFO kablam! --> src/main.rs:1:12 Oct 27 02:00:17.446 INFO kablam! | Oct 27 02:00:17.446 INFO kablam! 1 | #![feature(iterator_step_by)] Oct 27 02:00:17.446 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 02:00:17.446 INFO kablam! | Oct 27 02:00:17.446 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 02:00:17.446 INFO kablam! Oct 27 02:00:17.564 INFO kablam! warning: method is never used: `get_mut` Oct 27 02:00:17.564 INFO kablam! --> src/map.rs:28:5 Oct 27 02:00:17.564 INFO kablam! | Oct 27 02:00:17.564 INFO kablam! 28 | pub fn get_mut(&mut self, pos: &Position) -> Option<&mut Sector> { Oct 27 02:00:17.564 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 02:00:17.564 INFO kablam! | Oct 27 02:00:17.564 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 02:00:17.564 INFO kablam! Oct 27 02:00:17.566 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:17.566 INFO kablam! --> src/main.rs:1:12 Oct 27 02:00:17.566 INFO kablam! | Oct 27 02:00:17.566 INFO kablam! 1 | #![feature(iterator_step_by)] Oct 27 02:00:17.566 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 02:00:17.566 INFO kablam! | Oct 27 02:00:17.566 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 02:00:17.566 INFO kablam! Oct 27 02:00:17.641 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 50s Oct 27 02:00:17.659 INFO kablam! su: No module specific data is present Oct 27 02:00:18.419 INFO running `"docker" "rm" "-f" "4ba0ec62adb821055999246411dd41c6051079df86daedf08fcdd092fe99ea53"` Oct 27 02:00:18.595 INFO blam! 4ba0ec62adb821055999246411dd41c6051079df86daedf08fcdd092fe99ea53