Oct 10 16:32:20.636 INFO testing pudh4418/udfstd against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 16:32:20.636 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 16:32:20.636 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:32:21.307 INFO blam! 2bb9aaea6f07cb7888750f1e84b0ac365450e8807f5185b7604db1cdfd1ad306 Oct 10 16:32:21.309 INFO running `"docker" "start" "-a" "2bb9aaea6f07cb7888750f1e84b0ac365450e8807f5185b7604db1cdfd1ad306"` Oct 10 16:32:22.464 INFO kablam! usermod: no changes Oct 10 16:32:22.533 INFO kablam! Compiling udfstd v0.1.0 (/source) Oct 10 16:32:23.096 INFO kablam! warning: unused import: `std::str` Oct 10 16:32:23.096 INFO kablam! --> src/main.rs:9:5 Oct 10 16:32:23.096 INFO kablam! | Oct 10 16:32:23.096 INFO kablam! 9 | use std::str; Oct 10 16:32:23.096 INFO kablam! | ^^^^^^^^ Oct 10 16:32:23.096 INFO kablam! | Oct 10 16:32:23.096 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 16:32:23.096 INFO kablam! Oct 10 16:32:23.205 INFO kablam! warning: unused variable: `loc` Oct 10 16:32:23.205 INFO kablam! --> src/main.rs:445:13 Oct 10 16:32:23.205 INFO kablam! | Oct 10 16:32:23.205 INFO kablam! 445 | let loc = f.seek(SeekFrom::Current(pad)).unwrap(); Oct 10 16:32:23.205 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 10 16:32:23.205 INFO kablam! | Oct 10 16:32:23.205 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:32:23.205 INFO kablam! Oct 10 16:32:23.205 INFO kablam! warning: unused variable: `loc` Oct 10 16:32:23.205 INFO kablam! --> src/main.rs:484:17 Oct 10 16:32:23.205 INFO kablam! | Oct 10 16:32:23.205 INFO kablam! 484 | let loc = f.seek(SeekFrom::Start(seek_loc)).unwrap(); Oct 10 16:32:23.205 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 10 16:32:23.205 INFO kablam! Oct 10 16:32:23.245 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 10 16:32:23.245 INFO kablam! --> src/main.rs:328:57 Oct 10 16:32:23.246 INFO kablam! | Oct 10 16:32:23.246 INFO kablam! 328 | println!("FSD_len = {} FSD_loc = ({}, {})", lvd.lv_use.ext_len, u.root_fe.prn, u.root_fe.lbn); Oct 10 16:32:23.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 16:32:23.246 INFO kablam! | Oct 10 16:32:23.247 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 10 16:32:23.247 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 10 16:32:23.247 INFO kablam! = note: for more information, see issue #46043 Oct 10 16:32:23.247 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 10 16:32:23.248 INFO kablam! Oct 10 16:32:23.248 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 10 16:32:23.248 INFO kablam! --> src/main.rs:466:66 Oct 10 16:32:23.248 INFO kablam! | Oct 10 16:32:23.249 INFO kablam! 466 | println!("Tag = {}, root_icb = ({}, {})", fs.desp_tag.tagid, fs.root_icb.ext_pos.prn, fs.root_icb.ext_pos.lbn); Oct 10 16:32:23.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:32:23.249 INFO kablam! | Oct 10 16:32:23.249 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 10 16:32:23.250 INFO kablam! = note: for more information, see issue #46043 Oct 10 16:32:23.250 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 10 16:32:23.250 INFO kablam! Oct 10 16:32:23.251 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 10 16:32:23.251 INFO kablam! --> src/main.rs:466:91 Oct 10 16:32:23.251 INFO kablam! | Oct 10 16:32:23.251 INFO kablam! 466 | println!("Tag = {}, root_icb = ({}, {})", fs.desp_tag.tagid, fs.root_icb.ext_pos.prn, fs.root_icb.ext_pos.lbn); Oct 10 16:32:23.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:32:23.251 INFO kablam! | Oct 10 16:32:23.251 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 10 16:32:23.251 INFO kablam! = note: for more information, see issue #46043 Oct 10 16:32:23.251 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 10 16:32:23.251 INFO kablam! Oct 10 16:32:23.251 INFO kablam! warning: field is never used: `part_len` Oct 10 16:32:23.251 INFO kablam! --> src/main.rs:355:5 Oct 10 16:32:23.252 INFO kablam! | Oct 10 16:32:23.252 INFO kablam! 355 | part_len: u32, Oct 10 16:32:23.252 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 16:32:23.252 INFO kablam! | Oct 10 16:32:23.252 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:32:23.252 INFO kablam! Oct 10 16:32:23.252 INFO kablam! warning: field is never used: `meta_mirror_pos` Oct 10 16:32:23.252 INFO kablam! --> src/main.rs:361:5 Oct 10 16:32:23.252 INFO kablam! | Oct 10 16:32:23.252 INFO kablam! 361 | meta_mirror_pos: LBA, Oct 10 16:32:23.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 16:32:23.252 INFO kablam! Oct 10 16:32:23.252 INFO kablam! warning: field is never used: `meta_bitmap_pos` Oct 10 16:32:23.252 INFO kablam! --> src/main.rs:362:5 Oct 10 16:32:23.252 INFO kablam! | Oct 10 16:32:23.252 INFO kablam! 362 | meta_bitmap_pos: LBA, Oct 10 16:32:23.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 16:32:23.252 INFO kablam! Oct 10 16:32:23.252 INFO kablam! warning: field is never used: `alloc_unit_size` Oct 10 16:32:23.252 INFO kablam! --> src/main.rs:364:5 Oct 10 16:32:23.252 INFO kablam! | Oct 10 16:32:23.252 INFO kablam! 364 | alloc_unit_size: u32, Oct 10 16:32:23.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 16:32:23.252 INFO kablam! Oct 10 16:32:23.252 INFO kablam! warning: field is never used: `align_unit_size` Oct 10 16:32:23.252 INFO kablam! --> src/main.rs:365:5 Oct 10 16:32:23.252 INFO kablam! | Oct 10 16:32:23.252 INFO kablam! 365 | align_unit_size: u16, Oct 10 16:32:23.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 16:32:23.252 INFO kablam! Oct 10 16:32:23.947 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.46s Oct 10 16:32:23.949 INFO kablam! su: No module specific data is present Oct 10 16:32:24.435 INFO running `"docker" "rm" "-f" "2bb9aaea6f07cb7888750f1e84b0ac365450e8807f5185b7604db1cdfd1ad306"` Oct 10 16:32:24.715 INFO blam! 2bb9aaea6f07cb7888750f1e84b0ac365450e8807f5185b7604db1cdfd1ad306 Oct 10 16:32:24.719 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 16:32:24.719 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:32:24.949 INFO blam! 6936ac8cf49a23bb0171f62b14d6fd2408f34f72eda4b0da946a565b21b2f6b6 Oct 10 16:32:24.953 INFO running `"docker" "start" "-a" "6936ac8cf49a23bb0171f62b14d6fd2408f34f72eda4b0da946a565b21b2f6b6"` Oct 10 16:32:25.399 INFO kablam! usermod: no changes Oct 10 16:32:25.429 INFO kablam! Compiling udfstd v0.1.0 (/source) Oct 10 16:32:26.036 INFO kablam! warning: unused import: `std::str` Oct 10 16:32:26.036 INFO kablam! --> src/main.rs:9:5 Oct 10 16:32:26.036 INFO kablam! | Oct 10 16:32:26.036 INFO kablam! 9 | use std::str; Oct 10 16:32:26.036 INFO kablam! | ^^^^^^^^ Oct 10 16:32:26.036 INFO kablam! | Oct 10 16:32:26.036 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 16:32:26.036 INFO kablam! Oct 10 16:32:26.144 INFO kablam! warning: unused variable: `loc` Oct 10 16:32:26.144 INFO kablam! --> src/main.rs:445:13 Oct 10 16:32:26.144 INFO kablam! | Oct 10 16:32:26.144 INFO kablam! 445 | let loc = f.seek(SeekFrom::Current(pad)).unwrap(); Oct 10 16:32:26.144 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 10 16:32:26.144 INFO kablam! | Oct 10 16:32:26.144 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:32:26.144 INFO kablam! Oct 10 16:32:26.144 INFO kablam! warning: unused variable: `loc` Oct 10 16:32:26.144 INFO kablam! --> src/main.rs:484:17 Oct 10 16:32:26.144 INFO kablam! | Oct 10 16:32:26.144 INFO kablam! 484 | let loc = f.seek(SeekFrom::Start(seek_loc)).unwrap(); Oct 10 16:32:26.144 INFO kablam! | ^^^ help: consider using `_loc` instead Oct 10 16:32:26.144 INFO kablam! Oct 10 16:32:26.182 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 10 16:32:26.182 INFO kablam! --> src/main.rs:328:57 Oct 10 16:32:26.182 INFO kablam! | Oct 10 16:32:26.182 INFO kablam! 328 | println!("FSD_len = {} FSD_loc = ({}, {})", lvd.lv_use.ext_len, u.root_fe.prn, u.root_fe.lbn); Oct 10 16:32:26.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 16:32:26.182 INFO kablam! | Oct 10 16:32:26.182 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 10 16:32:26.182 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 10 16:32:26.182 INFO kablam! = note: for more information, see issue #46043 Oct 10 16:32:26.182 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 10 16:32:26.182 INFO kablam! Oct 10 16:32:26.182 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 10 16:32:26.182 INFO kablam! --> src/main.rs:466:66 Oct 10 16:32:26.182 INFO kablam! | Oct 10 16:32:26.182 INFO kablam! 466 | println!("Tag = {}, root_icb = ({}, {})", fs.desp_tag.tagid, fs.root_icb.ext_pos.prn, fs.root_icb.ext_pos.lbn); Oct 10 16:32:26.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:32:26.182 INFO kablam! | Oct 10 16:32:26.182 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 10 16:32:26.182 INFO kablam! = note: for more information, see issue #46043 Oct 10 16:32:26.182 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 10 16:32:26.182 INFO kablam! Oct 10 16:32:26.182 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 10 16:32:26.182 INFO kablam! --> src/main.rs:466:91 Oct 10 16:32:26.182 INFO kablam! | Oct 10 16:32:26.182 INFO kablam! 466 | println!("Tag = {}, root_icb = ({}, {})", fs.desp_tag.tagid, fs.root_icb.ext_pos.prn, fs.root_icb.ext_pos.lbn); Oct 10 16:32:26.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:32:26.182 INFO kablam! | Oct 10 16:32:26.182 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 10 16:32:26.182 INFO kablam! = note: for more information, see issue #46043 Oct 10 16:32:26.182 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 10 16:32:26.182 INFO kablam! Oct 10 16:32:26.182 INFO kablam! warning: field is never used: `part_len` Oct 10 16:32:26.182 INFO kablam! --> src/main.rs:355:5 Oct 10 16:32:26.182 INFO kablam! | Oct 10 16:32:26.182 INFO kablam! 355 | part_len: u32, Oct 10 16:32:26.182 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 16:32:26.182 INFO kablam! | Oct 10 16:32:26.182 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:32:26.182 INFO kablam! Oct 10 16:32:26.182 INFO kablam! warning: field is never used: `meta_mirror_pos` Oct 10 16:32:26.182 INFO kablam! --> src/main.rs:361:5 Oct 10 16:32:26.182 INFO kablam! | Oct 10 16:32:26.182 INFO kablam! 361 | meta_mirror_pos: LBA, Oct 10 16:32:26.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 16:32:26.182 INFO kablam! Oct 10 16:32:26.182 INFO kablam! warning: field is never used: `meta_bitmap_pos` Oct 10 16:32:26.182 INFO kablam! --> src/main.rs:362:5 Oct 10 16:32:26.182 INFO kablam! | Oct 10 16:32:26.182 INFO kablam! 362 | meta_bitmap_pos: LBA, Oct 10 16:32:26.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 16:32:26.182 INFO kablam! Oct 10 16:32:26.182 INFO kablam! warning: field is never used: `alloc_unit_size` Oct 10 16:32:26.182 INFO kablam! --> src/main.rs:364:5 Oct 10 16:32:26.182 INFO kablam! | Oct 10 16:32:26.182 INFO kablam! 364 | alloc_unit_size: u32, Oct 10 16:32:26.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 16:32:26.182 INFO kablam! Oct 10 16:32:26.182 INFO kablam! warning: field is never used: `align_unit_size` Oct 10 16:32:26.182 INFO kablam! --> src/main.rs:365:5 Oct 10 16:32:26.182 INFO kablam! | Oct 10 16:32:26.182 INFO kablam! 365 | align_unit_size: u16, Oct 10 16:32:26.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 16:32:26.182 INFO kablam! Oct 10 16:32:26.636 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.22s Oct 10 16:32:26.638 INFO kablam! su: No module specific data is present Oct 10 16:32:27.036 INFO running `"docker" "rm" "-f" "6936ac8cf49a23bb0171f62b14d6fd2408f34f72eda4b0da946a565b21b2f6b6"` Oct 10 16:32:27.272 INFO blam! 6936ac8cf49a23bb0171f62b14d6fd2408f34f72eda4b0da946a565b21b2f6b6 Oct 10 16:32:27.274 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 16:32:27.274 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:32:27.568 INFO blam! cca65f0659216d2bafdd0c08e588e62ada1c1ef68e85f16c0cfc76327f69f88a Oct 10 16:32:27.574 INFO running `"docker" "start" "-a" "cca65f0659216d2bafdd0c08e588e62ada1c1ef68e85f16c0cfc76327f69f88a"` Oct 10 16:32:28.308 INFO kablam! usermod: no changes Oct 10 16:32:28.364 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 16:32:28.364 INFO blam! Oct 10 16:32:28.364 INFO kablam! Running /target/debug/deps/udfstd-fc0122bec9ca67fb Oct 10 16:32:28.364 INFO blam! running 0 tests Oct 10 16:32:28.369 INFO blam! Oct 10 16:32:28.369 INFO kablam! su: No module specific data is present Oct 10 16:32:28.369 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:32:28.369 INFO blam! Oct 10 16:32:28.692 INFO running `"docker" "rm" "-f" "cca65f0659216d2bafdd0c08e588e62ada1c1ef68e85f16c0cfc76327f69f88a"` Oct 10 16:32:28.813 INFO blam! cca65f0659216d2bafdd0c08e588e62ada1c1ef68e85f16c0cfc76327f69f88a