Oct 13 15:43:49.920 INFO checking elrond-1.0.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 15:43:49.921 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 15:43:50.518 INFO blam! 172414d1ca38597dea668df08d5fe8a4b4aab57352726ee7847cfd6806b15c0c Oct 13 15:43:50.524 INFO running `"docker" "start" "-a" "172414d1ca38597dea668df08d5fe8a4b4aab57352726ee7847cfd6806b15c0c"` Oct 13 15:43:51.595 INFO kablam! usermod: no changes Oct 13 15:43:51.669 INFO kablam! Checking elrond v1.0.0 (/source) Oct 13 15:43:54.864 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 15:43:54.864 INFO kablam! --> src/symtable/symtable32.rs:51:23 Oct 13 15:43:54.864 INFO kablam! | Oct 13 15:43:54.864 INFO kablam! 51 | let st_size = data.st_size.clone(); Oct 13 15:43:54.864 INFO kablam! | ^^^^^^^^^^^^ Oct 13 15:43:54.864 INFO kablam! | Oct 13 15:43:54.864 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 13 15:43:54.864 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 13 15:43:54.864 INFO kablam! = note: for more information, see issue #46043 Oct 13 15:43:54.865 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 13 15:43:54.865 INFO kablam! Oct 13 15:43:54.865 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 15:43:54.865 INFO kablam! --> src/symtable/symtable32.rs:52:24 Oct 13 15:43:54.865 INFO kablam! | Oct 13 15:43:54.865 INFO kablam! 52 | let st_value = data.st_value.clone(); Oct 13 15:43:54.865 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 15:43:54.865 INFO kablam! | Oct 13 15:43:54.865 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 13 15:43:54.865 INFO kablam! = note: for more information, see issue #46043 Oct 13 15:43:54.865 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 13 15:43:54.865 INFO kablam! Oct 13 15:43:54.868 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 15:43:54.868 INFO kablam! --> src/symtable/symtable32.rs:53:24 Oct 13 15:43:54.868 INFO kablam! | Oct 13 15:43:54.868 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Oct 13 15:43:54.868 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 15:43:54.868 INFO kablam! | Oct 13 15:43:54.868 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 13 15:43:54.869 INFO kablam! = note: for more information, see issue #46043 Oct 13 15:43:54.869 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 13 15:43:54.869 INFO kablam! Oct 13 15:43:54.869 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 13 15:43:54.869 INFO kablam! --> src/symtable/symtable32.rs:80:10 Oct 13 15:43:54.869 INFO kablam! | Oct 13 15:43:54.869 INFO kablam! 80 | #[derive(Clone)] Oct 13 15:43:54.869 INFO kablam! | ^^^^^ Oct 13 15:43:54.869 INFO kablam! | Oct 13 15:43:54.869 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 13 15:43:54.869 INFO kablam! = note: for more information, see issue #46043 Oct 13 15:43:54.869 INFO kablam! Oct 13 15:43:54.869 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 15:43:54.869 INFO kablam! --> src/symtable/symtable64.rs:51:23 Oct 13 15:43:54.869 INFO kablam! | Oct 13 15:43:54.869 INFO kablam! 51 | let st_size = data.st_size.clone(); Oct 13 15:43:54.869 INFO kablam! | ^^^^^^^^^^^^ Oct 13 15:43:54.869 INFO kablam! | Oct 13 15:43:54.869 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 13 15:43:54.869 INFO kablam! = note: for more information, see issue #46043 Oct 13 15:43:54.869 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 13 15:43:54.869 INFO kablam! Oct 13 15:43:54.869 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 15:43:54.869 INFO kablam! --> src/symtable/symtable64.rs:52:24 Oct 13 15:43:54.869 INFO kablam! | Oct 13 15:43:54.869 INFO kablam! 52 | let st_value = data.st_value.clone(); Oct 13 15:43:54.869 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 15:43:54.869 INFO kablam! | Oct 13 15:43:54.869 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 13 15:43:54.869 INFO kablam! = note: for more information, see issue #46043 Oct 13 15:43:54.869 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 13 15:43:54.869 INFO kablam! Oct 13 15:43:54.869 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 15:43:54.869 INFO kablam! --> src/symtable/symtable64.rs:53:24 Oct 13 15:43:54.869 INFO kablam! | Oct 13 15:43:54.869 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Oct 13 15:43:54.869 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 15:43:54.869 INFO kablam! | Oct 13 15:43:54.869 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 13 15:43:54.869 INFO kablam! = note: for more information, see issue #46043 Oct 13 15:43:54.869 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 13 15:43:54.869 INFO kablam! Oct 13 15:43:54.869 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 13 15:43:54.869 INFO kablam! --> src/symtable/symtable64.rs:80:10 Oct 13 15:43:54.869 INFO kablam! | Oct 13 15:43:54.869 INFO kablam! 80 | #[derive(Clone)] Oct 13 15:43:54.869 INFO kablam! | ^^^^^ Oct 13 15:43:54.869 INFO kablam! | Oct 13 15:43:54.869 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 13 15:43:54.869 INFO kablam! = note: for more information, see issue #46043 Oct 13 15:43:54.869 INFO kablam! Oct 13 15:43:55.136 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 15:43:55.137 INFO kablam! --> src/symtable/symtable32.rs:51:23 Oct 13 15:43:55.137 INFO kablam! | Oct 13 15:43:55.137 INFO kablam! 51 | let st_size = data.st_size.clone(); Oct 13 15:43:55.137 INFO kablam! | ^^^^^^^^^^^^ Oct 13 15:43:55.137 INFO kablam! | Oct 13 15:43:55.137 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Oct 13 15:43:55.137 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 13 15:43:55.137 INFO kablam! = note: for more information, see issue #46043 Oct 13 15:43:55.137 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 13 15:43:55.137 INFO kablam! Oct 13 15:43:55.137 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 15:43:55.137 INFO kablam! --> src/symtable/symtable32.rs:52:24 Oct 13 15:43:55.137 INFO kablam! | Oct 13 15:43:55.137 INFO kablam! 52 | let st_value = data.st_value.clone(); Oct 13 15:43:55.137 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 15:43:55.137 INFO kablam! | Oct 13 15:43:55.137 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 13 15:43:55.137 INFO kablam! = note: for more information, see issue #46043 Oct 13 15:43:55.137 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 13 15:43:55.137 INFO kablam! Oct 13 15:43:55.137 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 15:43:55.137 INFO kablam! --> src/symtable/symtable32.rs:53:24 Oct 13 15:43:55.137 INFO kablam! | Oct 13 15:43:55.137 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Oct 13 15:43:55.137 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 15:43:55.137 INFO kablam! | Oct 13 15:43:55.137 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 13 15:43:55.137 INFO kablam! = note: for more information, see issue #46043 Oct 13 15:43:55.137 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 13 15:43:55.137 INFO kablam! Oct 13 15:43:55.137 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 13 15:43:55.137 INFO kablam! --> src/symtable/symtable32.rs:80:10 Oct 13 15:43:55.137 INFO kablam! | Oct 13 15:43:55.137 INFO kablam! 80 | #[derive(Clone)] Oct 13 15:43:55.137 INFO kablam! | ^^^^^ Oct 13 15:43:55.137 INFO kablam! | Oct 13 15:43:55.137 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 13 15:43:55.137 INFO kablam! = note: for more information, see issue #46043 Oct 13 15:43:55.137 INFO kablam! Oct 13 15:43:55.137 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 15:43:55.137 INFO kablam! --> src/symtable/symtable64.rs:51:23 Oct 13 15:43:55.137 INFO kablam! | Oct 13 15:43:55.137 INFO kablam! 51 | let st_size = data.st_size.clone(); Oct 13 15:43:55.137 INFO kablam! | ^^^^^^^^^^^^ Oct 13 15:43:55.137 INFO kablam! | Oct 13 15:43:55.137 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 13 15:43:55.137 INFO kablam! = note: for more information, see issue #46043 Oct 13 15:43:55.137 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 13 15:43:55.137 INFO kablam! Oct 13 15:43:55.137 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 15:43:55.137 INFO kablam! --> src/symtable/symtable64.rs:52:24 Oct 13 15:43:55.137 INFO kablam! | Oct 13 15:43:55.137 INFO kablam! 52 | let st_value = data.st_value.clone(); Oct 13 15:43:55.137 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 15:43:55.137 INFO kablam! | Oct 13 15:43:55.137 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 13 15:43:55.137 INFO kablam! = note: for more information, see issue #46043 Oct 13 15:43:55.137 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 13 15:43:55.137 INFO kablam! Oct 13 15:43:55.137 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Oct 13 15:43:55.137 INFO kablam! --> src/symtable/symtable64.rs:53:24 Oct 13 15:43:55.137 INFO kablam! | Oct 13 15:43:55.137 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Oct 13 15:43:55.137 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 15:43:55.137 INFO kablam! | Oct 13 15:43:55.137 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 13 15:43:55.137 INFO kablam! = note: for more information, see issue #46043 Oct 13 15:43:55.137 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 13 15:43:55.137 INFO kablam! Oct 13 15:43:55.137 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Oct 13 15:43:55.137 INFO kablam! --> src/symtable/symtable64.rs:80:10 Oct 13 15:43:55.137 INFO kablam! | Oct 13 15:43:55.137 INFO kablam! 80 | #[derive(Clone)] Oct 13 15:43:55.137 INFO kablam! | ^^^^^ Oct 13 15:43:55.137 INFO kablam! | Oct 13 15:43:55.137 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 13 15:43:55.137 INFO kablam! = note: for more information, see issue #46043 Oct 13 15:43:55.137 INFO kablam! Oct 13 15:43:55.244 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.61s Oct 13 15:43:55.252 INFO kablam! su: No module specific data is present Oct 13 15:43:56.009 INFO running `"docker" "rm" "-f" "172414d1ca38597dea668df08d5fe8a4b4aab57352726ee7847cfd6806b15c0c"` Oct 13 15:43:56.268 INFO blam! 172414d1ca38597dea668df08d5fe8a4b4aab57352726ee7847cfd6806b15c0c