Sep 20 02:22:04.325 INFO checking elrond-1.0.0 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 20 02:22:04.325 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 20 02:22:04.325 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-6/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 02:22:04.493 INFO blam! 7c933ccb744ca6b92078f635398a1d46a2b0c5ea8979479304f92938a4f4297e Sep 20 02:22:04.495 INFO running `"docker" "start" "-a" "7c933ccb744ca6b92078f635398a1d46a2b0c5ea8979479304f92938a4f4297e"` Sep 20 02:22:05.126 INFO kablam! usermod: no changes Sep 20 02:22:05.158 INFO kablam! Checking elrond v1.0.0 (/source) Sep 20 02:22:07.559 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 20 02:22:07.559 INFO kablam! --> src/symtable/symtable32.rs:51:23 Sep 20 02:22:07.559 INFO kablam! | Sep 20 02:22:07.559 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 20 02:22:07.559 INFO kablam! | ^^^^^^^^^^^^ Sep 20 02:22:07.559 INFO kablam! | Sep 20 02:22:07.559 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 20 02:22:07.559 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 20 02:22:07.559 INFO kablam! = note: for more information, see issue #46043 Sep 20 02:22:07.559 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 20 02:22:07.559 INFO kablam! Sep 20 02:22:07.559 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 20 02:22:07.559 INFO kablam! --> src/symtable/symtable32.rs:52:24 Sep 20 02:22:07.559 INFO kablam! | Sep 20 02:22:07.559 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 20 02:22:07.559 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 02:22:07.559 INFO kablam! | Sep 20 02:22:07.559 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 20 02:22:07.559 INFO kablam! = note: for more information, see issue #46043 Sep 20 02:22:07.560 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 20 02:22:07.560 INFO kablam! Sep 20 02:22:07.560 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 20 02:22:07.560 INFO kablam! --> src/symtable/symtable32.rs:53:24 Sep 20 02:22:07.560 INFO kablam! | Sep 20 02:22:07.560 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 20 02:22:07.560 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 02:22:07.560 INFO kablam! | Sep 20 02:22:07.560 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 20 02:22:07.560 INFO kablam! = note: for more information, see issue #46043 Sep 20 02:22:07.560 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 20 02:22:07.560 INFO kablam! Sep 20 02:22:07.560 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 20 02:22:07.560 INFO kablam! --> src/symtable/symtable32.rs:80:10 Sep 20 02:22:07.560 INFO kablam! | Sep 20 02:22:07.560 INFO kablam! 80 | #[derive(Clone)] Sep 20 02:22:07.560 INFO kablam! | ^^^^^ Sep 20 02:22:07.560 INFO kablam! | Sep 20 02:22:07.560 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 20 02:22:07.560 INFO kablam! = note: for more information, see issue #46043 Sep 20 02:22:07.560 INFO kablam! Sep 20 02:22:07.560 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 20 02:22:07.560 INFO kablam! --> src/symtable/symtable64.rs:51:23 Sep 20 02:22:07.560 INFO kablam! | Sep 20 02:22:07.560 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 20 02:22:07.560 INFO kablam! | ^^^^^^^^^^^^ Sep 20 02:22:07.560 INFO kablam! | Sep 20 02:22:07.560 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 20 02:22:07.560 INFO kablam! = note: for more information, see issue #46043 Sep 20 02:22:07.560 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 20 02:22:07.560 INFO kablam! Sep 20 02:22:07.560 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 20 02:22:07.560 INFO kablam! --> src/symtable/symtable64.rs:52:24 Sep 20 02:22:07.560 INFO kablam! | Sep 20 02:22:07.560 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 20 02:22:07.560 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 02:22:07.560 INFO kablam! | Sep 20 02:22:07.560 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 20 02:22:07.560 INFO kablam! = note: for more information, see issue #46043 Sep 20 02:22:07.560 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 20 02:22:07.561 INFO kablam! Sep 20 02:22:07.561 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 20 02:22:07.561 INFO kablam! --> src/symtable/symtable64.rs:53:24 Sep 20 02:22:07.561 INFO kablam! | Sep 20 02:22:07.561 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 20 02:22:07.561 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 02:22:07.561 INFO kablam! | Sep 20 02:22:07.561 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 20 02:22:07.561 INFO kablam! = note: for more information, see issue #46043 Sep 20 02:22:07.561 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 20 02:22:07.561 INFO kablam! Sep 20 02:22:07.561 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 20 02:22:07.561 INFO kablam! --> src/symtable/symtable64.rs:80:10 Sep 20 02:22:07.561 INFO kablam! | Sep 20 02:22:07.561 INFO kablam! 80 | #[derive(Clone)] Sep 20 02:22:07.561 INFO kablam! | ^^^^^ Sep 20 02:22:07.561 INFO kablam! | Sep 20 02:22:07.561 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 20 02:22:07.561 INFO kablam! = note: for more information, see issue #46043 Sep 20 02:22:07.561 INFO kablam! Sep 20 02:22:07.819 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 20 02:22:07.819 INFO kablam! --> src/symtable/symtable32.rs:51:23 Sep 20 02:22:07.819 INFO kablam! | Sep 20 02:22:07.819 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 20 02:22:07.819 INFO kablam! | ^^^^^^^^^^^^ Sep 20 02:22:07.819 INFO kablam! | Sep 20 02:22:07.819 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 20 02:22:07.819 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 20 02:22:07.819 INFO kablam! = note: for more information, see issue #46043 Sep 20 02:22:07.819 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 20 02:22:07.819 INFO kablam! Sep 20 02:22:07.819 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 20 02:22:07.819 INFO kablam! --> src/symtable/symtable32.rs:52:24 Sep 20 02:22:07.819 INFO kablam! | Sep 20 02:22:07.819 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 20 02:22:07.819 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 02:22:07.819 INFO kablam! | Sep 20 02:22:07.819 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 20 02:22:07.819 INFO kablam! = note: for more information, see issue #46043 Sep 20 02:22:07.819 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 20 02:22:07.819 INFO kablam! Sep 20 02:22:07.819 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 20 02:22:07.819 INFO kablam! --> src/symtable/symtable32.rs:53:24 Sep 20 02:22:07.819 INFO kablam! | Sep 20 02:22:07.819 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 20 02:22:07.819 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 02:22:07.819 INFO kablam! | Sep 20 02:22:07.819 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 20 02:22:07.819 INFO kablam! = note: for more information, see issue #46043 Sep 20 02:22:07.819 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 20 02:22:07.819 INFO kablam! Sep 20 02:22:07.819 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 20 02:22:07.819 INFO kablam! --> src/symtable/symtable32.rs:80:10 Sep 20 02:22:07.819 INFO kablam! | Sep 20 02:22:07.819 INFO kablam! 80 | #[derive(Clone)] Sep 20 02:22:07.819 INFO kablam! | ^^^^^ Sep 20 02:22:07.819 INFO kablam! | Sep 20 02:22:07.819 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 20 02:22:07.819 INFO kablam! = note: for more information, see issue #46043 Sep 20 02:22:07.819 INFO kablam! Sep 20 02:22:07.819 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 20 02:22:07.820 INFO kablam! --> src/symtable/symtable64.rs:51:23 Sep 20 02:22:07.820 INFO kablam! | Sep 20 02:22:07.820 INFO kablam! 51 | let st_size = data.st_size.clone(); Sep 20 02:22:07.820 INFO kablam! | ^^^^^^^^^^^^ Sep 20 02:22:07.820 INFO kablam! | Sep 20 02:22:07.820 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 20 02:22:07.820 INFO kablam! = note: for more information, see issue #46043 Sep 20 02:22:07.820 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 20 02:22:07.820 INFO kablam! Sep 20 02:22:07.820 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 20 02:22:07.820 INFO kablam! --> src/symtable/symtable64.rs:52:24 Sep 20 02:22:07.820 INFO kablam! | Sep 20 02:22:07.820 INFO kablam! 52 | let st_value = data.st_value.clone(); Sep 20 02:22:07.820 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 02:22:07.820 INFO kablam! | Sep 20 02:22:07.820 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 20 02:22:07.820 INFO kablam! = note: for more information, see issue #46043 Sep 20 02:22:07.820 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 20 02:22:07.820 INFO kablam! Sep 20 02:22:07.820 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 20 02:22:07.820 INFO kablam! --> src/symtable/symtable64.rs:53:24 Sep 20 02:22:07.820 INFO kablam! | Sep 20 02:22:07.820 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Sep 20 02:22:07.820 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 02:22:07.820 INFO kablam! | Sep 20 02:22:07.820 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 20 02:22:07.820 INFO kablam! = note: for more information, see issue #46043 Sep 20 02:22:07.820 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 20 02:22:07.820 INFO kablam! Sep 20 02:22:07.820 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Sep 20 02:22:07.820 INFO kablam! --> src/symtable/symtable64.rs:80:10 Sep 20 02:22:07.820 INFO kablam! | Sep 20 02:22:07.820 INFO kablam! 80 | #[derive(Clone)] Sep 20 02:22:07.820 INFO kablam! | ^^^^^ Sep 20 02:22:07.820 INFO kablam! | Sep 20 02:22:07.820 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 20 02:22:07.820 INFO kablam! = note: for more information, see issue #46043 Sep 20 02:22:07.820 INFO kablam! Sep 20 02:22:07.963 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.82s Sep 20 02:22:07.966 INFO kablam! su: No module specific data is present Sep 20 02:22:08.827 INFO running `"docker" "rm" "-f" "7c933ccb744ca6b92078f635398a1d46a2b0c5ea8979479304f92938a4f4297e"` Sep 20 02:22:09.014 INFO blam! 7c933ccb744ca6b92078f635398a1d46a2b0c5ea8979479304f92938a4f4297e