[INFO] cloning repository https://github.com/tfachmann/vimwiki-markdown-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tfachmann/vimwiki-markdown-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftfachmann%2Fvimwiki-markdown-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftfachmann%2Fvimwiki-markdown-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e4009bb3915cab6274f3f399f01c26532d6b796f
[INFO] checking tfachmann/vimwiki-markdown-rs against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftfachmann%2Fvimwiki-markdown-rs" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/tfachmann/vimwiki-markdown-rs on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/tfachmann/vimwiki-markdown-rs
[INFO] finished tweaking git repo https://github.com/tfachmann/vimwiki-markdown-rs
[INFO] tweaked toml for git repo https://github.com/tfachmann/vimwiki-markdown-rs written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/tfachmann/vimwiki-markdown-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pulldown-cmark v0.7.0
[INFO] [stderr]   Downloaded convert_case v0.2.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d2b798eb1ae2649d21cdd0e878e363161d0eb0799f19800b2a0be279b77596f4
[INFO] running `Command { std: "docker" "start" "-a" "d2b798eb1ae2649d21cdd0e878e363161d0eb0799f19800b2a0be279b77596f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d2b798eb1ae2649d21cdd0e878e363161d0eb0799f19800b2a0be279b77596f4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d2b798eb1ae2649d21cdd0e878e363161d0eb0799f19800b2a0be279b77596f4", kill_on_drop: false }`
[INFO] [stdout] d2b798eb1ae2649d21cdd0e878e363161d0eb0799f19800b2a0be279b77596f4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f10ccee4a372ec3320dce822d4d4c74ea8add43d561837b571f4ddee1d69564e
[INFO] running `Command { std: "docker" "start" "-a" "f10ccee4a372ec3320dce822d4d4c74ea8add43d561837b571f4ddee1d69564e", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]    Compiling getrandom v0.1.14
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling version_check v0.9.1
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]     Checking smallvec v1.13.1
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling autocfg v1.0.0
[INFO] [stderr]    Compiling serde v1.0.106
[INFO] [stderr]     Checking unicode-width v0.1.7
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking new_debug_unreachable v1.0.4
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]     Checking lock_api v0.4.6
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]     Checking mac v0.1.1
[INFO] [stderr]    Compiling unicode-segmentation v1.6.0
[INFO] [stderr]     Checking precomputed-hash v0.1.1
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking futf v0.1.5
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling heck v0.3.1
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling num-traits v0.2.11
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking utf-8 v0.7.6
[INFO] [stderr]     Checking dtoa v1.0.9
[INFO] [stderr]     Checking tendril v0.4.3
[INFO] [stderr]     Checking dtoa-short v0.3.4
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]    Compiling num-integer v0.1.42
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]     Checking matches v0.1.10
[INFO] [stderr]     Checking vec_map v0.8.1
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling phf_generator v0.8.0
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling phf_codegen v0.8.0
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking nodrop v0.1.14
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling selectors v0.22.0
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]    Compiling string_cache_codegen v0.5.2
[INFO] [stderr]     Checking ansi_term v0.11.0
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking servo_arc v0.1.1
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]     Checking thread_local v1.0.1
[INFO] [stderr]     Checking aho-corasick v0.7.10
[INFO] [stderr]     Checking regex-syntax v0.6.17
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]    Compiling anyhow v1.0.79
[INFO] [stderr]    Compiling markup5ever v0.10.1
[INFO] [stderr]    Compiling pulldown-cmark v0.7.0
[INFO] [stderr]     Checking thin-slice v0.1.1
[INFO] [stderr]     Checking dirs-sys v0.3.4
[INFO] [stderr]     Checking humantime v1.3.0
[INFO] [stderr]     Checking time v0.1.43
[INFO] [stderr]     Checking getopts v0.2.21
[INFO] [stderr]     Checking strum v0.18.0
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]     Checking chrono v0.4.11
[INFO] [stderr]     Checking directories v2.0.2
[INFO] [stderr]     Checking path-clean v0.1.0
[INFO] [stderr]     Checking pathdiff v0.2.0
[INFO] [stderr]     Checking regex v1.3.7
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]    Compiling serde_derive v1.0.106
[INFO] [stderr]    Compiling phf_macros v0.8.0
[INFO] [stderr]    Compiling cssparser v0.27.2
[INFO] [stderr]    Compiling html5ever v0.25.2
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling strum_macros v0.18.0
[INFO] [stderr]     Checking phf v0.8.0
[INFO] [stderr]     Checking convert_case v0.2.0
[INFO] [stderr]     Checking structopt v0.3.26
[INFO] [stderr]     Checking string_cache v0.8.7
[INFO] [stderr]     Checking toml v0.5.6
[INFO] [stderr]     Checking kuchiki v0.8.1
[INFO] [stderr]     Checking vimwiki-markdown-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/commands.rs:80:50
[INFO] [stdout]    |
[INFO] [stdout] 80 |     let document = kuchiki::parse_html().one(html.clone());
[INFO] [stdout]    |                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/commands.rs:80:50
[INFO] [stdout]    |
[INFO] [stdout] 80 |     let document = kuchiki::parse_html().one(html.clone());
[INFO] [stdout]    |                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `force`, `syntax`, and `css_file` are never read
[INFO] [stdout]   --> src/main.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout] 8  | struct VimWikiCmdlineArgs {
[INFO] [stdout]    |        ------------------ fields in this struct
[INFO] [stdout] 9  |     force: bool,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 10 |     syntax: String,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 |     css_file: PathBuf,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `verbose` is never read
[INFO] [stdout]   --> src/bin/vimwiki-md2html.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | struct Opt {
[INFO] [stdout]    |        --- field in this struct
[INFO] [stdout] 12 |     #[structopt(short, long, parse(from_occurrences))]
[INFO] [stdout] 13 |     verbose: u8,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Opt` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `verbose` is never read
[INFO] [stdout]   --> src/bin/vimwiki-md2html.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | struct Opt {
[INFO] [stdout]    |        --- field in this struct
[INFO] [stdout] 12 |     #[structopt(short, long, parse(from_occurrences))]
[INFO] [stdout] 13 |     verbose: u8,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Opt` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `force`, `syntax`, and `css_file` are never read
[INFO] [stdout]   --> src/main.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout] 8  | struct VimWikiCmdlineArgs {
[INFO] [stdout]    |        ------------------ fields in this struct
[INFO] [stdout] 9  |     force: bool,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout] 10 |     syntax: String,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 14 |     css_file: PathBuf,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` 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] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 19.69s
[INFO] running `Command { std: "docker" "inspect" "f10ccee4a372ec3320dce822d4d4c74ea8add43d561837b571f4ddee1d69564e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f10ccee4a372ec3320dce822d4d4c74ea8add43d561837b571f4ddee1d69564e", kill_on_drop: false }`
[INFO] [stdout] f10ccee4a372ec3320dce822d4d4c74ea8add43d561837b571f4ddee1d69564e
[INFO] checking tfachmann/vimwiki-markdown-rs against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftfachmann%2Fvimwiki-markdown-rs" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/tfachmann/vimwiki-markdown-rs on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/tfachmann/vimwiki-markdown-rs
[INFO] finished tweaking git repo https://github.com/tfachmann/vimwiki-markdown-rs
[INFO] tweaked toml for git repo https://github.com/tfachmann/vimwiki-markdown-rs written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/tfachmann/vimwiki-markdown-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f1da44c9c343df78c54a4e2cba4a94176f3a230d7bc752cec083103a7eed5152
[INFO] running `Command { std: "docker" "start" "-a" "f1da44c9c343df78c54a4e2cba4a94176f3a230d7bc752cec083103a7eed5152", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f1da44c9c343df78c54a4e2cba4a94176f3a230d7bc752cec083103a7eed5152", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f1da44c9c343df78c54a4e2cba4a94176f3a230d7bc752cec083103a7eed5152", kill_on_drop: false }`
[INFO] [stdout] f1da44c9c343df78c54a4e2cba4a94176f3a230d7bc752cec083103a7eed5152
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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 -Dnon_local_definitions" "-e" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7eee5b612d5b87de6eb3c4adfa973d69cf12844aa861e554936f8c90a6873e67
[INFO] running `Command { std: "docker" "start" "-a" "7eee5b612d5b87de6eb3c4adfa973d69cf12844aa861e554936f8c90a6873e67", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling syn v1.0.17
[INFO] [stderr]    Compiling unicode-xid v0.2.0
[INFO] [stderr]    Compiling getrandom v0.1.14
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling version_check v0.9.1
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]     Checking smallvec v1.13.1
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling serde v1.0.106
[INFO] [stderr]    Compiling autocfg v1.0.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling memchr v2.3.3
[INFO] [stderr]     Checking new_debug_unreachable v1.0.4
[INFO] [stderr]     Checking unicode-width v0.1.7
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking lock_api v0.4.6
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling unicode-segmentation v1.6.0
[INFO] [stderr]     Checking precomputed-hash v0.1.1
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]    Compiling getrandom v0.2.12
[INFO] [stderr]     Checking mac v0.1.1
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking futf v0.1.5
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling heck v0.3.1
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling num-traits v0.2.11
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking utf-8 v0.7.6
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]     Checking dtoa v1.0.9
[INFO] [stderr]     Checking tendril v0.4.3
[INFO] [stderr]     Checking dtoa-short v0.3.4
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]    Compiling num-integer v0.1.42
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]     Checking vec_map v0.8.1
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]    Compiling phf_generator v0.8.0
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking ansi_term v0.11.0
[INFO] [stderr]    Compiling phf_codegen v0.8.0
[INFO] [stderr]    Compiling string_cache_codegen v0.5.2
[INFO] [stderr]     Checking nodrop v0.1.14
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling selectors v0.22.0
[INFO] [stderr]     Checking matches v0.1.10
[INFO] [stderr]     Checking servo_arc v0.1.1
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking thread_local v1.0.1
[INFO] [stderr]     Checking aho-corasick v0.7.10
[INFO] [stderr]     Checking thin-slice v0.1.1
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]    Compiling pulldown-cmark v0.7.0
[INFO] [stderr]    Compiling markup5ever v0.10.1
[INFO] [stderr]     Checking regex-syntax v0.6.17
[INFO] [stderr]    Compiling anyhow v1.0.79
[INFO] [stderr]     Checking dirs-sys v0.3.4
[INFO] [stderr]     Checking humantime v1.3.0
[INFO] [stderr]     Checking time v0.1.43
[INFO] [stderr]     Checking getopts v0.2.21
[INFO] [stderr]     Checking strum v0.18.0
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]     Checking chrono v0.4.11
[INFO] [stderr]     Checking directories v2.0.2
[INFO] [stderr]     Checking pathdiff v0.2.0
[INFO] [stderr]     Checking path-clean v0.1.0
[INFO] [stderr]     Checking regex v1.3.7
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]     Checking env_logger v0.7.1
[INFO] [stderr]    Compiling phf_macros v0.8.0
[INFO] [stderr]    Compiling serde_derive v1.0.106
[INFO] [stderr]    Compiling cssparser v0.27.2
[INFO] [stderr]    Compiling html5ever v0.25.2
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling strum_macros v0.18.0
[INFO] [stderr]     Checking phf v0.8.0
[INFO] [stderr]     Checking convert_case v0.2.0
[INFO] [stderr]     Checking structopt v0.3.26
[INFO] [stderr]     Checking string_cache v0.8.7
[INFO] [stderr]     Checking toml v0.5.6
[INFO] [stderr]     Checking kuchiki v0.8.1
[INFO] [stderr]     Checking vimwiki-markdown-rs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/lib.rs:56:17
[INFO] [stdout]    |
[INFO] [stdout] 56 | #[derive(Debug, Serialize, Deserialize)]
[INFO] [stdout]    |                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_SERIALIZE_FOR_ProgramOptions`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: requested on the command line with `-D non-local-definitions`
[INFO] [stdout]    = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/lib.rs:56:28
[INFO] [stdout]    |
[INFO] [stdout] 56 | #[derive(Debug, Serialize, Deserialize)]
[INFO] [stdout]    |                            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_ProgramOptions`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/commands.rs:80:50
[INFO] [stdout]    |
[INFO] [stdout] 80 |     let document = kuchiki::parse_html().one(html.clone());
[INFO] [stdout]    |                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `vimwiki-markdown-rs` (lib) due to 3 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/lib.rs:56:17
[INFO] [stdout]    |
[INFO] [stdout] 56 | #[derive(Debug, Serialize, Deserialize)]
[INFO] [stdout]    |                 ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_SERIALIZE_FOR_ProgramOptions`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: requested on the command line with `-D non-local-definitions`
[INFO] [stdout]    = note: this error originates in the derive macro `Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: non-local `impl` definition, they should be avoided as they go against expectation
[INFO] [stdout]   --> src/lib.rs:56:28
[INFO] [stdout]    |
[INFO] [stdout] 56 | #[derive(Debug, Serialize, Deserialize)]
[INFO] [stdout]    |                            ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: move this `impl` block outside the of the current constant `_IMPL_DESERIALIZE_FOR_ProgramOptions`
[INFO] [stdout]    = note: an `impl` definition is non-local if it is nested inside an item and neither the type nor the trait are at the same nesting level as the `impl` block
[INFO] [stdout]    = note: this lint may become deny-by-default in the edition 2024 and higher, see the tracking issue <https://github.com/rust-lang/rust/issues/120363>
[INFO] [stdout]    = note: this error originates in the derive macro `Deserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/commands.rs:80:50
[INFO] [stdout]    |
[INFO] [stdout] 80 |     let document = kuchiki::parse_html().one(html.clone());
[INFO] [stdout]    |                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]    |
[INFO] [stdout]    = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `vimwiki-markdown-rs` (lib test) due to 3 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "7eee5b612d5b87de6eb3c4adfa973d69cf12844aa861e554936f8c90a6873e67", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7eee5b612d5b87de6eb3c4adfa973d69cf12844aa861e554936f8c90a6873e67", kill_on_drop: false }`
[INFO] [stdout] 7eee5b612d5b87de6eb3c4adfa973d69cf12844aa861e554936f8c90a6873e67
