Dec 04 22:31:33.981 INFO checking anurse/ArborOS against master#c8ae2de8363be088604ffa2ccba84ff7ad7250bc for pr-56481 Dec 04 22:31:33.982 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56481/worker-0/master#c8ae2de8363be088604ffa2ccba84ff7ad7250bc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-56481/master#c8ae2de8363be088604ffa2ccba84ff7ad7250bc:/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 +c8ae2de8363be088604ffa2ccba84ff7ad7250bc-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"` Dec 04 22:31:34.365 INFO [stdout] c1b99eff3dba8faafca098d059a90e57cabc750684eea59586a6804cf58df2e4 Dec 04 22:31:34.367 INFO running `"docker" "start" "-a" "c1b99eff3dba8faafca098d059a90e57cabc750684eea59586a6804cf58df2e4"` Dec 04 22:31:35.762 INFO [stderr] usermod: no changes Dec 04 22:31:35.887 INFO [stderr] Checking os_bootinfo v0.2.1 Dec 04 22:31:35.895 INFO [stderr] Checking spin v0.4.9 Dec 04 22:31:35.895 INFO [stderr] Checking nodrop v0.1.12 Dec 04 22:31:35.895 INFO [stderr] Checking volatile v0.2.4 Dec 04 22:31:35.931 INFO [stderr] Compiling lazy_static v1.1.0 Dec 04 22:31:36.123 INFO [stderr] Checking array-init v0.0.3 Dec 04 22:31:36.263 INFO [stderr] Checking bootloader_precompiled v0.2.0 Dec 04 22:31:37.792 INFO [stderr] Checking arbor_os v0.1.0 (/source) Dec 04 22:31:38.539 INFO [stderr] warning: unused `core::result::Result` that must be used Dec 04 22:31:38.539 INFO [stderr] --> src/vga/writer.rs:162:13 Dec 04 22:31:38.539 INFO [stderr] | Dec 04 22:31:38.539 INFO [stderr] 162 | writeln!(&mut writer, "Line {}", i); Dec 04 22:31:38.539 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 04 22:31:38.539 INFO [stderr] | Dec 04 22:31:38.539 INFO [stderr] = note: #[warn(unused_must_use)] on by default Dec 04 22:31:38.539 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 04 22:31:38.539 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 04 22:31:38.539 INFO [stderr] Dec 04 22:31:38.539 INFO [stderr] warning: unused `core::result::Result` that must be used Dec 04 22:31:38.539 INFO [stderr] --> src/vga/writer.rs:182:13 Dec 04 22:31:38.539 INFO [stderr] | Dec 04 22:31:38.539 INFO [stderr] 182 | writeln!(&mut writer, "Line {}", i); Dec 04 22:31:38.539 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 04 22:31:38.539 INFO [stderr] | Dec 04 22:31:38.539 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 04 22:31:38.539 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 04 22:31:38.539 INFO [stderr] Dec 04 22:31:38.539 INFO [stderr] warning: unused `core::result::Result` that must be used Dec 04 22:31:38.539 INFO [stderr] --> src/vga/writer.rs:186:9 Dec 04 22:31:38.539 INFO [stderr] | Dec 04 22:31:38.539 INFO [stderr] 186 | writeln!(&mut writer, "Extra Line 1"); Dec 04 22:31:38.539 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 04 22:31:38.539 INFO [stderr] | Dec 04 22:31:38.539 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 04 22:31:38.539 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 04 22:31:38.539 INFO [stderr] Dec 04 22:31:38.539 INFO [stderr] warning: unused `core::result::Result` that must be used Dec 04 22:31:38.539 INFO [stderr] --> src/vga/writer.rs:187:9 Dec 04 22:31:38.539 INFO [stderr] | Dec 04 22:31:38.539 INFO [stderr] 187 | writeln!(&mut writer, "Extra Line 2"); Dec 04 22:31:38.539 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 04 22:31:38.539 INFO [stderr] | Dec 04 22:31:38.539 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 04 22:31:38.539 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 04 22:31:38.539 INFO [stderr] Dec 04 22:31:38.539 INFO [stderr] warning: unused `core::result::Result` that must be used Dec 04 22:31:38.539 INFO [stderr] --> src/vga/writer.rs:211:13 Dec 04 22:31:38.539 INFO [stderr] | Dec 04 22:31:38.539 INFO [stderr] 211 | writeln!(&mut writer, "Line {}", i); Dec 04 22:31:38.539 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 04 22:31:38.539 INFO [stderr] | Dec 04 22:31:38.539 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 04 22:31:38.539 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 04 22:31:38.539 INFO [stderr] Dec 04 22:31:38.539 INFO [stderr] warning: unused `core::result::Result` that must be used Dec 04 22:31:38.539 INFO [stderr] --> src/vga/writer.rs:218:9 Dec 04 22:31:38.539 INFO [stderr] | Dec 04 22:31:38.539 INFO [stderr] 218 | writeln!(&mut writer, "Line 1"); Dec 04 22:31:38.539 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 04 22:31:38.539 INFO [stderr] | Dec 04 22:31:38.539 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 04 22:31:38.539 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 04 22:31:38.539 INFO [stderr] Dec 04 22:31:38.539 INFO [stderr] warning: unused `core::result::Result` that must be used Dec 04 22:31:38.539 INFO [stderr] --> src/vga/writer.rs:264:13 Dec 04 22:31:38.539 INFO [stderr] | Dec 04 22:31:38.539 INFO [stderr] 264 | writeln!(&mut writer, "Line {}", i); Dec 04 22:31:38.539 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 04 22:31:38.539 INFO [stderr] | Dec 04 22:31:38.539 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 04 22:31:38.539 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 04 22:31:38.539 INFO [stderr] Dec 04 22:31:38.539 INFO [stderr] warning: unused `core::result::Result` that must be used Dec 04 22:31:38.539 INFO [stderr] --> src/vga/writer.rs:272:9 Dec 04 22:31:38.539 INFO [stderr] | Dec 04 22:31:38.539 INFO [stderr] 272 | writeln!(&mut writer, "1"); Dec 04 22:31:38.539 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 04 22:31:38.539 INFO [stderr] | Dec 04 22:31:38.539 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 04 22:31:38.539 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 04 22:31:38.539 INFO [stderr] Dec 04 22:31:38.539 INFO [stderr] warning: unused `core::result::Result` that must be used Dec 04 22:31:38.539 INFO [stderr] --> src/vga/writer.rs:273:9 Dec 04 22:31:38.539 INFO [stderr] | Dec 04 22:31:38.539 INFO [stderr] 273 | writeln!(&mut writer, "2"); Dec 04 22:31:38.540 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Dec 04 22:31:38.540 INFO [stderr] | Dec 04 22:31:38.540 INFO [stderr] = note: this `Result` may be an `Err` variant, which should be handled Dec 04 22:31:38.540 INFO [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Dec 04 22:31:38.540 INFO [stderr] Dec 04 22:31:38.579 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.78s Dec 04 22:31:38.579 INFO [stderr] su: No module specific data is present Dec 04 22:31:39.103 INFO running `"docker" "inspect" "c1b99eff3dba8faafca098d059a90e57cabc750684eea59586a6804cf58df2e4"` Dec 04 22:31:39.265 INFO running `"docker" "rm" "-f" "c1b99eff3dba8faafca098d059a90e57cabc750684eea59586a6804cf58df2e4"` Dec 04 22:31:39.411 INFO [stdout] c1b99eff3dba8faafca098d059a90e57cabc750684eea59586a6804cf58df2e4