Aug 30 18:48:18.873 INFO checking elrond-1.0.0 against try#bc5a74802bb3ffc82f51ef04bca58d64220124c4 for pr-53699 Aug 30 18:48:18.874 INFO running: cargo +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets Aug 30 18:48:18.874 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53699/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53699/worker-2/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/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 +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 18:48:19.059 INFO blam! 177302e19e2ac31ddce5b1f38c40daf904395684cf71829b8928074fef289648 Aug 30 18:48:19.061 INFO running `"docker" "start" "-a" "177302e19e2ac31ddce5b1f38c40daf904395684cf71829b8928074fef289648"` Aug 30 18:48:19.777 INFO kablam! Checking elrond v1.0.0 (file:///source) Aug 30 18:48:23.598 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 18:48:23.598 INFO kablam! --> src/symtable/symtable32.rs:51:23 Aug 30 18:48:23.598 INFO kablam! | Aug 30 18:48:23.598 INFO kablam! 51 | let st_size = data.st_size.clone(); Aug 30 18:48:23.598 INFO kablam! | ^^^^^^^^^^^^ Aug 30 18:48:23.598 INFO kablam! | Aug 30 18:48:23.598 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Aug 30 18:48:23.598 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! Aug 30 18:48:23.599 INFO kablam! = note: for more information, see issue #46043 Aug 30 18:48:23.599 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 18:48:23.599 INFO kablam! Aug 30 18:48:23.600 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 18:48:23.600 INFO kablam! --> src/symtable/symtable32.rs:52:24 Aug 30 18:48:23.600 INFO kablam! | Aug 30 18:48:23.600 INFO kablam! 52 | let st_value = data.st_value.clone(); Aug 30 18:48:23.600 INFO kablam! | ^^^^^^^^^^^^^ Aug 30 18:48:23.600 INFO kablam! | Aug 30 18:48:23.600 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! Aug 30 18:48:23.600 INFO kablam! = note: for more information, see issue #46043 Aug 30 18:48:23.600 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 18:48:23.600 INFO kablam! Aug 30 18:48:23.600 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 18:48:23.600 INFO kablam! --> src/symtable/symtable32.rs:53:24 Aug 30 18:48:23.600 INFO kablam! | Aug 30 18:48:23.600 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Aug 30 18:48:23.600 INFO kablam! | ^^^^^^^^^^^^^ Aug 30 18:48:23.600 INFO kablam! | Aug 30 18:48:23.600 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! Aug 30 18:48:23.600 INFO kablam! = note: for more information, see issue #46043 Aug 30 18:48:23.600 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 18:48:23.600 INFO kablam! Aug 30 18:48:23.600 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 18:48:23.600 INFO kablam! --> src/symtable/symtable32.rs:80:10 Aug 30 18:48:23.600 INFO kablam! | Aug 30 18:48:23.600 INFO kablam! 80 | #[derive(Clone)] Aug 30 18:48:23.600 INFO kablam! | ^^^^^ Aug 30 18:48:23.600 INFO kablam! | Aug 30 18:48:23.600 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! Aug 30 18:48:23.601 INFO kablam! = note: for more information, see issue #46043 Aug 30 18:48:23.601 INFO kablam! Aug 30 18:48:23.601 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 18:48:23.601 INFO kablam! --> src/symtable/symtable64.rs:51:23 Aug 30 18:48:23.601 INFO kablam! | Aug 30 18:48:23.601 INFO kablam! 51 | let st_size = data.st_size.clone(); Aug 30 18:48:23.601 INFO kablam! | ^^^^^^^^^^^^ Aug 30 18:48:23.601 INFO kablam! | Aug 30 18:48:23.601 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! Aug 30 18:48:23.601 INFO kablam! = note: for more information, see issue #46043 Aug 30 18:48:23.601 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 18:48:23.601 INFO kablam! Aug 30 18:48:23.601 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 18:48:23.601 INFO kablam! --> src/symtable/symtable64.rs:52:24 Aug 30 18:48:23.601 INFO kablam! | Aug 30 18:48:23.601 INFO kablam! 52 | let st_value = data.st_value.clone(); Aug 30 18:48:23.601 INFO kablam! | ^^^^^^^^^^^^^ Aug 30 18:48:23.601 INFO kablam! | Aug 30 18:48:23.601 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! Aug 30 18:48:23.601 INFO kablam! = note: for more information, see issue #46043 Aug 30 18:48:23.601 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 18:48:23.601 INFO kablam! Aug 30 18:48:23.601 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 18:48:23.601 INFO kablam! --> src/symtable/symtable64.rs:53:24 Aug 30 18:48:23.601 INFO kablam! | Aug 30 18:48:23.601 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Aug 30 18:48:23.601 INFO kablam! | ^^^^^^^^^^^^^ Aug 30 18:48:23.601 INFO kablam! | Aug 30 18:48:23.601 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! Aug 30 18:48:23.602 INFO kablam! = note: for more information, see issue #46043 Aug 30 18:48:23.602 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 18:48:23.602 INFO kablam! Aug 30 18:48:23.602 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 18:48:23.602 INFO kablam! --> src/symtable/symtable64.rs:80:10 Aug 30 18:48:23.602 INFO kablam! | Aug 30 18:48:23.602 INFO kablam! 80 | #[derive(Clone)] Aug 30 18:48:23.602 INFO kablam! | ^^^^^ Aug 30 18:48:23.602 INFO kablam! | Aug 30 18:48:23.602 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! Aug 30 18:48:23.602 INFO kablam! = note: for more information, see issue #46043 Aug 30 18:48:23.602 INFO kablam! Aug 30 18:48:24.043 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 18:48:24.043 INFO kablam! --> src/symtable/symtable32.rs:51:23 Aug 30 18:48:24.043 INFO kablam! | Aug 30 18:48:24.043 INFO kablam! 51 | let st_size = data.st_size.clone(); Aug 30 18:48:24.044 INFO kablam! | ^^^^^^^^^^^^ Aug 30 18:48:24.044 INFO kablam! | Aug 30 18:48:24.044 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Aug 30 18:48:24.044 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! Aug 30 18:48:24.044 INFO kablam! = note: for more information, see issue #46043 Aug 30 18:48:24.044 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 18:48:24.044 INFO kablam! Aug 30 18:48:24.044 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 18:48:24.044 INFO kablam! --> src/symtable/symtable32.rs:52:24 Aug 30 18:48:24.044 INFO kablam! | Aug 30 18:48:24.044 INFO kablam! 52 | let st_value = data.st_value.clone(); Aug 30 18:48:24.044 INFO kablam! | ^^^^^^^^^^^^^ Aug 30 18:48:24.044 INFO kablam! | Aug 30 18:48:24.044 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! Aug 30 18:48:24.044 INFO kablam! = note: for more information, see issue #46043 Aug 30 18:48:24.044 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 18:48:24.044 INFO kablam! Aug 30 18:48:24.044 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 18:48:24.044 INFO kablam! --> src/symtable/symtable32.rs:53:24 Aug 30 18:48:24.044 INFO kablam! | Aug 30 18:48:24.044 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Aug 30 18:48:24.044 INFO kablam! | ^^^^^^^^^^^^^ Aug 30 18:48:24.044 INFO kablam! | Aug 30 18:48:24.044 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! Aug 30 18:48:24.044 INFO kablam! = note: for more information, see issue #46043 Aug 30 18:48:24.045 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 18:48:24.045 INFO kablam! Aug 30 18:48:24.045 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 18:48:24.045 INFO kablam! --> src/symtable/symtable32.rs:80:10 Aug 30 18:48:24.045 INFO kablam! | Aug 30 18:48:24.045 INFO kablam! 80 | #[derive(Clone)] Aug 30 18:48:24.045 INFO kablam! | ^^^^^ Aug 30 18:48:24.045 INFO kablam! | Aug 30 18:48:24.045 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! Aug 30 18:48:24.045 INFO kablam! = note: for more information, see issue #46043 Aug 30 18:48:24.045 INFO kablam! Aug 30 18:48:24.045 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 18:48:24.045 INFO kablam! --> src/symtable/symtable64.rs:51:23 Aug 30 18:48:24.045 INFO kablam! | Aug 30 18:48:24.045 INFO kablam! 51 | let st_size = data.st_size.clone(); Aug 30 18:48:24.045 INFO kablam! | ^^^^^^^^^^^^ Aug 30 18:48:24.045 INFO kablam! | Aug 30 18:48:24.045 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! Aug 30 18:48:24.045 INFO kablam! = note: for more information, see issue #46043 Aug 30 18:48:24.045 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 18:48:24.045 INFO kablam! Aug 30 18:48:24.045 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 18:48:24.045 INFO kablam! --> src/symtable/symtable64.rs:52:24 Aug 30 18:48:24.045 INFO kablam! | Aug 30 18:48:24.045 INFO kablam! 52 | let st_value = data.st_value.clone(); Aug 30 18:48:24.045 INFO kablam! | ^^^^^^^^^^^^^ Aug 30 18:48:24.045 INFO kablam! | Aug 30 18:48:24.045 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! Aug 30 18:48:24.046 INFO kablam! = note: for more information, see issue #46043 Aug 30 18:48:24.046 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 18:48:24.046 INFO kablam! Aug 30 18:48:24.046 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 18:48:24.046 INFO kablam! --> src/symtable/symtable64.rs:53:24 Aug 30 18:48:24.046 INFO kablam! | Aug 30 18:48:24.046 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Aug 30 18:48:24.046 INFO kablam! | ^^^^^^^^^^^^^ Aug 30 18:48:24.046 INFO kablam! | Aug 30 18:48:24.046 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! Aug 30 18:48:24.046 INFO kablam! = note: for more information, see issue #46043 Aug 30 18:48:24.046 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 18:48:24.046 INFO kablam! Aug 30 18:48:24.046 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 30 18:48:24.046 INFO kablam! --> src/symtable/symtable64.rs:80:10 Aug 30 18:48:24.046 INFO kablam! | Aug 30 18:48:24.046 INFO kablam! 80 | #[derive(Clone)] Aug 30 18:48:24.046 INFO kablam! | ^^^^^ Aug 30 18:48:24.046 INFO kablam! | Aug 30 18:48:24.046 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! Aug 30 18:48:24.046 INFO kablam! = note: for more information, see issue #46043 Aug 30 18:48:24.046 INFO kablam! Aug 30 18:48:24.141 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.38s Aug 30 18:48:24.146 INFO kablam! su: No module specific data is present Aug 30 18:48:24.644 INFO running `"docker" "rm" "-f" "177302e19e2ac31ddce5b1f38c40daf904395684cf71829b8928074fef289648"` Aug 30 18:48:24.751 INFO blam! 177302e19e2ac31ddce5b1f38c40daf904395684cf71829b8928074fef289648