[INFO] cloning repository Javyre/uLisp [INFO] running `"git" "clone" "--bare" "git://github.com/Javyre/uLisp.git" "work/cache/sources/gh/Javyre/uLisp"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/Javyre/uLisp'... [INFO] running `"git" "clone" "work/cache/sources/gh/Javyre/uLisp" "work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/gh/Javyre/uLisp"` [INFO] [stderr] Cloning into 'work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/gh/Javyre/uLisp'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Javyre/uLisp" "work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/gh/Javyre/uLisp"` [INFO] [stderr] Cloning into 'work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/gh/Javyre/uLisp'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 154a087a648f8908f78d94232b842211c8a831e7 [INFO] sha for GitHub repo Javyre/uLisp: 154a087a648f8908f78d94232b842211c8a831e7 [INFO] validating manifest of Javyre/uLisp on toolchain master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1 [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Javyre/uLisp on toolchain try#8f81d0bf6baf07b92f1246696722485c4ca0b049 [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+8f81d0bf6baf07b92f1246696722485c4ca0b049-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Javyre/uLisp [INFO] finished frobbing Javyre/uLisp [INFO] frobbed toml for Javyre/uLisp written to work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/gh/Javyre/uLisp/Cargo.toml [INFO] started frobbing Javyre/uLisp [INFO] finished frobbing Javyre/uLisp [INFO] frobbed toml for Javyre/uLisp written to work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/gh/Javyre/uLisp/Cargo.toml [INFO] crate Javyre/uLisp already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+8f81d0bf6baf07b92f1246696722485c4ca0b049-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking Javyre/uLisp against try#8f81d0bf6baf07b92f1246696722485c4ca0b049 for pr-62008 [INFO] running `"docker" "create" "-v" "/mnt/big/ec2-user/crater/work/local/target-dirs/pr-62008/worker-2/try#8f81d0bf6baf07b92f1246696722485c4ca0b049:/opt/crater/target:rw,Z" "-v" "/mnt/big/ec2-user/crater/work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/gh/Javyre/uLisp:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/ec2-user/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/ec2-user/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+8f81d0bf6baf07b92f1246696722485c4ca0b049-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 996fb129d62b683eaea3770b2bcce665a4e3596cd95301e1c083379fee80ccf7 [INFO] running `"docker" "start" "-a" "996fb129d62b683eaea3770b2bcce665a4e3596cd95301e1c083379fee80ccf7"` [INFO] [stderr] Checking ulisp v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/vm/macros.rs:60:39 [INFO] [stderr] | [INFO] [stderr] 59 | { $ident:ident = $($rest:tt)+} => { [INFO] [stderr] | - expected repetition [INFO] [stderr] 60 | consts!{@const $ident [] [] $($rest)* } [INFO] [stderr] | ^^^^^ - conflicting repetition [INFO] [stderr] | [INFO] [stderr] = note: #[deny(meta_variable_misuse)] on by default [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/vm/macros.rs:70:30 [INFO] [stderr] | [INFO] [stderr] 67 | { ($ids_n:ident, $var_str_n:ident) = $($idents:ident),+ } => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 70 | enum ___BinIdent { $($idents),* } [INFO] [stderr] | ^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/vm/macros.rs:71:42 [INFO] [stderr] | [INFO] [stderr] 67 | { ($ids_n:ident, $var_str_n:ident) = $($idents:ident),+ } => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 71 | let $ids_n = vec![$(___BinIdent::$idents as $crate::vm::IdentID),*]; [INFO] [stderr] | ^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/vm/macros.rs:73:43 [INFO] [stderr] | [INFO] [stderr] 67 | { ($ids_n:ident, $var_str_n:ident) = $($idents:ident),+ } => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 73 | $( $var_str_n.insert(___BinIdent::$idents as $crate::vm::IdentID, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] 74 | stringify!($idents).to_owned()); )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/vm/macros.rs:74:41 [INFO] [stderr] | [INFO] [stderr] 67 | { ($ids_n:ident, $var_str_n:ident) = $($idents:ident),+ } => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 74 | stringify!($idents).to_owned()); )* [INFO] [stderr] | ^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] warning: unused imports: `RefMut`, `Ref` [INFO] [stderr] --> src/vm/mem.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | Ref, [INFO] [stderr] | ^^^ [INFO] [stderr] 5 | RefMut, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/vm/macros.rs:60:39 [INFO] [stderr] | [INFO] [stderr] 59 | { $ident:ident = $($rest:tt)+} => { [INFO] [stderr] | - expected repetition [INFO] [stderr] 60 | consts!{@const $ident [] [] $($rest)* } [INFO] [stderr] | ^^^^^ - conflicting repetition [INFO] [stderr] | [INFO] [stderr] = note: #[deny(meta_variable_misuse)] on by default [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/vm/macros.rs:70:30 [INFO] [stderr] | [INFO] [stderr] 67 | { ($ids_n:ident, $var_str_n:ident) = $($idents:ident),+ } => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 70 | enum ___BinIdent { $($idents),* } [INFO] [stderr] | ^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/vm/macros.rs:71:42 [INFO] [stderr] | [INFO] [stderr] 67 | { ($ids_n:ident, $var_str_n:ident) = $($idents:ident),+ } => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 71 | let $ids_n = vec![$(___BinIdent::$idents as $crate::vm::IdentID),*]; [INFO] [stderr] | ^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/vm/macros.rs:73:43 [INFO] [stderr] | [INFO] [stderr] 67 | { ($ids_n:ident, $var_str_n:ident) = $($idents:ident),+ } => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 73 | $( $var_str_n.insert(___BinIdent::$idents as $crate::vm::IdentID, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] 74 | stringify!($idents).to_owned()); )* [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> src/vm/macros.rs:74:41 [INFO] [stderr] | [INFO] [stderr] 67 | { ($ids_n:ident, $var_str_n:ident) = $($idents:ident),+ } => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 74 | stringify!($idents).to_owned()); )* [INFO] [stderr] | ^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] warning: unused imports: `RefMut`, `Ref` [INFO] [stderr] --> src/vm/mem.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | Ref, [INFO] [stderr] | ^^^ [INFO] [stderr] 5 | RefMut, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `ulisp`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `ulisp`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "996fb129d62b683eaea3770b2bcce665a4e3596cd95301e1c083379fee80ccf7"` [INFO] running `"docker" "rm" "-f" "996fb129d62b683eaea3770b2bcce665a4e3596cd95301e1c083379fee80ccf7"` [INFO] [stdout] 996fb129d62b683eaea3770b2bcce665a4e3596cd95301e1c083379fee80ccf7