Sep 14 17:13:57.330 INFO checking eep-0.1.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 17:13:57.330 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 17:13:57.330 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-5/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 17:13:57.540 INFO blam! b97d981d723f68755310f8be8809bc4ef9163d26e097422c64ffcd40eced605d Sep 14 17:13:57.541 INFO running `"docker" "start" "-a" "b97d981d723f68755310f8be8809bc4ef9163d26e097422c64ffcd40eced605d"` Sep 14 17:13:58.392 INFO kablam! usermod: no changes Sep 14 17:13:58.460 INFO kablam! Checking eep v0.1.0 (file:///source) Sep 14 17:13:58.515 INFO kablam! warning: unnecessary path disambiguator Sep 14 17:13:58.515 INFO kablam! --> src/ring_buffer.rs:61:42 Sep 14 17:13:58.515 INFO kablam! | Sep 14 17:13:58.515 INFO kablam! 61 | if capacity - self.length < Entry::::size() { Sep 14 17:13:58.515 INFO kablam! | ^^ try removing `::` Sep 14 17:13:58.515 INFO kablam! Sep 14 17:13:58.522 INFO kablam! warning: unnecessary path disambiguator Sep 14 17:13:58.522 INFO kablam! --> src/ring_buffer.rs:61:42 Sep 14 17:13:58.522 INFO kablam! | Sep 14 17:13:58.522 INFO kablam! 61 | if capacity - self.length < Entry::::size() { Sep 14 17:13:58.522 INFO kablam! | ^^ try removing `::` Sep 14 17:13:58.522 INFO kablam! Sep 14 17:13:58.906 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 14 17:13:58.907 INFO kablam! --> src/ring_buffer.rs:95:40 Sep 14 17:13:58.907 INFO kablam! | Sep 14 17:13:58.907 INFO kablam! 95 | let entry: [u8; 65] = unsafe { mem::transmute(entry) }; Sep 14 17:13:58.907 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 17:13:58.907 INFO kablam! | Sep 14 17:13:58.907 INFO kablam! = note: source type: ring_buffer::Entry (456 bits) Sep 14 17:13:58.907 INFO kablam! = note: target type: [u8; 65] (520 bits) Sep 14 17:13:58.907 INFO kablam! Sep 14 17:13:58.907 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 14 17:13:58.907 INFO kablam! --> src/ring_buffer.rs:114:40 Sep 14 17:13:58.907 INFO kablam! | Sep 14 17:13:58.907 INFO kablam! 114 | let entry: [u8; 65] = unsafe { mem::transmute(entry) }; Sep 14 17:13:58.907 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 17:13:58.907 INFO kablam! | Sep 14 17:13:58.907 INFO kablam! = note: source type: ring_buffer::Entry (456 bits) Sep 14 17:13:58.907 INFO kablam! = note: target type: [u8; 65] (520 bits) Sep 14 17:13:58.907 INFO kablam! Sep 14 17:13:58.907 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 14 17:13:58.907 INFO kablam! --> src/ring_buffer.rs:131:40 Sep 14 17:13:58.907 INFO kablam! | Sep 14 17:13:58.907 INFO kablam! 131 | let entry: [u8; 65] = unsafe { mem::transmute(entry) }; Sep 14 17:13:58.907 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 17:13:58.907 INFO kablam! | Sep 14 17:13:58.907 INFO kablam! = note: source type: ring_buffer::Entry (456 bits) Sep 14 17:13:58.907 INFO kablam! = note: target type: [u8; 65] (520 bits) Sep 14 17:13:58.907 INFO kablam! Sep 14 17:13:58.907 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 14 17:13:58.907 INFO kablam! --> src/ring_buffer.rs:235:30 Sep 14 17:13:58.907 INFO kablam! | Sep 14 17:13:58.907 INFO kablam! 235 | Some(mem::transmute(temp)) Sep 14 17:13:58.907 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 17:13:58.907 INFO kablam! | Sep 14 17:13:58.907 INFO kablam! = note: source type: [u8; 65] (520 bits) Sep 14 17:13:58.907 INFO kablam! = note: target type: ring_buffer::Entry (456 bits) Sep 14 17:13:58.907 INFO kablam! Sep 14 17:13:58.915 INFO kablam! error: aborting due to 4 previous errors Sep 14 17:13:58.919 INFO kablam! Sep 14 17:13:58.919 INFO kablam! For more information about this error, try `rustc --explain E0512`. Sep 14 17:13:58.923 INFO kablam! error: Could not compile `eep`. Sep 14 17:13:58.923 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 17:13:59.142 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 14 17:13:59.142 INFO kablam! --> src/ring_buffer.rs:95:40 Sep 14 17:13:59.142 INFO kablam! | Sep 14 17:13:59.142 INFO kablam! 95 | let entry: [u8; 65] = unsafe { mem::transmute(entry) }; Sep 14 17:13:59.142 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 17:13:59.142 INFO kablam! | Sep 14 17:13:59.142 INFO kablam! = note: source type: ring_buffer::Entry (456 bits) Sep 14 17:13:59.142 INFO kablam! = note: target type: [u8; 65] (520 bits) Sep 14 17:13:59.142 INFO kablam! Sep 14 17:13:59.142 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 14 17:13:59.142 INFO kablam! --> src/ring_buffer.rs:114:40 Sep 14 17:13:59.142 INFO kablam! | Sep 14 17:13:59.142 INFO kablam! 114 | let entry: [u8; 65] = unsafe { mem::transmute(entry) }; Sep 14 17:13:59.142 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 17:13:59.142 INFO kablam! | Sep 14 17:13:59.142 INFO kablam! = note: source type: ring_buffer::Entry (456 bits) Sep 14 17:13:59.142 INFO kablam! = note: target type: [u8; 65] (520 bits) Sep 14 17:13:59.142 INFO kablam! Sep 14 17:13:59.142 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 14 17:13:59.142 INFO kablam! --> src/ring_buffer.rs:131:40 Sep 14 17:13:59.142 INFO kablam! | Sep 14 17:13:59.142 INFO kablam! 131 | let entry: [u8; 65] = unsafe { mem::transmute(entry) }; Sep 14 17:13:59.143 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 17:13:59.143 INFO kablam! | Sep 14 17:13:59.143 INFO kablam! = note: source type: ring_buffer::Entry (456 bits) Sep 14 17:13:59.143 INFO kablam! = note: target type: [u8; 65] (520 bits) Sep 14 17:13:59.143 INFO kablam! Sep 14 17:13:59.143 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 14 17:13:59.143 INFO kablam! --> src/ring_buffer.rs:235:30 Sep 14 17:13:59.143 INFO kablam! | Sep 14 17:13:59.143 INFO kablam! 235 | Some(mem::transmute(temp)) Sep 14 17:13:59.143 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 17:13:59.143 INFO kablam! | Sep 14 17:13:59.143 INFO kablam! = note: source type: [u8; 65] (520 bits) Sep 14 17:13:59.143 INFO kablam! = note: target type: ring_buffer::Entry (456 bits) Sep 14 17:13:59.143 INFO kablam! Sep 14 17:13:59.154 INFO kablam! error: aborting due to 4 previous errors Sep 14 17:13:59.154 INFO kablam! Sep 14 17:13:59.154 INFO kablam! For more information about this error, try `rustc --explain E0512`. Sep 14 17:13:59.163 INFO kablam! error: Could not compile `eep`. Sep 14 17:13:59.163 INFO kablam! Sep 14 17:13:59.163 INFO kablam! To learn more, run the command again with --verbose. Sep 14 17:13:59.163 INFO kablam! su: No module specific data is present Sep 14 17:13:59.758 INFO running `"docker" "rm" "-f" "b97d981d723f68755310f8be8809bc4ef9163d26e097422c64ffcd40eced605d"` Sep 14 17:13:59.856 INFO blam! b97d981d723f68755310f8be8809bc4ef9163d26e097422c64ffcd40eced605d