[INFO] crate git-changelog 0.3.1 is already in cache [INFO] extracting crate git-changelog 0.3.1 into work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/git-changelog/0.3.1 [INFO] extracting crate git-changelog 0.3.1 into work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/git-changelog/0.3.1 [INFO] validating manifest of git-changelog-0.3.1 on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of git-changelog-0.3.1 on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing git-changelog-0.3.1 [INFO] finished frobbing git-changelog-0.3.1 [INFO] frobbed toml for git-changelog-0.3.1 written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/reg/git-changelog/0.3.1/Cargo.toml [INFO] started frobbing git-changelog-0.3.1 [INFO] finished frobbing git-changelog-0.3.1 [INFO] frobbed toml for git-changelog-0.3.1 written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/git-changelog/0.3.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking git-changelog-0.3.1 against try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-7/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/reg/git-changelog/0.3.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/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" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 28630237c637b0a6e432d97d038a30637d97ce6d5d8d280e094ec66b1e1b7cce [INFO] running `"docker" "start" "-a" "28630237c637b0a6e432d97d038a30637d97ce6d5d8d280e094ec66b1e1b7cce"` [INFO] [stderr] Checking clicolors-control v0.2.0 [INFO] [stderr] Checking parking_lot_core v0.6.2 [INFO] [stderr] Checking handlebars v0.29.1 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Checking console v0.6.2 [INFO] [stderr] Checking git-changelog v0.3.1 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/commit.rs:195:1 [INFO] [stderr] | [INFO] [stderr] 195 | /// A change message line is one of the following types [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 196 | / named!(tagged_change<&str, Line>, [INFO] [stderr] 197 | | alt!(with_category [INFO] [stderr] 198 | | | with_category_scope [INFO] [stderr] 199 | | | with_category_text [INFO] [stderr] 200 | | | with_category_scope_text [INFO] [stderr] 201 | | | with_text [INFO] [stderr] 202 | | )); [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/commit.rs:204:1 [INFO] [stderr] | [INFO] [stderr] 204 | /// A line that has just a simple change (no tags). [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 205 | / named!(with_text<&str, Line>, [INFO] [stderr] 206 | | do_parse!(opt!(tag!("-")) >> [INFO] [stderr] 207 | | text: whatever >> [INFO] [stderr] 208 | | (Line{ [INFO] [stderr] ... | [INFO] [stderr] 211 | | text: Some(text) [INFO] [stderr] 212 | | }))); [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/commit.rs:214:1 [INFO] [stderr] | [INFO] [stderr] 214 | /// A line that has just a category [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 215 | / named!(with_category<&str, Line>, [INFO] [stderr] 216 | | do_parse!( [INFO] [stderr] 217 | | tag!("-") >> category: tagname >> [INFO] [stderr] 218 | | tag!(":") >> eof!() >> [INFO] [stderr] ... | [INFO] [stderr] 222 | | text: None [INFO] [stderr] 223 | | }))); [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/commit.rs:225:1 [INFO] [stderr] | [INFO] [stderr] 225 | /// A line that has just a category and scope, but no change text [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 226 | / named!(with_category_scope<&str, Line>, [INFO] [stderr] 227 | | do_parse!( [INFO] [stderr] 228 | | tag!("-") >> category: tagname >> [INFO] [stderr] 229 | | tag!("(") >> scope: tagname >> [INFO] [stderr] ... | [INFO] [stderr] 234 | | text: None [INFO] [stderr] 235 | | }))); [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/commit.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | /// A line that has a category and a change text, but no scope. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 238 | / named!(with_category_text<&str, Line>, [INFO] [stderr] 239 | | do_parse!( [INFO] [stderr] 240 | | tag!("-") >> category: tagname >> [INFO] [stderr] 241 | | tag!(":") >> text: whatever >> [INFO] [stderr] ... | [INFO] [stderr] 245 | | text: Some(text) [INFO] [stderr] 246 | | }))); [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/commit.rs:248:1 [INFO] [stderr] | [INFO] [stderr] 248 | /// A line that has everything, i.e. category, scope and a change. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 249 | / named!(with_category_scope_text<&str, Line>, [INFO] [stderr] 250 | | do_parse!( [INFO] [stderr] 251 | | tag!("-") >> category: tagname >> [INFO] [stderr] 252 | | tag!("(") >> scope: tagname >> [INFO] [stderr] ... | [INFO] [stderr] 257 | | text: Some(text) [INFO] [stderr] 258 | | }))); [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/commit.rs:260:1 [INFO] [stderr] | [INFO] [stderr] 260 | /// Consume whatever is left and return a String [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 261 | / named!(whatever<&str, String>, [INFO] [stderr] 262 | | map!(take_while1_s!(|_| true), String::from)); [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/commit.rs:264:1 [INFO] [stderr] | [INFO] [stderr] 264 | /// Consume an acceptable tag name and return a String [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 265 | / named!(tagname<&str, String>, [INFO] [stderr] 266 | | map!(ws!(take_while1_s!(|c| is_alphanumeric(c as u8))), str::to_lowercase)); [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/commit.rs:195:1 [INFO] [stderr] | [INFO] [stderr] 195 | /// A change message line is one of the following types [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 196 | / named!(tagged_change<&str, Line>, [INFO] [stderr] 197 | | alt!(with_category [INFO] [stderr] 198 | | | with_category_scope [INFO] [stderr] 199 | | | with_category_text [INFO] [stderr] 200 | | | with_category_scope_text [INFO] [stderr] 201 | | | with_text [INFO] [stderr] 202 | | )); [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/commit.rs:204:1 [INFO] [stderr] | [INFO] [stderr] 204 | /// A line that has just a simple change (no tags). [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 205 | / named!(with_text<&str, Line>, [INFO] [stderr] 206 | | do_parse!(opt!(tag!("-")) >> [INFO] [stderr] 207 | | text: whatever >> [INFO] [stderr] 208 | | (Line{ [INFO] [stderr] ... | [INFO] [stderr] 211 | | text: Some(text) [INFO] [stderr] 212 | | }))); [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/commit.rs:214:1 [INFO] [stderr] | [INFO] [stderr] 214 | /// A line that has just a category [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 215 | / named!(with_category<&str, Line>, [INFO] [stderr] 216 | | do_parse!( [INFO] [stderr] 217 | | tag!("-") >> category: tagname >> [INFO] [stderr] 218 | | tag!(":") >> eof!() >> [INFO] [stderr] ... | [INFO] [stderr] 222 | | text: None [INFO] [stderr] 223 | | }))); [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/commit.rs:225:1 [INFO] [stderr] | [INFO] [stderr] 225 | /// A line that has just a category and scope, but no change text [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 226 | / named!(with_category_scope<&str, Line>, [INFO] [stderr] 227 | | do_parse!( [INFO] [stderr] 228 | | tag!("-") >> category: tagname >> [INFO] [stderr] 229 | | tag!("(") >> scope: tagname >> [INFO] [stderr] ... | [INFO] [stderr] 234 | | text: None [INFO] [stderr] 235 | | }))); [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/commit.rs:237:1 [INFO] [stderr] | [INFO] [stderr] 237 | /// A line that has a category and a change text, but no scope. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 238 | / named!(with_category_text<&str, Line>, [INFO] [stderr] 239 | | do_parse!( [INFO] [stderr] 240 | | tag!("-") >> category: tagname >> [INFO] [stderr] 241 | | tag!(":") >> text: whatever >> [INFO] [stderr] ... | [INFO] [stderr] 245 | | text: Some(text) [INFO] [stderr] 246 | | }))); [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/commit.rs:248:1 [INFO] [stderr] | [INFO] [stderr] 248 | /// A line that has everything, i.e. category, scope and a change. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 249 | / named!(with_category_scope_text<&str, Line>, [INFO] [stderr] 250 | | do_parse!( [INFO] [stderr] 251 | | tag!("-") >> category: tagname >> [INFO] [stderr] 252 | | tag!("(") >> scope: tagname >> [INFO] [stderr] ... | [INFO] [stderr] 257 | | text: Some(text) [INFO] [stderr] 258 | | }))); [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/commit.rs:260:1 [INFO] [stderr] | [INFO] [stderr] 260 | /// Consume whatever is left and return a String [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 261 | / named!(whatever<&str, String>, [INFO] [stderr] 262 | | map!(take_while1_s!(|_| true), String::from)); [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/commit.rs:264:1 [INFO] [stderr] | [INFO] [stderr] 264 | /// Consume an acceptable tag name and return a String [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 265 | / named!(tagname<&str, String>, [INFO] [stderr] 266 | | map!(ws!(take_while1_s!(|c| is_alphanumeric(c as u8))), str::to_lowercase)); [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: variable does not need to be mutable [INFO] [stderr] --> src/changelog.rs:120:33 [INFO] [stderr] | [INFO] [stderr] 120 | if let Some(mut changes) = categorized.remove(&category) { [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/changelog.rs:184:32 [INFO] [stderr] | [INFO] [stderr] 184 | } else if let Some(mut text) = current.text.as_mut() { [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/changelog.rs:120:33 [INFO] [stderr] | [INFO] [stderr] 120 | if let Some(mut changes) = categorized.remove(&category) { [INFO] [stderr] | ----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/changelog.rs:184:32 [INFO] [stderr] | [INFO] [stderr] 184 | } else if let Some(mut text) = current.text.as_mut() { [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.18s [INFO] running `"docker" "inspect" "28630237c637b0a6e432d97d038a30637d97ce6d5d8d280e094ec66b1e1b7cce"` [INFO] running `"docker" "rm" "-f" "28630237c637b0a6e432d97d038a30637d97ce6d5d8d280e094ec66b1e1b7cce"` [INFO] [stdout] 28630237c637b0a6e432d97d038a30637d97ce6d5d8d280e094ec66b1e1b7cce