Oct 27 22:49:06.275 INFO checking elrond-1.0.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 22:49:06.275 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 22:49:06.673 INFO blam! 261dbe1ee55e2322051091dda6b6779edae5303498e13ec191f815c4f21431bc Oct 27 22:49:06.681 INFO running `"docker" "start" "-a" "261dbe1ee55e2322051091dda6b6779edae5303498e13ec191f815c4f21431bc"` Oct 27 22:49:07.638 INFO kablam! usermod: no changes Oct 27 22:49:07.706 INFO kablam! Checking elrond v1.0.0 (/source) Oct 27 22:49:10.596 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 22:49:10.596 INFO kablam! --> src/symtable/symtable32.rs:51:23 Oct 27 22:49:10.596 INFO kablam! | Oct 27 22:49:10.596 INFO kablam! 51 | let st_size = data.st_size.clone(); Oct 27 22:49:10.596 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:49:10.596 INFO kablam! | Oct 27 22:49:10.596 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 27 22:49:10.596 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! Oct 27 22:49:10.596 INFO kablam! = note: for more information, see issue #46043 Oct 27 22:49:10.596 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 22:49:10.596 INFO kablam! Oct 27 22:49:10.596 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 22:49:10.596 INFO kablam! --> src/symtable/symtable32.rs:52:24 Oct 27 22:49:10.596 INFO kablam! | Oct 27 22:49:10.596 INFO kablam! 52 | let st_value = data.st_value.clone(); Oct 27 22:49:10.596 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 22:49:10.596 INFO kablam! | Oct 27 22:49:10.596 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! Oct 27 22:49:10.596 INFO kablam! = note: for more information, see issue #46043 Oct 27 22:49:10.596 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 22:49:10.596 INFO kablam! Oct 27 22:49:10.596 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 22:49:10.596 INFO kablam! --> src/symtable/symtable32.rs:53:24 Oct 27 22:49:10.596 INFO kablam! | Oct 27 22:49:10.596 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Oct 27 22:49:10.596 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 22:49:10.596 INFO kablam! | Oct 27 22:49:10.596 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! Oct 27 22:49:10.596 INFO kablam! = note: for more information, see issue #46043 Oct 27 22:49:10.596 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 22:49:10.596 INFO kablam! Oct 27 22:49:10.596 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 27 22:49:10.596 INFO kablam! --> src/symtable/symtable32.rs:80:10 Oct 27 22:49:10.596 INFO kablam! | Oct 27 22:49:10.596 INFO kablam! 80 | #[derive(Clone)] Oct 27 22:49:10.596 INFO kablam! | ^^^^^ Oct 27 22:49:10.596 INFO kablam! | Oct 27 22:49:10.596 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! Oct 27 22:49:10.596 INFO kablam! = note: for more information, see issue #46043 Oct 27 22:49:10.596 INFO kablam! Oct 27 22:49:10.596 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 22:49:10.596 INFO kablam! --> src/symtable/symtable64.rs:51:23 Oct 27 22:49:10.596 INFO kablam! | Oct 27 22:49:10.596 INFO kablam! 51 | let st_size = data.st_size.clone(); Oct 27 22:49:10.596 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:49:10.596 INFO kablam! | Oct 27 22:49:10.596 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! Oct 27 22:49:10.596 INFO kablam! = note: for more information, see issue #46043 Oct 27 22:49:10.596 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 22:49:10.596 INFO kablam! Oct 27 22:49:10.596 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 22:49:10.596 INFO kablam! --> src/symtable/symtable64.rs:52:24 Oct 27 22:49:10.597 INFO kablam! | Oct 27 22:49:10.597 INFO kablam! 52 | let st_value = data.st_value.clone(); Oct 27 22:49:10.597 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 22:49:10.597 INFO kablam! | Oct 27 22:49:10.597 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! Oct 27 22:49:10.597 INFO kablam! = note: for more information, see issue #46043 Oct 27 22:49:10.597 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 22:49:10.597 INFO kablam! Oct 27 22:49:10.597 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 22:49:10.597 INFO kablam! --> src/symtable/symtable64.rs:53:24 Oct 27 22:49:10.597 INFO kablam! | Oct 27 22:49:10.597 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Oct 27 22:49:10.597 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 22:49:10.597 INFO kablam! | Oct 27 22:49:10.597 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! Oct 27 22:49:10.597 INFO kablam! = note: for more information, see issue #46043 Oct 27 22:49:10.597 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 22:49:10.597 INFO kablam! Oct 27 22:49:10.597 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 27 22:49:10.597 INFO kablam! --> src/symtable/symtable64.rs:80:10 Oct 27 22:49:10.597 INFO kablam! | Oct 27 22:49:10.597 INFO kablam! 80 | #[derive(Clone)] Oct 27 22:49:10.597 INFO kablam! | ^^^^^ Oct 27 22:49:10.597 INFO kablam! | Oct 27 22:49:10.597 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! Oct 27 22:49:10.597 INFO kablam! = note: for more information, see issue #46043 Oct 27 22:49:10.597 INFO kablam! Oct 27 22:49:10.891 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 22:49:10.891 INFO kablam! --> src/symtable/symtable32.rs:51:23 Oct 27 22:49:10.891 INFO kablam! | Oct 27 22:49:10.891 INFO kablam! 51 | let st_size = data.st_size.clone(); Oct 27 22:49:10.891 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:49:10.891 INFO kablam! | Oct 27 22:49:10.891 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 27 22:49:10.891 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! Oct 27 22:49:10.891 INFO kablam! = note: for more information, see issue #46043 Oct 27 22:49:10.891 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 22:49:10.891 INFO kablam! Oct 27 22:49:10.891 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 22:49:10.891 INFO kablam! --> src/symtable/symtable32.rs:52:24 Oct 27 22:49:10.891 INFO kablam! | Oct 27 22:49:10.891 INFO kablam! 52 | let st_value = data.st_value.clone(); Oct 27 22:49:10.891 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 22:49:10.891 INFO kablam! | Oct 27 22:49:10.891 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! Oct 27 22:49:10.891 INFO kablam! = note: for more information, see issue #46043 Oct 27 22:49:10.891 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 22:49:10.891 INFO kablam! Oct 27 22:49:10.891 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 22:49:10.891 INFO kablam! --> src/symtable/symtable32.rs:53:24 Oct 27 22:49:10.891 INFO kablam! | Oct 27 22:49:10.891 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Oct 27 22:49:10.891 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 22:49:10.891 INFO kablam! | Oct 27 22:49:10.891 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! Oct 27 22:49:10.891 INFO kablam! = note: for more information, see issue #46043 Oct 27 22:49:10.891 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 22:49:10.891 INFO kablam! Oct 27 22:49:10.891 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 27 22:49:10.891 INFO kablam! --> src/symtable/symtable32.rs:80:10 Oct 27 22:49:10.891 INFO kablam! | Oct 27 22:49:10.891 INFO kablam! 80 | #[derive(Clone)] Oct 27 22:49:10.891 INFO kablam! | ^^^^^ Oct 27 22:49:10.891 INFO kablam! | Oct 27 22:49:10.891 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! Oct 27 22:49:10.891 INFO kablam! = note: for more information, see issue #46043 Oct 27 22:49:10.891 INFO kablam! Oct 27 22:49:10.892 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 22:49:10.892 INFO kablam! --> src/symtable/symtable64.rs:51:23 Oct 27 22:49:10.892 INFO kablam! | Oct 27 22:49:10.892 INFO kablam! 51 | let st_size = data.st_size.clone(); Oct 27 22:49:10.892 INFO kablam! | ^^^^^^^^^^^^ Oct 27 22:49:10.892 INFO kablam! | Oct 27 22:49:10.892 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! Oct 27 22:49:10.892 INFO kablam! = note: for more information, see issue #46043 Oct 27 22:49:10.892 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 22:49:10.892 INFO kablam! Oct 27 22:49:10.892 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 22:49:10.892 INFO kablam! --> src/symtable/symtable64.rs:52:24 Oct 27 22:49:10.892 INFO kablam! | Oct 27 22:49:10.892 INFO kablam! 52 | let st_value = data.st_value.clone(); Oct 27 22:49:10.892 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 22:49:10.892 INFO kablam! | Oct 27 22:49:10.892 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! Oct 27 22:49:10.892 INFO kablam! = note: for more information, see issue #46043 Oct 27 22:49:10.892 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 22:49:10.892 INFO kablam! Oct 27 22:49:10.892 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 27 22:49:10.892 INFO kablam! --> src/symtable/symtable64.rs:53:24 Oct 27 22:49:10.892 INFO kablam! | Oct 27 22:49:10.892 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Oct 27 22:49:10.892 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 22:49:10.892 INFO kablam! | Oct 27 22:49:10.892 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! Oct 27 22:49:10.892 INFO kablam! = note: for more information, see issue #46043 Oct 27 22:49:10.892 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Oct 27 22:49:10.892 INFO kablam! Oct 27 22:49:10.892 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 27 22:49:10.892 INFO kablam! --> src/symtable/symtable64.rs:80:10 Oct 27 22:49:10.892 INFO kablam! | Oct 27 22:49:10.892 INFO kablam! 80 | #[derive(Clone)] Oct 27 22:49:10.892 INFO kablam! | ^^^^^ Oct 27 22:49:10.892 INFO kablam! | Oct 27 22:49:10.892 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! Oct 27 22:49:10.892 INFO kablam! = note: for more information, see issue #46043 Oct 27 22:49:10.892 INFO kablam! Oct 27 22:49:10.999 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.34s Oct 27 22:49:11.003 INFO kablam! su: No module specific data is present Oct 27 22:49:11.597 INFO running `"docker" "rm" "-f" "261dbe1ee55e2322051091dda6b6779edae5303498e13ec191f815c4f21431bc"` Oct 27 22:49:11.999 INFO blam! 261dbe1ee55e2322051091dda6b6779edae5303498e13ec191f815c4f21431bc