[INFO] fetching crate elastic_types_derive_internals 0.21.0-pre.4... [INFO] extracting crate elastic_types_derive_internals 0.21.0-pre.4 into work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/reg/elastic_types_derive_internals/0.21.0-pre.4 [INFO] extracting crate elastic_types_derive_internals 0.21.0-pre.4 into work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/reg/elastic_types_derive_internals/0.21.0-pre.4 [INFO] validating manifest of elastic_types_derive_internals-0.21.0-pre.4 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 elastic_types_derive_internals-0.21.0-pre.4 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 elastic_types_derive_internals-0.21.0-pre.4 [INFO] finished frobbing elastic_types_derive_internals-0.21.0-pre.4 [INFO] frobbed toml for elastic_types_derive_internals-0.21.0-pre.4 written to work/ex/pr-62008/sources/master#848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1/reg/elastic_types_derive_internals/0.21.0-pre.4/Cargo.toml [INFO] started frobbing elastic_types_derive_internals-0.21.0-pre.4 [INFO] finished frobbing elastic_types_derive_internals-0.21.0-pre.4 [INFO] frobbed toml for elastic_types_derive_internals-0.21.0-pre.4 written to work/ex/pr-62008/sources/try#8f81d0bf6baf07b92f1246696722485c4ca0b049/reg/elastic_types_derive_internals/0.21.0-pre.4/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 elastic_types_derive_internals-0.21.0-pre.4 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/reg/elastic_types_derive_internals/0.21.0-pre.4:/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] e1a86a65836b7dd2aabcf33727ed6665ce8905a76a3d7dc21294072177e1d9ed [INFO] running `"docker" "start" "-a" "e1a86a65836b7dd2aabcf33727ed6665ce8905a76a3d7dc21294072177e1d9ed"` [INFO] [stderr] Checking syn v0.11.11 [INFO] [stderr] Checking serde_derive_internals v0.15.1 [INFO] [stderr] Checking elastic_types_derive_internals v0.21.0-pre.4 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/date_format/parse.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | /** Parse `yyyy` as a 4 digit year. */ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 48 | / named!(year(&[u8]) -> DateFormatToken, [INFO] [stderr] 49 | | do_parse!( [INFO] [stderr] 50 | | count!(char!('y'), 4) >> [INFO] [stderr] 51 | | (DateFormatToken::Year) [INFO] [stderr] 52 | | ) [INFO] [stderr] 53 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/date_format/parse.rs:55:1 [INFO] [stderr] | [INFO] [stderr] 55 | /** Parse `MM` as a 2 digit month of year. */ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 56 | / named!(month(&[u8]) -> DateFormatToken, [INFO] [stderr] 57 | | do_parse!( [INFO] [stderr] 58 | | count!(char!('M'), 2) >> [INFO] [stderr] 59 | | (DateFormatToken::Month) [INFO] [stderr] 60 | | ) [INFO] [stderr] 61 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/date_format/parse.rs:47:1 [INFO] [stderr] | [INFO] [stderr] 47 | /** Parse `yyyy` as a 4 digit year. */ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 48 | / named!(year(&[u8]) -> DateFormatToken, [INFO] [stderr] 49 | | do_parse!( [INFO] [stderr] 50 | | count!(char!('y'), 4) >> [INFO] [stderr] 51 | | (DateFormatToken::Year) [INFO] [stderr] 52 | | ) [INFO] [stderr] 53 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_doc_comments)] on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/date_format/parse.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | /** Parse `dd` as a 2 digit day of month. */ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 64 | / named!(day_of_month(&[u8]) -> DateFormatToken, [INFO] [stderr] 65 | | do_parse!( [INFO] [stderr] 66 | | count!(char!('d'), 2) >> [INFO] [stderr] 67 | | (DateFormatToken::DayOfMonth) [INFO] [stderr] 68 | | ) [INFO] [stderr] 69 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/date_format/parse.rs:55:1 [INFO] [stderr] | [INFO] [stderr] 55 | /** Parse `MM` as a 2 digit month of year. */ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 56 | / named!(month(&[u8]) -> DateFormatToken, [INFO] [stderr] 57 | | do_parse!( [INFO] [stderr] 58 | | count!(char!('M'), 2) >> [INFO] [stderr] 59 | | (DateFormatToken::Month) [INFO] [stderr] 60 | | ) [INFO] [stderr] 61 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/date_format/parse.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | /** Parse `DDD` as a 3 digit day of year. */ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 72 | / named!(day_of_year(&[u8]) -> DateFormatToken, [INFO] [stderr] 73 | | do_parse!( [INFO] [stderr] 74 | | count!(char!('D'), 3) >> [INFO] [stderr] 75 | | (DateFormatToken::DayOfYear) [INFO] [stderr] 76 | | ) [INFO] [stderr] 77 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/date_format/parse.rs:63:1 [INFO] [stderr] | [INFO] [stderr] 63 | /** Parse `dd` as a 2 digit day of month. */ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 64 | / named!(day_of_month(&[u8]) -> DateFormatToken, [INFO] [stderr] 65 | | do_parse!( [INFO] [stderr] 66 | | count!(char!('d'), 2) >> [INFO] [stderr] 67 | | (DateFormatToken::DayOfMonth) [INFO] [stderr] 68 | | ) [INFO] [stderr] 69 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/date_format/parse.rs:79:1 [INFO] [stderr] | [INFO] [stderr] 79 | /** Parse `HH` as a 2 digit hour of day (24hr). */ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 80 | / named!(hour(&[u8]) -> DateFormatToken, [INFO] [stderr] 81 | | do_parse!( [INFO] [stderr] 82 | | count!(char!('H'), 2) >> [INFO] [stderr] 83 | | (DateFormatToken::Hour) [INFO] [stderr] 84 | | ) [INFO] [stderr] 85 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/date_format/parse.rs:71:1 [INFO] [stderr] | [INFO] [stderr] 71 | /** Parse `DDD` as a 3 digit day of year. */ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 72 | / named!(day_of_year(&[u8]) -> DateFormatToken, [INFO] [stderr] 73 | | do_parse!( [INFO] [stderr] 74 | | count!(char!('D'), 3) >> [INFO] [stderr] 75 | | (DateFormatToken::DayOfYear) [INFO] [stderr] 76 | | ) [INFO] [stderr] 77 | | ); [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/date_format/parse.rs:87:1 [INFO] [stderr] | [INFO] [stderr] 87 | /** Parse `mm` as a 2 digit minute of hour. */ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 88 | / named!(minute(&[u8]) -> DateFormatToken, [INFO] [stderr] 89 | | do_parse!( [INFO] [stderr] 90 | | count!(char!('m'), 2) >> [INFO] [stderr] 91 | | (DateFormatToken::Minute) [INFO] [stderr] 92 | | ) [INFO] [stderr] 93 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/date_format/parse.rs:79:1 [INFO] [stderr] | [INFO] [stderr] 79 | /** Parse `HH` as a 2 digit hour of day (24hr). */ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 80 | / named!(hour(&[u8]) -> DateFormatToken, [INFO] [stderr] 81 | | do_parse!( [INFO] [stderr] 82 | | count!(char!('H'), 2) >> [INFO] [stderr] 83 | | (DateFormatToken::Hour) [INFO] [stderr] 84 | | ) [INFO] [stderr] 85 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/date_format/parse.rs:87:1 [INFO] [stderr] | [INFO] [stderr] 87 | /** Parse `mm` as a 2 digit minute of hour. */ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 88 | / named!(minute(&[u8]) -> DateFormatToken, [INFO] [stderr] 89 | | do_parse!( [INFO] [stderr] 90 | | count!(char!('m'), 2) >> [INFO] [stderr] 91 | | (DateFormatToken::Minute) [INFO] [stderr] 92 | | ) [INFO] [stderr] 93 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/date_format/parse.rs:95:1 [INFO] [stderr] | [INFO] [stderr] 95 | /** Parse `ss` as a 2 digit second of minute. */ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 96 | / named!(second(&[u8]) -> DateFormatToken, [INFO] [stderr] 97 | | do_parse!( [INFO] [stderr] 98 | | count!(char!('s'), 2) >> [INFO] [stderr] 99 | | (DateFormatToken::Second) [INFO] [stderr] 100 | | ) [INFO] [stderr] 101 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/date_format/parse.rs:95:1 [INFO] [stderr] | [INFO] [stderr] 95 | /** Parse `ss` as a 2 digit second of minute. */ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 96 | / named!(second(&[u8]) -> DateFormatToken, [INFO] [stderr] 97 | | do_parse!( [INFO] [stderr] 98 | | count!(char!('s'), 2) >> [INFO] [stderr] 99 | | (DateFormatToken::Second) [INFO] [stderr] 100 | | ) [INFO] [stderr] 101 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/date_format/parse.rs:103:1 [INFO] [stderr] | [INFO] [stderr] 103 | /** Parse `.SSS` as a 3 digit millisecond of second. */ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 104 | / named!(millisecond(&[u8]) -> DateFormatToken, [INFO] [stderr] 105 | | do_parse!( [INFO] [stderr] 106 | | tag!(".") >> [INFO] [stderr] 107 | | count!(char!('S'), 3) >> [INFO] [stderr] 108 | | (DateFormatToken::Millisecond) [INFO] [stderr] 109 | | ) [INFO] [stderr] 110 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/date_format/parse.rs:103:1 [INFO] [stderr] | [INFO] [stderr] 103 | /** Parse `.SSS` as a 3 digit millisecond of second. */ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 104 | / named!(millisecond(&[u8]) -> DateFormatToken, [INFO] [stderr] 105 | | do_parse!( [INFO] [stderr] 106 | | tag!(".") >> [INFO] [stderr] 107 | | count!(char!('S'), 3) >> [INFO] [stderr] 108 | | (DateFormatToken::Millisecond) [INFO] [stderr] 109 | | ) [INFO] [stderr] 110 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/date_format/parse.rs:112:1 [INFO] [stderr] | [INFO] [stderr] 112 | /** Parse `Z` as a Utc timezone. */ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 113 | / named!(utc(&[u8]) -> DateFormatToken, [INFO] [stderr] 114 | | do_parse!( [INFO] [stderr] 115 | | char!('Z') >> [INFO] [stderr] 116 | | (DateFormatToken::Utc) [INFO] [stderr] 117 | | ) [INFO] [stderr] 118 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/date_format/parse.rs:124:1 [INFO] [stderr] | [INFO] [stderr] 124 | /** Parse a stream of `.`, `-`, `/`, `:` or ` ` as delimiters. */ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 125 | / named!(delim(&[u8]) -> DateFormatToken, [INFO] [stderr] 126 | | do_parse!( [INFO] [stderr] 127 | | i: take_while1!(is_delim) >> [INFO] [stderr] 128 | | (DateFormatToken::Delim(str::from_utf8(i).unwrap())) [INFO] [stderr] 129 | | ) [INFO] [stderr] 130 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/date_format/parse.rs:132:1 [INFO] [stderr] | [INFO] [stderr] 132 | /** Parse a stream of characters between `'`. */ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 133 | / named!(escaped(&[u8]) -> DateFormatToken, [INFO] [stderr] 134 | | do_parse!( [INFO] [stderr] 135 | | i: delimited!(char!('\''), is_not!("'"), char!('\'')) >> [INFO] [stderr] 136 | | (DateFormatToken::Escaped(str::from_utf8(i).unwrap())) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/date_format/parse.rs:112:1 [INFO] [stderr] | [INFO] [stderr] 112 | /** Parse `Z` as a Utc timezone. */ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 113 | / named!(utc(&[u8]) -> DateFormatToken, [INFO] [stderr] 114 | | do_parse!( [INFO] [stderr] 115 | | char!('Z') >> [INFO] [stderr] 116 | | (DateFormatToken::Utc) [INFO] [stderr] 117 | | ) [INFO] [stderr] 118 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/date_format/parse.rs:124:1 [INFO] [stderr] | [INFO] [stderr] 124 | /** Parse a stream of `.`, `-`, `/`, `:` or ` ` as delimiters. */ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 125 | / named!(delim(&[u8]) -> DateFormatToken, [INFO] [stderr] 126 | | do_parse!( [INFO] [stderr] 127 | | i: take_while1!(is_delim) >> [INFO] [stderr] 128 | | (DateFormatToken::Delim(str::from_utf8(i).unwrap())) [INFO] [stderr] 129 | | ) [INFO] [stderr] 130 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] 137 | | ) [INFO] [stderr] 138 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/date_format/parse.rs:132:1 [INFO] [stderr] | [INFO] [stderr] 132 | /** Parse a stream of characters between `'`. */ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 133 | / named!(escaped(&[u8]) -> DateFormatToken, [INFO] [stderr] 134 | | do_parse!( [INFO] [stderr] 135 | | i: delimited!(char!('\''), is_not!("'"), char!('\'')) >> [INFO] [stderr] 136 | | (DateFormatToken::Escaped(str::from_utf8(i).unwrap())) [INFO] [stderr] 137 | | ) [INFO] [stderr] 138 | | ); [INFO] [stderr] | |__- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::nom::branch::alt macros>:16:26 [INFO] [stderr] | [INFO] [stderr] 10 | $ gen : expr } | $ ( $ rest : tt ) + ) => ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 16 | alt ! ( __impl $ i , $ ( $ 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] --> <::nom::sequence::delimited macros>:6:59 [INFO] [stderr] | [INFO] [stderr] 2 | $ i : expr , $ submac : ident ! ( $ ( $ args : tt ) * ) , $ ( $ rest : tt ) + [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 6 | $ i , 0usize , ( ) , $ submac ! ( $ ( $ args ) * ) , $ ( $ rest ) * ) { [INFO] [stderr] | ^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::nom::sequence::delimited macros>:12:42 [INFO] [stderr] | [INFO] [stderr] 11 | $ i : expr , $ f : expr , $ ( $ rest : tt ) + ) => ( [INFO] [stderr] | - expected repetition [INFO] [stderr] 12 | delimited ! ( $ i , call ! ( $ f ) , $ ( $ rest ) * ) ; ) ; [INFO] [stderr] | ^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::quote::quote macros>:4:8 [INFO] [stderr] | [INFO] [stderr] 1 | ( ) => { $ crate :: Tokens :: new ( ) } ; ( $ ( $ tt : tt ) + ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 4 | _s $ ( $ tt ) * ) ; _s } } ; [INFO] [stderr] | ^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: unknown macro variable `emeta` [INFO] [stderr] --> <::quick_error::quick_error macros>:109:13 [INFO] [stderr] | [INFO] [stderr] 109 | $ ( $ ( # [ $ emeta ] ) * => $ eitem $ ( ( $ ( $ etyp ) , * ) ) * ) * $ ( [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unknown macro variable `eitem` [INFO] [stderr] --> <::quick_error::quick_error macros>:109:30 [INFO] [stderr] | [INFO] [stderr] 109 | $ ( $ ( # [ $ emeta ] ) * => $ eitem $ ( ( $ ( $ etyp ) , * ) ) * ) * $ ( [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unknown macro variable `etyp` [INFO] [stderr] --> <::quick_error::quick_error macros>:109:48 [INFO] [stderr] | [INFO] [stderr] 109 | $ ( $ ( # [ $ emeta ] ) * => $ eitem $ ( ( $ ( $ etyp ) , * ) ) * ) * $ ( [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::quick_error::quick_error macros>:126:48 [INFO] [stderr] | [INFO] [stderr] 120 | ( $ ( $ qvar : ident : $ qtyp : ty ) , + ) $ ( $ tail : tt ) * ] ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 126 | $ ( # [ $ bmeta ] ) * => $ bitem : TUPLE [ $ ( $ qvar : $ qtyp ) , * ] ] queue [INFO] [stderr] | ^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::quick_error::quick_error macros>:126:57 [INFO] [stderr] | [INFO] [stderr] 120 | ( $ ( $ qvar : ident : $ qtyp : ty ) , + ) $ ( $ tail : tt ) * ] ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 126 | $ ( # [ $ bmeta ] ) * => $ bitem : TUPLE [ $ ( $ qvar : $ qtyp ) , * ] ] queue [INFO] [stderr] | ^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::quick_error::quick_error macros>:139:49 [INFO] [stderr] | [INFO] [stderr] 133 | { $ ( $ qvar : ident : $ qtyp : ty ) , + } $ ( $ tail : tt ) * ] ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 139 | $ ( # [ $ bmeta ] ) * => $ bitem : STRUCT [ $ ( $ qvar : $ qtyp ) , * ] ] [INFO] [stderr] | ^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::quick_error::quick_error macros>:139:58 [INFO] [stderr] | [INFO] [stderr] 133 | { $ ( $ qvar : ident : $ qtyp : ty ) , + } $ ( $ tail : tt ) * ] ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 139 | $ ( # [ $ bmeta ] ) * => $ bitem : STRUCT [ $ ( $ qvar : $ qtyp ) , * ] ] [INFO] [stderr] | ^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::quick_error::quick_error macros>:152:49 [INFO] [stderr] | [INFO] [stderr] 146 | { $ ( $ qvar : ident : $ qtyp : ty ) , + , } $ ( $ tail : tt ) * ] ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 152 | $ ( # [ $ bmeta ] ) * => $ bitem : STRUCT [ $ ( $ qvar : $ qtyp ) , * ] ] [INFO] [stderr] | ^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::quick_error::quick_error macros>:152:58 [INFO] [stderr] | [INFO] [stderr] 146 | { $ ( $ qvar : ident : $ qtyp : ty ) , + , } $ ( $ tail : tt ) * ] ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 152 | $ ( # [ $ bmeta ] ) * => $ bitem : STRUCT [ $ ( $ qvar : $ qtyp ) , * ] ] [INFO] [stderr] | ^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::quick_error::quick_error macros>:203:41 [INFO] [stderr] | [INFO] [stderr] 197 | $ ( ( $ ( $ ttyp : ty ) , + ) ) * ) { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 203 | $ ( # [ $ imeta ] ) * $ iitem $ ( ( $ ( $ ttyp ) , * ) ) * $ ( [INFO] [stderr] | ^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::quick_error::quick_error macros>:214:41 [INFO] [stderr] | [INFO] [stderr] 208 | $ ( ( $ ( $ ttyp : ty ) , + ) ) * ) { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 214 | $ ( # [ $ imeta ] ) * $ iitem $ ( ( $ ( $ ttyp ) , * ) ) * $ ( [INFO] [stderr] | ^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::quick_error::quick_error macros>:241:7 [INFO] [stderr] | [INFO] [stderr] 235 | $ ( $ qvar : ident : $ qtyp : ty ) , + ] $ ( $ queue : tt ) * ] ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 241 | ( $ ( $ qtyp ) , * ) ) { } ] queue [ $ ( $ queue ) * ] ) ; } ; ( [INFO] [stderr] | ^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::nom::branch::alt macros>:16:26 [INFO] [stderr] | [INFO] [stderr] 10 | $ gen : expr } | $ ( $ rest : tt ) + ) => ( [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 16 | alt ! ( __impl $ i , $ ( $ 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] --> <::nom::sequence::delimited macros>:6:59 [INFO] [stderr] | [INFO] [stderr] 2 | $ i : expr , $ submac : ident ! ( $ ( $ args : tt ) * ) , $ ( $ rest : tt ) + [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 6 | $ i , 0usize , ( ) , $ submac ! ( $ ( $ args ) * ) , $ ( $ rest ) * ) { [INFO] [stderr] | ^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::nom::sequence::delimited macros>:12:42 [INFO] [stderr] | [INFO] [stderr] 11 | $ i : expr , $ f : expr , $ ( $ rest : tt ) + ) => ( [INFO] [stderr] | - expected repetition [INFO] [stderr] 12 | delimited ! ( $ i , call ! ( $ f ) , $ ( $ rest ) * ) ; ) ; [INFO] [stderr] | ^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::quote::quote macros>:4:8 [INFO] [stderr] | [INFO] [stderr] 1 | ( ) => { $ crate :: Tokens :: new ( ) } ; ( $ ( $ tt : tt ) + ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 4 | _s $ ( $ tt ) * ) ; _s } } ; [INFO] [stderr] | ^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: unknown macro variable `emeta` [INFO] [stderr] --> <::quick_error::quick_error macros>:109:13 [INFO] [stderr] | [INFO] [stderr] 109 | $ ( $ ( # [ $ emeta ] ) * => $ eitem $ ( ( $ ( $ etyp ) , * ) ) * ) * $ ( [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unknown macro variable `eitem` [INFO] [stderr] --> <::quick_error::quick_error macros>:109:30 [INFO] [stderr] | [INFO] [stderr] 109 | $ ( $ ( # [ $ emeta ] ) * => $ eitem $ ( ( $ ( $ etyp ) , * ) ) * ) * $ ( [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: unknown macro variable `etyp` [INFO] [stderr] --> <::quick_error::quick_error macros>:109:48 [INFO] [stderr] | [INFO] [stderr] 109 | $ ( $ ( # [ $ emeta ] ) * => $ eitem $ ( ( $ ( $ etyp ) , * ) ) * ) * $ ( [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::quick_error::quick_error macros>:126:48 [INFO] [stderr] | [INFO] [stderr] 120 | ( $ ( $ qvar : ident : $ qtyp : ty ) , + ) $ ( $ tail : tt ) * ] ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 126 | $ ( # [ $ bmeta ] ) * => $ bitem : TUPLE [ $ ( $ qvar : $ qtyp ) , * ] ] queue [INFO] [stderr] | ^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::quick_error::quick_error macros>:126:57 [INFO] [stderr] | [INFO] [stderr] 120 | ( $ ( $ qvar : ident : $ qtyp : ty ) , + ) $ ( $ tail : tt ) * ] ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 126 | $ ( # [ $ bmeta ] ) * => $ bitem : TUPLE [ $ ( $ qvar : $ qtyp ) , * ] ] queue [INFO] [stderr] | ^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::quick_error::quick_error macros>:139:49 [INFO] [stderr] | [INFO] [stderr] 133 | { $ ( $ qvar : ident : $ qtyp : ty ) , + } $ ( $ tail : tt ) * ] ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 139 | $ ( # [ $ bmeta ] ) * => $ bitem : STRUCT [ $ ( $ qvar : $ qtyp ) , * ] ] [INFO] [stderr] | ^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::quick_error::quick_error macros>:139:58 [INFO] [stderr] | [INFO] [stderr] 133 | { $ ( $ qvar : ident : $ qtyp : ty ) , + } $ ( $ tail : tt ) * ] ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 139 | $ ( # [ $ bmeta ] ) * => $ bitem : STRUCT [ $ ( $ qvar : $ qtyp ) , * ] ] [INFO] [stderr] | ^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::quick_error::quick_error macros>:152:49 [INFO] [stderr] | [INFO] [stderr] 146 | { $ ( $ qvar : ident : $ qtyp : ty ) , + , } $ ( $ tail : tt ) * ] ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 152 | $ ( # [ $ bmeta ] ) * => $ bitem : STRUCT [ $ ( $ qvar : $ qtyp ) , * ] ] [INFO] [stderr] | ^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::quick_error::quick_error macros>:152:58 [INFO] [stderr] | [INFO] [stderr] 146 | { $ ( $ qvar : ident : $ qtyp : ty ) , + , } $ ( $ tail : tt ) * ] ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 152 | $ ( # [ $ bmeta ] ) * => $ bitem : STRUCT [ $ ( $ qvar : $ qtyp ) , * ] ] [INFO] [stderr] | ^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::quick_error::quick_error macros>:203:41 [INFO] [stderr] | [INFO] [stderr] 197 | $ ( ( $ ( $ ttyp : ty ) , + ) ) * ) { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 203 | $ ( # [ $ imeta ] ) * $ iitem $ ( ( $ ( $ ttyp ) , * ) ) * $ ( [INFO] [stderr] | ^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::quick_error::quick_error macros>:214:41 [INFO] [stderr] | [INFO] [stderr] 208 | $ ( ( $ ( $ ttyp : ty ) , + ) ) * ) { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 214 | $ ( # [ $ imeta ] ) * $ iitem $ ( ( $ ( $ ttyp ) , * ) ) * $ ( [INFO] [stderr] | ^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: meta-variable repeats with different Kleene operator [INFO] [stderr] --> <::quick_error::quick_error macros>:241:7 [INFO] [stderr] | [INFO] [stderr] 235 | $ ( $ qvar : ident : $ qtyp : ty ) , + ] $ ( $ queue : tt ) * ] ) => { [INFO] [stderr] | - expected repetition [INFO] [stderr] ... [INFO] [stderr] 241 | ( $ ( $ qtyp ) , * ) ) { } ] queue [ $ ( $ queue ) * ] ) ; } ; ( [INFO] [stderr] | ^^^^^^ - conflicting repetition [INFO] [stderr] [INFO] [stderr] error: aborting due to 16 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `elastic_types_derive_internals`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 16 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `elastic_types_derive_internals`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e1a86a65836b7dd2aabcf33727ed6665ce8905a76a3d7dc21294072177e1d9ed"` [INFO] running `"docker" "rm" "-f" "e1a86a65836b7dd2aabcf33727ed6665ce8905a76a3d7dc21294072177e1d9ed"` [INFO] [stdout] e1a86a65836b7dd2aabcf33727ed6665ce8905a76a3d7dc21294072177e1d9ed