Sep 10 08:03:12.735 INFO checking td_revent-0.1.6 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 08:03:12.736 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 08:03:12.736 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-1/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 08:03:12.946 INFO blam! 3c250a0398614797ab13a80312266dcd0fbbc9f826ca1eb65938e05f152e844d Sep 10 08:03:12.948 INFO running `"docker" "start" "-a" "3c250a0398614797ab13a80312266dcd0fbbc9f826ca1eb65938e05f152e844d"` Sep 10 08:03:14.715 INFO kablam! usermod: no changes Sep 10 08:03:14.811 INFO kablam! Checking td_revent v0.1.6 (file:///source) Sep 10 08:03:15.460 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 08:03:15.460 INFO kablam! --> src/sys/unix/epoll.rs:48:16 Sep 10 08:03:15.460 INFO kablam! | Sep 10 08:03:15.460 INFO kablam! 48 | if value.events.contains(EPOLLIN) { Sep 10 08:03:15.460 INFO kablam! | ^^^^^^^^^^^^ Sep 10 08:03:15.466 INFO kablam! | Sep 10 08:03:15.466 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 10 08:03:15.466 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 10 08:03:15.466 INFO kablam! = note: for more information, see issue #46043 Sep 10 08:03:15.466 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 10 08:03:15.466 INFO kablam! Sep 10 08:03:15.466 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 08:03:15.466 INFO kablam! --> src/sys/unix/epoll.rs:51:16 Sep 10 08:03:15.466 INFO kablam! | Sep 10 08:03:15.466 INFO kablam! 51 | if value.events.contains(EPOLLOUT) { Sep 10 08:03:15.466 INFO kablam! | ^^^^^^^^^^^^ Sep 10 08:03:15.466 INFO kablam! | Sep 10 08:03:15.466 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 10 08:03:15.466 INFO kablam! = note: for more information, see issue #46043 Sep 10 08:03:15.466 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 10 08:03:15.466 INFO kablam! Sep 10 08:03:15.658 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 08:03:15.658 INFO kablam! --> src/sys/unix/epoll.rs:48:16 Sep 10 08:03:15.658 INFO kablam! | Sep 10 08:03:15.658 INFO kablam! 48 | if value.events.contains(EPOLLIN) { Sep 10 08:03:15.658 INFO kablam! | ^^^^^^^^^^^^ Sep 10 08:03:15.658 INFO kablam! | Sep 10 08:03:15.658 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Sep 10 08:03:15.658 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 10 08:03:15.658 INFO kablam! = note: for more information, see issue #46043 Sep 10 08:03:15.658 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 10 08:03:15.658 INFO kablam! Sep 10 08:03:15.658 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Sep 10 08:03:15.658 INFO kablam! --> src/sys/unix/epoll.rs:51:16 Sep 10 08:03:15.658 INFO kablam! | Sep 10 08:03:15.658 INFO kablam! 51 | if value.events.contains(EPOLLOUT) { Sep 10 08:03:15.658 INFO kablam! | ^^^^^^^^^^^^ Sep 10 08:03:15.658 INFO kablam! | Sep 10 08:03:15.658 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 10 08:03:15.658 INFO kablam! = note: for more information, see issue #46043 Sep 10 08:03:15.658 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 10 08:03:15.658 INFO kablam! Sep 10 08:03:16.006 INFO kablam! warning: static variable `s_count` should have an upper case name such as `S_COUNT` Sep 10 08:03:16.006 INFO kablam! --> test/test_timer.rs:5:1 Sep 10 08:03:16.006 INFO kablam! | Sep 10 08:03:16.006 INFO kablam! 5 | static mut s_count : i32 = 0; Sep 10 08:03:16.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 08:03:16.006 INFO kablam! | Sep 10 08:03:16.006 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Sep 10 08:03:16.006 INFO kablam! Sep 10 08:03:16.006 INFO kablam! warning: static variable `s_delTimer` should have an upper case name such as `S_DEL_TIMER` Sep 10 08:03:16.006 INFO kablam! --> test/test_timer.rs:6:1 Sep 10 08:03:16.006 INFO kablam! | Sep 10 08:03:16.006 INFO kablam! 6 | static mut s_delTimer : u32 = 0; Sep 10 08:03:16.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 08:03:16.006 INFO kablam! Sep 10 08:03:16.006 INFO kablam! warning: static variable `s_count` should have an upper case name such as `S_COUNT` Sep 10 08:03:16.006 INFO kablam! --> test/test_echo_server.rs:16:1 Sep 10 08:03:16.006 INFO kablam! | Sep 10 08:03:16.006 INFO kablam! 16 | static mut s_count : i32 = 0; Sep 10 08:03:16.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 08:03:16.006 INFO kablam! Sep 10 08:03:16.006 INFO kablam! warning: static variable `s_count` should have an upper case name such as `S_COUNT` Sep 10 08:03:16.006 INFO kablam! --> test/test_base_echo.rs:13:1 Sep 10 08:03:16.006 INFO kablam! | Sep 10 08:03:16.006 INFO kablam! 13 | static mut s_count : i32 = 0; Sep 10 08:03:16.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 10 08:03:16.006 INFO kablam! Sep 10 08:03:16.025 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.28s Sep 10 08:03:16.033 INFO kablam! su: No module specific data is present Sep 10 08:03:16.962 INFO running `"docker" "rm" "-f" "3c250a0398614797ab13a80312266dcd0fbbc9f826ca1eb65938e05f152e844d"` Sep 10 08:03:17.202 INFO blam! 3c250a0398614797ab13a80312266dcd0fbbc9f826ca1eb65938e05f152e844d