Sep 19 19:11:59.782 INFO checking td_revent-0.1.6 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 19:11:59.782 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 19:11:59.782 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 19:11:59.932 INFO blam! d49b0a259c68eeb8517a1bb7d3946391aec9ac6ee579ddf726151ea7203842a1 Sep 19 19:11:59.933 INFO running `"docker" "start" "-a" "d49b0a259c68eeb8517a1bb7d3946391aec9ac6ee579ddf726151ea7203842a1"` Sep 19 19:12:00.943 INFO kablam! usermod: no changes Sep 19 19:12:01.003 INFO kablam! Checking td_revent v0.1.6 (/source) Sep 19 19:12:01.634 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:12:01.634 INFO kablam! --> src/sys/unix/epoll.rs:48:16 Sep 19 19:12:01.634 INFO kablam! | Sep 19 19:12:01.634 INFO kablam! 48 | if value.events.contains(EPOLLIN) { Sep 19 19:12:01.634 INFO kablam! | ^^^^^^^^^^^^ Sep 19 19:12:01.634 INFO kablam! | Sep 19 19:12:01.634 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 19 19:12:01.634 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 19 19:12:01.634 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:12:01.634 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 19 19:12:01.634 INFO kablam! Sep 19 19:12:01.634 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:12:01.634 INFO kablam! --> src/sys/unix/epoll.rs:51:16 Sep 19 19:12:01.634 INFO kablam! | Sep 19 19:12:01.634 INFO kablam! 51 | if value.events.contains(EPOLLOUT) { Sep 19 19:12:01.634 INFO kablam! | ^^^^^^^^^^^^ Sep 19 19:12:01.634 INFO kablam! | Sep 19 19:12:01.634 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 19 19:12:01.634 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:12:01.634 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 19 19:12:01.634 INFO kablam! Sep 19 19:12:01.662 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:12:01.662 INFO kablam! --> src/sys/unix/epoll.rs:48:16 Sep 19 19:12:01.662 INFO kablam! | Sep 19 19:12:01.662 INFO kablam! 48 | if value.events.contains(EPOLLIN) { Sep 19 19:12:01.662 INFO kablam! | ^^^^^^^^^^^^ Sep 19 19:12:01.662 INFO kablam! | Sep 19 19:12:01.662 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 19 19:12:01.662 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 19 19:12:01.662 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:12:01.662 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 19 19:12:01.662 INFO kablam! Sep 19 19:12:01.662 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 19 19:12:01.662 INFO kablam! --> src/sys/unix/epoll.rs:51:16 Sep 19 19:12:01.662 INFO kablam! | Sep 19 19:12:01.662 INFO kablam! 51 | if value.events.contains(EPOLLOUT) { Sep 19 19:12:01.662 INFO kablam! | ^^^^^^^^^^^^ Sep 19 19:12:01.662 INFO kablam! | Sep 19 19:12:01.662 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 19 19:12:01.662 INFO kablam! = note: for more information, see issue #46043 Sep 19 19:12:01.662 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 19 19:12:01.662 INFO kablam! Sep 19 19:12:02.145 INFO kablam! warning: static variable `s_count` should have an upper case name such as `S_COUNT` Sep 19 19:12:02.145 INFO kablam! --> test/test_timer.rs:5:1 Sep 19 19:12:02.145 INFO kablam! | Sep 19 19:12:02.145 INFO kablam! 5 | static mut s_count : i32 = 0; Sep 19 19:12:02.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:12:02.145 INFO kablam! | Sep 19 19:12:02.146 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Sep 19 19:12:02.146 INFO kablam! Sep 19 19:12:02.146 INFO kablam! warning: static variable `s_delTimer` should have an upper case name such as `S_DEL_TIMER` Sep 19 19:12:02.146 INFO kablam! --> test/test_timer.rs:6:1 Sep 19 19:12:02.146 INFO kablam! | Sep 19 19:12:02.146 INFO kablam! 6 | static mut s_delTimer : u32 = 0; Sep 19 19:12:02.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:12:02.146 INFO kablam! Sep 19 19:12:02.147 INFO kablam! warning: static variable `s_count` should have an upper case name such as `S_COUNT` Sep 19 19:12:02.147 INFO kablam! --> test/test_echo_server.rs:16:1 Sep 19 19:12:02.147 INFO kablam! | Sep 19 19:12:02.147 INFO kablam! 16 | static mut s_count : i32 = 0; Sep 19 19:12:02.147 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:12:02.147 INFO kablam! Sep 19 19:12:02.148 INFO kablam! warning: static variable `s_count` should have an upper case name such as `S_COUNT` Sep 19 19:12:02.148 INFO kablam! --> test/test_base_echo.rs:13:1 Sep 19 19:12:02.148 INFO kablam! | Sep 19 19:12:02.148 INFO kablam! 13 | static mut s_count : i32 = 0; Sep 19 19:12:02.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 19:12:02.148 INFO kablam! Sep 19 19:12:02.167 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.19s Sep 19 19:12:02.172 INFO kablam! su: No module specific data is present Sep 19 19:12:02.891 INFO running `"docker" "rm" "-f" "d49b0a259c68eeb8517a1bb7d3946391aec9ac6ee579ddf726151ea7203842a1"` Sep 19 19:12:02.983 INFO blam! d49b0a259c68eeb8517a1bb7d3946391aec9ac6ee579ddf726151ea7203842a1