Sep 18 01:15:21.440 INFO checking elrond-1.0.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 18 01:15:21.440 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 18 01:15:21.440 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-2/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 01:15:21.639 INFO blam! cc21b056a1c818c244aa718ef9bf89825b1adda0fddb03d813693d01589353a5 Sep 18 01:15:21.641 INFO running `"docker" "start" "-a" "cc21b056a1c818c244aa718ef9bf89825b1adda0fddb03d813693d01589353a5"` Sep 18 01:15:22.816 INFO kablam! usermod: no changes Sep 18 01:15:22.864 INFO kablam! Checking elrond v1.0.0 (/source) Sep 18 01:15:25.425 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 18 01:15:25.425 INFO kablam! --> src/symtable/symtable32.rs:51:23 Sep 18 01:15:25.425 INFO kablam! | Sep 18 01:15:25.425 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 18 01:15:25.425 INFO kablam! | ^^^^^^^^^^^^ Sep 18 01:15:25.425 INFO kablam! | Sep 18 01:15:25.425 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 18 01:15:25.425 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! Sep 18 01:15:25.425 INFO kablam! = note: for more information, see issue #46043 Sep 18 01:15:25.425 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 18 01:15:25.426 INFO kablam! Sep 18 01:15:25.426 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 18 01:15:25.426 INFO kablam! --> src/symtable/symtable32.rs:52:24 Sep 18 01:15:25.426 INFO kablam! | Sep 18 01:15:25.426 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 18 01:15:25.426 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 01:15:25.426 INFO kablam! | Sep 18 01:15:25.426 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! Sep 18 01:15:25.426 INFO kablam! = note: for more information, see issue #46043 Sep 18 01:15:25.426 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 18 01:15:25.426 INFO kablam! Sep 18 01:15:25.426 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 18 01:15:25.426 INFO kablam! --> src/symtable/symtable32.rs:53:24 Sep 18 01:15:25.426 INFO kablam! | Sep 18 01:15:25.426 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 18 01:15:25.426 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 01:15:25.426 INFO kablam! | Sep 18 01:15:25.426 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! Sep 18 01:15:25.426 INFO kablam! = note: for more information, see issue #46043 Sep 18 01:15:25.426 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 18 01:15:25.426 INFO kablam! Sep 18 01:15:25.426 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 18 01:15:25.426 INFO kablam! --> src/symtable/symtable32.rs:80:10 Sep 18 01:15:25.426 INFO kablam! | Sep 18 01:15:25.426 INFO kablam! 80 | #[derive(Clone)] Sep 18 01:15:25.426 INFO kablam! | ^^^^^ Sep 18 01:15:25.426 INFO kablam! | Sep 18 01:15:25.426 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! Sep 18 01:15:25.426 INFO kablam! = note: for more information, see issue #46043 Sep 18 01:15:25.426 INFO kablam! Sep 18 01:15:25.426 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 18 01:15:25.426 INFO kablam! --> src/symtable/symtable64.rs:51:23 Sep 18 01:15:25.426 INFO kablam! | Sep 18 01:15:25.426 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 18 01:15:25.426 INFO kablam! | ^^^^^^^^^^^^ Sep 18 01:15:25.426 INFO kablam! | Sep 18 01:15:25.426 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! Sep 18 01:15:25.426 INFO kablam! = note: for more information, see issue #46043 Sep 18 01:15:25.426 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 18 01:15:25.426 INFO kablam! Sep 18 01:15:25.426 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 18 01:15:25.426 INFO kablam! --> src/symtable/symtable64.rs:52:24 Sep 18 01:15:25.426 INFO kablam! | Sep 18 01:15:25.426 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 18 01:15:25.426 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 01:15:25.426 INFO kablam! | Sep 18 01:15:25.426 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! Sep 18 01:15:25.426 INFO kablam! = note: for more information, see issue #46043 Sep 18 01:15:25.426 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 18 01:15:25.426 INFO kablam! Sep 18 01:15:25.426 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 18 01:15:25.426 INFO kablam! --> src/symtable/symtable64.rs:53:24 Sep 18 01:15:25.426 INFO kablam! | Sep 18 01:15:25.426 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 18 01:15:25.426 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 01:15:25.426 INFO kablam! | Sep 18 01:15:25.426 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! Sep 18 01:15:25.426 INFO kablam! = note: for more information, see issue #46043 Sep 18 01:15:25.426 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 18 01:15:25.426 INFO kablam! Sep 18 01:15:25.426 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 18 01:15:25.426 INFO kablam! --> src/symtable/symtable64.rs:80:10 Sep 18 01:15:25.428 INFO kablam! | Sep 18 01:15:25.428 INFO kablam! 80 | #[derive(Clone)] Sep 18 01:15:25.428 INFO kablam! | ^^^^^ Sep 18 01:15:25.428 INFO kablam! | Sep 18 01:15:25.428 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! Sep 18 01:15:25.428 INFO kablam! = note: for more information, see issue #46043 Sep 18 01:15:25.428 INFO kablam! Sep 18 01:15:25.619 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 18 01:15:25.619 INFO kablam! --> src/symtable/symtable32.rs:51:23 Sep 18 01:15:25.619 INFO kablam! | Sep 18 01:15:25.619 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 18 01:15:25.619 INFO kablam! | ^^^^^^^^^^^^ Sep 18 01:15:25.619 INFO kablam! | Sep 18 01:15:25.619 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 18 01:15:25.619 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! Sep 18 01:15:25.619 INFO kablam! = note: for more information, see issue #46043 Sep 18 01:15:25.620 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 18 01:15:25.620 INFO kablam! Sep 18 01:15:25.620 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 18 01:15:25.620 INFO kablam! --> src/symtable/symtable32.rs:52:24 Sep 18 01:15:25.620 INFO kablam! | Sep 18 01:15:25.620 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 18 01:15:25.620 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 01:15:25.620 INFO kablam! | Sep 18 01:15:25.620 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! Sep 18 01:15:25.620 INFO kablam! = note: for more information, see issue #46043 Sep 18 01:15:25.620 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 18 01:15:25.620 INFO kablam! Sep 18 01:15:25.620 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 18 01:15:25.620 INFO kablam! --> src/symtable/symtable32.rs:53:24 Sep 18 01:15:25.620 INFO kablam! | Sep 18 01:15:25.620 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 18 01:15:25.620 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 01:15:25.620 INFO kablam! | Sep 18 01:15:25.620 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! Sep 18 01:15:25.620 INFO kablam! = note: for more information, see issue #46043 Sep 18 01:15:25.620 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 18 01:15:25.620 INFO kablam! Sep 18 01:15:25.620 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 18 01:15:25.620 INFO kablam! --> src/symtable/symtable32.rs:80:10 Sep 18 01:15:25.620 INFO kablam! | Sep 18 01:15:25.620 INFO kablam! 80 | #[derive(Clone)] Sep 18 01:15:25.620 INFO kablam! | ^^^^^ Sep 18 01:15:25.620 INFO kablam! | Sep 18 01:15:25.620 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! Sep 18 01:15:25.620 INFO kablam! = note: for more information, see issue #46043 Sep 18 01:15:25.620 INFO kablam! Sep 18 01:15:25.620 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 18 01:15:25.620 INFO kablam! --> src/symtable/symtable64.rs:51:23 Sep 18 01:15:25.620 INFO kablam! | Sep 18 01:15:25.620 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 18 01:15:25.620 INFO kablam! | ^^^^^^^^^^^^ Sep 18 01:15:25.620 INFO kablam! | Sep 18 01:15:25.620 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! Sep 18 01:15:25.620 INFO kablam! = note: for more information, see issue #46043 Sep 18 01:15:25.620 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 18 01:15:25.620 INFO kablam! Sep 18 01:15:25.620 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 18 01:15:25.620 INFO kablam! --> src/symtable/symtable64.rs:52:24 Sep 18 01:15:25.620 INFO kablam! | Sep 18 01:15:25.620 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 18 01:15:25.620 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 01:15:25.620 INFO kablam! | Sep 18 01:15:25.620 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! Sep 18 01:15:25.620 INFO kablam! = note: for more information, see issue #46043 Sep 18 01:15:25.620 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 18 01:15:25.620 INFO kablam! Sep 18 01:15:25.620 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 18 01:15:25.620 INFO kablam! --> src/symtable/symtable64.rs:53:24 Sep 18 01:15:25.621 INFO kablam! | Sep 18 01:15:25.621 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 18 01:15:25.621 INFO kablam! | ^^^^^^^^^^^^^ Sep 18 01:15:25.621 INFO kablam! | Sep 18 01:15:25.621 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! Sep 18 01:15:25.621 INFO kablam! = note: for more information, see issue #46043 Sep 18 01:15:25.621 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 18 01:15:25.621 INFO kablam! Sep 18 01:15:25.621 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 18 01:15:25.621 INFO kablam! --> src/symtable/symtable64.rs:80:10 Sep 18 01:15:25.621 INFO kablam! | Sep 18 01:15:25.621 INFO kablam! 80 | #[derive(Clone)] Sep 18 01:15:25.621 INFO kablam! | ^^^^^ Sep 18 01:15:25.621 INFO kablam! | Sep 18 01:15:25.621 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! Sep 18 01:15:25.621 INFO kablam! = note: for more information, see issue #46043 Sep 18 01:15:25.621 INFO kablam! Sep 18 01:15:25.682 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.85s Sep 18 01:15:25.684 INFO kablam! su: No module specific data is present Sep 18 01:15:26.052 INFO running `"docker" "rm" "-f" "cc21b056a1c818c244aa718ef9bf89825b1adda0fddb03d813693d01589353a5"` Sep 18 01:15:26.118 INFO blam! cc21b056a1c818c244aa718ef9bf89825b1adda0fddb03d813693d01589353a5