Oct 31 22:57:48.913 INFO checking pudh4418/udfstd against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 22:57:48.913 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-0/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 31 22:57:49.260 INFO blam! 123be75b7d3044cae3873a788ccde2bd5bd2ba54ee1ca6832a8c1efe502366fd Oct 31 22:57:49.262 INFO running `"docker" "start" "-a" "123be75b7d3044cae3873a788ccde2bd5bd2ba54ee1ca6832a8c1efe502366fd"` Oct 31 22:57:51.585 INFO kablam! usermod: no changes Oct 31 22:57:51.637 INFO kablam! Checking udfstd v0.1.0 (/source) Oct 31 22:57:51.885 INFO kablam! warning: unused import: `std::str` Oct 31 22:57:51.885 INFO kablam! --> src/main.rs:9:5 Oct 31 22:57:51.886 INFO kablam! | Oct 31 22:57:51.886 INFO kablam! 9 | use std::str; Oct 31 22:57:51.886 INFO kablam! | ^^^^^^^^ Oct 31 22:57:51.887 INFO kablam! | Oct 31 22:57:51.887 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 22:57:51.887 INFO kablam! Oct 31 22:57:52.057 INFO kablam! warning: unused variable: `loc` Oct 31 22:57:52.057 INFO kablam! --> src/main.rs:445:13 Oct 31 22:57:52.058 INFO kablam! | Oct 31 22:57:52.058 INFO kablam! 445 | let loc = f.seek(SeekFrom::Current(pad)).unwrap(); Oct 31 22:57:52.059 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 31 22:57:52.059 INFO kablam! | Oct 31 22:57:52.060 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 22:57:52.060 INFO kablam! Oct 31 22:57:52.064 INFO kablam! warning: unused variable: `loc` Oct 31 22:57:52.065 INFO kablam! --> src/main.rs:484:17 Oct 31 22:57:52.065 INFO kablam! | Oct 31 22:57:52.065 INFO kablam! 484 | let loc = f.seek(SeekFrom::Start(seek_loc)).unwrap(); Oct 31 22:57:52.065 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 31 22:57:52.066 INFO kablam! Oct 31 22:57:52.121 INFO kablam! warning: unused import: `std::str` Oct 31 22:57:52.121 INFO kablam! --> src/main.rs:9:5 Oct 31 22:57:52.121 INFO kablam! | Oct 31 22:57:52.121 INFO kablam! 9 | use std::str; Oct 31 22:57:52.122 INFO kablam! | ^^^^^^^^ Oct 31 22:57:52.122 INFO kablam! | Oct 31 22:57:52.122 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 22:57:52.122 INFO kablam! Oct 31 22:57:52.123 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 31 22:57:52.123 INFO kablam! --> src/main.rs:328:57 Oct 31 22:57:52.124 INFO kablam! | Oct 31 22:57:52.124 INFO kablam! 328 | println!("FSD_len = {} FSD_loc = ({}, {})", lvd.lv_use.ext_len, u.root_fe.prn, u.root_fe.lbn); Oct 31 22:57:52.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 22:57:52.125 INFO kablam! | Oct 31 22:57:52.125 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 31 22:57:52.126 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 31 22:57:52.126 INFO kablam! = note: for more information, see issue #46043 Oct 31 22:57:52.126 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 31 22:57:52.127 INFO kablam! Oct 31 22:57:52.127 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 31 22:57:52.128 INFO kablam! --> src/main.rs:466:66 Oct 31 22:57:52.128 INFO kablam! | Oct 31 22:57:52.128 INFO kablam! 466 | println!("Tag = {}, root_icb = ({}, {})", fs.desp_tag.tagid, fs.root_icb.ext_pos.prn, fs.root_icb.ext_pos.lbn); Oct 31 22:57:52.129 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:57:52.129 INFO kablam! | Oct 31 22:57:52.129 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 31 22:57:52.130 INFO kablam! = note: for more information, see issue #46043 Oct 31 22:57:52.131 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 31 22:57:52.132 INFO kablam! Oct 31 22:57:52.132 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 31 22:57:52.132 INFO kablam! --> src/main.rs:466:91 Oct 31 22:57:52.132 INFO kablam! | Oct 31 22:57:52.133 INFO kablam! 466 | println!("Tag = {}, root_icb = ({}, {})", fs.desp_tag.tagid, fs.root_icb.ext_pos.prn, fs.root_icb.ext_pos.lbn); Oct 31 22:57:52.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:57:52.133 INFO kablam! | Oct 31 22:57:52.134 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 31 22:57:52.134 INFO kablam! = note: for more information, see issue #46043 Oct 31 22:57:52.134 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 31 22:57:52.134 INFO kablam! Oct 31 22:57:52.135 INFO kablam! warning: field is never used: `part_len` Oct 31 22:57:52.135 INFO kablam! --> src/main.rs:355:5 Oct 31 22:57:52.135 INFO kablam! | Oct 31 22:57:52.136 INFO kablam! 355 | part_len: u32, Oct 31 22:57:52.136 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 22:57:52.136 INFO kablam! | Oct 31 22:57:52.137 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 22:57:52.137 INFO kablam! Oct 31 22:57:52.140 INFO kablam! warning: field is never used: `meta_mirror_pos` Oct 31 22:57:52.140 INFO kablam! --> src/main.rs:361:5 Oct 31 22:57:52.140 INFO kablam! | Oct 31 22:57:52.140 INFO kablam! 361 | meta_mirror_pos: LBA, Oct 31 22:57:52.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 31 22:57:52.140 INFO kablam! Oct 31 22:57:52.140 INFO kablam! warning: field is never used: `meta_bitmap_pos` Oct 31 22:57:52.140 INFO kablam! --> src/main.rs:362:5 Oct 31 22:57:52.140 INFO kablam! | Oct 31 22:57:52.140 INFO kablam! 362 | meta_bitmap_pos: LBA, Oct 31 22:57:52.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 31 22:57:52.140 INFO kablam! Oct 31 22:57:52.140 INFO kablam! warning: field is never used: `alloc_unit_size` Oct 31 22:57:52.140 INFO kablam! --> src/main.rs:364:5 Oct 31 22:57:52.140 INFO kablam! | Oct 31 22:57:52.140 INFO kablam! 364 | alloc_unit_size: u32, Oct 31 22:57:52.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 31 22:57:52.140 INFO kablam! Oct 31 22:57:52.140 INFO kablam! warning: field is never used: `align_unit_size` Oct 31 22:57:52.140 INFO kablam! --> src/main.rs:365:5 Oct 31 22:57:52.140 INFO kablam! | Oct 31 22:57:52.140 INFO kablam! 365 | align_unit_size: u16, Oct 31 22:57:52.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 31 22:57:52.140 INFO kablam! Oct 31 22:57:52.296 INFO kablam! warning: unused variable: `loc` Oct 31 22:57:52.297 INFO kablam! --> src/main.rs:445:13 Oct 31 22:57:52.298 INFO kablam! | Oct 31 22:57:52.298 INFO kablam! 445 | let loc = f.seek(SeekFrom::Current(pad)).unwrap(); Oct 31 22:57:52.299 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 31 22:57:52.299 INFO kablam! | Oct 31 22:57:52.300 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 22:57:52.300 INFO kablam! Oct 31 22:57:52.300 INFO kablam! warning: unused variable: `loc` Oct 31 22:57:52.301 INFO kablam! --> src/main.rs:484:17 Oct 31 22:57:52.301 INFO kablam! | Oct 31 22:57:52.301 INFO kablam! 484 | let loc = f.seek(SeekFrom::Start(seek_loc)).unwrap(); Oct 31 22:57:52.301 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 31 22:57:52.302 INFO kablam! Oct 31 22:57:52.345 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 31 22:57:52.346 INFO kablam! --> src/main.rs:328:57 Oct 31 22:57:52.346 INFO kablam! | Oct 31 22:57:52.346 INFO kablam! 328 | println!("FSD_len = {} FSD_loc = ({}, {})", lvd.lv_use.ext_len, u.root_fe.prn, u.root_fe.lbn); Oct 31 22:57:52.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 22:57:52.347 INFO kablam! | Oct 31 22:57:52.347 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 31 22:57:52.348 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 31 22:57:52.348 INFO kablam! = note: for more information, see issue #46043 Oct 31 22:57:52.348 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 31 22:57:52.348 INFO kablam! Oct 31 22:57:52.348 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 31 22:57:52.349 INFO kablam! --> src/main.rs:466:66 Oct 31 22:57:52.349 INFO kablam! | Oct 31 22:57:52.349 INFO kablam! 466 | println!("Tag = {}, root_icb = ({}, {})", fs.desp_tag.tagid, fs.root_icb.ext_pos.prn, fs.root_icb.ext_pos.lbn); Oct 31 22:57:52.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:57:52.350 INFO kablam! | Oct 31 22:57:52.350 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 31 22:57:52.350 INFO kablam! = note: for more information, see issue #46043 Oct 31 22:57:52.350 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 31 22:57:52.351 INFO kablam! Oct 31 22:57:52.351 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 31 22:57:52.351 INFO kablam! --> src/main.rs:466:91 Oct 31 22:57:52.351 INFO kablam! | Oct 31 22:57:52.352 INFO kablam! 466 | println!("Tag = {}, root_icb = ({}, {})", fs.desp_tag.tagid, fs.root_icb.ext_pos.prn, fs.root_icb.ext_pos.lbn); Oct 31 22:57:52.352 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:57:52.352 INFO kablam! | Oct 31 22:57:52.353 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 31 22:57:52.353 INFO kablam! = note: for more information, see issue #46043 Oct 31 22:57:52.353 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 31 22:57:52.353 INFO kablam! Oct 31 22:57:52.353 INFO kablam! warning: field is never used: `part_len` Oct 31 22:57:52.353 INFO kablam! --> src/main.rs:355:5 Oct 31 22:57:52.354 INFO kablam! | Oct 31 22:57:52.354 INFO kablam! 355 | part_len: u32, Oct 31 22:57:52.354 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 22:57:52.354 INFO kablam! | Oct 31 22:57:52.355 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 22:57:52.355 INFO kablam! Oct 31 22:57:52.355 INFO kablam! warning: field is never used: `meta_mirror_pos` Oct 31 22:57:52.355 INFO kablam! --> src/main.rs:361:5 Oct 31 22:57:52.355 INFO kablam! | Oct 31 22:57:52.355 INFO kablam! 361 | meta_mirror_pos: LBA, Oct 31 22:57:52.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 31 22:57:52.355 INFO kablam! Oct 31 22:57:52.355 INFO kablam! warning: field is never used: `meta_bitmap_pos` Oct 31 22:57:52.355 INFO kablam! --> src/main.rs:362:5 Oct 31 22:57:52.355 INFO kablam! | Oct 31 22:57:52.355 INFO kablam! 362 | meta_bitmap_pos: LBA, Oct 31 22:57:52.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 31 22:57:52.355 INFO kablam! Oct 31 22:57:52.355 INFO kablam! warning: field is never used: `alloc_unit_size` Oct 31 22:57:52.355 INFO kablam! --> src/main.rs:364:5 Oct 31 22:57:52.355 INFO kablam! | Oct 31 22:57:52.355 INFO kablam! 364 | alloc_unit_size: u32, Oct 31 22:57:52.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 31 22:57:52.355 INFO kablam! Oct 31 22:57:52.355 INFO kablam! warning: field is never used: `align_unit_size` Oct 31 22:57:52.355 INFO kablam! --> src/main.rs:365:5 Oct 31 22:57:52.355 INFO kablam! | Oct 31 22:57:52.355 INFO kablam! 365 | align_unit_size: u16, Oct 31 22:57:52.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 31 22:57:52.355 INFO kablam! Oct 31 22:57:52.429 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.82s Oct 31 22:57:52.452 INFO kablam! su: No module specific data is present Oct 31 22:57:53.459 INFO running `"docker" "rm" "-f" "123be75b7d3044cae3873a788ccde2bd5bd2ba54ee1ca6832a8c1efe502366fd"` Oct 31 22:57:53.728 INFO blam! 123be75b7d3044cae3873a788ccde2bd5bd2ba54ee1ca6832a8c1efe502366fd