Sep 21 11:01:28.179 INFO checking eep-0.1.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 11:01:28.179 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 11:01:28.179 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 11:01:28.351 INFO blam! f08f141d4cdb1cbab1042ecf88c85782a437b5956786a9a7f55efdeaedcc8888 Sep 21 11:01:28.354 INFO running `"docker" "start" "-a" "f08f141d4cdb1cbab1042ecf88c85782a437b5956786a9a7f55efdeaedcc8888"` Sep 21 11:01:28.956 INFO kablam! usermod: no changes Sep 21 11:01:29.001 INFO kablam! Checking leb128 v0.2.3 Sep 21 11:01:29.380 INFO kablam! Checking eep v0.1.0 (/source) Sep 21 11:01:29.790 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 21 11:01:29.790 INFO kablam! --> src/ring_buffer.rs:95:40 Sep 21 11:01:29.790 INFO kablam! | Sep 21 11:01:29.790 INFO kablam! 95 | let entry: [u8; 65] = unsafe { mem::transmute(entry) }; Sep 21 11:01:29.790 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 11:01:29.790 INFO kablam! | Sep 21 11:01:29.790 INFO kablam! = note: source type: ring_buffer::Entry (456 bits) Sep 21 11:01:29.790 INFO kablam! = note: target type: [u8; 65] (520 bits) Sep 21 11:01:29.790 INFO kablam! Sep 21 11:01:29.794 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 21 11:01:29.794 INFO kablam! --> src/ring_buffer.rs:114:40 Sep 21 11:01:29.794 INFO kablam! | Sep 21 11:01:29.794 INFO kablam! 114 | let entry: [u8; 65] = unsafe { mem::transmute(entry) }; Sep 21 11:01:29.794 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 11:01:29.794 INFO kablam! | Sep 21 11:01:29.794 INFO kablam! = note: source type: ring_buffer::Entry (456 bits) Sep 21 11:01:29.794 INFO kablam! = note: target type: [u8; 65] (520 bits) Sep 21 11:01:29.794 INFO kablam! Sep 21 11:01:29.794 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 21 11:01:29.794 INFO kablam! --> src/ring_buffer.rs:131:40 Sep 21 11:01:29.794 INFO kablam! | Sep 21 11:01:29.794 INFO kablam! 131 | let entry: [u8; 65] = unsafe { mem::transmute(entry) }; Sep 21 11:01:29.794 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 11:01:29.794 INFO kablam! | Sep 21 11:01:29.794 INFO kablam! = note: source type: ring_buffer::Entry (456 bits) Sep 21 11:01:29.794 INFO kablam! = note: target type: [u8; 65] (520 bits) Sep 21 11:01:29.794 INFO kablam! Sep 21 11:01:29.794 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 21 11:01:29.795 INFO kablam! --> src/ring_buffer.rs:235:30 Sep 21 11:01:29.795 INFO kablam! | Sep 21 11:01:29.795 INFO kablam! 235 | Some(mem::transmute(temp)) Sep 21 11:01:29.795 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 11:01:29.795 INFO kablam! | Sep 21 11:01:29.795 INFO kablam! = note: source type: [u8; 65] (520 bits) Sep 21 11:01:29.795 INFO kablam! = note: target type: ring_buffer::Entry (456 bits) Sep 21 11:01:29.795 INFO kablam! Sep 21 11:01:29.802 INFO kablam! error: aborting due to 4 previous errors Sep 21 11:01:29.802 INFO kablam! Sep 21 11:01:29.802 INFO kablam! For more information about this error, try `rustc --explain E0512`. Sep 21 11:01:29.807 INFO kablam! error: Could not compile `eep`. Sep 21 11:01:29.807 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 11:01:30.095 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 21 11:01:30.095 INFO kablam! --> src/ring_buffer.rs:95:40 Sep 21 11:01:30.095 INFO kablam! | Sep 21 11:01:30.095 INFO kablam! 95 | let entry: [u8; 65] = unsafe { mem::transmute(entry) }; Sep 21 11:01:30.095 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 11:01:30.095 INFO kablam! | Sep 21 11:01:30.096 INFO kablam! = note: source type: ring_buffer::Entry (456 bits) Sep 21 11:01:30.096 INFO kablam! = note: target type: [u8; 65] (520 bits) Sep 21 11:01:30.096 INFO kablam! Sep 21 11:01:30.096 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 21 11:01:30.096 INFO kablam! --> src/ring_buffer.rs:114:40 Sep 21 11:01:30.096 INFO kablam! | Sep 21 11:01:30.096 INFO kablam! 114 | let entry: [u8; 65] = unsafe { mem::transmute(entry) }; Sep 21 11:01:30.096 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 11:01:30.096 INFO kablam! | Sep 21 11:01:30.096 INFO kablam! = note: source type: ring_buffer::Entry (456 bits) Sep 21 11:01:30.096 INFO kablam! = note: target type: [u8; 65] (520 bits) Sep 21 11:01:30.096 INFO kablam! Sep 21 11:01:30.096 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 21 11:01:30.096 INFO kablam! --> src/ring_buffer.rs:131:40 Sep 21 11:01:30.096 INFO kablam! | Sep 21 11:01:30.096 INFO kablam! 131 | let entry: [u8; 65] = unsafe { mem::transmute(entry) }; Sep 21 11:01:30.096 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 11:01:30.096 INFO kablam! | Sep 21 11:01:30.096 INFO kablam! = note: source type: ring_buffer::Entry (456 bits) Sep 21 11:01:30.096 INFO kablam! = note: target type: [u8; 65] (520 bits) Sep 21 11:01:30.096 INFO kablam! Sep 21 11:01:30.096 INFO kablam! error[E0512]: transmute called with types of different sizes Sep 21 11:01:30.096 INFO kablam! --> src/ring_buffer.rs:235:30 Sep 21 11:01:30.096 INFO kablam! | Sep 21 11:01:30.096 INFO kablam! 235 | Some(mem::transmute(temp)) Sep 21 11:01:30.096 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 11:01:30.096 INFO kablam! | Sep 21 11:01:30.096 INFO kablam! = note: source type: [u8; 65] (520 bits) Sep 21 11:01:30.096 INFO kablam! = note: target type: ring_buffer::Entry (456 bits) Sep 21 11:01:30.096 INFO kablam! Sep 21 11:01:30.106 INFO kablam! error: aborting due to 4 previous errors Sep 21 11:01:30.106 INFO kablam! Sep 21 11:01:30.106 INFO kablam! For more information about this error, try `rustc --explain E0512`. Sep 21 11:01:30.112 INFO kablam! error: Could not compile `eep`. Sep 21 11:01:30.112 INFO kablam! Sep 21 11:01:30.112 INFO kablam! To learn more, run the command again with --verbose. Sep 21 11:01:30.114 INFO kablam! su: No module specific data is present Sep 21 11:01:30.711 INFO running `"docker" "rm" "-f" "f08f141d4cdb1cbab1042ecf88c85782a437b5956786a9a7f55efdeaedcc8888"` Sep 21 11:01:30.830 INFO blam! f08f141d4cdb1cbab1042ecf88c85782a437b5956786a9a7f55efdeaedcc8888