[INFO] cloning repository https://github.com/nazo6/mdvault-ls
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nazo6/mdvault-ls" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnazo6%2Fmdvault-ls", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnazo6%2Fmdvault-ls'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c7aa66a506156f03ab8f9a34a779c8a3fbfc372a
[INFO] building nazo6/mdvault-ls against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnazo6%2Fmdvault-ls" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nazo6/mdvault-ls
[INFO] finished tweaking git repo https://github.com/nazo6/mdvault-ls
[INFO] tweaked toml for git repo https://github.com/nazo6/mdvault-ls written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nazo6/mdvault-ls on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nazo6/mdvault-ls 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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2a5564078a78872655f368a07ae7a12e479fe31479f526afaaec51b38f0f09e6
[INFO] running `Command { std: "docker" "start" "-a" "2a5564078a78872655f368a07ae7a12e479fe31479f526afaaec51b38f0f09e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2a5564078a78872655f368a07ae7a12e479fe31479f526afaaec51b38f0f09e6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a5564078a78872655f368a07ae7a12e479fe31479f526afaaec51b38f0f09e6", kill_on_drop: false }`
[INFO] [stdout] 2a5564078a78872655f368a07ae7a12e479fe31479f526afaaec51b38f0f09e6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8c84f7fe059648182d6abbb8acf09027bd53f209276d081f4c4277f7a59fe48b
[INFO] running `Command { std: "docker" "start" "-a" "8c84f7fe059648182d6abbb8acf09027bd53f209276d081f4c4277f7a59fe48b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]    Compiling libc v0.2.149
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling aho-corasick v1.1.2
[INFO] [stderr]    Compiling regex-syntax v0.8.2
[INFO] [stderr]    Compiling serde v1.0.189
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling unicode-bidi v0.3.13
[INFO] [stderr]    Compiling serde_json v1.0.107
[INFO] [stderr]    Compiling smallvec v1.11.1
[INFO] [stderr]    Compiling async-trait v0.1.74
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling idna v0.4.0
[INFO] [stderr]    Compiling bstr v1.7.0
[INFO] [stderr]    Compiling hashbrown v0.14.2
[INFO] [stderr]    Compiling thread_local v1.1.7
[INFO] [stderr]    Compiling walkdir v2.4.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.8
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling filetime v0.2.22
[INFO] [stderr]    Compiling mio v0.8.9
[INFO] [stderr]    Compiling regex-automata v0.4.3
[INFO] [stderr]    Compiling notify v6.1.1
[INFO] [stderr]    Compiling tree-sitter v0.20.10
[INFO] [stderr]    Compiling tree-sitter-md v0.1.5
[INFO] [stderr]    Compiling regex v1.10.2
[INFO] [stderr]    Compiling globset v0.4.13
[INFO] [stderr]    Compiling ignore v0.4.20
[INFO] [stderr]    Compiling auto_impl v1.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.189
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling pin-project-internal v1.1.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling serde_repr v0.1.16
[INFO] [stderr]    Compiling tower-lsp-macros v0.9.0
[INFO] [stderr]    Compiling enum-ordinalize v3.1.15
[INFO] [stderr]    Compiling educe v0.4.23
[INFO] [stderr]    Compiling tokio v1.33.0
[INFO] [stderr]    Compiling pin-project v1.1.3
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling tokio-util v0.7.9
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling futures v0.3.28
[INFO] [stderr]    Compiling url v2.4.1
[INFO] [stderr]    Compiling lsp-types v0.94.1
[INFO] [stderr]    Compiling tower-lsp v0.20.0
[INFO] [stderr]    Compiling mdvault-ls v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `extract_link` is never used
[INFO] [stdout]  --> src/utils/link.rs:5:8
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn extract_link(node: &Node, src: &str) -> Vec<(String, Option<String>)> {
[INFO] [stdout]   |        ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Skip` and `Quit` are never constructed
[INFO] [stdout]  --> src/utils/visit_node.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub enum ControlFlow {
[INFO] [stdout]   |          ----------- variants in this enum
[INFO] [stdout] 4 |     Continue,
[INFO] [stdout] 5 |     Skip,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 6 |     Quit,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/server.rs:35:13
[INFO] [stdout]    |
[INFO] [stdout] 35 |             async_watch(path, workspace_files).await;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 35 |             let _ = async_watch(path, workspace_files).await;
[INFO] [stdout]    |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
[INFO] running `Command { std: "docker" "inspect" "8c84f7fe059648182d6abbb8acf09027bd53f209276d081f4c4277f7a59fe48b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8c84f7fe059648182d6abbb8acf09027bd53f209276d081f4c4277f7a59fe48b", kill_on_drop: false }`
[INFO] [stdout] 8c84f7fe059648182d6abbb8acf09027bd53f209276d081f4c4277f7a59fe48b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9dae91277f0314257121107fb096ab7c0f7b95e6060e6cfded80c97b9899781b
[INFO] running `Command { std: "docker" "start" "-a" "9dae91277f0314257121107fb096ab7c0f7b95e6060e6cfded80c97b9899781b", kill_on_drop: false }`
[INFO] [stderr]    Compiling mdvault-ls v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `extract_link` is never used
[INFO] [stdout]  --> src/utils/link.rs:5:8
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub fn extract_link(node: &Node, src: &str) -> Vec<(String, Option<String>)> {
[INFO] [stdout]   |        ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Skip` and `Quit` are never constructed
[INFO] [stdout]  --> src/utils/visit_node.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub enum ControlFlow {
[INFO] [stdout]   |          ----------- variants in this enum
[INFO] [stdout] 4 |     Continue,
[INFO] [stdout] 5 |     Skip,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 6 |     Quit,
[INFO] [stdout]   |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `Result` that must be used
[INFO] [stdout]   --> src/server.rs:35:13
[INFO] [stdout]    |
[INFO] [stdout] 35 |             async_watch(path, workspace_files).await;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `Result` may be an `Err` variant, which should be handled
[INFO] [stdout]    = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]    |
[INFO] [stdout] 35 |             let _ = async_watch(path, workspace_files).await;
[INFO] [stdout]    |             +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.23s
[INFO] running `Command { std: "docker" "inspect" "9dae91277f0314257121107fb096ab7c0f7b95e6060e6cfded80c97b9899781b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9dae91277f0314257121107fb096ab7c0f7b95e6060e6cfded80c97b9899781b", kill_on_drop: false }`
[INFO] [stdout] 9dae91277f0314257121107fb096ab7c0f7b95e6060e6cfded80c97b9899781b
