Sep 01 05:26:07.982 INFO checking elrond-1.0.0 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 05:26:07.982 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 05:26:07.982 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-1/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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=500" "-e" "CMD=cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 05:26:08.141 INFO blam! 7141109ee74c865caee5472671b60db6b392d9bb87ee0e9149a1eef5c09c87c6 Sep 01 05:26:08.143 INFO running `"docker" "start" "-a" "7141109ee74c865caee5472671b60db6b392d9bb87ee0e9149a1eef5c09c87c6"` Sep 01 05:26:08.904 INFO kablam! Checking elrond v1.0.0 (file:///source) Sep 01 05:26:12.824 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 05:26:12.824 INFO kablam! --> src/symtable/symtable32.rs:51:23 Sep 01 05:26:12.824 INFO kablam! | Sep 01 05:26:12.824 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 01 05:26:12.824 INFO kablam! | ^^^^^^^^^^^^ Sep 01 05:26:12.824 INFO kablam! | Sep 01 05:26:12.824 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 01 05:26:12.824 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 01 05:26:12.824 INFO kablam! = note: for more information, see issue #46043 Sep 01 05:26:12.824 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 01 05:26:12.824 INFO kablam! Sep 01 05:26:12.824 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 05:26:12.824 INFO kablam! --> src/symtable/symtable32.rs:52:24 Sep 01 05:26:12.824 INFO kablam! | Sep 01 05:26:12.824 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 01 05:26:12.824 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 05:26:12.824 INFO kablam! | Sep 01 05:26:12.826 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 01 05:26:12.826 INFO kablam! = note: for more information, see issue #46043 Sep 01 05:26:12.826 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 01 05:26:12.826 INFO kablam! Sep 01 05:26:12.826 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 05:26:12.826 INFO kablam! --> src/symtable/symtable32.rs:53:24 Sep 01 05:26:12.827 INFO kablam! | Sep 01 05:26:12.827 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 01 05:26:12.827 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 05:26:12.827 INFO kablam! | Sep 01 05:26:12.827 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 01 05:26:12.827 INFO kablam! = note: for more information, see issue #46043 Sep 01 05:26:12.827 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 01 05:26:12.827 INFO kablam! Sep 01 05:26:12.827 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 05:26:12.827 INFO kablam! --> src/symtable/symtable32.rs:80:10 Sep 01 05:26:12.827 INFO kablam! | Sep 01 05:26:12.827 INFO kablam! 80 | #[derive(Clone)] Sep 01 05:26:12.827 INFO kablam! | ^^^^^ Sep 01 05:26:12.827 INFO kablam! | Sep 01 05:26:12.827 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 01 05:26:12.827 INFO kablam! = note: for more information, see issue #46043 Sep 01 05:26:12.827 INFO kablam! Sep 01 05:26:12.827 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 05:26:12.827 INFO kablam! --> src/symtable/symtable64.rs:51:23 Sep 01 05:26:12.827 INFO kablam! | Sep 01 05:26:12.827 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 01 05:26:12.827 INFO kablam! | ^^^^^^^^^^^^ Sep 01 05:26:12.828 INFO kablam! | Sep 01 05:26:12.828 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 01 05:26:12.828 INFO kablam! = note: for more information, see issue #46043 Sep 01 05:26:12.828 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 01 05:26:12.828 INFO kablam! Sep 01 05:26:12.828 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 05:26:12.828 INFO kablam! --> src/symtable/symtable64.rs:52:24 Sep 01 05:26:12.828 INFO kablam! | Sep 01 05:26:12.828 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 01 05:26:12.828 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 05:26:12.828 INFO kablam! | Sep 01 05:26:12.828 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 01 05:26:12.828 INFO kablam! = note: for more information, see issue #46043 Sep 01 05:26:12.828 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 01 05:26:12.828 INFO kablam! Sep 01 05:26:12.828 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 05:26:12.828 INFO kablam! --> src/symtable/symtable64.rs:53:24 Sep 01 05:26:12.828 INFO kablam! | Sep 01 05:26:12.828 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 01 05:26:12.828 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 05:26:12.828 INFO kablam! | Sep 01 05:26:12.828 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 01 05:26:12.828 INFO kablam! = note: for more information, see issue #46043 Sep 01 05:26:12.829 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 01 05:26:12.829 INFO kablam! Sep 01 05:26:12.829 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 05:26:12.829 INFO kablam! --> src/symtable/symtable64.rs:80:10 Sep 01 05:26:12.829 INFO kablam! | Sep 01 05:26:12.829 INFO kablam! 80 | #[derive(Clone)] Sep 01 05:26:12.829 INFO kablam! | ^^^^^ Sep 01 05:26:12.829 INFO kablam! | Sep 01 05:26:12.829 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 01 05:26:12.829 INFO kablam! = note: for more information, see issue #46043 Sep 01 05:26:12.829 INFO kablam! Sep 01 05:26:12.850 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 05:26:12.850 INFO kablam! --> src/symtable/symtable32.rs:51:23 Sep 01 05:26:12.851 INFO kablam! | Sep 01 05:26:12.851 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 01 05:26:12.851 INFO kablam! | ^^^^^^^^^^^^ Sep 01 05:26:12.851 INFO kablam! | Sep 01 05:26:12.851 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 01 05:26:12.851 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 01 05:26:12.851 INFO kablam! = note: for more information, see issue #46043 Sep 01 05:26:12.851 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 01 05:26:12.851 INFO kablam! Sep 01 05:26:12.851 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 05:26:12.851 INFO kablam! --> src/symtable/symtable32.rs:52:24 Sep 01 05:26:12.851 INFO kablam! | Sep 01 05:26:12.851 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 01 05:26:12.851 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 05:26:12.851 INFO kablam! | Sep 01 05:26:12.851 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 01 05:26:12.851 INFO kablam! = note: for more information, see issue #46043 Sep 01 05:26:12.851 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 01 05:26:12.851 INFO kablam! Sep 01 05:26:12.851 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 05:26:12.851 INFO kablam! --> src/symtable/symtable32.rs:53:24 Sep 01 05:26:12.851 INFO kablam! | Sep 01 05:26:12.851 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 01 05:26:12.851 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 05:26:12.851 INFO kablam! | Sep 01 05:26:12.852 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 01 05:26:12.852 INFO kablam! = note: for more information, see issue #46043 Sep 01 05:26:12.852 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 01 05:26:12.852 INFO kablam! Sep 01 05:26:12.852 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 05:26:12.852 INFO kablam! --> src/symtable/symtable32.rs:80:10 Sep 01 05:26:12.852 INFO kablam! | Sep 01 05:26:12.852 INFO kablam! 80 | #[derive(Clone)] Sep 01 05:26:12.852 INFO kablam! | ^^^^^ Sep 01 05:26:12.852 INFO kablam! | Sep 01 05:26:12.852 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 01 05:26:12.852 INFO kablam! = note: for more information, see issue #46043 Sep 01 05:26:12.852 INFO kablam! Sep 01 05:26:12.852 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 05:26:12.852 INFO kablam! --> src/symtable/symtable64.rs:51:23 Sep 01 05:26:12.852 INFO kablam! | Sep 01 05:26:12.852 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 01 05:26:12.852 INFO kablam! | ^^^^^^^^^^^^ Sep 01 05:26:12.852 INFO kablam! | Sep 01 05:26:12.852 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 01 05:26:12.852 INFO kablam! = note: for more information, see issue #46043 Sep 01 05:26:12.852 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 01 05:26:12.852 INFO kablam! Sep 01 05:26:12.852 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 05:26:12.852 INFO kablam! --> src/symtable/symtable64.rs:52:24 Sep 01 05:26:12.853 INFO kablam! | Sep 01 05:26:12.853 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 01 05:26:12.853 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 05:26:12.853 INFO kablam! | Sep 01 05:26:12.853 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 01 05:26:12.853 INFO kablam! = note: for more information, see issue #46043 Sep 01 05:26:12.853 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 01 05:26:12.853 INFO kablam! Sep 01 05:26:12.853 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 05:26:12.853 INFO kablam! --> src/symtable/symtable64.rs:53:24 Sep 01 05:26:12.853 INFO kablam! | Sep 01 05:26:12.853 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 01 05:26:12.853 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 05:26:12.853 INFO kablam! | Sep 01 05:26:12.853 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 01 05:26:12.853 INFO kablam! = note: for more information, see issue #46043 Sep 01 05:26:12.853 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 01 05:26:12.853 INFO kablam! Sep 01 05:26:12.853 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 05:26:12.853 INFO kablam! --> src/symtable/symtable64.rs:80:10 Sep 01 05:26:12.853 INFO kablam! | Sep 01 05:26:12.853 INFO kablam! 80 | #[derive(Clone)] Sep 01 05:26:12.853 INFO kablam! | ^^^^^ Sep 01 05:26:12.853 INFO kablam! | Sep 01 05:26:12.854 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 01 05:26:12.854 INFO kablam! = note: for more information, see issue #46043 Sep 01 05:26:12.854 INFO kablam! Sep 01 05:26:13.026 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.15s Sep 01 05:26:13.029 INFO kablam! su: No module specific data is present Sep 01 05:26:13.498 INFO running `"docker" "rm" "-f" "7141109ee74c865caee5472671b60db6b392d9bb87ee0e9149a1eef5c09c87c6"` Sep 01 05:26:13.607 INFO blam! 7141109ee74c865caee5472671b60db6b392d9bb87ee0e9149a1eef5c09c87c6