Nov 03 09:03:41.334 INFO checking elrond-1.0.0 against master#f6e9a6e41cd9b1fb687e296b5a6d4c6ad399f862 for pr-55517 Nov 03 09:03:41.335 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55517/worker-4/master#f6e9a6e41cd9b1fb687e296b5a6d4c6ad399f862:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55517/master#f6e9a6e41cd9b1fb687e296b5a6d4c6ad399f862:/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 +f6e9a6e41cd9b1fb687e296b5a6d4c6ad399f862-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"` Nov 03 09:03:41.607 INFO blam! ada66a7a3e15602f869660e3b06441f5af08861e7840da3baaf699864aced2e4 Nov 03 09:03:41.610 INFO running `"docker" "start" "-a" "ada66a7a3e15602f869660e3b06441f5af08861e7840da3baaf699864aced2e4"` Nov 03 09:03:42.217 INFO kablam! usermod: no changes Nov 03 09:03:42.316 INFO kablam! Checking elrond v1.0.0 (/source) Nov 03 09:03:46.192 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 03 09:03:46.192 INFO kablam! --> src/symtable/symtable32.rs:51:23 Nov 03 09:03:46.192 INFO kablam! | Nov 03 09:03:46.192 INFO kablam! 51 | let st_size = data.st_size.clone(); Nov 03 09:03:46.192 INFO kablam! | ^^^^^^^^^^^^ Nov 03 09:03:46.192 INFO kablam! | Nov 03 09:03:46.192 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Nov 03 09:03:46.192 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! Nov 03 09:03:46.192 INFO kablam! = note: for more information, see issue #46043 Nov 03 09:03:46.192 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Nov 03 09:03:46.192 INFO kablam! Nov 03 09:03:46.192 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 03 09:03:46.192 INFO kablam! --> src/symtable/symtable32.rs:52:24 Nov 03 09:03:46.192 INFO kablam! | Nov 03 09:03:46.192 INFO kablam! 52 | let st_value = data.st_value.clone(); Nov 03 09:03:46.192 INFO kablam! | ^^^^^^^^^^^^^ Nov 03 09:03:46.192 INFO kablam! | Nov 03 09:03:46.192 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! Nov 03 09:03:46.192 INFO kablam! = note: for more information, see issue #46043 Nov 03 09:03:46.192 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Nov 03 09:03:46.192 INFO kablam! Nov 03 09:03:46.192 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 03 09:03:46.192 INFO kablam! --> src/symtable/symtable32.rs:53:24 Nov 03 09:03:46.192 INFO kablam! | Nov 03 09:03:46.192 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Nov 03 09:03:46.192 INFO kablam! | ^^^^^^^^^^^^^ Nov 03 09:03:46.192 INFO kablam! | Nov 03 09:03:46.192 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! Nov 03 09:03:46.192 INFO kablam! = note: for more information, see issue #46043 Nov 03 09:03:46.192 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Nov 03 09:03:46.192 INFO kablam! Nov 03 09:03:46.192 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Nov 03 09:03:46.192 INFO kablam! --> src/symtable/symtable32.rs:80:10 Nov 03 09:03:46.192 INFO kablam! | Nov 03 09:03:46.192 INFO kablam! 80 | #[derive(Clone)] Nov 03 09:03:46.192 INFO kablam! | ^^^^^ Nov 03 09:03:46.192 INFO kablam! | Nov 03 09:03:46.192 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! Nov 03 09:03:46.192 INFO kablam! = note: for more information, see issue #46043 Nov 03 09:03:46.193 INFO kablam! Nov 03 09:03:46.193 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 03 09:03:46.193 INFO kablam! --> src/symtable/symtable64.rs:51:23 Nov 03 09:03:46.193 INFO kablam! | Nov 03 09:03:46.193 INFO kablam! 51 | let st_size = data.st_size.clone(); Nov 03 09:03:46.193 INFO kablam! | ^^^^^^^^^^^^ Nov 03 09:03:46.193 INFO kablam! | Nov 03 09:03:46.193 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! Nov 03 09:03:46.193 INFO kablam! = note: for more information, see issue #46043 Nov 03 09:03:46.193 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Nov 03 09:03:46.193 INFO kablam! Nov 03 09:03:46.193 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 03 09:03:46.193 INFO kablam! --> src/symtable/symtable64.rs:52:24 Nov 03 09:03:46.193 INFO kablam! | Nov 03 09:03:46.193 INFO kablam! 52 | let st_value = data.st_value.clone(); Nov 03 09:03:46.193 INFO kablam! | ^^^^^^^^^^^^^ Nov 03 09:03:46.193 INFO kablam! | Nov 03 09:03:46.193 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! Nov 03 09:03:46.193 INFO kablam! = note: for more information, see issue #46043 Nov 03 09:03:46.193 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Nov 03 09:03:46.193 INFO kablam! Nov 03 09:03:46.193 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 03 09:03:46.193 INFO kablam! --> src/symtable/symtable64.rs:53:24 Nov 03 09:03:46.193 INFO kablam! | Nov 03 09:03:46.193 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Nov 03 09:03:46.193 INFO kablam! | ^^^^^^^^^^^^^ Nov 03 09:03:46.193 INFO kablam! | Nov 03 09:03:46.193 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! Nov 03 09:03:46.193 INFO kablam! = note: for more information, see issue #46043 Nov 03 09:03:46.193 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Nov 03 09:03:46.193 INFO kablam! Nov 03 09:03:46.193 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Nov 03 09:03:46.193 INFO kablam! --> src/symtable/symtable64.rs:80:10 Nov 03 09:03:46.193 INFO kablam! | Nov 03 09:03:46.193 INFO kablam! 80 | #[derive(Clone)] Nov 03 09:03:46.193 INFO kablam! | ^^^^^ Nov 03 09:03:46.193 INFO kablam! | Nov 03 09:03:46.193 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! Nov 03 09:03:46.193 INFO kablam! = note: for more information, see issue #46043 Nov 03 09:03:46.193 INFO kablam! Nov 03 09:03:46.625 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 03 09:03:46.625 INFO kablam! --> src/symtable/symtable32.rs:51:23 Nov 03 09:03:46.625 INFO kablam! | Nov 03 09:03:46.625 INFO kablam! 51 | let st_size = data.st_size.clone(); Nov 03 09:03:46.625 INFO kablam! | ^^^^^^^^^^^^ Nov 03 09:03:46.625 INFO kablam! | Nov 03 09:03:46.625 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Nov 03 09:03:46.625 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! Nov 03 09:03:46.625 INFO kablam! = note: for more information, see issue #46043 Nov 03 09:03:46.625 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Nov 03 09:03:46.625 INFO kablam! Nov 03 09:03:46.625 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 03 09:03:46.625 INFO kablam! --> src/symtable/symtable32.rs:52:24 Nov 03 09:03:46.625 INFO kablam! | Nov 03 09:03:46.625 INFO kablam! 52 | let st_value = data.st_value.clone(); Nov 03 09:03:46.625 INFO kablam! | ^^^^^^^^^^^^^ Nov 03 09:03:46.625 INFO kablam! | Nov 03 09:03:46.625 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! Nov 03 09:03:46.626 INFO kablam! = note: for more information, see issue #46043 Nov 03 09:03:46.626 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Nov 03 09:03:46.626 INFO kablam! Nov 03 09:03:46.626 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 03 09:03:46.626 INFO kablam! --> src/symtable/symtable32.rs:53:24 Nov 03 09:03:46.626 INFO kablam! | Nov 03 09:03:46.626 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Nov 03 09:03:46.626 INFO kablam! | ^^^^^^^^^^^^^ Nov 03 09:03:46.626 INFO kablam! | Nov 03 09:03:46.626 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! Nov 03 09:03:46.626 INFO kablam! = note: for more information, see issue #46043 Nov 03 09:03:46.626 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Nov 03 09:03:46.626 INFO kablam! Nov 03 09:03:46.626 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Nov 03 09:03:46.626 INFO kablam! --> src/symtable/symtable32.rs:80:10 Nov 03 09:03:46.626 INFO kablam! | Nov 03 09:03:46.626 INFO kablam! 80 | #[derive(Clone)] Nov 03 09:03:46.626 INFO kablam! | ^^^^^ Nov 03 09:03:46.626 INFO kablam! | Nov 03 09:03:46.626 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! Nov 03 09:03:46.626 INFO kablam! = note: for more information, see issue #46043 Nov 03 09:03:46.626 INFO kablam! Nov 03 09:03:46.626 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 03 09:03:46.626 INFO kablam! --> src/symtable/symtable64.rs:51:23 Nov 03 09:03:46.627 INFO kablam! | Nov 03 09:03:46.627 INFO kablam! 51 | let st_size = data.st_size.clone(); Nov 03 09:03:46.627 INFO kablam! | ^^^^^^^^^^^^ Nov 03 09:03:46.627 INFO kablam! | Nov 03 09:03:46.627 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! Nov 03 09:03:46.627 INFO kablam! = note: for more information, see issue #46043 Nov 03 09:03:46.627 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Nov 03 09:03:46.627 INFO kablam! Nov 03 09:03:46.627 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 03 09:03:46.627 INFO kablam! --> src/symtable/symtable64.rs:52:24 Nov 03 09:03:46.627 INFO kablam! | Nov 03 09:03:46.627 INFO kablam! 52 | let st_value = data.st_value.clone(); Nov 03 09:03:46.627 INFO kablam! | ^^^^^^^^^^^^^ Nov 03 09:03:46.627 INFO kablam! | Nov 03 09:03:46.627 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! Nov 03 09:03:46.627 INFO kablam! = note: for more information, see issue #46043 Nov 03 09:03:46.627 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Nov 03 09:03:46.627 INFO kablam! Nov 03 09:03:46.627 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 03 09:03:46.627 INFO kablam! --> src/symtable/symtable64.rs:53:24 Nov 03 09:03:46.627 INFO kablam! | Nov 03 09:03:46.627 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Nov 03 09:03:46.627 INFO kablam! | ^^^^^^^^^^^^^ Nov 03 09:03:46.627 INFO kablam! | Nov 03 09:03:46.627 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! Nov 03 09:03:46.628 INFO kablam! = note: for more information, see issue #46043 Nov 03 09:03:46.628 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Nov 03 09:03:46.628 INFO kablam! Nov 03 09:03:46.628 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Nov 03 09:03:46.628 INFO kablam! --> src/symtable/symtable64.rs:80:10 Nov 03 09:03:46.628 INFO kablam! | Nov 03 09:03:46.628 INFO kablam! 80 | #[derive(Clone)] Nov 03 09:03:46.628 INFO kablam! | ^^^^^ Nov 03 09:03:46.628 INFO kablam! | Nov 03 09:03:46.628 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! Nov 03 09:03:46.628 INFO kablam! = note: for more information, see issue #46043 Nov 03 09:03:46.628 INFO kablam! Nov 03 09:03:46.742 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.47s Nov 03 09:03:46.742 INFO kablam! su: No module specific data is present Nov 03 09:03:47.295 INFO running `"docker" "rm" "-f" "ada66a7a3e15602f869660e3b06441f5af08861e7840da3baaf699864aced2e4"` Nov 03 09:03:47.431 INFO blam! ada66a7a3e15602f869660e3b06441f5af08861e7840da3baaf699864aced2e4