[INFO] cloning repository https://github.com/daveman1010221/cargo-spellcheck [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/daveman1010221/cargo-spellcheck" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdaveman1010221%2Fcargo-spellcheck", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdaveman1010221%2Fcargo-spellcheck'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 458b29fd5338a01090ed182113db19983122f46f [INFO] checking daveman1010221/cargo-spellcheck against 615014f15745532730b9ce7a1d9309f8b4756f93 for pr-160491 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdaveman1010221%2Fcargo-spellcheck" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/daveman1010221/cargo-spellcheck [INFO] removed 0 missing tests [INFO] finished tweaking git repo https://github.com/daveman1010221/cargo-spellcheck [INFO] tweaked toml for git repo https://github.com/daveman1010221/cargo-spellcheck written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/daveman1010221/cargo-spellcheck on toolchain 615014f15745532730b9ce7a1d9309f8b4756f93 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/daveman1010221/cargo-spellcheck 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" "+615014f15745532730b9ce7a1d9309f8b4756f93" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 315a12fd660bfdb512114af706ec430c947840ca8f8bcc439af623d0d5fc8407 [INFO] running `Command { std: "docker" "start" "315a12fd660bfdb512114af706ec430c947840ca8f8bcc439af623d0d5fc8407", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "315a12fd660bfdb512114af706ec430c947840ca8f8bcc439af623d0d5fc8407", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "315a12fd660bfdb512114af706ec430c947840ca8f8bcc439af623d0d5fc8407" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "315a12fd660bfdb512114af706ec430c947840ca8f8bcc439af623d0d5fc8407", kill_on_drop: false }` [INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "315a12fd660bfdb512114af706ec430c947840ca8f8bcc439af623d0d5fc8407" "/opt/rustwide/cargo-home/bin/cargo" "+615014f15745532730b9ce7a1d9309f8b4756f93" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.106 [INFO] [stderr] Compiling unicode-ident v1.0.24 [INFO] [stderr] Compiling quote v1.0.45 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling shlex v1.3.0 [INFO] [stderr] Compiling find-msvc-tools v0.1.9 [INFO] [stderr] Compiling libc v0.2.184 [INFO] [stderr] Compiling cc v1.2.58 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Compiling pkg-config v0.3.32 [INFO] [stderr] Compiling syn v2.0.117 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling itoa v1.0.18 [INFO] [stderr] Compiling stable_deref_trait v1.2.1 [INFO] [stderr] Compiling version_check v0.9.5 [INFO] [stderr] Compiling icu_properties_data v2.2.0 [INFO] [stderr] Compiling icu_normalizer_data v2.2.0 [INFO] [stderr] Compiling cfg-if v1.0.4 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Checking aho-corasick v1.1.4 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling regex-syntax v0.8.10 [INFO] [stderr] Checking crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling pin-project-lite v0.2.17 [INFO] [stderr] Compiling once_cell v1.21.4 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking crossbeam-deque v0.8.6 [INFO] [stderr] Compiling bitflags v2.11.0 [INFO] [stderr] Compiling zmij v1.0.21 [INFO] [stderr] Compiling bytes v1.11.1 [INFO] [stderr] Compiling fs-err v2.11.0 [INFO] [stderr] Compiling serde_json v1.0.149 [INFO] [stderr] Compiling litemap v0.8.2 [INFO] [stderr] Compiling writeable v0.6.2 [INFO] [stderr] Checking regex-automata v0.4.14 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Checking tracing-core v0.1.36 [INFO] [stderr] Compiling mio v1.2.0 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling onig_sys v69.9.1 [INFO] [stderr] Compiling socket2 v0.6.3 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling zerocopy v0.8.48 [INFO] [stderr] Compiling utf8_iter v1.0.4 [INFO] [stderr] Compiling futures-core v0.3.32 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling tokio v1.50.0 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling glob v0.3.3 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling fst v0.4.7 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling clang-sys v1.8.1 [INFO] [stderr] Compiling lzma-sys v0.1.20 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling hashbrown v0.16.1 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling slab v0.4.12 [INFO] [stderr] Compiling httparse v1.10.1 [INFO] [stderr] Compiling futures-task v0.3.32 [INFO] [stderr] Compiling futures-io v0.3.32 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling futures-sink v0.3.32 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling tokio-util v0.7.18 [INFO] [stderr] Checking anstyle-parse v1.0.0 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling indexmap v2.13.0 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling bzip2-sys v0.1.13+1.0.8 [INFO] [stderr] Compiling typenum v1.19.0 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Checking colorchoice v1.0.5 [INFO] [stderr] Checking anstyle v1.0.14 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Checking anstream v1.0.0 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling h2 v0.3.27 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling futures-channel v0.3.32 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling memoffset v0.9.1 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling adler2 v2.0.1 [INFO] [stderr] Compiling tower-service v0.3.3 [INFO] [stderr] Compiling xml-rs v0.8.28 [INFO] [stderr] Compiling simd-adler32 v0.3.9 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling bindgen v0.61.0 [INFO] [stderr] Compiling home v0.5.12 [INFO] [stderr] Checking bit-set v0.5.3 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling cexpr v0.6.0 [INFO] [stderr] Compiling nlprule v0.6.4 [INFO] [stderr] Checking errno v0.3.14 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling ryu v1.0.23 [INFO] [stderr] Checking winnow v0.7.15 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Checking unicode-properties v0.1.4 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Checking unicode-xid v0.2.6 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling xmlparser v0.13.6 [INFO] [stderr] Compiling rustls-pemfile v1.0.4 [INFO] [stderr] Compiling roxmltree v0.14.1 [INFO] [stderr] Checking ra-ap-rustc_lexer v0.98.0 [INFO] [stderr] Checking signal-hook-registry v1.4.8 [INFO] [stderr] Compiling hyper-rustls v0.24.2 [INFO] [stderr] Compiling flate2 v1.1.9 [INFO] [stderr] Compiling bzip2 v0.4.4 [INFO] [stderr] Compiling fancy-regex v0.5.0 [INFO] [stderr] Checking getopts v0.2.24 [INFO] [stderr] Compiling encoding_rs v0.8.35 [INFO] [stderr] Checking crossbeam-channel v0.5.15 [INFO] [stderr] Compiling onig v6.5.1 [INFO] [stderr] Compiling time v0.1.45 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling aho-corasick v0.7.20 [INFO] [stderr] Compiling unicase v2.9.0 [INFO] [stderr] Compiling pulldown-cmark v0.11.3 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Checking text-size v1.1.1 [INFO] [stderr] Checking countme v3.0.1 [INFO] [stderr] Checking jod-thread v0.1.2 [INFO] [stderr] Compiling webpki-roots v0.25.4 [INFO] [stderr] Checking clap_lex v1.1.0 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling object v0.37.3 [INFO] [stderr] Checking drop_bomb v0.1.5 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling ipnet v2.12.0 [INFO] [stderr] Checking ra_ap_edition v0.0.269 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling zerofrom-derive v0.1.7 [INFO] [stderr] Compiling yoke-derive v0.8.2 [INFO] [stderr] Compiling zerovec-derive v0.11.3 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling enum_dispatch v0.3.13 [INFO] [stderr] Compiling owo-colors v4.3.0 [INFO] [stderr] Compiling futures-macro v0.3.32 [INFO] [stderr] Compiling zip v0.5.13 [INFO] [stderr] Compiling clap_derive v4.6.0 [INFO] [stderr] Checking ra_ap_parser v0.0.269 [INFO] [stderr] Checking rowan v0.15.15 [INFO] [stderr] Checking clap_builder v4.6.0 [INFO] [stderr] Checking dirs-sys v0.4.1 [INFO] [stderr] Compiling directories v3.0.2 [INFO] [stderr] Checking tracing-subscriber v0.3.23 [INFO] [stderr] Compiling zerofrom v0.1.7 [INFO] [stderr] Compiling yoke v0.8.2 [INFO] [stderr] Compiling zerovec v0.11.6 [INFO] [stderr] Compiling zerotrie v0.2.4 [INFO] [stderr] Compiling tinystr v0.8.3 [INFO] [stderr] Compiling icu_locale_core v2.2.0 [INFO] [stderr] Compiling potential_utf v0.1.5 [INFO] [stderr] Compiling icu_collections v2.2.0 [INFO] [stderr] Compiling icu_provider v2.2.0 [INFO] [stderr] Compiling icu_properties v2.2.0 [INFO] [stderr] Compiling icu_normalizer v2.2.0 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Checking rustc-hash v2.1.2 [INFO] [stderr] Checking pulldown-cmark-escape v0.11.0 [INFO] [stderr] Checking siphasher v1.0.2 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Checking cov-mark v2.2.0 [INFO] [stderr] Checking either v1.15.0 [INFO] [stderr] Checking serde_spanned v0.6.9 [INFO] [stderr] Checking toml_datetime v0.6.11 [INFO] [stderr] Checking rayon v1.11.0 [INFO] [stderr] Compiling serde-xml-rs v0.4.1 [INFO] [stderr] Compiling which v4.4.2 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling serde_regex v1.1.0 [INFO] [stderr] Compiling srx v0.1.4 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling bimap v0.6.3 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling half v1.8.3 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Checking itertools v0.12.1 [INFO] [stderr] Checking toml_edit v0.22.27 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stderr] Compiling rayon-cond v0.1.0 [INFO] [stderr] Checking triomphe v0.1.15 [INFO] [stderr] Compiling color-spantrace v0.3.0 [INFO] [stderr] Checking ra_ap_stdx v0.0.269 [INFO] [stderr] Compiling indoc v2.0.7 [INFO] [stderr] Checking toml v0.8.23 [INFO] [stderr] Checking smol_str v0.3.6 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling zspell v0.5.5 [INFO] [stderr] Checking ra_ap_syntax v0.0.269 [INFO] [stderr] Checking phf_shared v0.11.3 [INFO] [stderr] Checking parking_lot v0.12.5 [INFO] [stderr] Compiling xz2 v0.1.7 [INFO] [stderr] Checking tracing-error v0.2.1 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking crypto-common v0.1.7 [INFO] [stderr] Checking fancy-regex v0.13.0 [INFO] [stderr] Checking console v0.15.11 [INFO] [stderr] Checking env_filter v1.0.1 [INFO] [stderr] Checking mio v0.8.11 [INFO] [stderr] Checking bstr v1.12.1 [INFO] [stderr] Checking jiff v0.2.23 [INFO] [stderr] Checking rustc-demangle v0.1.27 [INFO] [stderr] Checking clap v4.6.0 [INFO] [stderr] Checking linux-raw-sys v0.12.1 [INFO] [stderr] Compiling nlprule-build v0.6.4 [INFO] [stderr] Checking indenter v0.3.4 [INFO] [stderr] Compiling pulldown-cmark v0.10.3 [INFO] [stderr] Checking globset v0.4.18 [INFO] [stderr] Checking signal-hook-mio v0.2.5 [INFO] [stderr] Checking backtrace v0.3.76 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking futures-executor v0.3.32 [INFO] [stderr] Checking phf v0.11.3 [INFO] [stderr] Checking itertools v0.13.0 [INFO] [stderr] Checking env_logger v0.11.10 [INFO] [stderr] Checking dirs v5.0.1 [INFO] [stderr] Compiling tokio-macros v2.6.1 [INFO] [stderr] Compiling visibility v0.1.1 [INFO] [stderr] Compiling memoffset v0.7.1 [INFO] [stderr] Checking xxhash-rust v0.8.15 [INFO] [stderr] Checking stringmetrics v2.2.2 [INFO] [stderr] Checking unicode-segmentation v1.13.2 [INFO] [stderr] Checking pulldown-cmark-escape v0.10.1 [INFO] [stderr] Checking sha2 v0.10.9 [INFO] [stderr] Checking uuid v1.23.0 [INFO] [stderr] Checking fd-lock v4.0.4 [INFO] [stderr] Checking isolang v2.4.0 [INFO] [stderr] Checking color-eyre v0.6.5 [INFO] [stderr] Checking futures v0.3.32 [INFO] [stderr] Checking crossterm v0.27.0 [INFO] [stderr] Checking ignore v0.4.25 [INFO] [stderr] Checking clap-verbosity-flag v2.2.3 [INFO] [stderr] Checking clap_complete v4.6.0 [INFO] [stderr] Checking doc-chunks v0.2.2 (/opt/rustwide/workdir/doc-chunks) [INFO] [stderr] Checking cargo_toml v0.21.0 [INFO] [stderr] Checking iso_country v0.1.4 [INFO] [stderr] Checking directories v5.0.1 [INFO] [stderr] Checking spellbook v0.1.0 [INFO] [stderr] Checking num_cpus v1.17.0 [INFO] [stderr] Checking thousands v0.2.0 [INFO] [stderr] Checking nix v0.26.4 [INFO] [stderr] Checking serde_plain v1.0.2 [INFO] [stderr] Checking maplit v1.0.2 [INFO] [stderr] Compiling hunspell-sys v0.3.1 [INFO] [stderr] Compiling cargo-spellcheck v0.15.6 (/opt/rustwide/workdir) [INFO] [stderr] Checking hunspell-rs v0.4.0 [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/checker/hunspell.rs:249:17 [INFO] [stdout] | [INFO] [stdout] 249 | bail!("Extra dictionary {} is not a file", extra_dic.display()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail` [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_non_local_macros)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/checker/hunspell.rs:254:21 [INFO] [stdout] | [INFO] [stdout] 254 | bail!("Failed to add extra dictionary path to context {extra_dic}") [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail` [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/checker/hunspell.rs:257:17 [INFO] [stdout] | [INFO] [stdout] 257 | / bail!( [INFO] [stdout] 258 | | "Failed to convert extra dictionary path to str {}", [INFO] [stdout] 259 | | extra_dic.display() [INFO] [stdout] 260 | | ) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail` [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/checker/dictaffix.rs:151:13 [INFO] [stdout] | [INFO] [stdout] 151 | bail!("Line {lineno} of extra dictionary must not be a number, but is: >{num}<",) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail` [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/config/args.rs:369:17 [INFO] [stdout] | [INFO] [stdout] 369 | bail!("Argument override for checkers disabled all checkers") [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail` [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/config/args.rs:529:26 [INFO] [stdout] | [INFO] [stdout] 529 | _ => bail!("Neither --user or --stdout are given, invalid flags passed."), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/config/mod.rs:110:23 [INFO] [stdout] | [INFO] [stdout] 110 | Err(e) => bail!(e), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/config/mod.rs:145:13 [INFO] [stdout] | [INFO] [stdout] 145 | bail!("No idea where your config directory is located. XDG compliance would be nice.") [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail` [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/config/mod.rs:196:13 [INFO] [stdout] | [INFO] [stdout] 196 | bail!("No idea where your config directory is located. `$HOME` must be set.") [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail` [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/config/mod.rs:213:13 [INFO] [stdout] | [INFO] [stdout] 213 | / bail!( [INFO] [stdout] 214 | | "Local project dir config {} does not exist or is not a file.", [INFO] [stdout] 215 | | path.display() [INFO] [stdout] 216 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail` [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/traverse/mod.rs:572:25 [INFO] [stdout] | [INFO] [stdout] 572 | bail!("Common mark / markdown file is empty") [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail` [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/traverse/mod.rs:578:25 [INFO] [stdout] | [INFO] [stdout] 578 | bail!("Cargo.toml manifest description field is empty") [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail` [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/checker/hunspell.rs:249:17 [INFO] [stdout] | [INFO] [stdout] 249 | bail!("Extra dictionary {} is not a file", extra_dic.display()) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail` [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: `#[warn(semicolon_in_expressions_from_non_local_macros)]` (part of `#[warn(future_incompatible)]`) on by default [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/checker/hunspell.rs:254:21 [INFO] [stdout] | [INFO] [stdout] 254 | bail!("Failed to add extra dictionary path to context {extra_dic}") [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail` [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/checker/hunspell.rs:257:17 [INFO] [stdout] | [INFO] [stdout] 257 | / bail!( [INFO] [stdout] 258 | | "Failed to convert extra dictionary path to str {}", [INFO] [stdout] 259 | | extra_dic.display() [INFO] [stdout] 260 | | ) [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail` [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/checker/dictaffix.rs:151:13 [INFO] [stdout] | [INFO] [stdout] 151 | bail!("Line {lineno} of extra dictionary must not be a number, but is: >{num}<",) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail` [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/config/args.rs:369:17 [INFO] [stdout] | [INFO] [stdout] 369 | bail!("Argument override for checkers disabled all checkers") [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail` [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/config/args.rs:529:26 [INFO] [stdout] | [INFO] [stdout] 529 | _ => bail!("Neither --user or --stdout are given, invalid flags passed."), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/config/mod.rs:110:23 [INFO] [stdout] | [INFO] [stdout] 110 | Err(e) => bail!(e), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/config/mod.rs:145:13 [INFO] [stdout] | [INFO] [stdout] 145 | bail!("No idea where your config directory is located. XDG compliance would be nice.") [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail` [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/config/mod.rs:196:13 [INFO] [stdout] | [INFO] [stdout] 196 | bail!("No idea where your config directory is located. `$HOME` must be set.") [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail` [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/config/mod.rs:213:13 [INFO] [stdout] | [INFO] [stdout] 213 | / bail!( [INFO] [stdout] 214 | | "Local project dir config {} does not exist or is not a file.", [INFO] [stdout] 215 | | path.display() [INFO] [stdout] 216 | | ) [INFO] [stdout] | |_____________^ [INFO] [stdout] | [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail` [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/traverse/mod.rs:572:25 [INFO] [stdout] | [INFO] [stdout] 572 | bail!("Common mark / markdown file is empty") [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail` [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [INFO] [stdout] --> src/traverse/mod.rs:578:25 [INFO] [stdout] | [INFO] [stdout] 578 | bail!("Cargo.toml manifest description field is empty") [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail` [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 13m 46s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: cargo-spellcheck v0.15.6 (/opt/rustwide/workdir) [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 6` [INFO] running `Command { std: "docker" "inspect" "315a12fd660bfdb512114af706ec430c947840ca8f8bcc439af623d0d5fc8407", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "315a12fd660bfdb512114af706ec430c947840ca8f8bcc439af623d0d5fc8407", kill_on_drop: false }` [INFO] [stdout] 315a12fd660bfdb512114af706ec430c947840ca8f8bcc439af623d0d5fc8407