Nov 07 15:41:43.907 INFO checking elrond-1.0.0 against master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings for pr-55687 Nov 07 15:41:43.907 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55687/worker-0/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55687/master#24e66c28980442a48d9458f1a4f9b76cc722dc8a+rustflags=-Dduplicate_associated_type_bindings:/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 +24e66c28980442a48d9458f1a4f9b76cc722dc8a-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dduplicate_associated_type_bindings" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 07 15:41:44.065 INFO blam! e0c3898781311f044e70ca5d0080ff8f66cd6a97a37bf8cc9ba196b2b150409d Nov 07 15:41:44.066 INFO running `"docker" "start" "-a" "e0c3898781311f044e70ca5d0080ff8f66cd6a97a37bf8cc9ba196b2b150409d"` Nov 07 15:41:44.497 INFO kablam! usermod: no changes Nov 07 15:41:44.530 INFO kablam! Checking nom v3.2.1 Nov 07 15:41:47.237 INFO kablam! Checking elrond v1.0.0 (/source) Nov 07 15:41:50.481 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 07 15:41:50.481 INFO kablam! --> src/symtable/symtable32.rs:51:23 Nov 07 15:41:50.481 INFO kablam! | Nov 07 15:41:50.481 INFO kablam! 51 | let st_size = data.st_size.clone(); Nov 07 15:41:50.481 INFO kablam! | ^^^^^^^^^^^^ Nov 07 15:41:50.481 INFO kablam! | Nov 07 15:41:50.481 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Nov 07 15:41:50.481 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 07 15:41:50.481 INFO kablam! = note: for more information, see issue #46043 Nov 07 15:41:50.481 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 07 15:41:50.481 INFO kablam! Nov 07 15:41:50.481 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 07 15:41:50.481 INFO kablam! --> src/symtable/symtable32.rs:52:24 Nov 07 15:41:50.481 INFO kablam! | Nov 07 15:41:50.481 INFO kablam! 52 | let st_value = data.st_value.clone(); Nov 07 15:41:50.481 INFO kablam! | ^^^^^^^^^^^^^ Nov 07 15:41:50.481 INFO kablam! | Nov 07 15:41:50.481 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 07 15:41:50.482 INFO kablam! = note: for more information, see issue #46043 Nov 07 15:41:50.482 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 07 15:41:50.482 INFO kablam! Nov 07 15:41:50.482 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 07 15:41:50.482 INFO kablam! --> src/symtable/symtable32.rs:53:24 Nov 07 15:41:50.482 INFO kablam! | Nov 07 15:41:50.482 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Nov 07 15:41:50.482 INFO kablam! | ^^^^^^^^^^^^^ Nov 07 15:41:50.482 INFO kablam! | Nov 07 15:41:50.482 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 07 15:41:50.482 INFO kablam! = note: for more information, see issue #46043 Nov 07 15:41:50.482 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 07 15:41:50.482 INFO kablam! Nov 07 15:41:50.482 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Nov 07 15:41:50.482 INFO kablam! --> src/symtable/symtable32.rs:80:10 Nov 07 15:41:50.482 INFO kablam! | Nov 07 15:41:50.482 INFO kablam! 80 | #[derive(Clone)] Nov 07 15:41:50.482 INFO kablam! | ^^^^^ Nov 07 15:41:50.482 INFO kablam! | Nov 07 15:41:50.482 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 07 15:41:50.482 INFO kablam! = note: for more information, see issue #46043 Nov 07 15:41:50.482 INFO kablam! Nov 07 15:41:50.482 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 07 15:41:50.482 INFO kablam! --> src/symtable/symtable64.rs:51:23 Nov 07 15:41:50.483 INFO kablam! | Nov 07 15:41:50.483 INFO kablam! 51 | let st_size = data.st_size.clone(); Nov 07 15:41:50.483 INFO kablam! | ^^^^^^^^^^^^ Nov 07 15:41:50.483 INFO kablam! | Nov 07 15:41:50.483 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 07 15:41:50.483 INFO kablam! = note: for more information, see issue #46043 Nov 07 15:41:50.483 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 07 15:41:50.483 INFO kablam! Nov 07 15:41:50.483 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 07 15:41:50.483 INFO kablam! --> src/symtable/symtable64.rs:52:24 Nov 07 15:41:50.483 INFO kablam! | Nov 07 15:41:50.483 INFO kablam! 52 | let st_value = data.st_value.clone(); Nov 07 15:41:50.483 INFO kablam! | ^^^^^^^^^^^^^ Nov 07 15:41:50.483 INFO kablam! | Nov 07 15:41:50.483 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 07 15:41:50.483 INFO kablam! = note: for more information, see issue #46043 Nov 07 15:41:50.483 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 07 15:41:50.483 INFO kablam! Nov 07 15:41:50.483 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 07 15:41:50.483 INFO kablam! --> src/symtable/symtable64.rs:53:24 Nov 07 15:41:50.483 INFO kablam! | Nov 07 15:41:50.483 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Nov 07 15:41:50.483 INFO kablam! | ^^^^^^^^^^^^^ Nov 07 15:41:50.484 INFO kablam! | Nov 07 15:41:50.484 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 07 15:41:50.484 INFO kablam! = note: for more information, see issue #46043 Nov 07 15:41:50.484 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 07 15:41:50.484 INFO kablam! Nov 07 15:41:50.484 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Nov 07 15:41:50.484 INFO kablam! --> src/symtable/symtable64.rs:80:10 Nov 07 15:41:50.484 INFO kablam! | Nov 07 15:41:50.484 INFO kablam! 80 | #[derive(Clone)] Nov 07 15:41:50.484 INFO kablam! | ^^^^^ Nov 07 15:41:50.484 INFO kablam! | Nov 07 15:41:50.484 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 07 15:41:50.484 INFO kablam! = note: for more information, see issue #46043 Nov 07 15:41:50.484 INFO kablam! Nov 07 15:41:50.844 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 07 15:41:50.844 INFO kablam! --> src/symtable/symtable32.rs:51:23 Nov 07 15:41:50.844 INFO kablam! | Nov 07 15:41:50.844 INFO kablam! 51 | let st_size = data.st_size.clone(); Nov 07 15:41:50.844 INFO kablam! | ^^^^^^^^^^^^ Nov 07 15:41:50.844 INFO kablam! | Nov 07 15:41:50.844 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Nov 07 15:41:50.844 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 07 15:41:50.844 INFO kablam! = note: for more information, see issue #46043 Nov 07 15:41:50.844 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 07 15:41:50.844 INFO kablam! Nov 07 15:41:50.844 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 07 15:41:50.844 INFO kablam! --> src/symtable/symtable32.rs:52:24 Nov 07 15:41:50.844 INFO kablam! | Nov 07 15:41:50.844 INFO kablam! 52 | let st_value = data.st_value.clone(); Nov 07 15:41:50.844 INFO kablam! | ^^^^^^^^^^^^^ Nov 07 15:41:50.844 INFO kablam! | Nov 07 15:41:50.844 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 07 15:41:50.844 INFO kablam! = note: for more information, see issue #46043 Nov 07 15:41:50.845 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 07 15:41:50.845 INFO kablam! Nov 07 15:41:50.845 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 07 15:41:50.845 INFO kablam! --> src/symtable/symtable32.rs:53:24 Nov 07 15:41:50.845 INFO kablam! | Nov 07 15:41:50.845 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Nov 07 15:41:50.845 INFO kablam! | ^^^^^^^^^^^^^ Nov 07 15:41:50.845 INFO kablam! | Nov 07 15:41:50.845 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 07 15:41:50.845 INFO kablam! = note: for more information, see issue #46043 Nov 07 15:41:50.845 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 07 15:41:50.845 INFO kablam! Nov 07 15:41:50.845 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Nov 07 15:41:50.845 INFO kablam! --> src/symtable/symtable32.rs:80:10 Nov 07 15:41:50.845 INFO kablam! | Nov 07 15:41:50.845 INFO kablam! 80 | #[derive(Clone)] Nov 07 15:41:50.845 INFO kablam! | ^^^^^ Nov 07 15:41:50.845 INFO kablam! | Nov 07 15:41:50.845 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 07 15:41:50.845 INFO kablam! = note: for more information, see issue #46043 Nov 07 15:41:50.845 INFO kablam! Nov 07 15:41:50.845 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 07 15:41:50.845 INFO kablam! --> src/symtable/symtable64.rs:51:23 Nov 07 15:41:50.845 INFO kablam! | Nov 07 15:41:50.845 INFO kablam! 51 | let st_size = data.st_size.clone(); Nov 07 15:41:50.845 INFO kablam! | ^^^^^^^^^^^^ Nov 07 15:41:50.845 INFO kablam! | Nov 07 15:41:50.845 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 07 15:41:50.845 INFO kablam! = note: for more information, see issue #46043 Nov 07 15:41:50.845 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 07 15:41:50.845 INFO kablam! Nov 07 15:41:50.845 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 07 15:41:50.845 INFO kablam! --> src/symtable/symtable64.rs:52:24 Nov 07 15:41:50.845 INFO kablam! | Nov 07 15:41:50.845 INFO kablam! 52 | let st_value = data.st_value.clone(); Nov 07 15:41:50.845 INFO kablam! | ^^^^^^^^^^^^^ Nov 07 15:41:50.845 INFO kablam! | Nov 07 15:41:50.845 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 07 15:41:50.845 INFO kablam! = note: for more information, see issue #46043 Nov 07 15:41:50.845 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 07 15:41:50.845 INFO kablam! Nov 07 15:41:50.845 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Nov 07 15:41:50.845 INFO kablam! --> src/symtable/symtable64.rs:53:24 Nov 07 15:41:50.845 INFO kablam! | Nov 07 15:41:50.845 INFO kablam! 53 | let st_shndx = data.st_shndx.clone(); Nov 07 15:41:50.845 INFO kablam! | ^^^^^^^^^^^^^ Nov 07 15:41:50.845 INFO kablam! | Nov 07 15:41:50.845 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 07 15:41:50.845 INFO kablam! = note: for more information, see issue #46043 Nov 07 15:41:50.845 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 07 15:41:50.845 INFO kablam! Nov 07 15:41:50.845 INFO kablam! warning: #[derive] can't be used on a #[repr(packed)] struct that does not derive Copy (error E0133) Nov 07 15:41:50.845 INFO kablam! --> src/symtable/symtable64.rs:80:10 Nov 07 15:41:50.845 INFO kablam! | Nov 07 15:41:50.845 INFO kablam! 80 | #[derive(Clone)] Nov 07 15:41:50.845 INFO kablam! | ^^^^^ Nov 07 15:41:50.845 INFO kablam! | Nov 07 15:41:50.845 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 07 15:41:50.845 INFO kablam! = note: for more information, see issue #46043 Nov 07 15:41:50.845 INFO kablam! Nov 07 15:41:50.932 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.41s Nov 07 15:41:50.932 INFO kablam! su: No module specific data is present Nov 07 15:41:51.381 INFO running `"docker" "rm" "-f" "e0c3898781311f044e70ca5d0080ff8f66cd6a97a37bf8cc9ba196b2b150409d"` Nov 07 15:41:51.461 INFO blam! e0c3898781311f044e70ca5d0080ff8f66cd6a97a37bf8cc9ba196b2b150409d