Sep 04 20:58:23.342 INFO checking const-concat-0.1.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 20:58:23.342 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 20:58:23.343 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-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.504 INFO blam! 3dd93d238ea572242979b5d45090acbbac145b7116112e75a204f41c0ba363ed Sep 04 20:58:23.506 INFO running `"docker" "start" "-a" "3dd93d238ea572242979b5d45090acbbac145b7116112e75a204f41c0ba363ed"` Sep 04 20:58:24.198 INFO kablam! Checking const-concat v0.1.0 (file:///source) Sep 04 20:58:24.901 INFO kablam! error[E0658]: unions in const fn are unstable (see issue #51909) Sep 04 20:58:24.901 INFO kablam! --> src/lib.rs:10:5 Sep 04 20:58:24.901 INFO kablam! | Sep 04 20:58:24.901 INFO kablam! 10 | Transmute { from }.to Sep 04 20:58:24.901 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 20:58:24.901 INFO kablam! | Sep 04 20:58:24.901 INFO kablam! = help: add #![feature(const_fn_union)] to the crate attributes to enable Sep 04 20:58:24.901 INFO kablam! Sep 04 20:58:24.939 INFO kablam! error[E0658]: unions in const fn are unstable (see issue #51909) Sep 04 20:58:24.939 INFO kablam! --> src/lib.rs:10:5 Sep 04 20:58:24.939 INFO kablam! | Sep 04 20:58:24.939 INFO kablam! 10 | Transmute { from }.to Sep 04 20:58:24.939 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 20:58:24.939 INFO kablam! | Sep 04 20:58:24.939 INFO kablam! = help: add #![feature(const_fn_union)] to the crate attributes to enable Sep 04 20:58:24.939 INFO kablam! Sep 04 20:58:24.941 INFO kablam! error: aborting due to previous error Sep 04 20:58:24.941 INFO kablam! Sep 04 20:58:24.941 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 04 20:58:24.947 INFO kablam! error: Could not compile `const-concat`. Sep 04 20:58:24.947 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 20:58:24.964 INFO kablam! error[E0308]: mismatched types Sep 04 20:58:24.964 INFO kablam! --> src/lib.rs:33:13 Sep 04 20:58:24.964 INFO kablam! | Sep 04 20:58:24.964 INFO kablam! 33 | / &$crate::concat::< Sep 04 20:58:24.964 INFO kablam! 34 | | [u8; $a.len()], Sep 04 20:58:24.964 INFO kablam! 35 | | [u8; $b.len()], Sep 04 20:58:24.965 INFO kablam! 36 | | [u8; $a.len() + $b.len()], Sep 04 20:58:24.965 INFO kablam! 37 | | >($a.as_bytes(), $b.as_bytes()) Sep 04 20:58:24.965 INFO kablam! | |___________________________________________^ expected slice, found array Sep 04 20:58:24.965 INFO kablam! ... Sep 04 20:58:24.965 INFO kablam! 57 | const GREETING: &str = const_concat!(SALUTATION, ", ", TARGET, "!"); Sep 04 20:58:24.965 INFO kablam! | -------------------------------------------- in this macro invocation Sep 04 20:58:24.965 INFO kablam! | Sep 04 20:58:24.965 INFO kablam! = note: expected type `&'static [u8]` Sep 04 20:58:24.965 INFO kablam! found type `&[u8; _]` Sep 04 20:58:24.965 INFO kablam! Sep 04 20:58:24.978 INFO kablam! error: aborting due to 2 previous errors Sep 04 20:58:24.978 INFO kablam! Sep 04 20:58:24.978 INFO kablam! Some errors occurred: E0308, E0658. Sep 04 20:58:24.978 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 04 20:58:24.985 INFO kablam! error: Could not compile `const-concat`. Sep 04 20:58:24.985 INFO kablam! Sep 04 20:58:24.985 INFO kablam! To learn more, run the command again with --verbose. Sep 04 20:58:24.986 INFO kablam! su: No module specific data is present Sep 04 20:58:25.430 INFO running `"docker" "rm" "-f" "3dd93d238ea572242979b5d45090acbbac145b7116112e75a204f41c0ba363ed"` Sep 04 20:58:25.555 INFO blam! 3dd93d238ea572242979b5d45090acbbac145b7116112e75a204f41c0ba363ed