[INFO] cloning repository golddranks/diesel_musl_testcase [INFO] running `"git" "clone" "--bare" "git://github.com/golddranks/diesel_musl_testcase.git" "work/cache/sources/gh/golddranks/diesel_musl_testcase"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/golddranks/diesel_musl_testcase'... [INFO] running `"git" "clone" "work/cache/sources/gh/golddranks/diesel_musl_testcase" "work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/gh/golddranks/diesel_musl_testcase"` [INFO] [stderr] Cloning into 'work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/gh/golddranks/diesel_musl_testcase'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/golddranks/diesel_musl_testcase" "work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/gh/golddranks/diesel_musl_testcase"` [INFO] [stderr] Cloning into 'work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/gh/golddranks/diesel_musl_testcase'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f01524211969f0fc29631863007eb67005c70943 [INFO] sha for GitHub repo golddranks/diesel_musl_testcase: f01524211969f0fc29631863007eb67005c70943 [INFO] validating manifest of golddranks/diesel_musl_testcase 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 golddranks/diesel_musl_testcase 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 golddranks/diesel_musl_testcase [INFO] finished frobbing golddranks/diesel_musl_testcase [INFO] frobbed toml for golddranks/diesel_musl_testcase written to work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/gh/golddranks/diesel_musl_testcase/Cargo.toml [INFO] started frobbing golddranks/diesel_musl_testcase [INFO] finished frobbing golddranks/diesel_musl_testcase [INFO] frobbed toml for golddranks/diesel_musl_testcase written to work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/gh/golddranks/diesel_musl_testcase/Cargo.toml [INFO] crate golddranks/diesel_musl_testcase 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] [stderr] Blocking waiting for file lock on package cache [INFO] checking golddranks/diesel_musl_testcase against try#8f81d0bf6baf07b92f1246696722485c4ca0b049 for pr-62008 [INFO] running `"docker" "create" "-v" "/mnt/big/ec2-user/crater/work/local/target-dirs/pr-62008/worker-5/try#8f81d0bf6baf07b92f1246696722485c4ca0b049:/opt/crater/target:rw,Z" "-v" "/mnt/big/ec2-user/crater/work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/gh/golddranks/diesel_musl_testcase:/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] 8bd3dfcd79f983b5775cc18001f15943e03d5cb32fa92ff46ee61a639d9e4e5b [INFO] running `"docker" "start" "-a" "8bd3dfcd79f983b5775cc18001f15943e03d5cb32fa92ff46ee61a639d9e4e5b"` [INFO] [stderr] Compiling diesel v0.15.1 [INFO] [stderr] Compiling diesel_infer_schema v0.15.0 [INFO] [stderr] Compiling diesel_codegen v0.15.0 [INFO] [stderr] Checking diesel_musl_testcase v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::diesel::macros::__diesel_table_impl macros>:17:37 [INFO] [stderr] | [INFO] [stderr] 14 | @ parse import = [ $ ( use $ ( $ import : tt ) :: + ; ) + ] ; table_doc = [ [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 17 | @ parse_body import = [ $ ( use $ ( $ import ) :: + ; ) * ] ; table_doc = [ [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] --> <::diesel::macros::query_id::impl_query_id macros>:5:49 [INFO] [stderr] | [INFO] [stderr] 4 | $ name : ident < $ ( $ ty_param : ident ) , + > ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] 5 | # [ allow ( non_camel_case_types ) ] impl < $ ( $ ty_param ) , * > $ crate :: [INFO] [stderr] | ^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::diesel::macros::query_id::impl_query_id macros>:6:43 [INFO] [stderr] | [INFO] [stderr] 4 | $ name : ident < $ ( $ ty_param : ident ) , + > ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] 5 | # [ allow ( non_camel_case_types ) ] impl < $ ( $ ty_param ) , * > $ crate :: [INFO] [stderr] 6 | query_builder :: QueryId for $ name < $ ( $ ty_param ) , * > where $ ( [INFO] [stderr] | ^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::diesel::macros::query_id::impl_query_id macros>:7:1 [INFO] [stderr] | [INFO] [stderr] 4 | $ name : ident < $ ( $ ty_param : ident ) , + > ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 7 | $ ty_param : $ crate :: query_builder :: QueryId ) , * { [INFO] [stderr] | ^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::diesel::macros::query_id::impl_query_id macros>:8:29 [INFO] [stderr] | [INFO] [stderr] 4 | $ name : ident < $ ( $ ty_param : ident ) , + > ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 8 | type QueryId = $ name < $ ( $ ty_param :: QueryId ) , * > ; fn [INFO] [stderr] | ^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::diesel::macros::query_id::impl_query_id macros>:10:5 [INFO] [stderr] | [INFO] [stderr] 4 | $ name : ident < $ ( $ ty_param : ident ) , + > ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 10 | $ ( $ ty_param :: has_static_query_id ( ) && ) * true } } } ; ( [INFO] [stderr] | ^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::diesel::macros::query_id::impl_query_id macros>:15:49 [INFO] [stderr] | [INFO] [stderr] 14 | noop : $ name : ident < $ ( $ ty_param : ident ) , + > ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] 15 | # [ allow ( non_camel_case_types ) ] impl < $ ( $ ty_param ) , * > $ crate :: [INFO] [stderr] | ^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::diesel::macros::query_id::impl_query_id macros>:16:43 [INFO] [stderr] | [INFO] [stderr] 14 | noop : $ name : ident < $ ( $ ty_param : ident ) , + > ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] 15 | # [ allow ( non_camel_case_types ) ] impl < $ ( $ ty_param ) , * > $ crate :: [INFO] [stderr] 16 | query_builder :: QueryId for $ name < $ ( $ ty_param ) , * > { [INFO] [stderr] | ^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::diesel::macros::__diesel_table_impl macros>:17:37 [INFO] [stderr] | [INFO] [stderr] 14 | @ parse import = [ $ ( use $ ( $ import : tt ) :: + ; ) + ] ; table_doc = [ [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 17 | @ parse_body import = [ $ ( use $ ( $ import ) :: + ; ) * ] ; table_doc = [ [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] --> <::diesel::macros::query_id::impl_query_id macros>:5:49 [INFO] [stderr] | [INFO] [stderr] 4 | $ name : ident < $ ( $ ty_param : ident ) , + > ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] 5 | # [ allow ( non_camel_case_types ) ] impl < $ ( $ ty_param ) , * > $ crate :: [INFO] [stderr] | ^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::diesel::macros::query_id::impl_query_id macros>:6:43 [INFO] [stderr] | [INFO] [stderr] 4 | $ name : ident < $ ( $ ty_param : ident ) , + > ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] 5 | # [ allow ( non_camel_case_types ) ] impl < $ ( $ ty_param ) , * > $ crate :: [INFO] [stderr] 6 | query_builder :: QueryId for $ name < $ ( $ ty_param ) , * > where $ ( [INFO] [stderr] | ^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::diesel::macros::query_id::impl_query_id macros>:7:1 [INFO] [stderr] | [INFO] [stderr] 4 | $ name : ident < $ ( $ ty_param : ident ) , + > ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 7 | $ ty_param : $ crate :: query_builder :: QueryId ) , * { [INFO] [stderr] | ^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::diesel::macros::query_id::impl_query_id macros>:8:29 [INFO] [stderr] | [INFO] [stderr] 4 | $ name : ident < $ ( $ ty_param : ident ) , + > ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 8 | type QueryId = $ name < $ ( $ ty_param :: QueryId ) , * > ; fn [INFO] [stderr] | ^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::diesel::macros::query_id::impl_query_id macros>:10:5 [INFO] [stderr] | [INFO] [stderr] 4 | $ name : ident < $ ( $ ty_param : ident ) , + > ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 10 | $ ( $ ty_param :: has_static_query_id ( ) && ) * true } } } ; ( [INFO] [stderr] | ^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::diesel::macros::query_id::impl_query_id macros>:15:49 [INFO] [stderr] | [INFO] [stderr] 14 | noop : $ name : ident < $ ( $ ty_param : ident ) , + > ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] 15 | # [ allow ( non_camel_case_types ) ] impl < $ ( $ ty_param ) , * > $ crate :: [INFO] [stderr] | ^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::diesel::macros::query_id::impl_query_id macros>:16:43 [INFO] [stderr] | [INFO] [stderr] 14 | noop : $ name : ident < $ ( $ ty_param : ident ) , + > ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] 15 | # [ allow ( non_camel_case_types ) ] impl < $ ( $ ty_param ) , * > $ crate :: [INFO] [stderr] 16 | query_builder :: QueryId for $ name < $ ( $ ty_param ) , * > { [INFO] [stderr] | ^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `diesel_musl_testcase`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 8 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `diesel_musl_testcase`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8bd3dfcd79f983b5775cc18001f15943e03d5cb32fa92ff46ee61a639d9e4e5b"` [INFO] running `"docker" "rm" "-f" "8bd3dfcd79f983b5775cc18001f15943e03d5cb32fa92ff46ee61a639d9e4e5b"` [INFO] [stdout] 8bd3dfcd79f983b5775cc18001f15943e03d5cb32fa92ff46ee61a639d9e4e5b