Sep 04 08:50:30.000 INFO checking rpcap-0.3.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 08:50:30.000 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 08:50:30.000 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 08:50:30.142 INFO blam! e9e2b831116a1bd868c7cd81e07aa99465597d2c9a905e975c84ddc830bfea28 Sep 04 08:50:30.144 INFO running `"docker" "start" "-a" "e9e2b831116a1bd868c7cd81e07aa99465597d2c9a905e975c84ddc830bfea28"` Sep 04 08:50:30.715 INFO kablam! Compiling bytepack_derive v0.2.0 Sep 04 08:50:35.890 INFO kablam! Checking bytepack v0.4.1 Sep 04 08:50:37.000 INFO kablam! Checking rpcap v0.3.0 (file:///source) Sep 04 08:50:37.937 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:50:37.937 INFO kablam! --> src/def.rs:12:10 Sep 04 08:50:37.937 INFO kablam! | Sep 04 08:50:37.937 INFO kablam! 12 | #[derive(Packed)] Sep 04 08:50:37.937 INFO kablam! | ^^^^^^ Sep 04 08:50:37.937 INFO kablam! | Sep 04 08:50:37.938 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 04 08:50:37.938 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! Sep 04 08:50:37.938 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:50:37.939 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:50:37.939 INFO kablam! Sep 04 08:50:37.939 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:50:37.939 INFO kablam! --> src/def.rs:82:17 Sep 04 08:50:37.939 INFO kablam! | Sep 04 08:50:37.939 INFO kablam! 82 | set(&mut header.version_major, u16::swap_bytes); Sep 04 08:50:37.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:50:37.940 INFO kablam! | Sep 04 08:50:37.940 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! Sep 04 08:50:37.941 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:50:37.941 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:50:37.941 INFO kablam! Sep 04 08:50:37.942 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:50:37.942 INFO kablam! --> src/def.rs:83:17 Sep 04 08:50:37.942 INFO kablam! | Sep 04 08:50:37.942 INFO kablam! 83 | set(&mut header.version_minor, u16::swap_bytes); Sep 04 08:50:37.942 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:50:37.942 INFO kablam! | Sep 04 08:50:37.942 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! Sep 04 08:50:37.943 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:50:37.943 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:50:37.943 INFO kablam! Sep 04 08:50:37.944 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:50:37.944 INFO kablam! --> src/def.rs:84:17 Sep 04 08:50:37.944 INFO kablam! | Sep 04 08:50:37.944 INFO kablam! 84 | set(&mut header.thiszone, i32::swap_bytes); Sep 04 08:50:37.944 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 08:50:37.944 INFO kablam! | Sep 04 08:50:37.945 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! Sep 04 08:50:37.945 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:50:37.945 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:50:37.946 INFO kablam! Sep 04 08:50:37.946 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:50:37.946 INFO kablam! --> src/def.rs:85:17 Sep 04 08:50:37.946 INFO kablam! | Sep 04 08:50:37.946 INFO kablam! 85 | set(&mut header.sigfigs, u32::swap_bytes); Sep 04 08:50:37.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 08:50:37.947 INFO kablam! | Sep 04 08:50:37.947 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! Sep 04 08:50:37.947 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:50:37.948 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:50:37.948 INFO kablam! Sep 04 08:50:37.948 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:50:37.948 INFO kablam! --> src/def.rs:86:17 Sep 04 08:50:37.949 INFO kablam! | Sep 04 08:50:37.949 INFO kablam! 86 | set(&mut header.snaplen, u32::swap_bytes); Sep 04 08:50:37.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 08:50:37.949 INFO kablam! | Sep 04 08:50:37.949 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! Sep 04 08:50:37.950 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:50:37.950 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:50:37.950 INFO kablam! Sep 04 08:50:37.951 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:50:37.951 INFO kablam! --> src/def.rs:87:17 Sep 04 08:50:37.951 INFO kablam! | Sep 04 08:50:37.951 INFO kablam! 87 | set(&mut header.network, u32::swap_bytes); Sep 04 08:50:37.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 08:50:37.951 INFO kablam! | Sep 04 08:50:37.952 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! Sep 04 08:50:37.952 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:50:37.952 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:50:37.953 INFO kablam! Sep 04 08:50:37.953 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:50:37.953 INFO kablam! --> src/def.rs:168:10 Sep 04 08:50:37.953 INFO kablam! | Sep 04 08:50:37.953 INFO kablam! 168 | #[derive(Packed)] Sep 04 08:50:37.953 INFO kablam! | ^^^^^^ Sep 04 08:50:37.953 INFO kablam! | Sep 04 08:50:37.954 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! Sep 04 08:50:37.954 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:50:37.954 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:50:37.955 INFO kablam! Sep 04 08:50:37.955 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:50:37.955 INFO kablam! --> src/def.rs:184:17 Sep 04 08:50:37.955 INFO kablam! | Sep 04 08:50:37.955 INFO kablam! 184 | set(&mut self.ts_sec, u32::swap_bytes); Sep 04 08:50:37.955 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 04 08:50:37.956 INFO kablam! | Sep 04 08:50:37.956 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! Sep 04 08:50:37.956 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:50:37.957 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:50:37.957 INFO kablam! Sep 04 08:50:37.957 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:50:37.958 INFO kablam! --> src/def.rs:185:17 Sep 04 08:50:37.958 INFO kablam! | Sep 04 08:50:37.958 INFO kablam! 185 | set(&mut self.ts_usec, u32::swap_bytes); Sep 04 08:50:37.958 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 08:50:37.958 INFO kablam! | Sep 04 08:50:37.958 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! Sep 04 08:50:37.959 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:50:37.959 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:50:37.959 INFO kablam! Sep 04 08:50:37.960 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:50:37.960 INFO kablam! --> src/def.rs:186:17 Sep 04 08:50:37.960 INFO kablam! | Sep 04 08:50:37.960 INFO kablam! 186 | set(&mut self.incl_len, u32::swap_bytes); Sep 04 08:50:37.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 08:50:37.960 INFO kablam! | Sep 04 08:50:37.961 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! Sep 04 08:50:37.961 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:50:37.961 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:50:37.962 INFO kablam! Sep 04 08:50:37.962 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:50:37.962 INFO kablam! --> src/def.rs:187:17 Sep 04 08:50:37.962 INFO kablam! | Sep 04 08:50:37.962 INFO kablam! 187 | set(&mut self.orig_len, u32::swap_bytes); Sep 04 08:50:37.962 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 08:50:37.963 INFO kablam! | Sep 04 08:50:37.963 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! Sep 04 08:50:37.963 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:50:37.964 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:50:37.964 INFO kablam! Sep 04 08:50:38.245 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:50:38.245 INFO kablam! --> src/def.rs:12:10 Sep 04 08:50:38.245 INFO kablam! | Sep 04 08:50:38.245 INFO kablam! 12 | #[derive(Packed)] Sep 04 08:50:38.245 INFO kablam! | ^^^^^^ Sep 04 08:50:38.245 INFO kablam! | Sep 04 08:50:38.245 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 04 08:50:38.245 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! Sep 04 08:50:38.245 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:50:38.245 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:50:38.245 INFO kablam! Sep 04 08:50:38.245 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:50:38.245 INFO kablam! --> src/def.rs:82:17 Sep 04 08:50:38.245 INFO kablam! | Sep 04 08:50:38.245 INFO kablam! 82 | set(&mut header.version_major, u16::swap_bytes); Sep 04 08:50:38.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:50:38.245 INFO kablam! | Sep 04 08:50:38.245 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! Sep 04 08:50:38.246 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:50:38.246 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:50:38.246 INFO kablam! Sep 04 08:50:38.246 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:50:38.246 INFO kablam! --> src/def.rs:83:17 Sep 04 08:50:38.246 INFO kablam! | Sep 04 08:50:38.246 INFO kablam! 83 | set(&mut header.version_minor, u16::swap_bytes); Sep 04 08:50:38.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:50:38.246 INFO kablam! | Sep 04 08:50:38.246 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! Sep 04 08:50:38.246 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:50:38.246 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:50:38.246 INFO kablam! Sep 04 08:50:38.246 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:50:38.246 INFO kablam! --> src/def.rs:84:17 Sep 04 08:50:38.246 INFO kablam! | Sep 04 08:50:38.246 INFO kablam! 84 | set(&mut header.thiszone, i32::swap_bytes); Sep 04 08:50:38.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 08:50:38.246 INFO kablam! | Sep 04 08:50:38.246 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! Sep 04 08:50:38.246 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:50:38.246 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:50:38.246 INFO kablam! Sep 04 08:50:38.246 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:50:38.246 INFO kablam! --> src/def.rs:85:17 Sep 04 08:50:38.246 INFO kablam! | Sep 04 08:50:38.246 INFO kablam! 85 | set(&mut header.sigfigs, u32::swap_bytes); Sep 04 08:50:38.246 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 08:50:38.246 INFO kablam! | Sep 04 08:50:38.246 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! Sep 04 08:50:38.246 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:50:38.247 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:50:38.247 INFO kablam! Sep 04 08:50:38.247 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:50:38.247 INFO kablam! --> src/def.rs:86:17 Sep 04 08:50:38.247 INFO kablam! | Sep 04 08:50:38.247 INFO kablam! 86 | set(&mut header.snaplen, u32::swap_bytes); Sep 04 08:50:38.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 08:50:38.247 INFO kablam! | Sep 04 08:50:38.247 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! Sep 04 08:50:38.247 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:50:38.247 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:50:38.247 INFO kablam! Sep 04 08:50:38.247 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:50:38.247 INFO kablam! --> src/def.rs:87:17 Sep 04 08:50:38.247 INFO kablam! | Sep 04 08:50:38.247 INFO kablam! 87 | set(&mut header.network, u32::swap_bytes); Sep 04 08:50:38.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 08:50:38.247 INFO kablam! | Sep 04 08:50:38.247 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! Sep 04 08:50:38.247 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:50:38.247 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:50:38.247 INFO kablam! Sep 04 08:50:38.247 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:50:38.247 INFO kablam! --> src/def.rs:168:10 Sep 04 08:50:38.247 INFO kablam! | Sep 04 08:50:38.247 INFO kablam! 168 | #[derive(Packed)] Sep 04 08:50:38.247 INFO kablam! | ^^^^^^ Sep 04 08:50:38.247 INFO kablam! | Sep 04 08:50:38.247 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! Sep 04 08:50:38.248 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:50:38.248 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:50:38.248 INFO kablam! Sep 04 08:50:38.248 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:50:38.248 INFO kablam! --> src/def.rs:184:17 Sep 04 08:50:38.248 INFO kablam! | Sep 04 08:50:38.248 INFO kablam! 184 | set(&mut self.ts_sec, u32::swap_bytes); Sep 04 08:50:38.248 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 04 08:50:38.248 INFO kablam! | Sep 04 08:50:38.248 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! Sep 04 08:50:38.248 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:50:38.248 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:50:38.248 INFO kablam! Sep 04 08:50:38.248 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:50:38.248 INFO kablam! --> src/def.rs:185:17 Sep 04 08:50:38.248 INFO kablam! | Sep 04 08:50:38.248 INFO kablam! 185 | set(&mut self.ts_usec, u32::swap_bytes); Sep 04 08:50:38.248 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 04 08:50:38.248 INFO kablam! | Sep 04 08:50:38.248 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! Sep 04 08:50:38.248 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:50:38.248 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:50:38.248 INFO kablam! Sep 04 08:50:38.248 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:50:38.252 INFO kablam! --> src/def.rs:186:17 Sep 04 08:50:38.252 INFO kablam! | Sep 04 08:50:38.252 INFO kablam! 186 | set(&mut self.incl_len, u32::swap_bytes); Sep 04 08:50:38.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 08:50:38.252 INFO kablam! | Sep 04 08:50:38.252 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! Sep 04 08:50:38.252 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:50:38.252 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:50:38.252 INFO kablam! Sep 04 08:50:38.252 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 08:50:38.252 INFO kablam! --> src/def.rs:187:17 Sep 04 08:50:38.252 INFO kablam! | Sep 04 08:50:38.252 INFO kablam! 187 | set(&mut self.orig_len, u32::swap_bytes); Sep 04 08:50:38.252 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 08:50:38.252 INFO kablam! | Sep 04 08:50:38.252 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! Sep 04 08:50:38.252 INFO kablam! = note: for more information, see issue #46043 Sep 04 08:50:38.252 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Sep 04 08:50:38.252 INFO kablam! Sep 04 08:50:38.286 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.60s Sep 04 08:50:38.300 INFO kablam! su: No module specific data is present Sep 04 08:50:38.867 INFO running `"docker" "rm" "-f" "e9e2b831116a1bd868c7cd81e07aa99465597d2c9a905e975c84ddc830bfea28"` Sep 04 08:50:39.018 INFO blam! e9e2b831116a1bd868c7cd81e07aa99465597d2c9a905e975c84ddc830bfea28