Oct 27 01:06:27.257 INFO checking manmetplok/katla against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 01:06:27.259 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 01:06:27.727 INFO blam! 0b5ad58d4cc94c214c7fbecfdc81f1cbbe70fd0a1c35c110b7bc968c4083dc7b Oct 27 01:06:27.729 INFO running `"docker" "start" "-a" "0b5ad58d4cc94c214c7fbecfdc81f1cbbe70fd0a1c35c110b7bc968c4083dc7b"` Oct 27 01:06:29.258 INFO kablam! usermod: no changes Oct 27 01:06:29.353 INFO kablam! Checking downcast-rs v1.0.1 Oct 27 01:06:29.355 INFO kablam! Compiling wayland-scanner v0.20.5 Oct 27 01:06:29.355 INFO kablam! Checking nix v0.10.0 Oct 27 01:06:29.355 INFO kablam! Checking dlib v0.4.1 Oct 27 01:06:30.523 INFO kablam! Checking wayland-sys v0.20.5 Oct 27 01:06:31.579 INFO kablam! Checking wayland-commons v0.20.5 Oct 27 01:06:34.495 INFO kablam! Compiling wayland-server v0.20.5 Oct 27 01:06:42.747 INFO kablam! Checking katla v0.1.0 (/source) Oct 27 01:06:43.951 INFO kablam! warning: unused import: `OsStr` Oct 27 01:06:43.951 INFO kablam! --> src/server.rs:2:16 Oct 27 01:06:43.951 INFO kablam! | Oct 27 01:06:43.951 INFO kablam! 2 | use std::ffi::{OsStr, OsString}; Oct 27 01:06:43.951 INFO kablam! | ^^^^^ Oct 27 01:06:43.963 INFO kablam! | Oct 27 01:06:43.963 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 01:06:43.963 INFO kablam! Oct 27 01:06:43.963 INFO kablam! warning: unused imports: `thread`, `time` Oct 27 01:06:43.963 INFO kablam! --> src/main.rs:3:11 Oct 27 01:06:43.963 INFO kablam! | Oct 27 01:06:43.963 INFO kablam! 3 | use std::{thread, time}; Oct 27 01:06:43.963 INFO kablam! | ^^^^^^ ^^^^ Oct 27 01:06:43.963 INFO kablam! Oct 27 01:06:43.971 INFO kablam! warning: unused import: `OsStr` Oct 27 01:06:43.971 INFO kablam! --> src/server.rs:2:16 Oct 27 01:06:43.971 INFO kablam! | Oct 27 01:06:43.971 INFO kablam! 2 | use std::ffi::{OsStr, OsString}; Oct 27 01:06:43.971 INFO kablam! | ^^^^^ Oct 27 01:06:43.983 INFO kablam! | Oct 27 01:06:43.983 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 01:06:43.983 INFO kablam! Oct 27 01:06:43.984 INFO kablam! warning: unused imports: `thread`, `time` Oct 27 01:06:43.984 INFO kablam! --> src/main.rs:3:11 Oct 27 01:06:43.984 INFO kablam! | Oct 27 01:06:43.984 INFO kablam! 3 | use std::{thread, time}; Oct 27 01:06:43.984 INFO kablam! | ^^^^^^ ^^^^ Oct 27 01:06:43.984 INFO kablam! Oct 27 01:06:44.059 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:06:44.059 INFO kablam! --> src/main.rs:8:5 Oct 27 01:06:44.059 INFO kablam! | Oct 27 01:06:44.059 INFO kablam! 8 | / server Oct 27 01:06:44.060 INFO kablam! 9 | | .event_loop Oct 27 01:06:44.060 INFO kablam! 10 | | .run(); Oct 27 01:06:44.060 INFO kablam! | |_______________^ Oct 27 01:06:44.060 INFO kablam! | Oct 27 01:06:44.060 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 01:06:44.061 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:06:44.061 INFO kablam! Oct 27 01:06:44.071 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 01:06:44.071 INFO kablam! --> src/main.rs:8:5 Oct 27 01:06:44.071 INFO kablam! | Oct 27 01:06:44.071 INFO kablam! 8 | / server Oct 27 01:06:44.072 INFO kablam! 9 | | .event_loop Oct 27 01:06:44.072 INFO kablam! 10 | | .run(); Oct 27 01:06:44.072 INFO kablam! | |_______________^ Oct 27 01:06:44.072 INFO kablam! | Oct 27 01:06:44.072 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 01:06:44.072 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 01:06:44.073 INFO kablam! Oct 27 01:06:44.103 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.82s Oct 27 01:06:44.111 INFO kablam! su: No module specific data is present Oct 27 01:06:44.891 INFO running `"docker" "rm" "-f" "0b5ad58d4cc94c214c7fbecfdc81f1cbbe70fd0a1c35c110b7bc968c4083dc7b"` Oct 27 01:06:45.223 INFO blam! 0b5ad58d4cc94c214c7fbecfdc81f1cbbe70fd0a1c35c110b7bc968c4083dc7b