Sep 20 02:27:25.101 INFO checking eep-0.1.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 02:27:25.101 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 02:27:25.101 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-2/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 02:27:25.262 INFO blam! d70b35afc9d8d9205601a73db03f0167a6cb57139c7fbf2a63983448fcccf5e6 Sep 20 02:27:25.263 INFO running `"docker" "start" "-a" "d70b35afc9d8d9205601a73db03f0167a6cb57139c7fbf2a63983448fcccf5e6"` Sep 20 02:27:26.206 INFO kablam! usermod: no changes Sep 20 02:27:26.247 INFO kablam! Checking leb128 v0.2.3 Sep 20 02:27:26.678 INFO kablam! Checking eep v0.1.0 (/source) Sep 20 02:27:27.164 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 20 02:27:27.164 INFO kablam! --> src/ring_buffer.rs:95:40 Sep 20 02:27:27.164 INFO kablam! | Sep 20 02:27:27.164 INFO kablam! 95 | let entry: [u8; 65] = unsafe { mem::transmute(entry) }; Sep 20 02:27:27.164 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 02:27:27.164 INFO kablam! | Sep 20 02:27:27.164 INFO kablam! = note: source type: ring_buffer::Entry (456 bits) Sep 20 02:27:27.164 INFO kablam! = note: target type: [u8; 65] (520 bits) Sep 20 02:27:27.164 INFO kablam! Sep 20 02:27:27.164 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 20 02:27:27.164 INFO kablam! --> src/ring_buffer.rs:114:40 Sep 20 02:27:27.164 INFO kablam! | Sep 20 02:27:27.164 INFO kablam! 114 | let entry: [u8; 65] = unsafe { mem::transmute(entry) }; Sep 20 02:27:27.164 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 02:27:27.164 INFO kablam! | Sep 20 02:27:27.164 INFO kablam! = note: source type: ring_buffer::Entry (456 bits) Sep 20 02:27:27.164 INFO kablam! = note: target type: [u8; 65] (520 bits) Sep 20 02:27:27.164 INFO kablam! Sep 20 02:27:27.164 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 20 02:27:27.164 INFO kablam! --> src/ring_buffer.rs:131:40 Sep 20 02:27:27.164 INFO kablam! | Sep 20 02:27:27.164 INFO kablam! 131 | let entry: [u8; 65] = unsafe { mem::transmute(entry) }; Sep 20 02:27:27.164 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 02:27:27.164 INFO kablam! | Sep 20 02:27:27.164 INFO kablam! = note: source type: ring_buffer::Entry (456 bits) Sep 20 02:27:27.164 INFO kablam! = note: target type: [u8; 65] (520 bits) Sep 20 02:27:27.164 INFO kablam! Sep 20 02:27:27.164 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 20 02:27:27.164 INFO kablam! --> src/ring_buffer.rs:235:30 Sep 20 02:27:27.164 INFO kablam! | Sep 20 02:27:27.164 INFO kablam! 235 | Some(mem::transmute(temp)) Sep 20 02:27:27.164 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 02:27:27.164 INFO kablam! | Sep 20 02:27:27.164 INFO kablam! = note: source type: [u8; 65] (520 bits) Sep 20 02:27:27.164 INFO kablam! = note: target type: ring_buffer::Entry (456 bits) Sep 20 02:27:27.164 INFO kablam! Sep 20 02:27:27.171 INFO kablam! error: aborting due to 4 previous errors Sep 20 02:27:27.171 INFO kablam! Sep 20 02:27:27.171 INFO kablam! For more information about this error, try `rustc --explain E0512`. Sep 20 02:27:27.179 INFO kablam! error: Could not compile `eep`. Sep 20 02:27:27.179 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 02:27:27.353 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 20 02:27:27.353 INFO kablam! --> src/ring_buffer.rs:95:40 Sep 20 02:27:27.353 INFO kablam! | Sep 20 02:27:27.353 INFO kablam! 95 | let entry: [u8; 65] = unsafe { mem::transmute(entry) }; Sep 20 02:27:27.353 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 02:27:27.353 INFO kablam! | Sep 20 02:27:27.353 INFO kablam! = note: source type: ring_buffer::Entry (456 bits) Sep 20 02:27:27.353 INFO kablam! = note: target type: [u8; 65] (520 bits) Sep 20 02:27:27.353 INFO kablam! Sep 20 02:27:27.353 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 20 02:27:27.353 INFO kablam! --> src/ring_buffer.rs:114:40 Sep 20 02:27:27.353 INFO kablam! | Sep 20 02:27:27.353 INFO kablam! 114 | let entry: [u8; 65] = unsafe { mem::transmute(entry) }; Sep 20 02:27:27.353 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 02:27:27.353 INFO kablam! | Sep 20 02:27:27.353 INFO kablam! = note: source type: ring_buffer::Entry (456 bits) Sep 20 02:27:27.353 INFO kablam! = note: target type: [u8; 65] (520 bits) Sep 20 02:27:27.353 INFO kablam! Sep 20 02:27:27.353 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 20 02:27:27.353 INFO kablam! --> src/ring_buffer.rs:131:40 Sep 20 02:27:27.353 INFO kablam! | Sep 20 02:27:27.353 INFO kablam! 131 | let entry: [u8; 65] = unsafe { mem::transmute(entry) }; Sep 20 02:27:27.353 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 02:27:27.353 INFO kablam! | Sep 20 02:27:27.354 INFO kablam! = note: source type: ring_buffer::Entry (456 bits) Sep 20 02:27:27.354 INFO kablam! = note: target type: [u8; 65] (520 bits) Sep 20 02:27:27.354 INFO kablam! Sep 20 02:27:27.354 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 20 02:27:27.354 INFO kablam! --> src/ring_buffer.rs:235:30 Sep 20 02:27:27.354 INFO kablam! | Sep 20 02:27:27.354 INFO kablam! 235 | Some(mem::transmute(temp)) Sep 20 02:27:27.354 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 02:27:27.354 INFO kablam! | Sep 20 02:27:27.354 INFO kablam! = note: source type: [u8; 65] (520 bits) Sep 20 02:27:27.354 INFO kablam! = note: target type: ring_buffer::Entry (456 bits) Sep 20 02:27:27.354 INFO kablam! Sep 20 02:27:27.364 INFO kablam! error: aborting due to 4 previous errors Sep 20 02:27:27.364 INFO kablam! Sep 20 02:27:27.364 INFO kablam! For more information about this error, try `rustc --explain E0512`. Sep 20 02:27:27.372 INFO kablam! error: Could not compile `eep`. Sep 20 02:27:27.372 INFO kablam! Sep 20 02:27:27.372 INFO kablam! To learn more, run the command again with --verbose. Sep 20 02:27:27.373 INFO kablam! su: No module specific data is present Sep 20 02:27:27.852 INFO running `"docker" "rm" "-f" "d70b35afc9d8d9205601a73db03f0167a6cb57139c7fbf2a63983448fcccf5e6"` Sep 20 02:27:27.963 INFO blam! d70b35afc9d8d9205601a73db03f0167a6cb57139c7fbf2a63983448fcccf5e6