[INFO] cloning repository https://github.com/mdzk-rs/mdzk-language-server [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mdzk-rs/mdzk-language-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmdzk-rs%2Fmdzk-language-server", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmdzk-rs%2Fmdzk-language-server'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2c2e4ee220692dc3e1db6395840c4bf1335a7701 [INFO] checking mdzk-rs/mdzk-language-server against master#ceab6128fa48a616bfd3e3adf4bc80133b8ee223 for no-never-type-fallback [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmdzk-rs%2Fmdzk-language-server" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mdzk-rs/mdzk-language-server on toolchain ceab6128fa48a616bfd3e3adf4bc80133b8ee223 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mdzk-rs/mdzk-language-server [INFO] finished tweaking git repo https://github.com/mdzk-rs/mdzk-language-server [INFO] tweaked toml for git repo https://github.com/mdzk-rs/mdzk-language-server written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/mdzk-rs/mdzk-language-server 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" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/mdzk-rs/mdzk` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded dashmap v5.2.0 [INFO] [stderr] Downloaded tower-lsp-macros v0.6.0 [INFO] [stderr] Downloaded serde_repr v0.1.7 [INFO] [stderr] Downloaded lsp-types v0.92.1 [INFO] [stderr] Downloaded tower v0.4.12 [INFO] [stderr] Downloaded gray_matter v0.2.2 [INFO] [stderr] Downloaded jql v3.1.3 [INFO] [stderr] Downloaded pulldown-cmark v0.9.1 [INFO] [stderr] Downloaded tower-lsp v0.16.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 071281066d52548475252cca7d45552721869c1c4f3b6ce1a8091254119a9bd9 [INFO] running `Command { std: "docker" "start" "-a" "071281066d52548475252cca7d45552721869c1c4f3b6ce1a8091254119a9bd9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "071281066d52548475252cca7d45552721869c1c4f3b6ce1a8091254119a9bd9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "071281066d52548475252cca7d45552721869c1c4f3b6ce1a8091254119a9bd9", kill_on_drop: false }` [INFO] [stdout] 071281066d52548475252cca7d45552721869c1c4f3b6ce1a8091254119a9bd9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c8261af89649e9f701f6d1b888966cdce45fa9dedd62f92fcce15de97332e32a [INFO] running `Command { std: "docker" "start" "-a" "c8261af89649e9f701f6d1b888966cdce45fa9dedd62f92fcce15de97332e32a", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.121 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.8 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Checking ryu v1.0.9 [INFO] [stderr] Checking itoa v1.0.1 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Checking futures-sink v0.3.21 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Checking tinyvec v1.5.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling parking_lot_core v0.9.1 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Checking regex v1.5.5 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Checking unicode-bidi v0.3.7 [INFO] [stderr] Checking futures-io v0.3.21 [INFO] [stderr] Checking smallvec v1.8.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Checking crossbeam-channel v0.5.4 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling tracing-attributes v0.1.20 [INFO] [stderr] Checking bstr v0.2.17 [INFO] [stderr] Checking crossbeam-deque v0.8.1 [INFO] [stderr] Checking lock_api v0.4.6 [INFO] [stderr] Checking tracing-core v0.1.23 [INFO] [stderr] Checking unicode-normalization v0.1.19 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Compiling httparse v1.6.0 [INFO] [stderr] Compiling async-trait v0.1.53 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Compiling pulldown-cmark v0.9.1 [INFO] [stderr] Checking linked-hash-map v0.5.4 [INFO] [stderr] Checking parking_lot v0.12.0 [INFO] [stderr] Checking globset v0.4.8 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Compiling clap_derive v3.1.4 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling serde_repr v0.1.7 [INFO] [stderr] Checking os_str_bytes v6.0.0 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Checking tower-service v0.3.1 [INFO] [stderr] Checking tower-layer v0.3.1 [INFO] [stderr] Checking textwrap v0.15.0 [INFO] [stderr] Checking json v0.12.4 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Checking bytes v1.1.0 [INFO] [stderr] Checking tokio v1.17.0 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking ignore v0.4.18 [INFO] [stderr] Checking dashmap v5.2.0 [INFO] [stderr] Compiling auto_impl v0.5.0 [INFO] [stderr] Checking pin-project v1.0.10 [INFO] [stderr] Compiling tower-lsp-macros v0.6.0 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Checking tracing v0.1.32 [INFO] [stderr] Checking thiserror v1.0.30 [INFO] [stderr] Checking tokio-util v0.7.1 [INFO] [stderr] Checking clap v3.1.6 [INFO] [stderr] Checking serde v1.0.136 [INFO] [stderr] Checking futures v0.3.21 [INFO] [stderr] Checking tower v0.4.12 [INFO] [stderr] Checking url v2.2.2 [INFO] [stderr] Checking toml v0.5.8 [INFO] [stderr] Checking jql v3.1.3 [INFO] [stderr] Checking lsp-types v0.92.1 [INFO] [stderr] Checking gray_matter v0.2.2 [INFO] [stderr] Checking mdzk v1.0.0 (https://github.com/mdzk-rs/mdzk?branch=main#3f8c91ec) [INFO] [stderr] Checking tower-lsp v0.16.0 [INFO] [stderr] Checking mdzk-language-server v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.00s [INFO] running `Command { std: "docker" "inspect" "c8261af89649e9f701f6d1b888966cdce45fa9dedd62f92fcce15de97332e32a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8261af89649e9f701f6d1b888966cdce45fa9dedd62f92fcce15de97332e32a", kill_on_drop: false }` [INFO] [stdout] c8261af89649e9f701f6d1b888966cdce45fa9dedd62f92fcce15de97332e32a [INFO] checking mdzk-rs/mdzk-language-server against try#3a4bc97f6385a3aa300a4fd689b44350e54fd676 for no-never-type-fallback [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmdzk-rs%2Fmdzk-language-server" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mdzk-rs/mdzk-language-server on toolchain 3a4bc97f6385a3aa300a4fd689b44350e54fd676 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3a4bc97f6385a3aa300a4fd689b44350e54fd676" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mdzk-rs/mdzk-language-server [INFO] finished tweaking git repo https://github.com/mdzk-rs/mdzk-language-server [INFO] tweaked toml for git repo https://github.com/mdzk-rs/mdzk-language-server written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/mdzk-rs/mdzk-language-server 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" "+3a4bc97f6385a3aa300a4fd689b44350e54fd676" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+3a4bc97f6385a3aa300a4fd689b44350e54fd676" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9cc71197d2ba2c4119f440d698c79ec0e8b382bb42321cc9f543317a6a99f3fa [INFO] running `Command { std: "docker" "start" "-a" "9cc71197d2ba2c4119f440d698c79ec0e8b382bb42321cc9f543317a6a99f3fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9cc71197d2ba2c4119f440d698c79ec0e8b382bb42321cc9f543317a6a99f3fa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9cc71197d2ba2c4119f440d698c79ec0e8b382bb42321cc9f543317a6a99f3fa", kill_on_drop: false }` [INFO] [stdout] 9cc71197d2ba2c4119f440d698c79ec0e8b382bb42321cc9f543317a6a99f3fa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+3a4bc97f6385a3aa300a4fd689b44350e54fd676" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7c3af70b36cf971dd2f236790deb8c2afdc47f1f1c42566c23ef9ca60e339f91 [INFO] running `Command { std: "docker" "start" "-a" "7c3af70b36cf971dd2f236790deb8c2afdc47f1f1c42566c23ef9ca60e339f91", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.121 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.8 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Checking ryu v1.0.9 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Checking itoa v1.0.1 [INFO] [stderr] Checking futures-sink v0.3.21 [INFO] [stderr] Checking tinyvec v1.5.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling parking_lot_core v0.9.1 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Checking matches v0.1.9 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Checking regex v1.5.5 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.8/src/sync/parker.rs:366:25 [INFO] [stdout] | [INFO] [stdout] 366 | / match self.state.swap(EMPTY, SeqCst) { [INFO] [stdout] 367 | | NOTIFIED | PARKED => return, [INFO] [stdout] 368 | | n => panic!("inconsistent park_timeout state: {}", n), [INFO] [stdout] 369 | | }; [INFO] [stdout] | |_________________________^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking smallvec v1.8.0 [INFO] [stderr] Compiling anyhow v1.0.56 [INFO] [stderr] Checking futures-io v0.3.21 [INFO] [stderr] Checking unicode-bidi v0.3.7 [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `crossbeam-utils` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/regex-1.5.5/src/exec.rs:848:13 [INFO] [stdout] | [INFO] [stdout] 848 | / match dfa::Fsm::reverse( [INFO] [stdout] 849 | | &self.ro.dfa_reverse, [INFO] [stdout] 850 | | self.cache.value(), [INFO] [stdout] 851 | | false, [INFO] [stdout] ... | [INFO] [stdout] 862 | | Quit => return Some(Quit), [INFO] [stdout] 863 | | }; [INFO] [stdout] | |_____________^ cannot infer type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `regex` (lib) due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "7c3af70b36cf971dd2f236790deb8c2afdc47f1f1c42566c23ef9ca60e339f91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c3af70b36cf971dd2f236790deb8c2afdc47f1f1c42566c23ef9ca60e339f91", kill_on_drop: false }` [INFO] [stdout] 7c3af70b36cf971dd2f236790deb8c2afdc47f1f1c42566c23ef9ca60e339f91