[INFO] fetching crate geml 1.1.26... [INFO] checking geml-1.1.26 against master#2d5a21f63c98f8a1d5f3c3af93bcb0a8af19af36 for pr-95819 [INFO] extracting crate geml 1.1.26 into /workspace/builds/worker-119/source [INFO] validating manifest of crates.io crate geml 1.1.26 on toolchain 2d5a21f63c98f8a1d5f3c3af93bcb0a8af19af36 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+2d5a21f63c98f8a1d5f3c3af93bcb0a8af19af36" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate geml 1.1.26 [INFO] finished tweaking crates.io crate geml 1.1.26 [INFO] tweaked toml for crates.io crate geml 1.1.26 written to /workspace/builds/worker-119/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+2d5a21f63c98f8a1d5f3c3af93bcb0a8af19af36" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+2d5a21f63c98f8a1d5f3c3af93bcb0a8af19af36" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-119/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-119/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:fd6e315fe1d87bcb2c452ec5cc96a17426cdc68c8a579d2e15b282cf6465d787" "/opt/rustwide/cargo-home/bin/cargo" "+2d5a21f63c98f8a1d5f3c3af93bcb0a8af19af36" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4489611bb8d84da99a583f4604bbdbf5dc85841094d1578311089bc2d2d71355 [INFO] running `Command { std: "docker" "start" "-a" "4489611bb8d84da99a583f4604bbdbf5dc85841094d1578311089bc2d2d71355", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4489611bb8d84da99a583f4604bbdbf5dc85841094d1578311089bc2d2d71355", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4489611bb8d84da99a583f4604bbdbf5dc85841094d1578311089bc2d2d71355", kill_on_drop: false }` [INFO] [stdout] 4489611bb8d84da99a583f4604bbdbf5dc85841094d1578311089bc2d2d71355 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-119/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-119/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:fd6e315fe1d87bcb2c452ec5cc96a17426cdc68c8a579d2e15b282cf6465d787" "/opt/rustwide/cargo-home/bin/cargo" "+2d5a21f63c98f8a1d5f3c3af93bcb0a8af19af36" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 55aad4c1d191cfce1d7453c984d288672eaf8837333ac5fcb87ac464b1149a64 [INFO] running `Command { std: "docker" "start" "-a" "55aad4c1d191cfce1d7453c984d288672eaf8837333ac5fcb87ac464b1149a64", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking regex v1.5.5 [INFO] [stderr] Checking geml v1.1.26 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary braces around `if` condition [INFO] [stdout] --> src/markdown/mod.rs:104:30 [INFO] [stdout] | [INFO] [stdout] 104 | format!("<{}>{}", if{cap[1].len()==1}{"em"}else{"strong"}, &cap[2], if{cap[1].len()==1}{"em"}else{"strong"}) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 104 - format!("<{}>{}", if{cap[1].len()==1}{"em"}else{"strong"}, &cap[2], if{cap[1].len()==1}{"em"}else{"strong"}) [INFO] [stdout] 104 + format!("<{}>{}", if cap[1].len()==1 {"em"}else{"strong"}, &cap[2], if{cap[1].len()==1}{"em"}else{"strong"}) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around `if` condition [INFO] [stdout] --> src/markdown/mod.rs:104:80 [INFO] [stdout] | [INFO] [stdout] 104 | format!("<{}>{}", if{cap[1].len()==1}{"em"}else{"strong"}, &cap[2], if{cap[1].len()==1}{"em"}else{"strong"}) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 104 - format!("<{}>{}", if{cap[1].len()==1}{"em"}else{"strong"}, &cap[2], if{cap[1].len()==1}{"em"}else{"strong"}) [INFO] [stdout] 104 + format!("<{}>{}", if{cap[1].len()==1}{"em"}else{"strong"}, &cap[2], if cap[1].len()==1 {"em"}else{"strong"}) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around `if` condition [INFO] [stdout] --> src/markdown/mod.rs:104:30 [INFO] [stdout] | [INFO] [stdout] 104 | format!("<{}>{}", if{cap[1].len()==1}{"em"}else{"strong"}, &cap[2], if{cap[1].len()==1}{"em"}else{"strong"}) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 104 - format!("<{}>{}", if{cap[1].len()==1}{"em"}else{"strong"}, &cap[2], if{cap[1].len()==1}{"em"}else{"strong"}) [INFO] [stdout] 104 + format!("<{}>{}", if cap[1].len()==1 {"em"}else{"strong"}, &cap[2], if{cap[1].len()==1}{"em"}else{"strong"}) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around `if` condition [INFO] [stdout] --> src/markdown/mod.rs:104:80 [INFO] [stdout] | [INFO] [stdout] 104 | format!("<{}>{}", if{cap[1].len()==1}{"em"}else{"strong"}, &cap[2], if{cap[1].len()==1}{"em"}else{"strong"}) [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 104 - format!("<{}>{}", if{cap[1].len()==1}{"em"}else{"strong"}, &cap[2], if{cap[1].len()==1}{"em"}else{"strong"}) [INFO] [stdout] 104 + format!("<{}>{}", if{cap[1].len()==1}{"em"}else{"strong"}, &cap[2], if cap[1].len()==1 {"em"}else{"strong"}) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cap` [INFO] [stdout] --> src/markdown/mod.rs:107:18 [INFO] [stdout] | [INFO] [stdout] 107 | fn rule_replacer(cap: &Captures) -> String { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cap` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `cap` [INFO] [stdout] --> src/markdown/mod.rs:107:18 [INFO] [stdout] | [INFO] [stdout] 107 | fn rule_replacer(cap: &Captures) -> String { [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_cap` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pathbuf` [INFO] [stdout] --> src/lib.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | pathbuf: PathBuf, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Metadata` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 22 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `pathbuf` [INFO] [stdout] --> src/lib.rs:24:5 [INFO] [stdout] | [INFO] [stdout] 24 | pathbuf: PathBuf, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Metadata` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] 22 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `duration_as_u128` has been stable since 1.33.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/bin/main.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(duration_as_u128)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `duration_as_u128` has been stable since 1.33.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/bin/main.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(duration_as_u128)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.41s [INFO] running `Command { std: "docker" "inspect" "55aad4c1d191cfce1d7453c984d288672eaf8837333ac5fcb87ac464b1149a64", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55aad4c1d191cfce1d7453c984d288672eaf8837333ac5fcb87ac464b1149a64", kill_on_drop: false }` [INFO] [stdout] 55aad4c1d191cfce1d7453c984d288672eaf8837333ac5fcb87ac464b1149a64