Sep 06 07:39:58.397 INFO checking eep-0.1.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 07:39:58.397 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 07:39:58.397 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-5/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 07:39:58.640 INFO blam! d46f966189967c11bee24b52dce94c22eb5d7e678b495be5ace5b27aed7e90fa Sep 06 07:39:58.641 INFO running `"docker" "start" "-a" "d46f966189967c11bee24b52dce94c22eb5d7e678b495be5ace5b27aed7e90fa"` Sep 06 07:39:59.361 INFO kablam! usermod: no changes Sep 06 07:39:59.416 INFO kablam! Checking leb128 v0.2.3 Sep 06 07:39:59.722 INFO kablam! Checking eep v0.1.0 (file:///source) Sep 06 07:40:00.148 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 06 07:40:00.148 INFO kablam! --> src/ring_buffer.rs:95:40 Sep 06 07:40:00.148 INFO kablam! | Sep 06 07:40:00.148 INFO kablam! 95 | let entry: [u8; 65] = unsafe { mem::transmute(entry) }; Sep 06 07:40:00.148 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 07:40:00.148 INFO kablam! | Sep 06 07:40:00.148 INFO kablam! = note: source type: ring_buffer::Entry (456 bits) Sep 06 07:40:00.148 INFO kablam! = note: target type: [u8; 65] (520 bits) Sep 06 07:40:00.148 INFO kablam! Sep 06 07:40:00.148 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 06 07:40:00.148 INFO kablam! --> src/ring_buffer.rs:114:40 Sep 06 07:40:00.148 INFO kablam! | Sep 06 07:40:00.148 INFO kablam! 114 | let entry: [u8; 65] = unsafe { mem::transmute(entry) }; Sep 06 07:40:00.148 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 07:40:00.148 INFO kablam! | Sep 06 07:40:00.148 INFO kablam! = note: source type: ring_buffer::Entry (456 bits) Sep 06 07:40:00.148 INFO kablam! = note: target type: [u8; 65] (520 bits) Sep 06 07:40:00.148 INFO kablam! Sep 06 07:40:00.148 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 06 07:40:00.148 INFO kablam! --> src/ring_buffer.rs:131:40 Sep 06 07:40:00.148 INFO kablam! | Sep 06 07:40:00.148 INFO kablam! 131 | let entry: [u8; 65] = unsafe { mem::transmute(entry) }; Sep 06 07:40:00.148 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 07:40:00.148 INFO kablam! | Sep 06 07:40:00.148 INFO kablam! = note: source type: ring_buffer::Entry (456 bits) Sep 06 07:40:00.148 INFO kablam! = note: target type: [u8; 65] (520 bits) Sep 06 07:40:00.148 INFO kablam! Sep 06 07:40:00.148 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 06 07:40:00.148 INFO kablam! --> src/ring_buffer.rs:235:30 Sep 06 07:40:00.148 INFO kablam! | Sep 06 07:40:00.148 INFO kablam! 235 | Some(mem::transmute(temp)) Sep 06 07:40:00.148 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 07:40:00.148 INFO kablam! | Sep 06 07:40:00.148 INFO kablam! = note: source type: [u8; 65] (520 bits) Sep 06 07:40:00.148 INFO kablam! = note: target type: ring_buffer::Entry (456 bits) Sep 06 07:40:00.148 INFO kablam! Sep 06 07:40:00.158 INFO kablam! error: aborting due to 4 previous errors Sep 06 07:40:00.158 INFO kablam! Sep 06 07:40:00.158 INFO kablam! For more information about this error, try `rustc --explain E0512`. Sep 06 07:40:00.166 INFO kablam! error: Could not compile `eep`. Sep 06 07:40:00.166 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 07:40:00.378 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 06 07:40:00.378 INFO kablam! --> src/ring_buffer.rs:95:40 Sep 06 07:40:00.378 INFO kablam! | Sep 06 07:40:00.378 INFO kablam! 95 | let entry: [u8; 65] = unsafe { mem::transmute(entry) }; Sep 06 07:40:00.378 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 07:40:00.378 INFO kablam! | Sep 06 07:40:00.378 INFO kablam! = note: source type: ring_buffer::Entry (456 bits) Sep 06 07:40:00.378 INFO kablam! = note: target type: [u8; 65] (520 bits) Sep 06 07:40:00.378 INFO kablam! Sep 06 07:40:00.378 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 06 07:40:00.378 INFO kablam! --> src/ring_buffer.rs:114:40 Sep 06 07:40:00.378 INFO kablam! | Sep 06 07:40:00.378 INFO kablam! 114 | let entry: [u8; 65] = unsafe { mem::transmute(entry) }; Sep 06 07:40:00.378 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 07:40:00.378 INFO kablam! | Sep 06 07:40:00.378 INFO kablam! = note: source type: ring_buffer::Entry (456 bits) Sep 06 07:40:00.378 INFO kablam! = note: target type: [u8; 65] (520 bits) Sep 06 07:40:00.378 INFO kablam! Sep 06 07:40:00.378 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 06 07:40:00.378 INFO kablam! --> src/ring_buffer.rs:131:40 Sep 06 07:40:00.378 INFO kablam! | Sep 06 07:40:00.378 INFO kablam! 131 | let entry: [u8; 65] = unsafe { mem::transmute(entry) }; Sep 06 07:40:00.378 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 07:40:00.378 INFO kablam! | Sep 06 07:40:00.378 INFO kablam! = note: source type: ring_buffer::Entry (456 bits) Sep 06 07:40:00.378 INFO kablam! = note: target type: [u8; 65] (520 bits) Sep 06 07:40:00.378 INFO kablam! Sep 06 07:40:00.378 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 06 07:40:00.378 INFO kablam! --> src/ring_buffer.rs:235:30 Sep 06 07:40:00.378 INFO kablam! | Sep 06 07:40:00.378 INFO kablam! 235 | Some(mem::transmute(temp)) Sep 06 07:40:00.378 INFO kablam! | ^^^^^^^^^^^^^^ Sep 06 07:40:00.378 INFO kablam! | Sep 06 07:40:00.378 INFO kablam! = note: source type: [u8; 65] (520 bits) Sep 06 07:40:00.379 INFO kablam! = note: target type: ring_buffer::Entry (456 bits) Sep 06 07:40:00.379 INFO kablam! Sep 06 07:40:00.390 INFO kablam! error: aborting due to 4 previous errors Sep 06 07:40:00.390 INFO kablam! Sep 06 07:40:00.390 INFO kablam! For more information about this error, try `rustc --explain E0512`. Sep 06 07:40:00.396 INFO kablam! error: Could not compile `eep`. Sep 06 07:40:00.396 INFO kablam! Sep 06 07:40:00.396 INFO kablam! To learn more, run the command again with --verbose. Sep 06 07:40:00.397 INFO kablam! su: No module specific data is present Sep 06 07:40:00.909 INFO running `"docker" "rm" "-f" "d46f966189967c11bee24b52dce94c22eb5d7e678b495be5ace5b27aed7e90fa"` Sep 06 07:40:00.974 INFO blam! d46f966189967c11bee24b52dce94c22eb5d7e678b495be5ace5b27aed7e90fa