Sep 04 01:00:12.371 INFO checking td_revent-0.1.6 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 01:00:12.371 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 01:00:12.372 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 01:00:12.619 INFO blam! d098a3baffda534cdb2c666815ac1c890e97c6b3320804aacdc19c26c6da1e13 Sep 04 01:00:12.621 INFO running `"docker" "start" "-a" "d098a3baffda534cdb2c666815ac1c890e97c6b3320804aacdc19c26c6da1e13"` Sep 04 01:00:13.386 INFO kablam! Checking td_revent v0.1.6 (file:///source) Sep 04 01:00:14.028 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 01:00:14.028 INFO kablam! --> src/sys/unix/epoll.rs:48:16 Sep 04 01:00:14.028 INFO kablam! | Sep 04 01:00:14.028 INFO kablam! 48 | if value.events.contains(EPOLLIN) { Sep 04 01:00:14.028 INFO kablam! | ^^^^^^^^^^^^ Sep 04 01:00:14.028 INFO kablam! | Sep 04 01:00:14.028 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 04 01:00:14.028 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 01:00:14.028 INFO kablam! = note: for more information, see issue #46043 Sep 04 01:00:14.028 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 01:00:14.028 INFO kablam! Sep 04 01:00:14.028 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 01:00:14.029 INFO kablam! --> src/sys/unix/epoll.rs:51:16 Sep 04 01:00:14.029 INFO kablam! | Sep 04 01:00:14.029 INFO kablam! 51 | if value.events.contains(EPOLLOUT) { Sep 04 01:00:14.029 INFO kablam! | ^^^^^^^^^^^^ Sep 04 01:00:14.029 INFO kablam! | Sep 04 01:00:14.029 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 01:00:14.029 INFO kablam! = note: for more information, see issue #46043 Sep 04 01:00:14.029 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 01:00:14.029 INFO kablam! Sep 04 01:00:14.069 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 01:00:14.069 INFO kablam! --> src/sys/unix/epoll.rs:48:16 Sep 04 01:00:14.069 INFO kablam! | Sep 04 01:00:14.069 INFO kablam! 48 | if value.events.contains(EPOLLIN) { Sep 04 01:00:14.069 INFO kablam! | ^^^^^^^^^^^^ Sep 04 01:00:14.069 INFO kablam! | Sep 04 01:00:14.069 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 04 01:00:14.069 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 01:00:14.069 INFO kablam! = note: for more information, see issue #46043 Sep 04 01:00:14.069 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 01:00:14.069 INFO kablam! Sep 04 01:00:14.069 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 04 01:00:14.069 INFO kablam! --> src/sys/unix/epoll.rs:51:16 Sep 04 01:00:14.069 INFO kablam! | Sep 04 01:00:14.069 INFO kablam! 51 | if value.events.contains(EPOLLOUT) { Sep 04 01:00:14.069 INFO kablam! | ^^^^^^^^^^^^ Sep 04 01:00:14.071 INFO kablam! | Sep 04 01:00:14.071 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 01:00:14.071 INFO kablam! = note: for more information, see issue #46043 Sep 04 01:00:14.071 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 01:00:14.072 INFO kablam! Sep 04 01:00:14.808 INFO kablam! warning: static variable `s_count` should have an upper case name such as `S_COUNT` Sep 04 01:00:14.808 INFO kablam! --> test/test_timer.rs:5:1 Sep 04 01:00:14.808 INFO kablam! | Sep 04 01:00:14.808 INFO kablam! 5 | static mut s_count : i32 = 0; Sep 04 01:00:14.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 01:00:14.808 INFO kablam! | Sep 04 01:00:14.808 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Sep 04 01:00:14.808 INFO kablam! Sep 04 01:00:14.809 INFO kablam! warning: static variable `s_delTimer` should have an upper case name such as `S_DEL_TIMER` Sep 04 01:00:14.809 INFO kablam! --> test/test_timer.rs:6:1 Sep 04 01:00:14.809 INFO kablam! | Sep 04 01:00:14.809 INFO kablam! 6 | static mut s_delTimer : u32 = 0; Sep 04 01:00:14.809 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 01:00:14.809 INFO kablam! Sep 04 01:00:14.809 INFO kablam! warning: static variable `s_count` should have an upper case name such as `S_COUNT` Sep 04 01:00:14.810 INFO kablam! --> test/test_echo_server.rs:16:1 Sep 04 01:00:14.810 INFO kablam! | Sep 04 01:00:14.810 INFO kablam! 16 | static mut s_count : i32 = 0; Sep 04 01:00:14.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 01:00:14.810 INFO kablam! Sep 04 01:00:14.810 INFO kablam! warning: static variable `s_count` should have an upper case name such as `S_COUNT` Sep 04 01:00:14.810 INFO kablam! --> test/test_base_echo.rs:13:1 Sep 04 01:00:14.811 INFO kablam! | Sep 04 01:00:14.811 INFO kablam! 13 | static mut s_count : i32 = 0; Sep 04 01:00:14.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 01:00:14.811 INFO kablam! Sep 04 01:00:14.827 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.49s Sep 04 01:00:14.830 INFO kablam! su: No module specific data is present Sep 04 01:00:15.375 INFO running `"docker" "rm" "-f" "d098a3baffda534cdb2c666815ac1c890e97c6b3320804aacdc19c26c6da1e13"` Sep 04 01:00:15.468 INFO blam! d098a3baffda534cdb2c666815ac1c890e97c6b3320804aacdc19c26c6da1e13