Sep 04 19:02:39.807 INFO checking eep-0.1.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 19:02:39.807 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 19:02:39.807 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 19:02:39.982 INFO blam! 41f85b8dac041211328c1eeef675f265a8778c186773a9f34143f193da1b8d15 Sep 04 19:02:39.984 INFO running `"docker" "start" "-a" "41f85b8dac041211328c1eeef675f265a8778c186773a9f34143f193da1b8d15"` Sep 04 19:02:40.569 INFO kablam! Checking eep v0.1.0 (file:///source) Sep 04 19:02:41.460 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 04 19:02:41.460 INFO kablam! --> src/ring_buffer.rs:95:40 Sep 04 19:02:41.460 INFO kablam! | Sep 04 19:02:41.460 INFO kablam! 95 | let entry: [u8; 65] = unsafe { mem::transmute(entry) }; Sep 04 19:02:41.460 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 19:02:41.460 INFO kablam! | Sep 04 19:02:41.460 INFO kablam! = note: source type: ring_buffer::Entry (456 bits) Sep 04 19:02:41.460 INFO kablam! = note: target type: [u8; 65] (520 bits) Sep 04 19:02:41.460 INFO kablam! Sep 04 19:02:41.460 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 04 19:02:41.460 INFO kablam! --> src/ring_buffer.rs:114:40 Sep 04 19:02:41.460 INFO kablam! | Sep 04 19:02:41.460 INFO kablam! 114 | let entry: [u8; 65] = unsafe { mem::transmute(entry) }; Sep 04 19:02:41.461 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 19:02:41.461 INFO kablam! | Sep 04 19:02:41.461 INFO kablam! = note: source type: ring_buffer::Entry (456 bits) Sep 04 19:02:41.461 INFO kablam! = note: target type: [u8; 65] (520 bits) Sep 04 19:02:41.461 INFO kablam! Sep 04 19:02:41.461 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 04 19:02:41.461 INFO kablam! --> src/ring_buffer.rs:131:40 Sep 04 19:02:41.461 INFO kablam! | Sep 04 19:02:41.461 INFO kablam! 131 | let entry: [u8; 65] = unsafe { mem::transmute(entry) }; Sep 04 19:02:41.461 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 19:02:41.461 INFO kablam! | Sep 04 19:02:41.461 INFO kablam! = note: source type: ring_buffer::Entry (456 bits) Sep 04 19:02:41.461 INFO kablam! = note: target type: [u8; 65] (520 bits) Sep 04 19:02:41.461 INFO kablam! Sep 04 19:02:41.461 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 04 19:02:41.461 INFO kablam! --> src/ring_buffer.rs:235:30 Sep 04 19:02:41.461 INFO kablam! | Sep 04 19:02:41.461 INFO kablam! 235 | Some(mem::transmute(temp)) Sep 04 19:02:41.461 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 19:02:41.462 INFO kablam! | Sep 04 19:02:41.462 INFO kablam! = note: source type: [u8; 65] (520 bits) Sep 04 19:02:41.462 INFO kablam! = note: target type: ring_buffer::Entry (456 bits) Sep 04 19:02:41.462 INFO kablam! Sep 04 19:02:41.471 INFO kablam! error: aborting due to 4 previous errors Sep 04 19:02:41.471 INFO kablam! Sep 04 19:02:41.471 INFO kablam! For more information about this error, try `rustc --explain E0512`. Sep 04 19:02:41.478 INFO kablam! error: Could not compile `eep`. Sep 04 19:02:41.478 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 19:02:41.767 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 04 19:02:41.767 INFO kablam! --> src/ring_buffer.rs:95:40 Sep 04 19:02:41.767 INFO kablam! | Sep 04 19:02:41.767 INFO kablam! 95 | let entry: [u8; 65] = unsafe { mem::transmute(entry) }; Sep 04 19:02:41.767 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 19:02:41.767 INFO kablam! | Sep 04 19:02:41.767 INFO kablam! = note: source type: ring_buffer::Entry (456 bits) Sep 04 19:02:41.767 INFO kablam! = note: target type: [u8; 65] (520 bits) Sep 04 19:02:41.767 INFO kablam! Sep 04 19:02:41.768 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 04 19:02:41.768 INFO kablam! --> src/ring_buffer.rs:114:40 Sep 04 19:02:41.768 INFO kablam! | Sep 04 19:02:41.768 INFO kablam! 114 | let entry: [u8; 65] = unsafe { mem::transmute(entry) }; Sep 04 19:02:41.768 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 19:02:41.768 INFO kablam! | Sep 04 19:02:41.768 INFO kablam! = note: source type: ring_buffer::Entry (456 bits) Sep 04 19:02:41.768 INFO kablam! = note: target type: [u8; 65] (520 bits) Sep 04 19:02:41.768 INFO kablam! Sep 04 19:02:41.768 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 04 19:02:41.768 INFO kablam! --> src/ring_buffer.rs:131:40 Sep 04 19:02:41.768 INFO kablam! | Sep 04 19:02:41.768 INFO kablam! 131 | let entry: [u8; 65] = unsafe { mem::transmute(entry) }; Sep 04 19:02:41.768 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 19:02:41.768 INFO kablam! | Sep 04 19:02:41.768 INFO kablam! = note: source type: ring_buffer::Entry (456 bits) Sep 04 19:02:41.768 INFO kablam! = note: target type: [u8; 65] (520 bits) Sep 04 19:02:41.768 INFO kablam! Sep 04 19:02:41.769 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 04 19:02:41.769 INFO kablam! --> src/ring_buffer.rs:235:30 Sep 04 19:02:41.769 INFO kablam! | Sep 04 19:02:41.769 INFO kablam! 235 | Some(mem::transmute(temp)) Sep 04 19:02:41.769 INFO kablam! | ^^^^^^^^^^^^^^ Sep 04 19:02:41.769 INFO kablam! | Sep 04 19:02:41.769 INFO kablam! = note: source type: [u8; 65] (520 bits) Sep 04 19:02:41.769 INFO kablam! = note: target type: ring_buffer::Entry (456 bits) Sep 04 19:02:41.769 INFO kablam! Sep 04 19:02:41.777 INFO kablam! error: aborting due to 4 previous errors Sep 04 19:02:41.778 INFO kablam! Sep 04 19:02:41.778 INFO kablam! For more information about this error, try `rustc --explain E0512`. Sep 04 19:02:41.786 INFO kablam! error: Could not compile `eep`. Sep 04 19:02:41.786 INFO kablam! Sep 04 19:02:41.786 INFO kablam! To learn more, run the command again with --verbose. Sep 04 19:02:41.787 INFO kablam! su: No module specific data is present Sep 04 19:02:42.309 INFO running `"docker" "rm" "-f" "41f85b8dac041211328c1eeef675f265a8778c186773a9f34143f193da1b8d15"` Sep 04 19:02:42.409 INFO blam! 41f85b8dac041211328c1eeef675f265a8778c186773a9f34143f193da1b8d15