Aug 30 00:36:10.008 INFO checking td_revent-0.2.2 against try#bc5a74802bb3ffc82f51ef04bca58d64220124c4 for pr-53699 Aug 30 00:36:10.008 INFO running: cargo +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets Aug 30 00:36:10.008 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53699/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53699/worker-3/try#bc5a74802bb3ffc82f51ef04bca58d64220124c4:/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 +bc5a74802bb3ffc82f51ef04bca58d64220124c4-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 00:36:10.185 INFO blam! 4c911e9259a78eb269c9996c371c4c10203fb6793558a275d6c94c721a49f99e Aug 30 00:36:10.187 INFO running `"docker" "start" "-a" "4c911e9259a78eb269c9996c371c4c10203fb6793558a275d6c94c721a49f99e"` Aug 30 00:36:10.896 INFO kablam! Checking rbtree v0.1.5 Aug 30 00:36:10.896 INFO kablam! Checking psocket v0.1.5 Aug 30 00:36:13.139 INFO kablam! Checking td_revent v0.2.2 (file:///source) Aug 30 00:36:14.157 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:36:14.157 INFO kablam! --> src/sys/unix/epoll.rs:194:16 Aug 30 00:36:14.157 INFO kablam! | Aug 30 00:36:14.157 INFO kablam! 194 | if value.events.contains(EPOLLIN) { Aug 30 00:36:14.157 INFO kablam! | ^^^^^^^^^^^^ Aug 30 00:36:14.157 INFO kablam! | Aug 30 00:36:14.158 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Aug 30 00:36:14.158 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! Aug 30 00:36:14.158 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:36:14.159 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 00:36:14.159 INFO kablam! Aug 30 00:36:14.159 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:36:14.159 INFO kablam! --> src/sys/unix/epoll.rs:197:16 Aug 30 00:36:14.159 INFO kablam! | Aug 30 00:36:14.160 INFO kablam! 197 | if value.events.contains(EPOLLOUT) { Aug 30 00:36:14.160 INFO kablam! | ^^^^^^^^^^^^ Aug 30 00:36:14.160 INFO kablam! | Aug 30 00:36:14.160 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! Aug 30 00:36:14.161 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:36:14.161 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 00:36:14.161 INFO kablam! Aug 30 00:36:14.162 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:36:14.162 INFO kablam! --> src/sys/unix/epoll.rs:231:16 Aug 30 00:36:14.162 INFO kablam! | Aug 30 00:36:14.162 INFO kablam! 231 | if value.events.contains(EPOLLIN) { Aug 30 00:36:14.162 INFO kablam! | ^^^^^^^^^^^^ Aug 30 00:36:14.162 INFO kablam! | Aug 30 00:36:14.163 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! Aug 30 00:36:14.163 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:36:14.163 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 00:36:14.164 INFO kablam! Aug 30 00:36:14.164 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:36:14.164 INFO kablam! --> src/sys/unix/epoll.rs:234:16 Aug 30 00:36:14.164 INFO kablam! | Aug 30 00:36:14.164 INFO kablam! 234 | if value.events.contains(EPOLLOUT) { Aug 30 00:36:14.165 INFO kablam! | ^^^^^^^^^^^^ Aug 30 00:36:14.165 INFO kablam! | Aug 30 00:36:14.165 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! Aug 30 00:36:14.166 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:36:14.166 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 00:36:14.166 INFO kablam! Aug 30 00:36:14.193 INFO kablam! warning: unused return value of `std::clone::Clone::clone` which must be used Aug 30 00:36:14.194 INFO kablam! --> src/sys/from_raw_arc.rs:137:13 Aug 30 00:36:14.194 INFO kablam! | Aug 30 00:36:14.194 INFO kablam! 137 | a.clone(); Aug 30 00:36:14.194 INFO kablam! | ^^^^^^^^^^ Aug 30 00:36:14.194 INFO kablam! | Aug 30 00:36:14.194 INFO kablam! = note: #[warn(unused_must_use)] on by default Aug 30 00:36:14.195 INFO kablam! = note: cloning is often expensive and is not expected to have side effects Aug 30 00:36:14.195 INFO kablam! Aug 30 00:36:14.320 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:36:14.320 INFO kablam! --> src/sys/unix/epoll.rs:194:16 Aug 30 00:36:14.320 INFO kablam! | Aug 30 00:36:14.320 INFO kablam! 194 | if value.events.contains(EPOLLIN) { Aug 30 00:36:14.320 INFO kablam! | ^^^^^^^^^^^^ Aug 30 00:36:14.320 INFO kablam! | Aug 30 00:36:14.320 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Aug 30 00:36:14.320 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! Aug 30 00:36:14.320 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:36:14.320 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 00:36:14.320 INFO kablam! Aug 30 00:36:14.321 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:36:14.322 INFO kablam! --> src/sys/unix/epoll.rs:197:16 Aug 30 00:36:14.322 INFO kablam! | Aug 30 00:36:14.322 INFO kablam! 197 | if value.events.contains(EPOLLOUT) { Aug 30 00:36:14.322 INFO kablam! | ^^^^^^^^^^^^ Aug 30 00:36:14.322 INFO kablam! | Aug 30 00:36:14.322 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! Aug 30 00:36:14.322 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:36:14.322 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 00:36:14.322 INFO kablam! Aug 30 00:36:14.322 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:36:14.322 INFO kablam! --> src/sys/unix/epoll.rs:231:16 Aug 30 00:36:14.322 INFO kablam! | Aug 30 00:36:14.322 INFO kablam! 231 | if value.events.contains(EPOLLIN) { Aug 30 00:36:14.322 INFO kablam! | ^^^^^^^^^^^^ Aug 30 00:36:14.322 INFO kablam! | Aug 30 00:36:14.322 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! Aug 30 00:36:14.322 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:36:14.322 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 00:36:14.322 INFO kablam! Aug 30 00:36:14.322 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 00:36:14.322 INFO kablam! --> src/sys/unix/epoll.rs:234:16 Aug 30 00:36:14.322 INFO kablam! | Aug 30 00:36:14.323 INFO kablam! 234 | if value.events.contains(EPOLLOUT) { Aug 30 00:36:14.323 INFO kablam! | ^^^^^^^^^^^^ Aug 30 00:36:14.323 INFO kablam! | Aug 30 00:36:14.323 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! Aug 30 00:36:14.323 INFO kablam! = note: for more information, see issue #46043 Aug 30 00:36:14.323 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 00:36:14.323 INFO kablam! Aug 30 00:36:15.812 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.95s Aug 30 00:36:15.821 INFO kablam! su: No module specific data is present Aug 30 00:36:16.480 INFO running `"docker" "rm" "-f" "4c911e9259a78eb269c9996c371c4c10203fb6793558a275d6c94c721a49f99e"` Aug 30 00:36:16.631 INFO blam! 4c911e9259a78eb269c9996c371c4c10203fb6793558a275d6c94c721a49f99e