Sep 01 04:28:51.708 INFO checking td_revent-0.1.6 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 04:28:51.709 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 04:28:51.709 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 04:28:51.915 INFO blam! c4003cde6b6b37b8d51aec49c43381c668c9578f8a25facb07fcc984407587bf Sep 01 04:28:51.917 INFO running `"docker" "start" "-a" "c4003cde6b6b37b8d51aec49c43381c668c9578f8a25facb07fcc984407587bf"` Sep 01 04:28:52.890 INFO kablam! Checking td_revent v0.1.6 (file:///source) Sep 01 04:28:53.731 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 04:28:53.731 INFO kablam! --> src/sys/unix/epoll.rs:48:16 Sep 01 04:28:53.731 INFO kablam! | Sep 01 04:28:53.731 INFO kablam! 48 | if value.events.contains(EPOLLIN) { Sep 01 04:28:53.731 INFO kablam! | ^^^^^^^^^^^^ Sep 01 04:28:53.731 INFO kablam! | Sep 01 04:28:53.731 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 01 04:28:53.731 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 01 04:28:53.731 INFO kablam! = note: for more information, see issue #46043 Sep 01 04:28:53.731 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 01 04:28:53.732 INFO kablam! Sep 01 04:28:53.732 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 04:28:53.732 INFO kablam! --> src/sys/unix/epoll.rs:51:16 Sep 01 04:28:53.732 INFO kablam! | Sep 01 04:28:53.732 INFO kablam! 51 | if value.events.contains(EPOLLOUT) { Sep 01 04:28:53.732 INFO kablam! | ^^^^^^^^^^^^ Sep 01 04:28:53.732 INFO kablam! | Sep 01 04:28:53.732 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 01 04:28:53.732 INFO kablam! = note: for more information, see issue #46043 Sep 01 04:28:53.732 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 01 04:28:53.732 INFO kablam! Sep 01 04:28:53.774 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 04:28:53.774 INFO kablam! --> src/sys/unix/epoll.rs:48:16 Sep 01 04:28:53.774 INFO kablam! | Sep 01 04:28:53.774 INFO kablam! 48 | if value.events.contains(EPOLLIN) { Sep 01 04:28:53.774 INFO kablam! | ^^^^^^^^^^^^ Sep 01 04:28:53.774 INFO kablam! | Sep 01 04:28:53.775 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 01 04:28:53.775 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 01 04:28:53.775 INFO kablam! = note: for more information, see issue #46043 Sep 01 04:28:53.775 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 01 04:28:53.775 INFO kablam! Sep 01 04:28:53.775 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 01 04:28:53.775 INFO kablam! --> src/sys/unix/epoll.rs:51:16 Sep 01 04:28:53.775 INFO kablam! | Sep 01 04:28:53.775 INFO kablam! 51 | if value.events.contains(EPOLLOUT) { Sep 01 04:28:53.775 INFO kablam! | ^^^^^^^^^^^^ Sep 01 04:28:53.775 INFO kablam! | Sep 01 04:28:53.775 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 01 04:28:53.775 INFO kablam! = note: for more information, see issue #46043 Sep 01 04:28:53.775 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 01 04:28:53.775 INFO kablam! Sep 01 04:28:54.515 INFO kablam! warning: static variable `s_count` should have an upper case name such as `S_COUNT` Sep 01 04:28:54.515 INFO kablam! --> test/test_timer.rs:5:1 Sep 01 04:28:54.515 INFO kablam! | Sep 01 04:28:54.515 INFO kablam! 5 | static mut s_count : i32 = 0; Sep 01 04:28:54.515 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:28:54.515 INFO kablam! | Sep 01 04:28:54.515 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Sep 01 04:28:54.515 INFO kablam! Sep 01 04:28:54.515 INFO kablam! warning: static variable `s_delTimer` should have an upper case name such as `S_DEL_TIMER` Sep 01 04:28:54.516 INFO kablam! --> test/test_timer.rs:6:1 Sep 01 04:28:54.516 INFO kablam! | Sep 01 04:28:54.516 INFO kablam! 6 | static mut s_delTimer : u32 = 0; Sep 01 04:28:54.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:28:54.517 INFO kablam! Sep 01 04:28:54.517 INFO kablam! warning: static variable `s_count` should have an upper case name such as `S_COUNT` Sep 01 04:28:54.517 INFO kablam! --> test/test_echo_server.rs:16:1 Sep 01 04:28:54.517 INFO kablam! | Sep 01 04:28:54.517 INFO kablam! 16 | static mut s_count : i32 = 0; Sep 01 04:28:54.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:28:54.517 INFO kablam! Sep 01 04:28:54.517 INFO kablam! warning: static variable `s_count` should have an upper case name such as `S_COUNT` Sep 01 04:28:54.517 INFO kablam! --> test/test_base_echo.rs:13:1 Sep 01 04:28:54.517 INFO kablam! | Sep 01 04:28:54.517 INFO kablam! 13 | static mut s_count : i32 = 0; Sep 01 04:28:54.517 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 04:28:54.517 INFO kablam! Sep 01 04:28:54.532 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.69s Sep 01 04:28:54.536 INFO kablam! su: No module specific data is present Sep 01 04:28:54.975 INFO running `"docker" "rm" "-f" "c4003cde6b6b37b8d51aec49c43381c668c9578f8a25facb07fcc984407587bf"` Sep 01 04:28:55.061 INFO blam! c4003cde6b6b37b8d51aec49c43381c668c9578f8a25facb07fcc984407587bf