Oct 26 22:39:38.816 INFO checking pudh4418/udfstd against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 22:39:38.816 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 26 22:39:39.195 INFO blam! d0b786d9396cf4175b0b4d5bb3a7c4829bbdb21e1eef99eb86daa5e3fd94b385 Oct 26 22:39:39.198 INFO running `"docker" "start" "-a" "d0b786d9396cf4175b0b4d5bb3a7c4829bbdb21e1eef99eb86daa5e3fd94b385"` Oct 26 22:39:40.771 INFO kablam! usermod: no changes Oct 26 22:39:40.846 INFO kablam! Checking udfstd v0.1.0 (/source) Oct 26 22:39:41.273 INFO kablam! warning: unused import: `std::str` Oct 26 22:39:41.273 INFO kablam! --> src/main.rs:9:5 Oct 26 22:39:41.273 INFO kablam! | Oct 26 22:39:41.273 INFO kablam! 9 | use std::str; Oct 26 22:39:41.273 INFO kablam! | ^^^^^^^^ Oct 26 22:39:41.273 INFO kablam! | Oct 26 22:39:41.273 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 22:39:41.273 INFO kablam! Oct 26 22:39:41.285 INFO kablam! warning: unused import: `std::str` Oct 26 22:39:41.285 INFO kablam! --> src/main.rs:9:5 Oct 26 22:39:41.285 INFO kablam! | Oct 26 22:39:41.285 INFO kablam! 9 | use std::str; Oct 26 22:39:41.285 INFO kablam! | ^^^^^^^^ Oct 26 22:39:41.285 INFO kablam! | Oct 26 22:39:41.286 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 22:39:41.286 INFO kablam! Oct 26 22:39:41.415 INFO kablam! warning: unused variable: `loc` Oct 26 22:39:41.415 INFO kablam! --> src/main.rs:445:13 Oct 26 22:39:41.415 INFO kablam! | Oct 26 22:39:41.415 INFO kablam! 445 | let loc = f.seek(SeekFrom::Current(pad)).unwrap(); Oct 26 22:39:41.415 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 26 22:39:41.415 INFO kablam! | Oct 26 22:39:41.415 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 22:39:41.415 INFO kablam! Oct 26 22:39:41.415 INFO kablam! warning: unused variable: `loc` Oct 26 22:39:41.415 INFO kablam! --> src/main.rs:484:17 Oct 26 22:39:41.415 INFO kablam! | Oct 26 22:39:41.415 INFO kablam! 484 | let loc = f.seek(SeekFrom::Start(seek_loc)).unwrap(); Oct 26 22:39:41.415 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 26 22:39:41.415 INFO kablam! Oct 26 22:39:41.495 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 26 22:39:41.495 INFO kablam! --> src/main.rs:328:57 Oct 26 22:39:41.495 INFO kablam! | Oct 26 22:39:41.495 INFO kablam! 328 | println!("FSD_len = {} FSD_loc = ({}, {})", lvd.lv_use.ext_len, u.root_fe.prn, u.root_fe.lbn); Oct 26 22:39:41.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 26 22:39:41.495 INFO kablam! | Oct 26 22:39:41.495 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 26 22:39:41.495 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 26 22:39:41.495 INFO kablam! = note: for more information, see issue #46043 Oct 26 22:39:41.495 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 26 22:39:41.495 INFO kablam! Oct 26 22:39:41.495 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 26 22:39:41.499 INFO kablam! --> src/main.rs:466:66 Oct 26 22:39:41.499 INFO kablam! | Oct 26 22:39:41.499 INFO kablam! 466 | println!("Tag = {}, root_icb = ({}, {})", fs.desp_tag.tagid, fs.root_icb.ext_pos.prn, fs.root_icb.ext_pos.lbn); Oct 26 22:39:41.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:39:41.499 INFO kablam! | Oct 26 22:39:41.499 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 26 22:39:41.499 INFO kablam! = note: for more information, see issue #46043 Oct 26 22:39:41.499 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 26 22:39:41.499 INFO kablam! Oct 26 22:39:41.499 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 26 22:39:41.499 INFO kablam! --> src/main.rs:466:91 Oct 26 22:39:41.499 INFO kablam! | Oct 26 22:39:41.499 INFO kablam! 466 | println!("Tag = {}, root_icb = ({}, {})", fs.desp_tag.tagid, fs.root_icb.ext_pos.prn, fs.root_icb.ext_pos.lbn); Oct 26 22:39:41.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:39:41.499 INFO kablam! | Oct 26 22:39:41.502 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 26 22:39:41.503 INFO kablam! = note: for more information, see issue #46043 Oct 26 22:39:41.503 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 26 22:39:41.503 INFO kablam! Oct 26 22:39:41.503 INFO kablam! warning: field is never used: `part_len` Oct 26 22:39:41.503 INFO kablam! --> src/main.rs:355:5 Oct 26 22:39:41.503 INFO kablam! | Oct 26 22:39:41.503 INFO kablam! 355 | part_len: u32, Oct 26 22:39:41.503 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 22:39:41.503 INFO kablam! | Oct 26 22:39:41.503 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 22:39:41.503 INFO kablam! Oct 26 22:39:41.503 INFO kablam! warning: field is never used: `meta_mirror_pos` Oct 26 22:39:41.503 INFO kablam! --> src/main.rs:361:5 Oct 26 22:39:41.503 INFO kablam! | Oct 26 22:39:41.504 INFO kablam! 361 | meta_mirror_pos: LBA, Oct 26 22:39:41.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 22:39:41.504 INFO kablam! Oct 26 22:39:41.504 INFO kablam! warning: field is never used: `meta_bitmap_pos` Oct 26 22:39:41.504 INFO kablam! --> src/main.rs:362:5 Oct 26 22:39:41.504 INFO kablam! | Oct 26 22:39:41.504 INFO kablam! 362 | meta_bitmap_pos: LBA, Oct 26 22:39:41.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 22:39:41.504 INFO kablam! Oct 26 22:39:41.505 INFO kablam! warning: field is never used: `alloc_unit_size` Oct 26 22:39:41.505 INFO kablam! --> src/main.rs:364:5 Oct 26 22:39:41.505 INFO kablam! | Oct 26 22:39:41.505 INFO kablam! 364 | alloc_unit_size: u32, Oct 26 22:39:41.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 22:39:41.505 INFO kablam! Oct 26 22:39:41.505 INFO kablam! warning: field is never used: `align_unit_size` Oct 26 22:39:41.505 INFO kablam! --> src/main.rs:365:5 Oct 26 22:39:41.505 INFO kablam! | Oct 26 22:39:41.505 INFO kablam! 365 | align_unit_size: u16, Oct 26 22:39:41.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 22:39:41.505 INFO kablam! Oct 26 22:39:41.508 INFO kablam! warning: unused variable: `loc` Oct 26 22:39:41.508 INFO kablam! --> src/main.rs:445:13 Oct 26 22:39:41.508 INFO kablam! | Oct 26 22:39:41.508 INFO kablam! 445 | let loc = f.seek(SeekFrom::Current(pad)).unwrap(); Oct 26 22:39:41.508 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 26 22:39:41.515 INFO kablam! | Oct 26 22:39:41.515 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 22:39:41.515 INFO kablam! Oct 26 22:39:41.515 INFO kablam! warning: unused variable: `loc` Oct 26 22:39:41.515 INFO kablam! --> src/main.rs:484:17 Oct 26 22:39:41.515 INFO kablam! | Oct 26 22:39:41.515 INFO kablam! 484 | let loc = f.seek(SeekFrom::Start(seek_loc)).unwrap(); Oct 26 22:39:41.515 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 26 22:39:41.519 INFO kablam! Oct 26 22:39:41.607 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 26 22:39:41.607 INFO kablam! --> src/main.rs:328:57 Oct 26 22:39:41.607 INFO kablam! | Oct 26 22:39:41.607 INFO kablam! 328 | println!("FSD_len = {} FSD_loc = ({}, {})", lvd.lv_use.ext_len, u.root_fe.prn, u.root_fe.lbn); Oct 26 22:39:41.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 26 22:39:41.607 INFO kablam! | Oct 26 22:39:41.607 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 26 22:39:41.607 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 26 22:39:41.607 INFO kablam! = note: for more information, see issue #46043 Oct 26 22:39:41.607 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 26 22:39:41.607 INFO kablam! Oct 26 22:39:41.607 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 26 22:39:41.607 INFO kablam! --> src/main.rs:466:66 Oct 26 22:39:41.607 INFO kablam! | Oct 26 22:39:41.607 INFO kablam! 466 | println!("Tag = {}, root_icb = ({}, {})", fs.desp_tag.tagid, fs.root_icb.ext_pos.prn, fs.root_icb.ext_pos.lbn); Oct 26 22:39:41.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:39:41.607 INFO kablam! | Oct 26 22:39:41.607 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 26 22:39:41.607 INFO kablam! = note: for more information, see issue #46043 Oct 26 22:39:41.607 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 26 22:39:41.607 INFO kablam! Oct 26 22:39:41.607 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 26 22:39:41.607 INFO kablam! --> src/main.rs:466:91 Oct 26 22:39:41.607 INFO kablam! | Oct 26 22:39:41.607 INFO kablam! 466 | println!("Tag = {}, root_icb = ({}, {})", fs.desp_tag.tagid, fs.root_icb.ext_pos.prn, fs.root_icb.ext_pos.lbn); Oct 26 22:39:41.607 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 22:39:41.607 INFO kablam! | Oct 26 22:39:41.607 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 26 22:39:41.607 INFO kablam! = note: for more information, see issue #46043 Oct 26 22:39:41.607 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 26 22:39:41.608 INFO kablam! Oct 26 22:39:41.608 INFO kablam! warning: field is never used: `part_len` Oct 26 22:39:41.608 INFO kablam! --> src/main.rs:355:5 Oct 26 22:39:41.608 INFO kablam! | Oct 26 22:39:41.608 INFO kablam! 355 | part_len: u32, Oct 26 22:39:41.608 INFO kablam! | ^^^^^^^^^^^^^ Oct 26 22:39:41.608 INFO kablam! | Oct 26 22:39:41.608 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 22:39:41.608 INFO kablam! Oct 26 22:39:41.608 INFO kablam! warning: field is never used: `meta_mirror_pos` Oct 26 22:39:41.608 INFO kablam! --> src/main.rs:361:5 Oct 26 22:39:41.608 INFO kablam! | Oct 26 22:39:41.608 INFO kablam! 361 | meta_mirror_pos: LBA, Oct 26 22:39:41.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 22:39:41.608 INFO kablam! Oct 26 22:39:41.608 INFO kablam! warning: field is never used: `meta_bitmap_pos` Oct 26 22:39:41.608 INFO kablam! --> src/main.rs:362:5 Oct 26 22:39:41.608 INFO kablam! | Oct 26 22:39:41.608 INFO kablam! 362 | meta_bitmap_pos: LBA, Oct 26 22:39:41.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 22:39:41.608 INFO kablam! Oct 26 22:39:41.608 INFO kablam! warning: field is never used: `alloc_unit_size` Oct 26 22:39:41.608 INFO kablam! --> src/main.rs:364:5 Oct 26 22:39:41.608 INFO kablam! | Oct 26 22:39:41.608 INFO kablam! 364 | alloc_unit_size: u32, Oct 26 22:39:41.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 22:39:41.608 INFO kablam! Oct 26 22:39:41.608 INFO kablam! warning: field is never used: `align_unit_size` Oct 26 22:39:41.608 INFO kablam! --> src/main.rs:365:5 Oct 26 22:39:41.608 INFO kablam! | Oct 26 22:39:41.608 INFO kablam! 365 | align_unit_size: u16, Oct 26 22:39:41.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 26 22:39:41.608 INFO kablam! Oct 26 22:39:41.695 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.88s Oct 26 22:39:41.695 INFO kablam! su: No module specific data is present Oct 26 22:39:42.467 INFO running `"docker" "rm" "-f" "d0b786d9396cf4175b0b4d5bb3a7c4829bbdb21e1eef99eb86daa5e3fd94b385"` Oct 26 22:39:42.723 INFO blam! d0b786d9396cf4175b0b4d5bb3a7c4829bbdb21e1eef99eb86daa5e3fd94b385