Sep 01 07:33:45.018 INFO checking const-concat-0.1.0 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Sep 01 07:33:45.018 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Sep 01 07:33:45.018 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-0/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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 +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 07:33:45.190 INFO blam! f663858ba413aa9a8547d1203f6a72059ec074c3ef9256893db481f211a73135 Sep 01 07:33:45.192 INFO running `"docker" "start" "-a" "f663858ba413aa9a8547d1203f6a72059ec074c3ef9256893db481f211a73135"` Sep 01 07:33:45.853 INFO kablam! Checking const-concat v0.1.0 (file:///source) Sep 01 07:33:46.361 INFO kablam! error[E0658]: unions in const fn are unstable (see issue #51909) Sep 01 07:33:46.362 INFO kablam! --> src/lib.rs:10:5 Sep 01 07:33:46.362 INFO kablam! | Sep 01 07:33:46.362 INFO kablam! 10 | Transmute { from }.to Sep 01 07:33:46.362 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:33:46.362 INFO kablam! | Sep 01 07:33:46.362 INFO kablam! = help: add #![feature(const_fn_union)] to the crate attributes to enable Sep 01 07:33:46.362 INFO kablam! Sep 01 07:33:46.364 INFO kablam! error: aborting due to previous error Sep 01 07:33:46.364 INFO kablam! Sep 01 07:33:46.364 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 01 07:33:46.370 INFO kablam! error: Could not compile `const-concat`. Sep 01 07:33:46.370 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 07:33:46.605 INFO kablam! error[E0658]: unions in const fn are unstable (see issue #51909) Sep 01 07:33:46.605 INFO kablam! --> src/lib.rs:10:5 Sep 01 07:33:46.605 INFO kablam! | Sep 01 07:33:46.605 INFO kablam! 10 | Transmute { from }.to Sep 01 07:33:46.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:33:46.605 INFO kablam! | Sep 01 07:33:46.606 INFO kablam! = help: add #![feature(const_fn_union)] to the crate attributes to enable Sep 01 07:33:46.606 INFO kablam! Sep 01 07:33:46.671 INFO kablam! error[E0308]: mismatched types Sep 01 07:33:46.671 INFO kablam! --> src/lib.rs:33:13 Sep 01 07:33:46.671 INFO kablam! | Sep 01 07:33:46.671 INFO kablam! 33 | / &$crate::concat::< Sep 01 07:33:46.671 INFO kablam! 34 | | [u8; $a.len()], Sep 01 07:33:46.671 INFO kablam! 35 | | [u8; $b.len()], Sep 01 07:33:46.671 INFO kablam! 36 | | [u8; $a.len() + $b.len()], Sep 01 07:33:46.671 INFO kablam! 37 | | >($a.as_bytes(), $b.as_bytes()) Sep 01 07:33:46.671 INFO kablam! | |___________________________________________^ expected slice, found array Sep 01 07:33:46.671 INFO kablam! ... Sep 01 07:33:46.671 INFO kablam! 57 | const GREETING: &str = const_concat!(SALUTATION, ", ", TARGET, "!"); Sep 01 07:33:46.671 INFO kablam! | -------------------------------------------- in this macro invocation Sep 01 07:33:46.671 INFO kablam! | Sep 01 07:33:46.671 INFO kablam! = note: expected type `&'static [u8]` Sep 01 07:33:46.671 INFO kablam! found type `&[u8; _]` Sep 01 07:33:46.671 INFO kablam! Sep 01 07:33:46.688 INFO kablam! error: aborting due to 2 previous errors Sep 01 07:33:46.688 INFO kablam! Sep 01 07:33:46.688 INFO kablam! Some errors occurred: E0308, E0658. Sep 01 07:33:46.688 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 01 07:33:46.696 INFO kablam! error: Could not compile `const-concat`. Sep 01 07:33:46.696 INFO kablam! Sep 01 07:33:46.696 INFO kablam! To learn more, run the command again with --verbose. Sep 01 07:33:46.697 INFO kablam! su: No module specific data is present Sep 01 07:33:47.074 INFO running `"docker" "rm" "-f" "f663858ba413aa9a8547d1203f6a72059ec074c3ef9256893db481f211a73135"` Sep 01 07:33:47.183 INFO blam! f663858ba413aa9a8547d1203f6a72059ec074c3ef9256893db481f211a73135