Sep 01 07:33:45.094 INFO checking const-concat-0.1.0 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 07:33:45.094 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 07:33:45.094 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-1/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-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.273 INFO blam! 705870e6cfd41a98b7e7ac39996005ae7dfa63877ae48ca6fcd3aa5ba0d98a50 Sep 01 07:33:45.275 INFO running `"docker" "start" "-a" "705870e6cfd41a98b7e7ac39996005ae7dfa63877ae48ca6fcd3aa5ba0d98a50"` Sep 01 07:33:45.928 INFO kablam! Checking const-concat v0.1.0 (file:///source) Sep 01 07:33:46.534 INFO kablam! error[E0658]: unions in const fn are unstable (see issue #51909) Sep 01 07:33:46.534 INFO kablam! --> src/lib.rs:10:5 Sep 01 07:33:46.534 INFO kablam! | Sep 01 07:33:46.534 INFO kablam! 10 | Transmute { from }.to Sep 01 07:33:46.534 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:33:46.534 INFO kablam! | Sep 01 07:33:46.534 INFO kablam! = help: add #![feature(const_fn_union)] to the crate attributes to enable Sep 01 07:33:46.534 INFO kablam! Sep 01 07:33:46.573 INFO kablam! error[E0658]: unions in const fn are unstable (see issue #51909) Sep 01 07:33:46.573 INFO kablam! --> src/lib.rs:10:5 Sep 01 07:33:46.573 INFO kablam! | Sep 01 07:33:46.573 INFO kablam! 10 | Transmute { from }.to Sep 01 07:33:46.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:33:46.573 INFO kablam! | Sep 01 07:33:46.573 INFO kablam! = help: add #![feature(const_fn_union)] to the crate attributes to enable Sep 01 07:33:46.573 INFO kablam! Sep 01 07:33:46.575 INFO kablam! error: aborting due to previous error Sep 01 07:33:46.575 INFO kablam! Sep 01 07:33:46.575 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 01 07:33:46.581 INFO kablam! error: Could not compile `const-concat`. Sep 01 07:33:46.581 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 07:33:46.603 INFO kablam! error[E0308]: mismatched types Sep 01 07:33:46.603 INFO kablam! --> src/lib.rs:33:13 Sep 01 07:33:46.603 INFO kablam! | Sep 01 07:33:46.603 INFO kablam! 33 | / &$crate::concat::< Sep 01 07:33:46.603 INFO kablam! 34 | | [u8; $a.len()], Sep 01 07:33:46.603 INFO kablam! 35 | | [u8; $b.len()], Sep 01 07:33:46.603 INFO kablam! 36 | | [u8; $a.len() + $b.len()], Sep 01 07:33:46.603 INFO kablam! 37 | | >($a.as_bytes(), $b.as_bytes()) Sep 01 07:33:46.603 INFO kablam! | |___________________________________________^ expected slice, found array Sep 01 07:33:46.603 INFO kablam! ... Sep 01 07:33:46.603 INFO kablam! 57 | const GREETING: &str = const_concat!(SALUTATION, ", ", TARGET, "!"); Sep 01 07:33:46.603 INFO kablam! | -------------------------------------------- in this macro invocation Sep 01 07:33:46.603 INFO kablam! | Sep 01 07:33:46.603 INFO kablam! = note: expected type `&'static [u8]` Sep 01 07:33:46.603 INFO kablam! found type `&[u8; _]` Sep 01 07:33:46.603 INFO kablam! Sep 01 07:33:46.618 INFO kablam! error: aborting due to 2 previous errors Sep 01 07:33:46.618 INFO kablam! Sep 01 07:33:46.618 INFO kablam! Some errors occurred: E0308, E0658. Sep 01 07:33:46.618 INFO kablam! For more information about an error, try `rustc --explain E0308`. Sep 01 07:33:46.625 INFO kablam! error: Could not compile `const-concat`. Sep 01 07:33:46.625 INFO kablam! Sep 01 07:33:46.625 INFO kablam! To learn more, run the command again with --verbose. Sep 01 07:33:46.626 INFO kablam! su: No module specific data is present Sep 01 07:33:46.961 INFO running `"docker" "rm" "-f" "705870e6cfd41a98b7e7ac39996005ae7dfa63877ae48ca6fcd3aa5ba0d98a50"` Sep 01 07:33:47.047 INFO blam! 705870e6cfd41a98b7e7ac39996005ae7dfa63877ae48ca6fcd3aa5ba0d98a50