Sep 05 22:09:16.177 INFO checking td_revent-0.1.6 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 05 22:09:16.177 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 05 22:09:16.177 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-0/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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=1000" "-e" "CMD=cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 22:09:16.405 INFO blam! 742bb0232ce6c166583b02f9ec8d42872922709bf5cddaff3f20017b0d4412c3 Sep 05 22:09:16.406 INFO running `"docker" "start" "-a" "742bb0232ce6c166583b02f9ec8d42872922709bf5cddaff3f20017b0d4412c3"` Sep 05 22:09:17.101 INFO kablam! usermod: no changes Sep 05 22:09:17.160 INFO kablam! Checking td_revent v0.1.6 (file:///source) Sep 05 22:09:17.634 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 05 22:09:17.635 INFO kablam! --> src/sys/unix/epoll.rs:48:16 Sep 05 22:09:17.635 INFO kablam! | Sep 05 22:09:17.635 INFO kablam! 48 | if value.events.contains(EPOLLIN) { Sep 05 22:09:17.635 INFO kablam! | ^^^^^^^^^^^^ Sep 05 22:09:17.635 INFO kablam! | Sep 05 22:09:17.635 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 05 22:09:17.635 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 05 22:09:17.635 INFO kablam! = note: for more information, see issue #46043 Sep 05 22:09:17.635 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 05 22:09:17.635 INFO kablam! Sep 05 22:09:17.635 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 05 22:09:17.635 INFO kablam! --> src/sys/unix/epoll.rs:51:16 Sep 05 22:09:17.635 INFO kablam! | Sep 05 22:09:17.635 INFO kablam! 51 | if value.events.contains(EPOLLOUT) { Sep 05 22:09:17.635 INFO kablam! | ^^^^^^^^^^^^ Sep 05 22:09:17.635 INFO kablam! | Sep 05 22:09:17.635 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 05 22:09:17.635 INFO kablam! = note: for more information, see issue #46043 Sep 05 22:09:17.635 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 05 22:09:17.635 INFO kablam! Sep 05 22:09:17.678 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 05 22:09:17.678 INFO kablam! --> src/sys/unix/epoll.rs:48:16 Sep 05 22:09:17.678 INFO kablam! | Sep 05 22:09:17.678 INFO kablam! 48 | if value.events.contains(EPOLLIN) { Sep 05 22:09:17.678 INFO kablam! | ^^^^^^^^^^^^ Sep 05 22:09:17.678 INFO kablam! | Sep 05 22:09:17.678 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 05 22:09:17.678 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 05 22:09:17.678 INFO kablam! = note: for more information, see issue #46043 Sep 05 22:09:17.678 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 05 22:09:17.679 INFO kablam! Sep 05 22:09:17.679 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 05 22:09:17.679 INFO kablam! --> src/sys/unix/epoll.rs:51:16 Sep 05 22:09:17.679 INFO kablam! | Sep 05 22:09:17.679 INFO kablam! 51 | if value.events.contains(EPOLLOUT) { Sep 05 22:09:17.679 INFO kablam! | ^^^^^^^^^^^^ Sep 05 22:09:17.679 INFO kablam! | Sep 05 22:09:17.679 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 05 22:09:17.679 INFO kablam! = note: for more information, see issue #46043 Sep 05 22:09:17.679 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 05 22:09:17.679 INFO kablam! Sep 05 22:09:18.080 INFO kablam! warning: static variable `s_count` should have an upper case name such as `S_COUNT` Sep 05 22:09:18.080 INFO kablam! --> test/test_timer.rs:5:1 Sep 05 22:09:18.080 INFO kablam! | Sep 05 22:09:18.080 INFO kablam! 5 | static mut s_count : i32 = 0; Sep 05 22:09:18.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 22:09:18.080 INFO kablam! | Sep 05 22:09:18.080 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Sep 05 22:09:18.080 INFO kablam! Sep 05 22:09:18.081 INFO kablam! warning: static variable `s_delTimer` should have an upper case name such as `S_DEL_TIMER` Sep 05 22:09:18.081 INFO kablam! --> test/test_timer.rs:6:1 Sep 05 22:09:18.081 INFO kablam! | Sep 05 22:09:18.081 INFO kablam! 6 | static mut s_delTimer : u32 = 0; Sep 05 22:09:18.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 22:09:18.081 INFO kablam! Sep 05 22:09:18.081 INFO kablam! warning: static variable `s_count` should have an upper case name such as `S_COUNT` Sep 05 22:09:18.081 INFO kablam! --> test/test_echo_server.rs:16:1 Sep 05 22:09:18.081 INFO kablam! | Sep 05 22:09:18.081 INFO kablam! 16 | static mut s_count : i32 = 0; Sep 05 22:09:18.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 22:09:18.081 INFO kablam! Sep 05 22:09:18.082 INFO kablam! warning: static variable `s_count` should have an upper case name such as `S_COUNT` Sep 05 22:09:18.082 INFO kablam! --> test/test_base_echo.rs:13:1 Sep 05 22:09:18.082 INFO kablam! | Sep 05 22:09:18.082 INFO kablam! 13 | static mut s_count : i32 = 0; Sep 05 22:09:18.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 22:09:18.082 INFO kablam! Sep 05 22:09:18.097 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.98s Sep 05 22:09:18.100 INFO kablam! su: No module specific data is present Sep 05 22:09:18.767 INFO running `"docker" "rm" "-f" "742bb0232ce6c166583b02f9ec8d42872922709bf5cddaff3f20017b0d4412c3"` Sep 05 22:09:18.865 INFO blam! 742bb0232ce6c166583b02f9ec8d42872922709bf5cddaff3f20017b0d4412c3