Aug 17 23:42:50.739 INFO checking elrond-1.0.0 against try#a5d98b025f62ace80fe9d2a15781f900fc42515e for pr-53426 Aug 17 23:42:50.739 INFO running: cargo +a5d98b025f62ace80fe9d2a15781f900fc42515e-alt check --frozen --all --all-targets Aug 17 23:42:50.739 INFO creating container for: cargo +a5d98b025f62ace80fe9d2a15781f900fc42515e-alt check --frozen --all --all-targets Aug 17 23:42:50.739 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53426/try#a5d98b025f62ace80fe9d2a15781f900fc42515e:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53426/worker-1/try#a5d98b025f62ace80fe9d2a15781f900fc42515e:/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 +a5d98b025f62ace80fe9d2a15781f900fc42515e-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "crater"` Aug 17 23:42:50.970 INFO blam! 41a15ce0abdab09d1ec825eb259fbb2dafb413c7289b71c63ac61dd8a3d9384a Aug 17 23:42:50.973 INFO running `"docker" "start" "-a" "41a15ce0abdab09d1ec825eb259fbb2dafb413c7289b71c63ac61dd8a3d9384a"` Aug 17 23:42:51.967 INFO kablam! Checking elrond v1.0.0 (file:///source) Aug 17 23:42:59.743 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 17 23:42:59.743 INFO kablam! --> src/symtable/symtable32.rs:51:23 Aug 17 23:42:59.743 INFO kablam! | Aug 17 23:42:59.743 INFO kablam! 51 | let st_size = data.st_size.clone(); Aug 17 23:42:59.743 INFO kablam! | ^^^^^^^^^^^^ Aug 17 23:42:59.743 INFO kablam! | Aug 17 23:42:59.743 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Aug 17 23:42:59.743 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 17 23:42:59.743 INFO kablam! = note: for more information, see issue #46043 Aug 17 23:42:59.743 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 17 23:42:59.743 INFO kablam! Aug 17 23:42:59.744 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 17 23:42:59.745 INFO kablam! --> src/symtable/symtable32.rs:52:24 Aug 17 23:42:59.745 INFO kablam! | Aug 17 23:42:59.745 INFO kablam! 52 | let st_value = data.st_value.clone(); Aug 17 23:42:59.745 INFO kablam! | ^^^^^^^^^^^^^ Aug 17 23:42:59.745 INFO kablam! | Aug 17 23:42:59.745 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 17 23:42:59.745 INFO kablam! = note: for more information, see issue #46043 Aug 17 23:42:59.745 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 17 23:42:59.745 INFO kablam! Aug 17 23:42:59.745 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 17 23:42:59.745 INFO kablam! --> src/symtable/symtable32.rs:53:24 Aug 17 23:42:59.745 INFO kablam! | Aug 17 23:42:59.745 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Aug 17 23:42:59.745 INFO kablam! | ^^^^^^^^^^^^^ Aug 17 23:42:59.745 INFO kablam! | Aug 17 23:42:59.745 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 17 23:42:59.746 INFO kablam! = note: for more information, see issue #46043 Aug 17 23:42:59.746 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 17 23:42:59.746 INFO kablam! Aug 17 23:42:59.746 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 17 23:42:59.746 INFO kablam! --> src/symtable/symtable32.rs:80:10 Aug 17 23:42:59.746 INFO kablam! | Aug 17 23:42:59.746 INFO kablam! 80 | #[derive(Clone)] Aug 17 23:42:59.746 INFO kablam! | ^^^^^ Aug 17 23:42:59.746 INFO kablam! | Aug 17 23:42:59.746 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 17 23:42:59.746 INFO kablam! = note: for more information, see issue #46043 Aug 17 23:42:59.746 INFO kablam! Aug 17 23:42:59.746 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 17 23:42:59.746 INFO kablam! --> src/symtable/symtable64.rs:51:23 Aug 17 23:42:59.746 INFO kablam! | Aug 17 23:42:59.746 INFO kablam! 51 | let st_size = data.st_size.clone(); Aug 17 23:42:59.746 INFO kablam! | ^^^^^^^^^^^^ Aug 17 23:42:59.746 INFO kablam! | Aug 17 23:42:59.746 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 17 23:42:59.746 INFO kablam! = note: for more information, see issue #46043 Aug 17 23:42:59.746 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 17 23:42:59.746 INFO kablam! Aug 17 23:42:59.746 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 17 23:42:59.747 INFO kablam! --> src/symtable/symtable64.rs:52:24 Aug 17 23:42:59.747 INFO kablam! | Aug 17 23:42:59.747 INFO kablam! 52 | let st_value = data.st_value.clone(); Aug 17 23:42:59.747 INFO kablam! | ^^^^^^^^^^^^^ Aug 17 23:42:59.747 INFO kablam! | Aug 17 23:42:59.747 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 17 23:42:59.747 INFO kablam! = note: for more information, see issue #46043 Aug 17 23:42:59.747 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 17 23:42:59.747 INFO kablam! Aug 17 23:42:59.748 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 17 23:42:59.748 INFO kablam! --> src/symtable/symtable64.rs:53:24 Aug 17 23:42:59.748 INFO kablam! | Aug 17 23:42:59.748 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Aug 17 23:42:59.748 INFO kablam! | ^^^^^^^^^^^^^ Aug 17 23:42:59.748 INFO kablam! | Aug 17 23:42:59.748 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 17 23:42:59.748 INFO kablam! = note: for more information, see issue #46043 Aug 17 23:42:59.748 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 17 23:42:59.748 INFO kablam! Aug 17 23:42:59.748 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 17 23:42:59.748 INFO kablam! --> src/symtable/symtable64.rs:80:10 Aug 17 23:42:59.748 INFO kablam! | Aug 17 23:42:59.748 INFO kablam! 80 | #[derive(Clone)] Aug 17 23:42:59.748 INFO kablam! | ^^^^^ Aug 17 23:42:59.748 INFO kablam! | Aug 17 23:42:59.748 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 17 23:42:59.748 INFO kablam! = note: for more information, see issue #46043 Aug 17 23:42:59.748 INFO kablam! Aug 17 23:43:00.111 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 17 23:43:00.112 INFO kablam! --> src/symtable/symtable32.rs:51:23 Aug 17 23:43:00.112 INFO kablam! | Aug 17 23:43:00.112 INFO kablam! 51 | let st_size = data.st_size.clone(); Aug 17 23:43:00.112 INFO kablam! | ^^^^^^^^^^^^ Aug 17 23:43:00.112 INFO kablam! | Aug 17 23:43:00.112 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Aug 17 23:43:00.112 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 17 23:43:00.112 INFO kablam! = note: for more information, see issue #46043 Aug 17 23:43:00.112 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 17 23:43:00.112 INFO kablam! Aug 17 23:43:00.114 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 17 23:43:00.114 INFO kablam! --> src/symtable/symtable32.rs:52:24 Aug 17 23:43:00.114 INFO kablam! | Aug 17 23:43:00.114 INFO kablam! 52 | let st_value = data.st_value.clone(); Aug 17 23:43:00.114 INFO kablam! | ^^^^^^^^^^^^^ Aug 17 23:43:00.114 INFO kablam! | Aug 17 23:43:00.114 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 17 23:43:00.114 INFO kablam! = note: for more information, see issue #46043 Aug 17 23:43:00.114 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 17 23:43:00.114 INFO kablam! Aug 17 23:43:00.114 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 17 23:43:00.114 INFO kablam! --> src/symtable/symtable32.rs:53:24 Aug 17 23:43:00.114 INFO kablam! | Aug 17 23:43:00.114 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Aug 17 23:43:00.114 INFO kablam! | ^^^^^^^^^^^^^ Aug 17 23:43:00.114 INFO kablam! | Aug 17 23:43:00.114 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 17 23:43:00.114 INFO kablam! = note: for more information, see issue #46043 Aug 17 23:43:00.114 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 17 23:43:00.114 INFO kablam! Aug 17 23:43:00.114 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 17 23:43:00.114 INFO kablam! --> src/symtable/symtable32.rs:80:10 Aug 17 23:43:00.114 INFO kablam! | Aug 17 23:43:00.114 INFO kablam! 80 | #[derive(Clone)] Aug 17 23:43:00.114 INFO kablam! | ^^^^^ Aug 17 23:43:00.114 INFO kablam! | Aug 17 23:43:00.114 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 17 23:43:00.114 INFO kablam! = note: for more information, see issue #46043 Aug 17 23:43:00.115 INFO kablam! Aug 17 23:43:00.115 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 17 23:43:00.115 INFO kablam! --> src/symtable/symtable64.rs:51:23 Aug 17 23:43:00.115 INFO kablam! | Aug 17 23:43:00.115 INFO kablam! 51 | let st_size = data.st_size.clone(); Aug 17 23:43:00.115 INFO kablam! | ^^^^^^^^^^^^ Aug 17 23:43:00.115 INFO kablam! | Aug 17 23:43:00.115 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 17 23:43:00.115 INFO kablam! = note: for more information, see issue #46043 Aug 17 23:43:00.115 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 17 23:43:00.115 INFO kablam! Aug 17 23:43:00.115 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 17 23:43:00.115 INFO kablam! --> src/symtable/symtable64.rs:52:24 Aug 17 23:43:00.115 INFO kablam! | Aug 17 23:43:00.115 INFO kablam! 52 | let st_value = data.st_value.clone(); Aug 17 23:43:00.115 INFO kablam! | ^^^^^^^^^^^^^ Aug 17 23:43:00.115 INFO kablam! | Aug 17 23:43:00.115 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 17 23:43:00.115 INFO kablam! = note: for more information, see issue #46043 Aug 17 23:43:00.115 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 17 23:43:00.115 INFO kablam! Aug 17 23:43:00.115 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 17 23:43:00.115 INFO kablam! --> src/symtable/symtable64.rs:53:24 Aug 17 23:43:00.115 INFO kablam! | Aug 17 23:43:00.115 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Aug 17 23:43:00.115 INFO kablam! | ^^^^^^^^^^^^^ Aug 17 23:43:00.116 INFO kablam! | Aug 17 23:43:00.116 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 17 23:43:00.116 INFO kablam! = note: for more information, see issue #46043 Aug 17 23:43:00.116 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 17 23:43:00.116 INFO kablam! Aug 17 23:43:00.116 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Aug 17 23:43:00.116 INFO kablam! --> src/symtable/symtable64.rs:80:10 Aug 17 23:43:00.116 INFO kablam! | Aug 17 23:43:00.116 INFO kablam! 80 | #[derive(Clone)] Aug 17 23:43:00.116 INFO kablam! | ^^^^^ Aug 17 23:43:00.116 INFO kablam! | Aug 17 23:43:00.116 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 17 23:43:00.116 INFO kablam! = note: for more information, see issue #46043 Aug 17 23:43:00.116 INFO kablam! Aug 17 23:43:00.297 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.35s Aug 17 23:43:00.302 INFO kablam! su: No module specific data is present Aug 17 23:43:00.898 INFO running `"docker" "rm" "-f" "41a15ce0abdab09d1ec825eb259fbb2dafb413c7289b71c63ac61dd8a3d9384a"` Aug 17 23:43:01.039 INFO blam! 41a15ce0abdab09d1ec825eb259fbb2dafb413c7289b71c63ac61dd8a3d9384a