Aug 30 01:23:26.625 INFO checking td_revent-0.1.6 against master#ede55518431154bc761f7b2438cce9078c162700 for pr-53707 Aug 30 01:23:26.625 INFO running: cargo +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets Aug 30 01:23:26.625 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53707/master#ede55518431154bc761f7b2438cce9078c162700:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53707/worker-3/master#ede55518431154bc761f7b2438cce9078c162700:/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 +ede55518431154bc761f7b2438cce9078c162700-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Aug 30 01:23:26.838 INFO blam! 7c5653fb347d693862af862c382c2a85c350fe04c7660fe9bfdc7d3ca23fa490 Aug 30 01:23:26.840 INFO running `"docker" "start" "-a" "7c5653fb347d693862af862c382c2a85c350fe04c7660fe9bfdc7d3ca23fa490"` Aug 30 01:23:27.452 INFO kablam! Checking td_revent v0.1.6 (file:///source) Aug 30 01:23:28.110 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 01:23:28.110 INFO kablam! --> src/sys/unix/epoll.rs:48:16 Aug 30 01:23:28.110 INFO kablam! | Aug 30 01:23:28.110 INFO kablam! 48 | if value.events.contains(EPOLLIN) { Aug 30 01:23:28.110 INFO kablam! | ^^^^^^^^^^^^ Aug 30 01:23:28.110 INFO kablam! | Aug 30 01:23:28.110 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Aug 30 01:23:28.110 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! Aug 30 01:23:28.110 INFO kablam! = note: for more information, see issue #46043 Aug 30 01:23:28.110 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 01:23:28.110 INFO kablam! Aug 30 01:23:28.111 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 01:23:28.111 INFO kablam! --> src/sys/unix/epoll.rs:51:16 Aug 30 01:23:28.111 INFO kablam! | Aug 30 01:23:28.111 INFO kablam! 51 | if value.events.contains(EPOLLOUT) { Aug 30 01:23:28.111 INFO kablam! | ^^^^^^^^^^^^ Aug 30 01:23:28.111 INFO kablam! | Aug 30 01:23:28.111 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! Aug 30 01:23:28.111 INFO kablam! = note: for more information, see issue #46043 Aug 30 01:23:28.111 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 01:23:28.111 INFO kablam! Aug 30 01:23:28.216 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 01:23:28.216 INFO kablam! --> src/sys/unix/epoll.rs:48:16 Aug 30 01:23:28.216 INFO kablam! | Aug 30 01:23:28.216 INFO kablam! 48 | if value.events.contains(EPOLLIN) { Aug 30 01:23:28.216 INFO kablam! | ^^^^^^^^^^^^ Aug 30 01:23:28.216 INFO kablam! | Aug 30 01:23:28.216 INFO kablam! = note: #[warn(safe_packed_borrows)] on by default Aug 30 01:23:28.216 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! Aug 30 01:23:28.216 INFO kablam! = note: for more information, see issue #46043 Aug 30 01:23:28.216 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 01:23:28.216 INFO kablam! Aug 30 01:23:28.216 INFO kablam! warning: borrow of packed field is unsafe and requires unsafe function or block (error E0133) Aug 30 01:23:28.216 INFO kablam! --> src/sys/unix/epoll.rs:51:16 Aug 30 01:23:28.217 INFO kablam! | Aug 30 01:23:28.217 INFO kablam! 51 | if value.events.contains(EPOLLOUT) { Aug 30 01:23:28.217 INFO kablam! | ^^^^^^^^^^^^ Aug 30 01:23:28.217 INFO kablam! | Aug 30 01:23:28.217 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! Aug 30 01:23:28.217 INFO kablam! = note: for more information, see issue #46043 Aug 30 01:23:28.217 INFO kablam! = note: fields of packed structs might be misaligned: dereferencing a misaligned pointer or even just creating a misaligned reference is undefined behavior Aug 30 01:23:28.217 INFO kablam! Aug 30 01:23:28.803 INFO kablam! warning: static variable `s_count` should have an upper case name such as `S_COUNT` Aug 30 01:23:28.803 INFO kablam! --> test/test_timer.rs:5:1 Aug 30 01:23:28.803 INFO kablam! | Aug 30 01:23:28.803 INFO kablam! 5 | static mut s_count : i32 = 0; Aug 30 01:23:28.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 01:23:28.803 INFO kablam! | Aug 30 01:23:28.803 INFO kablam! = note: #[warn(non_upper_case_globals)] on by default Aug 30 01:23:28.803 INFO kablam! Aug 30 01:23:28.803 INFO kablam! warning: static variable `s_delTimer` should have an upper case name such as `S_DEL_TIMER` Aug 30 01:23:28.803 INFO kablam! --> test/test_timer.rs:6:1 Aug 30 01:23:28.803 INFO kablam! | Aug 30 01:23:28.804 INFO kablam! 6 | static mut s_delTimer : u32 = 0; Aug 30 01:23:28.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 01:23:28.804 INFO kablam! Aug 30 01:23:28.804 INFO kablam! warning: static variable `s_count` should have an upper case name such as `S_COUNT` Aug 30 01:23:28.804 INFO kablam! --> test/test_echo_server.rs:16:1 Aug 30 01:23:28.804 INFO kablam! | Aug 30 01:23:28.804 INFO kablam! 16 | static mut s_count : i32 = 0; Aug 30 01:23:28.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 01:23:28.804 INFO kablam! Aug 30 01:23:28.805 INFO kablam! warning: static variable `s_count` should have an upper case name such as `S_COUNT` Aug 30 01:23:28.805 INFO kablam! --> test/test_base_echo.rs:13:1 Aug 30 01:23:28.805 INFO kablam! | Aug 30 01:23:28.805 INFO kablam! 13 | static mut s_count : i32 = 0; Aug 30 01:23:28.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Aug 30 01:23:28.805 INFO kablam! Aug 30 01:23:28.819 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.39s Aug 30 01:23:28.824 INFO kablam! su: No module specific data is present Aug 30 01:23:29.253 INFO running `"docker" "rm" "-f" "7c5653fb347d693862af862c382c2a85c350fe04c7660fe9bfdc7d3ca23fa490"` Aug 30 01:23:29.368 INFO blam! 7c5653fb347d693862af862c382c2a85c350fe04c7660fe9bfdc7d3ca23fa490