[INFO] fetching crate cargo-template-ci 0.1.2... [INFO] extracting crate cargo-template-ci 0.1.2 into work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/reg/cargo-template-ci/0.1.2 [INFO] extracting crate cargo-template-ci 0.1.2 into work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/reg/cargo-template-ci/0.1.2 [INFO] validating manifest of cargo-template-ci-0.1.2 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 cargo-template-ci-0.1.2 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 cargo-template-ci-0.1.2 [INFO] finished frobbing cargo-template-ci-0.1.2 [INFO] frobbed toml for cargo-template-ci-0.1.2 written to work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/reg/cargo-template-ci/0.1.2/Cargo.toml [INFO] started frobbing cargo-template-ci-0.1.2 [INFO] finished frobbing cargo-template-ci-0.1.2 [INFO] frobbed toml for cargo-template-ci-0.1.2 written to work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/reg/cargo-template-ci/0.1.2/Cargo.toml [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/ec2-user/crater/work/local/cargo-home/bin/cargo" "+8f81d0bf6baf07b92f1246696722485c4ca0b049-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 cargo-template-ci-0.1.2 against try#8f81d0bf6baf07b92f1246696722485c4ca0b049 for pr-62008 [INFO] running `"docker" "create" "-v" "/mnt/big/ec2-user/crater/work/local/target-dirs/pr-62008/worker-4/try#8f81d0bf6baf07b92f1246696722485c4ca0b049:/opt/crater/target:rw,Z" "-v" "/mnt/big/ec2-user/crater/work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/reg/cargo-template-ci/0.1.2:/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] 59f6be83ee998494df441c69c30b7f03d12b3cb11741950dd53cc50c4f8dc004 [INFO] running `"docker" "start" "-a" "59f6be83ee998494df441c69c30b7f03d12b3cb11741950dd53cc50c4f8dc004"` [INFO] [stderr] Compiling askama_shared v0.7.2 [INFO] [stderr] Compiling askama_derive v0.7.2 [INFO] [stderr] Compiling askama v0.7.2 [INFO] [stderr] Compiling cargo-template-ci v0.1.2 (/opt/crater/workdir) [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:11:19 [INFO] [stderr] | [INFO] [stderr] 3 | < $ ( $ type_param : tt ) , * > ) ? $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 11 | errtype $ ( < $ ( $ type_param ) , * > ) * { [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] --> <::custom_error::custom_error macros>:16:1 [INFO] [stderr] | [INFO] [stderr] 8 | < $ ( $ attr_type_param : tt ) , * > ) ? ) , * } ) ? = $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 16 | $ attr_name : $ ( $ attr_type ) :: * $ ( < $ ( $ attr_type_param ) , * > ) * ) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] 17 | , * } ) * ) , * } $ crate :: add_type_bounds ! { [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:16:19 [INFO] [stderr] | [INFO] [stderr] 8 | < $ ( $ attr_type_param : tt ) , * > ) ? ) , * } ) ? = $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 16 | $ attr_name : $ ( $ attr_type ) :: * $ ( < $ ( $ attr_type_param ) , * > ) * ) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] 17 | , * } ) * ) , * } $ crate :: add_type_bounds ! { [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:16:48 [INFO] [stderr] | [INFO] [stderr] 8 | < $ ( $ attr_type_param : tt ) , * > ) ? ) , * } ) ? = $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 16 | $ attr_name : $ ( $ attr_type ) :: * $ ( < $ ( $ attr_type_param ) , * > ) * ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] 17 | , * } ) * ) , * } $ crate :: add_type_bounds ! { [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:18:11 [INFO] [stderr] | [INFO] [stderr] 3 | < $ ( $ type_param : tt ) , * > ) ? $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 18 | ( $ ( $ ( $ type_param ) , * ) * ) ( [INFO] [stderr] | ^^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:20:49 [INFO] [stderr] | [INFO] [stderr] 3 | < $ ( $ type_param : tt ) , * > ) ? $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 20 | > std :: error :: Error for $ errtype $ ( < $ ( $ type_param ) , * > ) * { [INFO] [stderr] | ^^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:24:32 [INFO] [stderr] | [INFO] [stderr] 8 | < $ ( $ attr_type_param : tt ) , * > ) ? ) , * } ) ? = $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 24 | $ errtype :: $ field $ ( { $ ( $ attr_name ) , * } ) * => { [INFO] [stderr] | ^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:28:1 [INFO] [stderr] | [INFO] [stderr] 8 | < $ ( $ attr_type_param : tt ) , * > ) ? ) , * } ) ? = $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 28 | $ attr_name , $ attr_name $ ( < $ ( $ attr_type_param ) , * > ) * ) ) ; * ) * [INFO] [stderr] | ^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:28:15 [INFO] [stderr] | [INFO] [stderr] 8 | < $ ( $ attr_type_param : tt ) , * > ) ? ) , * } ) ? = $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 28 | $ attr_name , $ attr_name $ ( < $ ( $ attr_type_param ) , * > ) * ) ) ; * ) * [INFO] [stderr] | ^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:28:37 [INFO] [stderr] | [INFO] [stderr] 8 | < $ ( $ attr_type_param : tt ) , * > ) ? ) , * } ) ? = $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 28 | $ attr_name , $ attr_name $ ( < $ ( $ attr_type_param ) , * > ) * ) ) ; * ) * [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:30:23 [INFO] [stderr] | [INFO] [stderr] 3 | < $ ( $ type_param : tt ) , * > ) ? $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 30 | ( $ errtype $ ( < $ ( $ type_param ) , * > ) * ) $ ( [INFO] [stderr] | ^^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:34:1 [INFO] [stderr] | [INFO] [stderr] 8 | < $ ( $ attr_type_param : tt ) , * > ) ? ) , * } ) ? = $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 34 | $ attr_name , $ attr_name , $ ( $ attr_type ) :: * $ ( [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] 35 | < $ ( $ attr_type_param ) , * > ) * ) , * ) , * ] ) * } $ crate :: [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:34:15 [INFO] [stderr] | [INFO] [stderr] 8 | < $ ( $ attr_type_param : tt ) , * > ) ? ) , * } ) ? = $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 34 | $ attr_name , $ attr_name , $ ( $ attr_type ) :: * $ ( [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] 35 | < $ ( $ attr_type_param ) , * > ) * ) , * ) , * ] ) * } $ crate :: [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:34:33 [INFO] [stderr] | [INFO] [stderr] 8 | < $ ( $ attr_type_param : tt ) , * > ) ? ) , * } ) ? = $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 34 | $ attr_name , $ attr_name , $ ( $ attr_type ) :: * $ ( [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] 35 | < $ ( $ attr_type_param ) , * > ) * ) , * ) , * ] ) * } $ crate :: [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:35:7 [INFO] [stderr] | [INFO] [stderr] 8 | < $ ( $ attr_type_param : tt ) , * > ) ? ) , * } ) ? = $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 35 | < $ ( $ attr_type_param ) , * > ) * ) , * ) , * ] ) * } $ crate :: [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:37:11 [INFO] [stderr] | [INFO] [stderr] 3 | < $ ( $ type_param : tt ) , * > ) ? $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 37 | ( $ ( $ ( $ type_param ) , * ) * ) ( std :: string :: ToString ) { impl < } { [INFO] [stderr] | ^^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:38:49 [INFO] [stderr] | [INFO] [stderr] 3 | < $ ( $ type_param : tt ) , * > ) ? $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 38 | > std :: fmt :: Display for $ errtype $ ( < $ ( $ type_param ) , * > ) * { [INFO] [stderr] | ^^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:43:32 [INFO] [stderr] | [INFO] [stderr] 8 | < $ ( $ attr_type_param : tt ) , * > ) ? ) , * } ) ? = $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 43 | $ errtype :: $ field $ ( { $ ( $ attr_name ) , * } ) * => { [INFO] [stderr] | ^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:44:40 [INFO] [stderr] | [INFO] [stderr] 9 | @ { $ ( $ msg_fun : tt ) * } ) ? $ ( $ msg : expr ) ? ) , * $ ( , ) * ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 44 | $ ( write ! ( formatter , "{}" , ( $ ( $ msg_fun ) * ) ) ? ; ) * $ crate :: [INFO] [stderr] | ^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:46:21 [INFO] [stderr] | [INFO] [stderr] 8 | < $ ( $ attr_type_param : tt ) , * > ) ? ) , * } ) ? = $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 46 | formatter , $ ( $ ( $ attr_name ) , * ) , * | $ ( $ msg ) * ) ; Ok ( ( ) ) } [INFO] [stderr] | ^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:46:51 [INFO] [stderr] | [INFO] [stderr] 9 | @ { $ ( $ msg_fun : tt ) * } ) ? $ ( $ msg : expr ) ? ) , * $ ( , ) * ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 46 | formatter , $ ( $ ( $ attr_name ) , * ) , * | $ ( $ msg ) * ) ; Ok ( ( ) ) } [INFO] [stderr] | ^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:55:19 [INFO] [stderr] | [INFO] [stderr] 49 | < $ ( $ type_param : tt ) , * > ) ? { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 55 | errtype $ ( < $ ( $ type_param ) , * > ) * { [INFO] [stderr] | ^^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:58:7 [INFO] [stderr] | [INFO] [stderr] 52 | < $ ( $ field_type_param : tt ) , * > ) ? ) , * } = $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 58 | < $ ( $ field_type_param ) , * > ) * ) , * } $ crate :: add_type_bounds ! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:59:11 [INFO] [stderr] | [INFO] [stderr] 49 | < $ ( $ type_param : tt ) , * > ) ? { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 59 | ( $ ( $ ( $ type_param ) , * ) * ) ( [INFO] [stderr] | ^^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:61:49 [INFO] [stderr] | [INFO] [stderr] 49 | < $ ( $ type_param : tt ) , * > ) ? { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 61 | > std :: error :: Error for $ errtype $ ( < $ ( $ type_param ) , * > ) * { [INFO] [stderr] | ^^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:66:46 [INFO] [stderr] | [INFO] [stderr] 52 | < $ ( $ field_type_param : tt ) , * > ) ? ) , * } = $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 66 | self , $ field_name , $ field_name $ ( < $ ( $ field_type_param ) , * > ) * ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:68:21 [INFO] [stderr] | [INFO] [stderr] 49 | < $ ( $ type_param : tt ) , * > ) ? { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 68 | $ errtype $ ( < $ ( $ type_param ) , * > ) * , $ ( [INFO] [stderr] | ^^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:69:50 [INFO] [stderr] | [INFO] [stderr] 52 | < $ ( $ field_type_param : tt ) , * > ) ? ) , * } = $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 69 | $ field_name : $ ( $ field_type ) :: * $ ( < $ ( $ field_type_param ) , * > ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 70 | * ) , * } $ crate :: add_type_bounds ! { [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:71:11 [INFO] [stderr] | [INFO] [stderr] 49 | < $ ( $ type_param : tt ) , * > ) ? { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 71 | ( $ ( $ ( $ type_param ) , * ) * ) ( std :: string :: ToString ) { impl < } { [INFO] [stderr] | ^^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:72:49 [INFO] [stderr] | [INFO] [stderr] 49 | < $ ( $ type_param : tt ) , * > ) ? { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 72 | > std :: fmt :: Display for $ errtype $ ( < $ ( $ type_param ) , * > ) * { [INFO] [stderr] | ^^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:76:36 [INFO] [stderr] | [INFO] [stderr] 53 | @ { $ ( $ msg_fun : tt ) * } ) ? $ ( $ msg : expr ) ? $ ( , ) * ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 76 | write ! ( formatter , "{}" , ( $ ( $ msg_fun ) * ) ) ? ; ) * $ crate :: [INFO] [stderr] | ^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:77:62 [INFO] [stderr] | [INFO] [stderr] 53 | @ { $ ( $ msg_fun : tt ) * } ) ? $ ( $ msg : expr ) ? $ ( , ) * ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 77 | display_message ! ( formatter , $ ( $ field_name ) , * | $ ( $ msg ) * ) ; Ok [INFO] [stderr] | ^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:45:29 [INFO] [stderr] | [INFO] [stderr] 45 | fn main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:11:19 [INFO] [stderr] | [INFO] [stderr] 3 | < $ ( $ type_param : tt ) , * > ) ? $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 11 | errtype $ ( < $ ( $ type_param ) , * > ) * { [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] --> <::custom_error::custom_error macros>:16:1 [INFO] [stderr] | [INFO] [stderr] 8 | < $ ( $ attr_type_param : tt ) , * > ) ? ) , * } ) ? = $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 16 | $ attr_name : $ ( $ attr_type ) :: * $ ( < $ ( $ attr_type_param ) , * > ) * ) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] 17 | , * } ) * ) , * } $ crate :: add_type_bounds ! { [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:16:19 [INFO] [stderr] | [INFO] [stderr] 8 | < $ ( $ attr_type_param : tt ) , * > ) ? ) , * } ) ? = $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 16 | $ attr_name : $ ( $ attr_type ) :: * $ ( < $ ( $ attr_type_param ) , * > ) * ) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] 17 | , * } ) * ) , * } $ crate :: add_type_bounds ! { [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:16:48 [INFO] [stderr] | [INFO] [stderr] 8 | < $ ( $ attr_type_param : tt ) , * > ) ? ) , * } ) ? = $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 16 | $ attr_name : $ ( $ attr_type ) :: * $ ( < $ ( $ attr_type_param ) , * > ) * ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] 17 | , * } ) * ) , * } $ crate :: add_type_bounds ! { [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:18:11 [INFO] [stderr] | [INFO] [stderr] 3 | < $ ( $ type_param : tt ) , * > ) ? $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 18 | ( $ ( $ ( $ type_param ) , * ) * ) ( [INFO] [stderr] | ^^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:20:49 [INFO] [stderr] | [INFO] [stderr] 3 | < $ ( $ type_param : tt ) , * > ) ? $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 20 | > std :: error :: Error for $ errtype $ ( < $ ( $ type_param ) , * > ) * { [INFO] [stderr] | ^^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:24:32 [INFO] [stderr] | [INFO] [stderr] 8 | < $ ( $ attr_type_param : tt ) , * > ) ? ) , * } ) ? = $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 24 | $ errtype :: $ field $ ( { $ ( $ attr_name ) , * } ) * => { [INFO] [stderr] | ^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:28:1 [INFO] [stderr] | [INFO] [stderr] 8 | < $ ( $ attr_type_param : tt ) , * > ) ? ) , * } ) ? = $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 28 | $ attr_name , $ attr_name $ ( < $ ( $ attr_type_param ) , * > ) * ) ) ; * ) * [INFO] [stderr] | ^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:28:15 [INFO] [stderr] | [INFO] [stderr] 8 | < $ ( $ attr_type_param : tt ) , * > ) ? ) , * } ) ? = $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 28 | $ attr_name , $ attr_name $ ( < $ ( $ attr_type_param ) , * > ) * ) ) ; * ) * [INFO] [stderr] | ^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:28:37 [INFO] [stderr] | [INFO] [stderr] 8 | < $ ( $ attr_type_param : tt ) , * > ) ? ) , * } ) ? = $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 28 | $ attr_name , $ attr_name $ ( < $ ( $ attr_type_param ) , * > ) * ) ) ; * ) * [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:30:23 [INFO] [stderr] | [INFO] [stderr] 3 | < $ ( $ type_param : tt ) , * > ) ? $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 30 | ( $ errtype $ ( < $ ( $ type_param ) , * > ) * ) $ ( [INFO] [stderr] | ^^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:34:1 [INFO] [stderr] | [INFO] [stderr] 8 | < $ ( $ attr_type_param : tt ) , * > ) ? ) , * } ) ? = $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 34 | $ attr_name , $ attr_name , $ ( $ attr_type ) :: * $ ( [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] 35 | < $ ( $ attr_type_param ) , * > ) * ) , * ) , * ] ) * } $ crate :: [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:34:15 [INFO] [stderr] | [INFO] [stderr] 8 | < $ ( $ attr_type_param : tt ) , * > ) ? ) , * } ) ? = $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 34 | $ attr_name , $ attr_name , $ ( $ attr_type ) :: * $ ( [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] 35 | < $ ( $ attr_type_param ) , * > ) * ) , * ) , * ] ) * } $ crate :: [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:34:33 [INFO] [stderr] | [INFO] [stderr] 8 | < $ ( $ attr_type_param : tt ) , * > ) ? ) , * } ) ? = $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 34 | $ attr_name , $ attr_name , $ ( $ attr_type ) :: * $ ( [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] 35 | < $ ( $ attr_type_param ) , * > ) * ) , * ) , * ] ) * } $ crate :: [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:35:7 [INFO] [stderr] | [INFO] [stderr] 8 | < $ ( $ attr_type_param : tt ) , * > ) ? ) , * } ) ? = $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 35 | < $ ( $ attr_type_param ) , * > ) * ) , * ) , * ] ) * } $ crate :: [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:37:11 [INFO] [stderr] | [INFO] [stderr] 3 | < $ ( $ type_param : tt ) , * > ) ? $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 37 | ( $ ( $ ( $ type_param ) , * ) * ) ( std :: string :: ToString ) { impl < } { [INFO] [stderr] | ^^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:38:49 [INFO] [stderr] | [INFO] [stderr] 3 | < $ ( $ type_param : tt ) , * > ) ? $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 38 | > std :: fmt :: Display for $ errtype $ ( < $ ( $ type_param ) , * > ) * { [INFO] [stderr] | ^^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:43:32 [INFO] [stderr] | [INFO] [stderr] 8 | < $ ( $ attr_type_param : tt ) , * > ) ? ) , * } ) ? = $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 43 | $ errtype :: $ field $ ( { $ ( $ attr_name ) , * } ) * => { [INFO] [stderr] | ^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:44:40 [INFO] [stderr] | [INFO] [stderr] 9 | @ { $ ( $ msg_fun : tt ) * } ) ? $ ( $ msg : expr ) ? ) , * $ ( , ) * ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 44 | $ ( write ! ( formatter , "{}" , ( $ ( $ msg_fun ) * ) ) ? ; ) * $ crate :: [INFO] [stderr] | ^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:46:21 [INFO] [stderr] | [INFO] [stderr] 8 | < $ ( $ attr_type_param : tt ) , * > ) ? ) , * } ) ? = $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 46 | formatter , $ ( $ ( $ attr_name ) , * ) , * | $ ( $ msg ) * ) ; Ok ( ( ) ) } [INFO] [stderr] | ^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:46:51 [INFO] [stderr] | [INFO] [stderr] 9 | @ { $ ( $ msg_fun : tt ) * } ) ? $ ( $ msg : expr ) ? ) , * $ ( , ) * ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 46 | formatter , $ ( $ ( $ attr_name ) , * ) , * | $ ( $ msg ) * ) ; Ok ( ( ) ) } [INFO] [stderr] | ^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:55:19 [INFO] [stderr] | [INFO] [stderr] 49 | < $ ( $ type_param : tt ) , * > ) ? { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 55 | errtype $ ( < $ ( $ type_param ) , * > ) * { [INFO] [stderr] | ^^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:58:7 [INFO] [stderr] | [INFO] [stderr] 52 | < $ ( $ field_type_param : tt ) , * > ) ? ) , * } = $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 58 | < $ ( $ field_type_param ) , * > ) * ) , * } $ crate :: add_type_bounds ! { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:59:11 [INFO] [stderr] | [INFO] [stderr] 49 | < $ ( $ type_param : tt ) , * > ) ? { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 59 | ( $ ( $ ( $ type_param ) , * ) * ) ( [INFO] [stderr] | ^^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:61:49 [INFO] [stderr] | [INFO] [stderr] 49 | < $ ( $ type_param : tt ) , * > ) ? { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 61 | > std :: error :: Error for $ errtype $ ( < $ ( $ type_param ) , * > ) * { [INFO] [stderr] | ^^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:66:46 [INFO] [stderr] | [INFO] [stderr] 52 | < $ ( $ field_type_param : tt ) , * > ) ? ) , * } = $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 66 | self , $ field_name , $ field_name $ ( < $ ( $ field_type_param ) , * > ) * ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:68:21 [INFO] [stderr] | [INFO] [stderr] 49 | < $ ( $ type_param : tt ) , * > ) ? { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 68 | $ errtype $ ( < $ ( $ type_param ) , * > ) * , $ ( [INFO] [stderr] | ^^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:69:50 [INFO] [stderr] | [INFO] [stderr] 52 | < $ ( $ field_type_param : tt ) , * > ) ? ) , * } = $ ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 69 | $ field_name : $ ( $ field_type ) :: * $ ( < $ ( $ field_type_param ) , * > ) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 70 | * ) , * } $ crate :: add_type_bounds ! { [INFO] [stderr] | - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:71:11 [INFO] [stderr] | [INFO] [stderr] 49 | < $ ( $ type_param : tt ) , * > ) ? { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 71 | ( $ ( $ ( $ type_param ) , * ) * ) ( std :: string :: ToString ) { impl < } { [INFO] [stderr] | ^^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:72:49 [INFO] [stderr] | [INFO] [stderr] 49 | < $ ( $ type_param : tt ) , * > ) ? { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 72 | > std :: fmt :: Display for $ errtype $ ( < $ ( $ type_param ) , * > ) * { [INFO] [stderr] | ^^^^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:76:36 [INFO] [stderr] | [INFO] [stderr] 53 | @ { $ ( $ msg_fun : tt ) * } ) ? $ ( $ msg : expr ) ? $ ( , ) * ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 76 | write ! ( formatter , "{}" , ( $ ( $ msg_fun ) * ) ) ? ; ) * $ crate :: [INFO] [stderr] | ^^^^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::custom_error::custom_error macros>:77:62 [INFO] [stderr] | [INFO] [stderr] 53 | @ { $ ( $ msg_fun : tt ) * } ) ? $ ( $ msg : expr ) ? $ ( , ) * ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 77 | display_message ! ( formatter , $ ( $ field_name ) , * | $ ( $ msg ) * ) ; Ok [INFO] [stderr] | ^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ci.rs:61:45 [INFO] [stderr] | [INFO] [stderr] 61 | fn render_into(&self, _writer: &mut fmt::Write) -> askama::Result<()> { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn fmt::Write` [INFO] [stderr] [INFO] [stderr] error: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/main.rs:45:29 [INFO] [stderr] | [INFO] [stderr] 45 | fn main() -> Result<(), Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] error: aborting due to 33 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `cargo-template-ci`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 34 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `cargo-template-ci`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "59f6be83ee998494df441c69c30b7f03d12b3cb11741950dd53cc50c4f8dc004"` [INFO] running `"docker" "rm" "-f" "59f6be83ee998494df441c69c30b7f03d12b3cb11741950dd53cc50c4f8dc004"` [INFO] [stdout] 59f6be83ee998494df441c69c30b7f03d12b3cb11741950dd53cc50c4f8dc004