Sep 01 21:52:39.350 INFO checking elrond-1.0.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 21:52:39.350 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 21:52:39.350 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 21:52:39.519 INFO blam! ea7fad24ebc79647c9e3f4526979f6c204e3ed44deee6a2f2c5662ef13367548 Sep 01 21:52:39.520 INFO running `"docker" "start" "-a" "ea7fad24ebc79647c9e3f4526979f6c204e3ed44deee6a2f2c5662ef13367548"` Sep 01 21:52:40.247 INFO kablam! Checking nom v3.2.1 Sep 01 21:52:43.467 INFO kablam! Checking elrond v1.0.0 (file:///source) Sep 01 21:52:47.220 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 21:52:47.220 INFO kablam! --> src/symtable/symtable32.rs:51:23 Sep 01 21:52:47.220 INFO kablam! | Sep 01 21:52:47.220 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 01 21:52:47.220 INFO kablam! | ^^^^^^^^^^^^ Sep 01 21:52:47.220 INFO kablam! | Sep 01 21:52:47.220 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 01 21:52:47.220 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 21:52:47.220 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:52:47.220 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 21:52:47.220 INFO kablam! Sep 01 21:52:47.221 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 21:52:47.221 INFO kablam! --> src/symtable/symtable32.rs:52:24 Sep 01 21:52:47.221 INFO kablam! | Sep 01 21:52:47.221 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 01 21:52:47.221 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 21:52:47.221 INFO kablam! | Sep 01 21:52:47.221 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 21:52:47.221 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:52:47.221 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 21:52:47.221 INFO kablam! Sep 01 21:52:47.221 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 21:52:47.221 INFO kablam! --> src/symtable/symtable32.rs:53:24 Sep 01 21:52:47.221 INFO kablam! | Sep 01 21:52:47.222 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 01 21:52:47.222 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 21:52:47.222 INFO kablam! | Sep 01 21:52:47.222 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 21:52:47.222 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:52:47.222 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 21:52:47.222 INFO kablam! Sep 01 21:52:47.222 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 21:52:47.222 INFO kablam! --> src/symtable/symtable32.rs:80:10 Sep 01 21:52:47.222 INFO kablam! | Sep 01 21:52:47.222 INFO kablam! 80 | #[derive(Clone)] Sep 01 21:52:47.222 INFO kablam! | ^^^^^ Sep 01 21:52:47.222 INFO kablam! | Sep 01 21:52:47.222 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 21:52:47.222 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:52:47.222 INFO kablam! Sep 01 21:52:47.222 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 21:52:47.222 INFO kablam! --> src/symtable/symtable64.rs:51:23 Sep 01 21:52:47.222 INFO kablam! | Sep 01 21:52:47.222 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 01 21:52:47.222 INFO kablam! | ^^^^^^^^^^^^ Sep 01 21:52:47.222 INFO kablam! | Sep 01 21:52:47.222 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 21:52:47.222 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:52:47.223 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 21:52:47.223 INFO kablam! Sep 01 21:52:47.223 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 21:52:47.223 INFO kablam! --> src/symtable/symtable64.rs:52:24 Sep 01 21:52:47.223 INFO kablam! | Sep 01 21:52:47.223 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 01 21:52:47.223 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 21:52:47.223 INFO kablam! | Sep 01 21:52:47.223 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 21:52:47.223 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:52:47.223 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 21:52:47.223 INFO kablam! Sep 01 21:52:47.223 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 21:52:47.223 INFO kablam! --> src/symtable/symtable64.rs:53:24 Sep 01 21:52:47.223 INFO kablam! | Sep 01 21:52:47.223 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 01 21:52:47.223 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 21:52:47.223 INFO kablam! | Sep 01 21:52:47.223 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 21:52:47.223 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:52:47.223 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 21:52:47.223 INFO kablam! Sep 01 21:52:47.223 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 21:52:47.223 INFO kablam! --> src/symtable/symtable64.rs:80:10 Sep 01 21:52:47.224 INFO kablam! | Sep 01 21:52:47.224 INFO kablam! 80 | #[derive(Clone)] Sep 01 21:52:47.224 INFO kablam! | ^^^^^ Sep 01 21:52:47.224 INFO kablam! | Sep 01 21:52:47.224 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 21:52:47.224 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:52:47.224 INFO kablam! Sep 01 21:52:47.259 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 21:52:47.259 INFO kablam! --> src/symtable/symtable32.rs:51:23 Sep 01 21:52:47.259 INFO kablam! | Sep 01 21:52:47.259 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 01 21:52:47.259 INFO kablam! | ^^^^^^^^^^^^ Sep 01 21:52:47.259 INFO kablam! | Sep 01 21:52:47.259 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 01 21:52:47.259 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 21:52:47.259 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:52:47.259 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 21:52:47.259 INFO kablam! Sep 01 21:52:47.259 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 21:52:47.259 INFO kablam! --> src/symtable/symtable32.rs:52:24 Sep 01 21:52:47.259 INFO kablam! | Sep 01 21:52:47.259 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 01 21:52:47.259 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 21:52:47.259 INFO kablam! | Sep 01 21:52:47.259 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 21:52:47.259 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:52:47.259 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 21:52:47.259 INFO kablam! Sep 01 21:52:47.260 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 21:52:47.260 INFO kablam! --> src/symtable/symtable32.rs:53:24 Sep 01 21:52:47.260 INFO kablam! | Sep 01 21:52:47.260 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 01 21:52:47.260 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 21:52:47.260 INFO kablam! | Sep 01 21:52:47.260 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 21:52:47.260 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:52:47.260 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 21:52:47.260 INFO kablam! Sep 01 21:52:47.260 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 21:52:47.260 INFO kablam! --> src/symtable/symtable32.rs:80:10 Sep 01 21:52:47.260 INFO kablam! | Sep 01 21:52:47.260 INFO kablam! 80 | #[derive(Clone)] Sep 01 21:52:47.260 INFO kablam! | ^^^^^ Sep 01 21:52:47.260 INFO kablam! | Sep 01 21:52:47.260 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 21:52:47.260 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:52:47.260 INFO kablam! Sep 01 21:52:47.260 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 21:52:47.260 INFO kablam! --> src/symtable/symtable64.rs:51:23 Sep 01 21:52:47.260 INFO kablam! | Sep 01 21:52:47.260 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 01 21:52:47.260 INFO kablam! | ^^^^^^^^^^^^ Sep 01 21:52:47.260 INFO kablam! | Sep 01 21:52:47.260 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 21:52:47.260 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:52:47.260 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 21:52:47.260 INFO kablam! Sep 01 21:52:47.260 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 21:52:47.260 INFO kablam! --> src/symtable/symtable64.rs:52:24 Sep 01 21:52:47.260 INFO kablam! | Sep 01 21:52:47.260 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 01 21:52:47.260 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 21:52:47.260 INFO kablam! | Sep 01 21:52:47.260 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 21:52:47.261 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:52:47.261 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 21:52:47.261 INFO kablam! Sep 01 21:52:47.261 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 21:52:47.261 INFO kablam! --> src/symtable/symtable64.rs:53:24 Sep 01 21:52:47.261 INFO kablam! | Sep 01 21:52:47.261 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 01 21:52:47.261 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 21:52:47.261 INFO kablam! | Sep 01 21:52:47.261 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 21:52:47.261 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:52:47.261 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 21:52:47.261 INFO kablam! Sep 01 21:52:47.261 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 01 21:52:47.261 INFO kablam! --> src/symtable/symtable64.rs:80:10 Sep 01 21:52:47.261 INFO kablam! | Sep 01 21:52:47.261 INFO kablam! 80 | #[derive(Clone)] Sep 01 21:52:47.261 INFO kablam! | ^^^^^ Sep 01 21:52:47.261 INFO kablam! | Sep 01 21:52:47.261 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 21:52:47.261 INFO kablam! = note: for more information, see issue #46043 Sep 01 21:52:47.261 INFO kablam! Sep 01 21:52:47.353 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.13s Sep 01 21:52:47.356 INFO kablam! su: No module specific data is present Sep 01 21:52:47.902 INFO running `"docker" "rm" "-f" "ea7fad24ebc79647c9e3f4526979f6c204e3ed44deee6a2f2c5662ef13367548"` Sep 01 21:52:47.985 INFO blam! ea7fad24ebc79647c9e3f4526979f6c204e3ed44deee6a2f2c5662ef13367548