Sep 04 20:58:23.348 INFO checking const-concat-0.1.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 20:58:23.348 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 20:58:23.348 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 20:58:23.521 INFO blam! e6283be453c6097c9d496d1db12dc95b83a129afb8a58b175f57d05bf6cc46b0 Sep 04 20:58:23.523 INFO running `"docker" "start" "-a" "e6283be453c6097c9d496d1db12dc95b83a129afb8a58b175f57d05bf6cc46b0"` Sep 04 20:58:24.301 INFO kablam! Checking const-concat v0.1.0 (file:///source) Sep 04 20:58:24.920 INFO kablam! error[E0658]: unions in const fn are unstable (see issue #51909) Sep 04 20:58:24.920 INFO kablam! --> src/lib.rs:10:5 Sep 04 20:58:24.920 INFO kablam! | Sep 04 20:58:24.920 INFO kablam! 10 | Transmute { from }.to Sep 04 20:58:24.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 20:58:24.920 INFO kablam! | Sep 04 20:58:24.920 INFO kablam! = help: add #![feature(const_fn_union)] to the crate attributes to enable Sep 04 20:58:24.920 INFO kablam! Sep 04 20:58:24.923 INFO kablam! error: aborting due to previous error Sep 04 20:58:24.924 INFO kablam! Sep 04 20:58:24.924 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 04 20:58:24.931 INFO kablam! error: Could not compile `const-concat`. Sep 04 20:58:24.931 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 20:58:25.166 INFO kablam! error[E0658]: unions in const fn are unstable (see issue #51909) Sep 04 20:58:25.166 INFO kablam! --> src/lib.rs:10:5 Sep 04 20:58:25.166 INFO kablam! | Sep 04 20:58:25.166 INFO kablam! 10 | Transmute { from }.to Sep 04 20:58:25.166 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 20:58:25.167 INFO kablam! | Sep 04 20:58:25.167 INFO kablam! = help: add #![feature(const_fn_union)] to the crate attributes to enable Sep 04 20:58:25.167 INFO kablam! Sep 04 20:58:25.243 INFO kablam! error[E0308]: mismatched types Sep 04 20:58:25.243 INFO kablam! --> src/lib.rs:33:13 Sep 04 20:58:25.243 INFO kablam! | Sep 04 20:58:25.243 INFO kablam! 33 | / &$crate::concat::< Sep 04 20:58:25.243 INFO kablam! 34 | | [u8; $a.len()], Sep 04 20:58:25.243 INFO kablam! 35 | | [u8; $b.len()], Sep 04 20:58:25.244 INFO kablam! 36 | | [u8; $a.len() + $b.len()], Sep 04 20:58:25.244 INFO kablam! 37 | | >($a.as_bytes(), $b.as_bytes()) Sep 04 20:58:25.244 INFO kablam! | |___________________________________________^ expected slice, found array Sep 04 20:58:25.244 INFO kablam! ... Sep 04 20:58:25.244 INFO kablam! 57 | const GREETING: &str = const_concat!(SALUTATION, ", ", TARGET, "!"); Sep 04 20:58:25.244 INFO kablam! | -------------------------------------------- in this macro invocation Sep 04 20:58:25.244 INFO kablam! | Sep 04 20:58:25.244 INFO kablam! = note: expected type `&'static [u8]` Sep 04 20:58:25.244 INFO kablam! found type `&[u8; _]` Sep 04 20:58:25.244 INFO kablam! Sep 04 20:58:25.260 INFO kablam! error: aborting due to 2 previous errors Sep 04 20:58:25.260 INFO kablam! Sep 04 20:58:25.260 INFO kablam! Some errors occurred: E0308, E0658. Sep 04 20:58:25.260 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 04 20:58:25.268 INFO kablam! error: Could not compile `const-concat`. Sep 04 20:58:25.269 INFO kablam! Sep 04 20:58:25.269 INFO kablam! To learn more, run the command again with --verbose. Sep 04 20:58:25.270 INFO kablam! su: No module specific data is present Sep 04 20:58:25.699 INFO running `"docker" "rm" "-f" "e6283be453c6097c9d496d1db12dc95b83a129afb8a58b175f57d05bf6cc46b0"` Sep 04 20:58:25.808 INFO blam! e6283be453c6097c9d496d1db12dc95b83a129afb8a58b175f57d05bf6cc46b0