[INFO] cloning repository https://github.com/rohankumardubey/nushell-core
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rohankumardubey/nushell-core" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frohankumardubey%2Fnushell-core", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frohankumardubey%2Fnushell-core'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8a0bd20e849cc041de5e15667893a7be89d98f68
[INFO] testing rohankumardubey/nushell-core against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frohankumardubey%2Fnushell-core" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/rohankumardubey/nushell-core
[INFO] finished tweaking git repo https://github.com/rohankumardubey/nushell-core
[INFO] tweaked toml for git repo https://github.com/rohankumardubey/nushell-core written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rohankumardubey/nushell-core on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rohankumardubey/nushell-core 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dabf72bf92785c7c3635122cff6e047ea4f76e8657df233afcd2a1d44031eceb
[INFO] running `Command { std: "docker" "start" "-a" "dabf72bf92785c7c3635122cff6e047ea4f76e8657df233afcd2a1d44031eceb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dabf72bf92785c7c3635122cff6e047ea4f76e8657df233afcd2a1d44031eceb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dabf72bf92785c7c3635122cff6e047ea4f76e8657df233afcd2a1d44031eceb", kill_on_drop: false }`
[INFO] [stdout] dabf72bf92785c7c3635122cff6e047ea4f76e8657df233afcd2a1d44031eceb
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ea2f14d659da1a6db5245ddd2052b0e6508ddd9879470857605c6ee006309111
[INFO] running `Command { std: "docker" "start" "-a" "ea2f14d659da1a6db5245ddd2052b0e6508ddd9879470857605c6ee006309111", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling proc-macro2 v1.0.39
[INFO] [stderr]    Compiling unicode-ident v1.0.0
[INFO] [stderr]    Compiling syn v1.0.96
[INFO] [stderr]    Compiling serde_derive v1.0.137
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling once_cell v1.12.0
[INFO] [stderr]    Compiling regex-syntax v0.6.26
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling miniz_oxide v0.5.3
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling itoa v1.0.2
[INFO] [stderr]    Compiling unicode-xid v0.2.3
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling smallvec v1.8.0
[INFO] [stderr]    Compiling indexmap v1.8.2
[INFO] [stderr]    Compiling lock_api v0.4.7
[INFO] [stderr]    Compiling gimli v0.26.1
[INFO] [stderr]    Compiling typenum v1.15.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.3
[INFO] [stderr]    Compiling signal-hook v0.3.14
[INFO] [stderr]    Compiling object v0.28.4
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling ryu v1.0.10
[INFO] [stderr]    Compiling rustc-demangle v0.1.21
[INFO] [stderr]    Compiling serde_test v1.0.137
[INFO] [stderr]    Compiling crossbeam-utils v0.8.8
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling serde_json v1.0.81
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]    Compiling nom v7.1.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.8
[INFO] [stderr]    Compiling uncased v0.9.7
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling arrayvec v0.4.12
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]    Compiling erased-serde v0.3.20
[INFO] [stderr]    Compiling vte_generate_state_changes v0.1.1
[INFO] [stderr]    Compiling rayon-core v1.9.3
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling backtrace v0.3.65
[INFO] [stderr]    Compiling openssl-sys v0.9.74
[INFO] [stderr]    Compiling sys-locale v0.2.0
[INFO] [stderr]    Compiling regex v1.5.6
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling is_ci v1.1.1
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling ppv-lite86 v0.2.16
[INFO] [stderr]    Compiling nodrop v0.1.14
[INFO] [stderr]    Compiling utf8parse v0.2.0
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling slab v0.4.6
[INFO] [stderr]    Compiling linux-raw-sys v0.0.46
[INFO] [stderr]    Compiling owo-colors v3.4.0
[INFO] [stderr]    Compiling vte v0.10.1
[INFO] [stderr]    Compiling utf8-width v0.1.6
[INFO] [stderr]    Compiling byte-unit v4.0.14
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling addr2line v0.17.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling num-format v0.4.0
[INFO] [stderr]    Compiling getrandom v0.2.6
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling mio v0.8.3
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling terminal_size v0.1.17
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling supports-unicode v1.0.2
[INFO] [stderr]    Compiling supports-color v1.3.0
[INFO] [stderr]    Compiling supports-hyperlinks v1.2.0
[INFO] [stderr]    Compiling strip-ansi-escapes v0.1.1
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling crossbeam-channel v0.5.4
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling num-rational v0.2.4
[INFO] [stderr]    Compiling num-complex v0.2.4
[INFO] [stderr]    Compiling num-iter v0.1.43
[INFO] [stderr]    Compiling rayon v1.5.3
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]    Compiling signal-hook-mio v0.2.3
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling tokio v1.19.2
[INFO] [stderr]    Compiling ansitok v0.1.0
[INFO] [stderr]    Compiling tracing-core v0.1.26
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling io-lifetimes v0.6.1
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling openssl v0.10.40
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling io-lifetimes v0.7.2
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling sysinfo v0.24.6
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling dunce v1.0.2
[INFO] [stderr]    Compiling libsqlite3-sys v0.24.2
[INFO] [stderr]    Compiling tracing v0.1.34
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling walkdir v2.3.2
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling ansi-str v0.3.0
[INFO] [stderr]    Compiling http v0.2.7
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.22
[INFO] [stderr]    Compiling futures-io v0.3.21
[INFO] [stderr]    Compiling httparse v1.7.1
[INFO] [stderr]    Compiling rustversion v1.0.6
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling native-tls v0.2.10
[INFO] [stderr]    Compiling rustix v0.35.7
[INFO] [stderr]    Compiling futures-sink v0.3.21
[INFO] [stderr]    Compiling nu-glob v0.65.1 (/opt/rustwide/workdir/crates/nu-glob)
[INFO] [stderr]    Compiling bytecount v0.6.3
[INFO] [stderr]    Compiling rustix v0.34.8
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling cpufeatures v0.2.2
[INFO] [stderr]    Compiling papergrid v0.5.1
[INFO] [stderr]    Compiling num v0.2.1
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling phf_codegen v0.10.0
[INFO] [stderr]    Compiling flate2 v1.0.24
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling const_format v0.2.24
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling phf v0.10.1
[INFO] [stderr]    Compiling itertools v0.10.3
[INFO] [stderr]    Compiling unicode-linebreak v0.1.2
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling net2 v0.2.37
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling chrono-tz-build v0.0.2
[INFO] [stderr]    Compiling chrono-tz v0.5.3
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling hashlink v0.7.0
[INFO] [stderr]    Compiling block-buffer v0.10.2
[INFO] [stderr]    Compiling crypto-common v0.1.3
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling procfs v0.13.0
[INFO] [stderr]    Compiling arrayvec v0.7.2
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling fastrand v1.7.0
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling is_debug v1.0.1
[INFO] [stderr]    Compiling capnp v0.14.6
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling tower-service v0.3.1
[INFO] [stderr]    Compiling fallible-iterator v0.2.0
[INFO] [stderr]    Compiling brownstone v3.0.0
[INFO] [stderr]    Compiling mio v0.6.23
[INFO] [stderr]    Compiling tempfile v3.3.0
[INFO] [stderr]    Compiling digest v0.10.3
[INFO] [stderr]    Compiling chrono-tz v0.6.1
[INFO] [stderr]    Compiling tokio-util v0.7.3
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling rust-embed-utils v7.2.0
[INFO] [stderr]    Compiling gethostname v0.2.3
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling indent_write v2.2.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.31
[INFO] [stderr]    Compiling ctor v0.1.22
[INFO] [stderr]    Compiling ghost v0.1.4
[INFO] [stderr]    Compiling textwrap v0.15.0
[INFO] [stderr]    Compiling miette-derive v5.1.0
[INFO] [stderr]    Compiling typetag-impl v0.1.8
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling inventory v0.2.3
[INFO] [stderr]    Compiling tabled_derive v0.4.0
[INFO] [stderr]    Compiling strum_macros v0.24.0
[INFO] [stderr]    Compiling miette-derive v4.7.1
[INFO] [stderr]    Compiling unicode-segmentation v1.9.0
[INFO] [stderr]    Compiling strum v0.24.0
[INFO] [stderr]    Compiling failure v0.1.8
[INFO] [stderr]    Compiling joinery v2.1.0
[INFO] [stderr]    Compiling mio-extras v2.0.6
[INFO] [stderr]    Compiling getset v0.1.2
[INFO] [stderr]    Compiling nom-supreme v0.8.0
[INFO] [stderr]    Compiling pwd v1.3.1
[INFO] [stderr]    Compiling fd-lock v3.0.5
[INFO] [stderr]    Compiling tabled v0.8.0
[INFO] [stderr]    Compiling rust-embed-impl v6.2.0
[INFO] [stderr]    Compiling inotify v0.7.1
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stderr]    Compiling nu-path v0.65.1 (/opt/rustwide/workdir/crates/nu-path)
[INFO] [stderr]    Compiling thiserror v1.0.31
[INFO] [stderr]    Compiling quick-xml v0.19.0
[INFO] [stderr]    Compiling miette v5.1.0
[INFO] [stderr]    Compiling zip v0.5.13
[INFO] [stderr]    Compiling codepage v0.1.1
[INFO] [stderr]    Compiling hamcrest2 v0.3.0
[INFO] [stderr]    Compiling console v0.15.0
[INFO] [stderr]    Compiling filetime v0.2.16
[INFO] [stderr]    Compiling users v0.10.0
[INFO] [stderr]    Compiling pori v0.0.0
[INFO] [stderr]    Compiling thread_local v1.1.4
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling ipnet v2.5.0
[INFO] [stderr]    Compiling xmlparser v0.13.3
[INFO] [stderr]    Compiling result v1.0.0
[INFO] [stderr]    Compiling miette v4.7.1
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling vec1 v1.8.0
[INFO] [stderr]    Compiling zeroize v1.5.5
[INFO] [stderr]    Compiling nom v1.2.4
[INFO] [stderr]    Compiling dialoguer v0.9.0
[INFO] [stderr]    Compiling env_logger v0.7.1
[INFO] [stderr]    Compiling fuzzy-matcher v0.3.7
[INFO] [stderr]    Compiling is-root v0.1.2
[INFO] [stderr]    Compiling notify v4.0.17
[INFO] [stderr]    Compiling rust-embed v6.4.0
[INFO] [stderr]    Compiling roxmltree v0.14.1
[INFO] [stderr]    Compiling ical v0.7.0
[INFO] [stderr]    Compiling terminal_size v0.2.1
[INFO] [stderr]    Compiling md-5 v0.10.1
[INFO] [stderr]    Compiling sha2 v0.10.2
[INFO] [stderr]    Compiling meval v0.2.0
[INFO] [stderr]    Compiling nu-pretty-hex v0.65.1 (/opt/rustwide/workdir/crates/nu-pretty-hex)
[INFO] [stdout] warning: unexpected `cfg` condition value: `alloc`
[INFO] [stdout]   --> crates/nu-pretty-hex/src/lib.rs:62:7
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[cfg(feature = "alloc")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `alloc` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling nu-term-grid v0.65.1 (/opt/rustwide/workdir/crates/nu-term-grid)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/nu-pretty-hex/src/pretty_hex.rs:287:17
[INFO] [stdout]     |
[INFO] [stdout] 287 |     fn hex_dump(&self) -> Hex<Self>;
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 287 |     fn hex_dump(&self) -> Hex<'_, Self>;
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/nu-pretty-hex/src/pretty_hex.rs:291:17
[INFO] [stdout]     |
[INFO] [stdout] 291 |     fn hex_conf(&self, cfg: HexConfig) -> Hex<Self>;
[INFO] [stdout]     |                 ^^^^^                     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 291 |     fn hex_conf(&self, cfg: HexConfig) -> Hex<'_, Self>;
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/nu-pretty-hex/src/pretty_hex.rs:298:17
[INFO] [stdout]     |
[INFO] [stdout] 298 |     fn hex_dump(&self) -> Hex<Self> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 298 |     fn hex_dump(&self) -> Hex<'_, Self> {
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/nu-pretty-hex/src/pretty_hex.rs:301:17
[INFO] [stdout]     |
[INFO] [stdout] 301 |     fn hex_conf(&self, cfg: HexConfig) -> Hex<Self> {
[INFO] [stdout]     |                 ^^^^^                     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 301 |     fn hex_conf(&self, cfg: HexConfig) -> Hex<'_, Self> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling Inflector v0.11.4
[INFO] [stderr]    Compiling titlecase v2.0.0
[INFO] [stderr]    Compiling eml-parser v0.1.3
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/nu-term-grid/src/grid.rs:106:23
[INFO] [stdout]     |
[INFO] [stdout] 106 | fn strip_ansi(string: &str) -> Cow<str> {
[INFO] [stdout]     |                       ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 106 | fn strip_ansi(string: &str) -> Cow<'_, str> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling uuid v1.1.2
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling which v4.2.5
[INFO] [stderr]    Compiling nix v0.24.1
[INFO] [stderr]    Compiling users v0.11.0
[INFO] [stderr]    Compiling quick-xml v0.23.0
[INFO] [stderr]    Compiling bytesize v1.1.0
[INFO] [stderr]    Compiling powierza-coefficient v1.0.1
[INFO] [stderr]    Compiling umask v2.0.0
[INFO] [stderr]    Compiling is_executable v1.0.1
[INFO] [stderr]    Compiling fs_extra v1.2.0
[INFO] [stderr]    Compiling alphanumeric-sort v1.4.4
[INFO] [stderr]    Compiling pathdiff v0.2.1
[INFO] [stderr]    Compiling nu v0.65.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling filesize v0.2.0
[INFO] [stderr]    Compiling htmlescape v0.3.1
[INFO] [stderr]    Compiling pretty_env_logger v0.4.0
[INFO] [stderr]    Compiling ctrlc v3.2.2
[INFO] [stderr]    Compiling rusqlite v0.27.0
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling crossterm v0.23.2
[INFO] [stderr]    Compiling bstr v0.2.17
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling rust_decimal v0.10.2
[INFO] [stderr]    Compiling calamine v0.18.0
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling serde_ini v0.2.0
[INFO] [stderr]    Compiling h2 v0.3.13
[INFO] [stderr]    Compiling typetag v0.1.8
[INFO] [stderr]    Compiling lscolors v0.10.0
[INFO] [stderr]    Compiling linked-hash-map v0.5.4
[INFO] [stderr]    Compiling wax v0.5.0
[INFO] [stderr]    Compiling csv v1.1.6
[INFO] [stderr]    Compiling nu-utils v0.65.1 (/opt/rustwide/workdir/crates/nu-utils)
[INFO] [stderr]    Compiling nu-json v0.65.1 (/opt/rustwide/workdir/crates/nu-json)
[INFO] [stderr]    Compiling yaml-rust v0.4.5
[INFO] [stderr]    Compiling nu-test-support v0.65.1 (/opt/rustwide/workdir/crates/nu-test-support)
[INFO] [stderr]    Compiling chrono-humanize v0.2.1
[INFO] [stderr]    Compiling shadow-rs v0.12.0
[INFO] [stderr]    Compiling trash v2.1.4
[INFO] [stderr]    Compiling nu-protocol v0.65.1 (/opt/rustwide/workdir/crates/nu-protocol)
[INFO] [stderr]    Compiling reedline v0.8.0 (https://github.com/nushell/reedline.git#59f7144d)
[INFO] [stderr]    Compiling serde_yaml v0.8.24
[INFO] [stderr]    Compiling nu-command v0.65.1 (/opt/rustwide/workdir/crates/nu-command)
[INFO] [stderr]    Compiling hyper v0.14.19
[INFO] [stderr]    Compiling nu-system v0.65.1 (/opt/rustwide/workdir/crates/nu-system)
[INFO] [stderr]    Compiling dtparse v1.2.0
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> crates/nu-protocol/src/engine/engine_state.rs:1229:52
[INFO] [stdout]      |
[INFO] [stdout] 1229 |     pub fn files(&'a self) -> impl Iterator<Item = &(String, usize, usize)> {
[INFO] [stdout]      |                   -- the lifetime is named here    ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 1229 |     pub fn files(&'a self) -> impl Iterator<Item = &'a (String, usize, usize)> {
[INFO] [stdout]      |                                                     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> crates/nu-protocol/src/engine/engine_state.rs:1930:21
[INFO] [stdout]      |
[INFO] [stdout] 1926 |         &'b self,
[INFO] [stdout]      |          -- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 1930 |     ) -> Result<Box<dyn miette::SpanContents + 'b>, miette::MietteError> {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'b`
[INFO] [stdout]      |
[INFO] [stdout] 1930 |     ) -> Result<Box<dyn miette::SpanContents<'b> + 'b>, miette::MietteError> {
[INFO] [stdout]      |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> crates/nu-protocol/src/value/custom_value.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[typetag::serde(tag = "type")]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | `Serialize` is not local
[INFO] [stdout]   | move the `impl` block outside of this constant `_CustomValue_registry`
[INFO] [stdout] 7 | pub trait CustomValue: fmt::Debug + Send + Sync {
[INFO] [stdout]   |           ----------- `CustomValue` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]   = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> crates/nu-protocol/src/value/custom_value.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[typetag::serde(tag = "type")]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | `Send` is not local
[INFO] [stdout]   | `Serialize` is not local
[INFO] [stdout]   | move the `impl` block outside of this constant `_CustomValue_registry`
[INFO] [stdout] 7 | pub trait CustomValue: fmt::Debug + Send + Sync {
[INFO] [stdout]   |           ----------- `CustomValue` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> crates/nu-protocol/src/value/custom_value.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[typetag::serde(tag = "type")]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | `Sync` is not local
[INFO] [stdout]   | `Serialize` is not local
[INFO] [stdout]   | move the `impl` block outside of this constant `_CustomValue_registry`
[INFO] [stdout] 7 | pub trait CustomValue: fmt::Debug + Send + Sync {
[INFO] [stdout]   |           ----------- `CustomValue` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> crates/nu-protocol/src/value/custom_value.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[typetag::serde(tag = "type")]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | `Send` is not local
[INFO] [stdout]   | `Sync` is not local
[INFO] [stdout]   | `Serialize` is not local
[INFO] [stdout]   | move the `impl` block outside of this constant `_CustomValue_registry`
[INFO] [stdout] 7 | pub trait CustomValue: fmt::Debug + Send + Sync {
[INFO] [stdout]   |           ----------- `CustomValue` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> crates/nu-protocol/src/value/custom_value.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[typetag::serde(tag = "type")]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ move the `impl` block outside of this constant `_CustomValue_registry`
[INFO] [stdout] 7 | pub trait CustomValue: fmt::Debug + Send + Sync {
[INFO] [stdout]   |           ----------- `CustomValue` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> crates/nu-protocol/src/value/custom_value.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[typetag::serde(tag = "type")]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | `Strictest` is not local
[INFO] [stdout]   | move the `impl` block outside of this constant `_CustomValue_registry`
[INFO] [stdout] 7 | pub trait CustomValue: fmt::Debug + Send + Sync {
[INFO] [stdout]   |           ----------- `CustomValue` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> crates/nu-protocol/src/value/custom_value.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[typetag::serde(tag = "type")]
[INFO] [stdout]   | -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | `Box` is not local
[INFO] [stdout]   | `Send` is not local
[INFO] [stdout]   | `Sync` is not local
[INFO] [stdout]   | `Deserialize` is not local
[INFO] [stdout]   | move the `impl` block outside of this constant `_CustomValue_registry`
[INFO] [stdout] 7 | pub trait CustomValue: fmt::Debug + Send + Sync {
[INFO] [stdout]   |           ----------- `CustomValue` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> crates/nu-protocol/src/value/custom_value.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[typetag::serde(tag = "type")]
[INFO] [stdout]   | -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | `Box` is not local
[INFO] [stdout]   | `Deserialize` is not local
[INFO] [stdout]   | move the `impl` block outside of this constant `_CustomValue_registry`
[INFO] [stdout] 7 | pub trait CustomValue: fmt::Debug + Send + Sync {
[INFO] [stdout]   |           ----------- `CustomValue` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> crates/nu-protocol/src/value/custom_value.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[typetag::serde(tag = "type")]
[INFO] [stdout]   | -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | `Box` is not local
[INFO] [stdout]   | `Send` is not local
[INFO] [stdout]   | `Deserialize` is not local
[INFO] [stdout]   | move the `impl` block outside of this constant `_CustomValue_registry`
[INFO] [stdout] 7 | pub trait CustomValue: fmt::Debug + Send + Sync {
[INFO] [stdout]   |           ----------- `CustomValue` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> crates/nu-protocol/src/value/custom_value.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[typetag::serde(tag = "type")]
[INFO] [stdout]   | -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | `Box` is not local
[INFO] [stdout]   | `Sync` is not local
[INFO] [stdout]   | `Deserialize` is not local
[INFO] [stdout]   | move the `impl` block outside of this constant `_CustomValue_registry`
[INFO] [stdout] 7 | pub trait CustomValue: fmt::Debug + Send + Sync {
[INFO] [stdout]   |           ----------- `CustomValue` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling nu-engine v0.65.1 (/opt/rustwide/workdir/crates/nu-engine)
[INFO] [stderr]    Compiling nu-table v0.65.1 (/opt/rustwide/workdir/crates/nu-table)
[INFO] [stderr]    Compiling nu-color-config v0.65.1 (/opt/rustwide/workdir/crates/nu-color-config)
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling nu-plugin v0.65.1 (/opt/rustwide/workdir/crates/nu-plugin)
[INFO] [stderr]    Compiling reqwest v0.11.10
[INFO] [stderr]    Compiling nu-parser v0.65.1 (/opt/rustwide/workdir/crates/nu-parser)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> crates/nu-parser/src/parse_keywords.rs:377:17
[INFO] [stdout]     |
[INFO] [stdout] 377 |             let mut block = working_set.get_block_mut(block_id);
[INFO] [stdout]     |                 ----^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: for loop over a `&Option`. This is more readably written as an `if let` statement
[INFO] [stdout]     --> crates/nu-parser/src/parser.rs:4971:23
[INFO] [stdout]      |
[INFO] [stdout] 4971 |     for positional in &block.signature.rest_positional {
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(for_loops_over_fallibles)]` on by default
[INFO] [stdout] help: to check pattern in a loop use `while let`
[INFO] [stdout]      |
[INFO] [stdout] 4971 -     for positional in &block.signature.rest_positional {
[INFO] [stdout] 4971 +     while let Some(positional) = &block.signature.rest_positional {
[INFO] [stdout]      |
[INFO] [stdout] help: consider using `if let` to clear intent
[INFO] [stdout]      |
[INFO] [stdout] 4971 -     for positional in &block.signature.rest_positional {
[INFO] [stdout] 4971 +     if let Some(positional) = &block.signature.rest_positional {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling nu-cli v0.65.1 (/opt/rustwide/workdir/crates/nu-cli)
[INFO] [stdout] warning: field `sort_by` is never read
[INFO] [stdout]   --> crates/nu-cli/src/completions/completion_options.rs:89:9
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub struct CompletionOptions {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 89 |     pub sort_by: SortBy,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CompletionOptions` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/nu-cli/src/prompt.rs:89:27
[INFO] [stdout]    |
[INFO] [stdout] 89 |     fn render_prompt_left(&self) -> Cow<str> {
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 89 |     fn render_prompt_left(&self) -> Cow<'_, str> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/nu-cli/src/prompt.rs:107:28
[INFO] [stdout]     |
[INFO] [stdout] 107 |     fn render_prompt_right(&self) -> Cow<str> {
[INFO] [stdout]     |                            ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 107 |     fn render_prompt_right(&self) -> Cow<'_, str> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/nu-cli/src/prompt.rs:120:32
[INFO] [stdout]     |
[INFO] [stdout] 120 |     fn render_prompt_indicator(&self, edit_mode: PromptEditMode) -> Cow<str> {
[INFO] [stdout]     |                                ^^^^^ the lifetime is elided here    ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 120 |     fn render_prompt_indicator(&self, edit_mode: PromptEditMode) -> Cow<'_, str> {
[INFO] [stdout]     |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/nu-cli/src/prompt.rs:144:42
[INFO] [stdout]     |
[INFO] [stdout] 144 |     fn render_prompt_multiline_indicator(&self) -> Cow<str> {
[INFO] [stdout]     |                                          ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                          |
[INFO] [stdout]     |                                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 144 |     fn render_prompt_multiline_indicator(&self) -> Cow<'_, str> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/nu-cli/src/prompt.rs:152:9
[INFO] [stdout]     |
[INFO] [stdout] 152 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 153 |         history_search: PromptHistorySearch,
[INFO] [stdout] 154 |     ) -> Cow<str> {
[INFO] [stdout]     |          ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 154 |     ) -> Cow<'_, str> {
[INFO] [stdout]     |              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> crates/nu-command/src/charting/histogram.rs:218:48
[INFO] [stdout]     |
[INFO] [stdout] 218 |             PercentageCalcMethod::Normalize => (count as f64 / total_cnt as f64),
[INFO] [stdout]     |                                                ^                               ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 218 -             PercentageCalcMethod::Normalize => (count as f64 / total_cnt as f64),
[INFO] [stdout] 218 +             PercentageCalcMethod::Normalize => count as f64 / total_cnt as f64,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> crates/nu-command/src/charting/histogram.rs:219:47
[INFO] [stdout]     |
[INFO] [stdout] 219 |             PercentageCalcMethod::Relative => (count as f64 / max_cnt as f64),
[INFO] [stdout]     |                                               ^                             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 219 -             PercentageCalcMethod::Relative => (count as f64 / max_cnt as f64),
[INFO] [stdout] 219 +             PercentageCalcMethod::Relative => count as f64 / max_cnt as f64,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `static-link-openssl`
[INFO] [stdout]    --> crates/nu-command/src/core_commands/version.rs:204:11
[INFO] [stdout]     |
[INFO] [stdout] 204 |     #[cfg(feature = "static-link-openssl")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `database`, `dataframe`, `num`, `plugin`, `polars`, `rusqlite`, `sqlparser`, `trash`, `trash-support`, `which`, and `which-support`
[INFO] [stdout]     = help: consider adding `static-link-openssl` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `extra`
[INFO] [stdout]    --> crates/nu-command/src/core_commands/version.rs:209:11
[INFO] [stdout]     |
[INFO] [stdout] 209 |     #[cfg(feature = "extra")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `database`, `dataframe`, `num`, `plugin`, `polars`, `rusqlite`, `sqlparser`, `trash`, `trash-support`, `which`, and `which-support`
[INFO] [stdout]     = help: consider adding `extra` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: private item shadows public glob re-export
[INFO] [stdout]   --> crates/nu-command/src/strings/mod.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | mod str_;
[INFO] [stdout]    | ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the name `str_` in the type namespace is supposed to be publicly re-exported here
[INFO] [stdout]   --> crates/nu-command/src/strings/mod.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub use str_::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] note: but the private item here shadows it
[INFO] [stdout]   --> crates/nu-command/src/strings/mod.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | mod str_;
[INFO] [stdout]    | ^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(hidden_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> crates/nu-command/src/strings/mod.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub use format::*;
[INFO] [stdout]    |         ^^^^^^^^^ the name `command` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 18 | pub use split::*;
[INFO] [stdout]    |         -------- but the name `command` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> crates/nu-command/src/lib.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub use filters::*;
[INFO] [stdout]    |         ^^^^^^^^^^ the name `column` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 52 | pub use strings::*;
[INFO] [stdout]    |         ---------- but the name `column` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `1` is never read
[INFO] [stdout]    --> crates/nu-command/src/filters/flatten.rs:130:22
[INFO] [stdout]     |
[INFO] [stdout] 130 |     Entries(&'a str, &'a Span, Vec<&'a Value>, usize),
[INFO] [stdout]     |     -------          ^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 130 -     Entries(&'a str, &'a Span, Vec<&'a Value>, usize),
[INFO] [stdout] 130 +     Entries(&'a str, (), Vec<&'a Value>, usize),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: incorrect NaN comparison, NaN cannot be directly compared to itself
[INFO] [stdout]   --> crates/nu-command/src/formats/to/nuon.rs:91:20
[INFO] [stdout]    |
[INFO] [stdout] 91 |                 && val != &f64::NAN
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(invalid_nan_comparisons)]` on by default
[INFO] [stdout] help: use `f32::is_nan()` or `f64::is_nan()` instead
[INFO] [stdout]    |
[INFO] [stdout] 91 -                 && val != &f64::NAN
[INFO] [stdout] 91 +                 && !val.is_nan()
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/nu-command/src/viewers/griddle.rs:186:23
[INFO] [stdout]     |
[INFO] [stdout] 186 | fn strip_ansi(string: &str) -> Cow<str> {
[INFO] [stdout]     |                       ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 186 | fn strip_ansi(string: &str) -> Cow<'_, str> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: fs_extra v1.2.0, nom v1.2.4, quick-xml v0.19.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "ea2f14d659da1a6db5245ddd2052b0e6508ddd9879470857605c6ee006309111", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea2f14d659da1a6db5245ddd2052b0e6508ddd9879470857605c6ee006309111", kill_on_drop: false }`
[INFO] [stdout] ea2f14d659da1a6db5245ddd2052b0e6508ddd9879470857605c6ee006309111
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 742ddecbca44ef52790c5ea3778ff6b392244526cb7321b5d296226f48c6f1c8
[INFO] running `Command { std: "docker" "start" "-a" "742ddecbca44ef52790c5ea3778ff6b392244526cb7321b5d296226f48c6f1c8", kill_on_drop: false }`
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> crates/nu-protocol/src/engine/engine_state.rs:1229:52
[INFO] [stdout]      |
[INFO] [stdout] 1229 |     pub fn files(&'a self) -> impl Iterator<Item = &(String, usize, usize)> {
[INFO] [stdout]      |                   -- the lifetime is named here    ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'a`
[INFO] [stdout]      |
[INFO] [stdout] 1229 |     pub fn files(&'a self) -> impl Iterator<Item = &'a (String, usize, usize)> {
[INFO] [stdout]      |                                                     ++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]     --> crates/nu-protocol/src/engine/engine_state.rs:1930:21
[INFO] [stdout]      |
[INFO] [stdout] 1926 |         &'b self,
[INFO] [stdout]      |          -- the lifetime is named here
[INFO] [stdout] ...
[INFO] [stdout] 1930 |     ) -> Result<Box<dyn miette::SpanContents + 'b>, miette::MietteError> {
[INFO] [stdout]      |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'b`
[INFO] [stdout]      |
[INFO] [stdout] 1930 |     ) -> Result<Box<dyn miette::SpanContents<'b> + 'b>, miette::MietteError> {
[INFO] [stdout]      |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> crates/nu-protocol/src/value/custom_value.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[typetag::serde(tag = "type")]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | `Serialize` is not local
[INFO] [stdout]   | move the `impl` block outside of this constant `_CustomValue_registry`
[INFO] [stdout] 7 | pub trait CustomValue: fmt::Debug + Send + Sync {
[INFO] [stdout]   |           ----------- `CustomValue` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stdout]   = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> crates/nu-protocol/src/value/custom_value.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[typetag::serde(tag = "type")]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | `Send` is not local
[INFO] [stdout]   | `Serialize` is not local
[INFO] [stdout]   | move the `impl` block outside of this constant `_CustomValue_registry`
[INFO] [stdout] 7 | pub trait CustomValue: fmt::Debug + Send + Sync {
[INFO] [stdout]   |           ----------- `CustomValue` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> crates/nu-protocol/src/value/custom_value.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[typetag::serde(tag = "type")]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | `Sync` is not local
[INFO] [stdout]   | `Serialize` is not local
[INFO] [stdout]   | move the `impl` block outside of this constant `_CustomValue_registry`
[INFO] [stdout] 7 | pub trait CustomValue: fmt::Debug + Send + Sync {
[INFO] [stdout]   |           ----------- `CustomValue` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> crates/nu-protocol/src/value/custom_value.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[typetag::serde(tag = "type")]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | `Send` is not local
[INFO] [stdout]   | `Sync` is not local
[INFO] [stdout]   | `Serialize` is not local
[INFO] [stdout]   | move the `impl` block outside of this constant `_CustomValue_registry`
[INFO] [stdout] 7 | pub trait CustomValue: fmt::Debug + Send + Sync {
[INFO] [stdout]   |           ----------- `CustomValue` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> crates/nu-protocol/src/value/custom_value.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[typetag::serde(tag = "type")]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ move the `impl` block outside of this constant `_CustomValue_registry`
[INFO] [stdout] 7 | pub trait CustomValue: fmt::Debug + Send + Sync {
[INFO] [stdout]   |           ----------- `CustomValue` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> crates/nu-protocol/src/value/custom_value.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[typetag::serde(tag = "type")]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | `Strictest` is not local
[INFO] [stdout]   | move the `impl` block outside of this constant `_CustomValue_registry`
[INFO] [stdout] 7 | pub trait CustomValue: fmt::Debug + Send + Sync {
[INFO] [stdout]   |           ----------- `CustomValue` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> crates/nu-protocol/src/value/custom_value.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[typetag::serde(tag = "type")]
[INFO] [stdout]   | -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | `Box` is not local
[INFO] [stdout]   | `Send` is not local
[INFO] [stdout]   | `Sync` is not local
[INFO] [stdout]   | `Deserialize` is not local
[INFO] [stdout]   | move the `impl` block outside of this constant `_CustomValue_registry`
[INFO] [stdout] 7 | pub trait CustomValue: fmt::Debug + Send + Sync {
[INFO] [stdout]   |           ----------- `CustomValue` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> crates/nu-protocol/src/value/custom_value.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[typetag::serde(tag = "type")]
[INFO] [stdout]   | -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | `Box` is not local
[INFO] [stdout]   | `Deserialize` is not local
[INFO] [stdout]   | move the `impl` block outside of this constant `_CustomValue_registry`
[INFO] [stdout] 7 | pub trait CustomValue: fmt::Debug + Send + Sync {
[INFO] [stdout]   |           ----------- `CustomValue` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> crates/nu-protocol/src/value/custom_value.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[typetag::serde(tag = "type")]
[INFO] [stdout]   | -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | `Box` is not local
[INFO] [stdout]   | `Send` is not local
[INFO] [stdout]   | `Deserialize` is not local
[INFO] [stdout]   | move the `impl` block outside of this constant `_CustomValue_registry`
[INFO] [stdout] 7 | pub trait CustomValue: fmt::Debug + Send + Sync {
[INFO] [stdout]   |           ----------- `CustomValue` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stdout]  --> crates/nu-protocol/src/value/custom_value.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[typetag::serde(tag = "type")]
[INFO] [stdout]   | -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   | |
[INFO] [stdout]   | `Box` is not local
[INFO] [stdout]   | `Sync` is not local
[INFO] [stdout]   | `Deserialize` is not local
[INFO] [stdout]   | move the `impl` block outside of this constant `_CustomValue_registry`
[INFO] [stdout] 7 | pub trait CustomValue: fmt::Debug + Send + Sync {
[INFO] [stdout]   |           ----------- `CustomValue` is not local
[INFO] [stdout]   |
[INFO] [stdout]   = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed
[INFO] [stdout]   = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl`
[INFO] [stdout]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stdout]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stdout]   = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling semver v1.0.9
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> crates/nu-parser/src/parse_keywords.rs:377:17
[INFO] [stdout]     |
[INFO] [stdout] 377 |             let mut block = working_set.get_block_mut(block_id);
[INFO] [stdout]     |                 ----^^^^^
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: for loop over a `&Option`. This is more readably written as an `if let` statement
[INFO] [stdout]     --> crates/nu-parser/src/parser.rs:4971:23
[INFO] [stdout]      |
[INFO] [stdout] 4971 |     for positional in &block.signature.rest_positional {
[INFO] [stdout]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(for_loops_over_fallibles)]` on by default
[INFO] [stdout] help: to check pattern in a loop use `while let`
[INFO] [stdout]      |
[INFO] [stdout] 4971 -     for positional in &block.signature.rest_positional {
[INFO] [stdout] 4971 +     while let Some(positional) = &block.signature.rest_positional {
[INFO] [stdout]      |
[INFO] [stdout] help: consider using `if let` to clear intent
[INFO] [stdout]      |
[INFO] [stdout] 4971 -     for positional in &block.signature.rest_positional {
[INFO] [stdout] 4971 +     if let Some(positional) = &block.signature.rest_positional {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling instant v0.1.12
[INFO] [stderr]    Compiling predicates-core v1.0.3
[INFO] [stdout] warning: unexpected `cfg` condition value: `alloc`
[INFO] [stdout]   --> crates/nu-pretty-hex/src/lib.rs:62:7
[INFO] [stdout]    |
[INFO] [stdout] 62 | #[cfg(feature = "alloc")]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = help: consider adding `alloc` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/nu-pretty-hex/src/pretty_hex.rs:287:17
[INFO] [stdout]     |
[INFO] [stdout] 287 |     fn hex_dump(&self) -> Hex<Self>;
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 287 |     fn hex_dump(&self) -> Hex<'_, Self>;
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/nu-pretty-hex/src/pretty_hex.rs:291:17
[INFO] [stdout]     |
[INFO] [stdout] 291 |     fn hex_conf(&self, cfg: HexConfig) -> Hex<Self>;
[INFO] [stdout]     |                 ^^^^^                     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 291 |     fn hex_conf(&self, cfg: HexConfig) -> Hex<'_, Self>;
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/nu-pretty-hex/src/pretty_hex.rs:298:17
[INFO] [stdout]     |
[INFO] [stdout] 298 |     fn hex_dump(&self) -> Hex<Self> {
[INFO] [stdout]     |                 ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 298 |     fn hex_dump(&self) -> Hex<'_, Self> {
[INFO] [stdout]     |                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/nu-pretty-hex/src/pretty_hex.rs:301:17
[INFO] [stdout]     |
[INFO] [stdout] 301 |     fn hex_conf(&self, cfg: HexConfig) -> Hex<Self> {
[INFO] [stdout]     |                 ^^^^^                     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 301 |     fn hex_conf(&self, cfg: HexConfig) -> Hex<'_, Self> {
[INFO] [stdout]     |                                               +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/nu-term-grid/src/grid.rs:106:23
[INFO] [stdout]     |
[INFO] [stdout] 106 | fn strip_ansi(string: &str) -> Cow<str> {
[INFO] [stdout]     |                       ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 106 | fn strip_ansi(string: &str) -> Cow<'_, str> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling termtree v0.2.4
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling serial_test_derive v0.5.1
[INFO] [stdout] warning: field `sort_by` is never read
[INFO] [stdout]   --> crates/nu-cli/src/completions/completion_options.rs:89:9
[INFO] [stdout]    |
[INFO] [stdout] 86 | pub struct CompletionOptions {
[INFO] [stdout]    |            ----------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 89 |     pub sort_by: SortBy,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CompletionOptions` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> crates/nu-cli/src/prompt.rs:89:27
[INFO] [stdout]    |
[INFO] [stdout] 89 |     fn render_prompt_left(&self) -> Cow<str> {
[INFO] [stdout]    |                           ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                           |
[INFO] [stdout]    |                           the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 89 |     fn render_prompt_left(&self) -> Cow<'_, str> {
[INFO] [stdout]    |                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/nu-cli/src/prompt.rs:107:28
[INFO] [stdout]     |
[INFO] [stdout] 107 |     fn render_prompt_right(&self) -> Cow<str> {
[INFO] [stdout]     |                            ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                            |
[INFO] [stdout]     |                            the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 107 |     fn render_prompt_right(&self) -> Cow<'_, str> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/nu-cli/src/prompt.rs:120:32
[INFO] [stdout]     |
[INFO] [stdout] 120 |     fn render_prompt_indicator(&self, edit_mode: PromptEditMode) -> Cow<str> {
[INFO] [stdout]     |                                ^^^^^ the lifetime is elided here    ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 120 |     fn render_prompt_indicator(&self, edit_mode: PromptEditMode) -> Cow<'_, str> {
[INFO] [stdout]     |                                                                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/nu-cli/src/prompt.rs:144:42
[INFO] [stdout]     |
[INFO] [stdout] 144 |     fn render_prompt_multiline_indicator(&self) -> Cow<str> {
[INFO] [stdout]     |                                          ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                          |
[INFO] [stdout]     |                                          the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 144 |     fn render_prompt_multiline_indicator(&self) -> Cow<'_, str> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/nu-cli/src/prompt.rs:152:9
[INFO] [stdout]     |
[INFO] [stdout] 152 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 153 |         history_search: PromptHistorySearch,
[INFO] [stdout] 154 |     ) -> Cow<str> {
[INFO] [stdout]     |          ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 154 |     ) -> Cow<'_, str> {
[INFO] [stdout]     |              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> crates/nu-command/src/charting/histogram.rs:218:48
[INFO] [stdout]     |
[INFO] [stdout] 218 |             PercentageCalcMethod::Normalize => (count as f64 / total_cnt as f64),
[INFO] [stdout]     |                                                ^                               ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 218 -             PercentageCalcMethod::Normalize => (count as f64 / total_cnt as f64),
[INFO] [stdout] 218 +             PercentageCalcMethod::Normalize => count as f64 / total_cnt as f64,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around match arm expression
[INFO] [stdout]    --> crates/nu-command/src/charting/histogram.rs:219:47
[INFO] [stdout]     |
[INFO] [stdout] 219 |             PercentageCalcMethod::Relative => (count as f64 / max_cnt as f64),
[INFO] [stdout]     |                                               ^                             ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 219 -             PercentageCalcMethod::Relative => (count as f64 / max_cnt as f64),
[INFO] [stdout] 219 +             PercentageCalcMethod::Relative => count as f64 / max_cnt as f64,
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `static-link-openssl`
[INFO] [stdout]    --> crates/nu-command/src/core_commands/version.rs:204:11
[INFO] [stdout]     |
[INFO] [stdout] 204 |     #[cfg(feature = "static-link-openssl")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `database`, `dataframe`, `num`, `plugin`, `polars`, `rusqlite`, `sqlparser`, `trash`, `trash-support`, `which`, and `which-support`
[INFO] [stdout]     = help: consider adding `static-link-openssl` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `extra`
[INFO] [stdout]    --> crates/nu-command/src/core_commands/version.rs:209:11
[INFO] [stdout]     |
[INFO] [stdout] 209 |     #[cfg(feature = "extra")]
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `database`, `dataframe`, `num`, `plugin`, `polars`, `rusqlite`, `sqlparser`, `trash`, `trash-support`, `which`, and `which-support`
[INFO] [stdout]     = help: consider adding `extra` as a feature in `Cargo.toml`
[INFO] [stdout]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: private item shadows public glob re-export
[INFO] [stdout]   --> crates/nu-command/src/strings/mod.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | mod str_;
[INFO] [stdout]    | ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the name `str_` in the type namespace is supposed to be publicly re-exported here
[INFO] [stdout]   --> crates/nu-command/src/strings/mod.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub use str_::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout] note: but the private item here shadows it
[INFO] [stdout]   --> crates/nu-command/src/strings/mod.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | mod str_;
[INFO] [stdout]    | ^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(hidden_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> crates/nu-command/src/strings/mod.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | pub use format::*;
[INFO] [stdout]    |         ^^^^^^^^^ the name `command` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 18 | pub use split::*;
[INFO] [stdout]    |         -------- but the name `command` in the type namespace is also re-exported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: ambiguous glob re-exports
[INFO] [stdout]   --> crates/nu-command/src/lib.rs:40:9
[INFO] [stdout]    |
[INFO] [stdout] 40 | pub use filters::*;
[INFO] [stdout]    |         ^^^^^^^^^^ the name `column` in the type namespace is first re-exported here
[INFO] [stdout] ...
[INFO] [stdout] 52 | pub use strings::*;
[INFO] [stdout]    |         ---------- but the name `column` in the type namespace is also re-exported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `1` is never read
[INFO] [stdout]    --> crates/nu-command/src/filters/flatten.rs:130:22
[INFO] [stdout]     |
[INFO] [stdout] 130 |     Entries(&'a str, &'a Span, Vec<&'a Value>, usize),
[INFO] [stdout]     |     -------          ^^^^^^^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     field in this variant
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]     |
[INFO] [stdout] 130 -     Entries(&'a str, &'a Span, Vec<&'a Value>, usize),
[INFO] [stdout] 130 +     Entries(&'a str, (), Vec<&'a Value>, usize),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: incorrect NaN comparison, NaN cannot be directly compared to itself
[INFO] [stdout]   --> crates/nu-command/src/formats/to/nuon.rs:91:20
[INFO] [stdout]    |
[INFO] [stdout] 91 |                 && val != &f64::NAN
[INFO] [stdout]    |                    ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(invalid_nan_comparisons)]` on by default
[INFO] [stdout] help: use `f32::is_nan()` or `f64::is_nan()` instead
[INFO] [stdout]    |
[INFO] [stdout] 91 -                 && val != &f64::NAN
[INFO] [stdout] 91 +                 && !val.is_nan()
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling wait-timeout v0.2.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/nu-command/src/viewers/griddle.rs:186:23
[INFO] [stdout]     |
[INFO] [stdout] 186 | fn strip_ansi(string: &str) -> Cow<str> {
[INFO] [stdout]     |                       ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 186 | fn strip_ansi(string: &str) -> Cow<'_, str> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling diff v0.1.12
[INFO] [stderr]    Compiling predicates-tree v1.0.5
[INFO] [stderr]    Compiling pretty_assertions v1.2.1
[INFO] [stderr]    Compiling predicates v2.1.1
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling rstest v0.12.0
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling assert_cmd v2.0.4
[INFO] [stderr]    Compiling serial_test v0.5.1
[INFO] [stderr]    Compiling nu v0.65.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 13.27s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: fs_extra v1.2.0, nom v1.2.4, quick-xml v0.19.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "742ddecbca44ef52790c5ea3778ff6b392244526cb7321b5d296226f48c6f1c8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "742ddecbca44ef52790c5ea3778ff6b392244526cb7321b5d296226f48c6f1c8", kill_on_drop: false }`
[INFO] [stdout] 742ddecbca44ef52790c5ea3778ff6b392244526cb7321b5d296226f48c6f1c8
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5a4df1ff359ed3f37581022928b20000ac9c5f8840e35eb65b2858710869a01d
[INFO] running `Command { std: "docker" "start" "-a" "5a4df1ff359ed3f37581022928b20000ac9c5f8840e35eb65b2858710869a01d", kill_on_drop: false }`
[INFO] [stderr] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stderr]     --> crates/nu-protocol/src/engine/engine_state.rs:1229:52
[INFO] [stderr]      |
[INFO] [stderr] 1229 |     pub fn files(&'a self) -> impl Iterator<Item = &(String, usize, usize)> {
[INFO] [stderr]      |                   -- the lifetime is named here    ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: consistently use `'a`
[INFO] [stderr]      |
[INFO] [stderr] 1229 |     pub fn files(&'a self) -> impl Iterator<Item = &'a (String, usize, usize)> {
[INFO] [stderr]      |                                                     ++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing
[INFO] [stderr]     --> crates/nu-protocol/src/engine/engine_state.rs:1930:21
[INFO] [stderr]      |
[INFO] [stderr] 1926 |         &'b self,
[INFO] [stderr]      |          -- the lifetime is named here
[INFO] [stderr] ...
[INFO] [stderr] 1930 |     ) -> Result<Box<dyn miette::SpanContents + 'b>, miette::MietteError> {
[INFO] [stderr]      |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]      |
[INFO] [stderr]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: consistently use `'b`
[INFO] [stderr]      |
[INFO] [stderr] 1930 |     ) -> Result<Box<dyn miette::SpanContents<'b> + 'b>, miette::MietteError> {
[INFO] [stderr]      |                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]  --> crates/nu-protocol/src/value/custom_value.rs:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[typetag::serde(tag = "type")]
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   | |
[INFO] [stderr]   | `Serialize` is not local
[INFO] [stderr]   | move the `impl` block outside of this constant `_CustomValue_registry`
[INFO] [stderr] 7 | pub trait CustomValue: fmt::Debug + Send + Sync {
[INFO] [stderr]   |           ----------- `CustomValue` is not local
[INFO] [stderr]   |
[INFO] [stderr]   = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]   = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl`
[INFO] [stderr]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]   = note: `#[warn(non_local_definitions)]` on by default
[INFO] [stderr]   = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]  --> crates/nu-protocol/src/value/custom_value.rs:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[typetag::serde(tag = "type")]
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   | |
[INFO] [stderr]   | `Send` is not local
[INFO] [stderr]   | `Serialize` is not local
[INFO] [stderr]   | move the `impl` block outside of this constant `_CustomValue_registry`
[INFO] [stderr] 7 | pub trait CustomValue: fmt::Debug + Send + Sync {
[INFO] [stderr]   |           ----------- `CustomValue` is not local
[INFO] [stderr]   |
[INFO] [stderr]   = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]   = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl`
[INFO] [stderr]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]   = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]  --> crates/nu-protocol/src/value/custom_value.rs:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[typetag::serde(tag = "type")]
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   | |
[INFO] [stderr]   | `Sync` is not local
[INFO] [stderr]   | `Serialize` is not local
[INFO] [stderr]   | move the `impl` block outside of this constant `_CustomValue_registry`
[INFO] [stderr] 7 | pub trait CustomValue: fmt::Debug + Send + Sync {
[INFO] [stderr]   |           ----------- `CustomValue` is not local
[INFO] [stderr]   |
[INFO] [stderr]   = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]   = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl`
[INFO] [stderr]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]   = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]  --> crates/nu-protocol/src/value/custom_value.rs:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[typetag::serde(tag = "type")]
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   | |
[INFO] [stderr]   | `Send` is not local
[INFO] [stderr]   | `Sync` is not local
[INFO] [stderr]   | `Serialize` is not local
[INFO] [stderr]   | move the `impl` block outside of this constant `_CustomValue_registry`
[INFO] [stderr] 7 | pub trait CustomValue: fmt::Debug + Send + Sync {
[INFO] [stderr]   |           ----------- `CustomValue` is not local
[INFO] [stderr]   |
[INFO] [stderr]   = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]   = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl`
[INFO] [stderr]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]   = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]  --> crates/nu-protocol/src/value/custom_value.rs:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[typetag::serde(tag = "type")]
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ move the `impl` block outside of this constant `_CustomValue_registry`
[INFO] [stderr] 7 | pub trait CustomValue: fmt::Debug + Send + Sync {
[INFO] [stderr]   |           ----------- `CustomValue` is not local
[INFO] [stderr]   |
[INFO] [stderr]   = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]   = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl`
[INFO] [stderr]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]   = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]  --> crates/nu-protocol/src/value/custom_value.rs:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[typetag::serde(tag = "type")]
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   | |
[INFO] [stderr]   | `Strictest` is not local
[INFO] [stderr]   | move the `impl` block outside of this constant `_CustomValue_registry`
[INFO] [stderr] 7 | pub trait CustomValue: fmt::Debug + Send + Sync {
[INFO] [stderr]   |           ----------- `CustomValue` is not local
[INFO] [stderr]   |
[INFO] [stderr]   = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]   = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl`
[INFO] [stderr]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]   = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]  --> crates/nu-protocol/src/value/custom_value.rs:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[typetag::serde(tag = "type")]
[INFO] [stderr]   | -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   | |
[INFO] [stderr]   | `Box` is not local
[INFO] [stderr]   | `Send` is not local
[INFO] [stderr]   | `Sync` is not local
[INFO] [stderr]   | `Deserialize` is not local
[INFO] [stderr]   | move the `impl` block outside of this constant `_CustomValue_registry`
[INFO] [stderr] 7 | pub trait CustomValue: fmt::Debug + Send + Sync {
[INFO] [stderr]   |           ----------- `CustomValue` is not local
[INFO] [stderr]   |
[INFO] [stderr]   = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]   = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl`
[INFO] [stderr]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]   = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]  --> crates/nu-protocol/src/value/custom_value.rs:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[typetag::serde(tag = "type")]
[INFO] [stderr]   | -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   | |
[INFO] [stderr]   | `Box` is not local
[INFO] [stderr]   | `Deserialize` is not local
[INFO] [stderr]   | move the `impl` block outside of this constant `_CustomValue_registry`
[INFO] [stderr] 7 | pub trait CustomValue: fmt::Debug + Send + Sync {
[INFO] [stderr]   |           ----------- `CustomValue` is not local
[INFO] [stderr]   |
[INFO] [stderr]   = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]   = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl`
[INFO] [stderr]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]   = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]  --> crates/nu-protocol/src/value/custom_value.rs:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[typetag::serde(tag = "type")]
[INFO] [stderr]   | -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   | |
[INFO] [stderr]   | `Box` is not local
[INFO] [stderr]   | `Send` is not local
[INFO] [stderr]   | `Deserialize` is not local
[INFO] [stderr]   | move the `impl` block outside of this constant `_CustomValue_registry`
[INFO] [stderr] 7 | pub trait CustomValue: fmt::Debug + Send + Sync {
[INFO] [stderr]   |           ----------- `CustomValue` is not local
[INFO] [stderr]   |
[INFO] [stderr]   = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]   = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl`
[INFO] [stderr]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]   = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: non-local `impl` definition, `impl` blocks should be written at the same level as their item
[INFO] [stderr]  --> crates/nu-protocol/src/value/custom_value.rs:6:1
[INFO] [stderr]   |
[INFO] [stderr] 6 | #[typetag::serde(tag = "type")]
[INFO] [stderr]   | -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   | |
[INFO] [stderr]   | `Box` is not local
[INFO] [stderr]   | `Sync` is not local
[INFO] [stderr]   | `Deserialize` is not local
[INFO] [stderr]   | move the `impl` block outside of this constant `_CustomValue_registry`
[INFO] [stderr] 7 | pub trait CustomValue: fmt::Debug + Send + Sync {
[INFO] [stderr]   |           ----------- `CustomValue` is not local
[INFO] [stderr]   |
[INFO] [stderr]   = note: the attribute macro `typetag::serde` defines the non-local `impl`, and may need to be changed
[INFO] [stderr]   = note: the attribute macro `typetag::serde` may come from an old version of the `typetag_impl` crate, try updating your dependency with `cargo update -p typetag_impl`
[INFO] [stderr]   = note: an `impl` is never scoped, even when it is nested inside an item, as it may impact type checking outside of that item, which can be the case if neither the trait or the self type are at the same nesting level as the `impl`
[INFO] [stderr]   = note: items in an anonymous const item (`const _: () = { ... }`) are treated as in the same scope as the anonymous const's declaration for the purpose of this lint
[INFO] [stderr]   = note: this warning originates in the attribute macro `typetag::serde` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `nu-protocol` (lib) generated 12 warnings (run `cargo fix --lib -p nu-protocol` to apply 2 suggestions)
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> crates/nu-parser/src/parse_keywords.rs:377:17
[INFO] [stderr]     |
[INFO] [stderr] 377 |             let mut block = working_set.get_block_mut(block_id);
[INFO] [stderr]     |                 ----^^^^^
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: for loop over a `&Option`. This is more readably written as an `if let` statement
[INFO] [stderr]     --> crates/nu-parser/src/parser.rs:4971:23
[INFO] [stderr]      |
[INFO] [stderr] 4971 |     for positional in &block.signature.rest_positional {
[INFO] [stderr]      |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(for_loops_over_fallibles)]` on by default
[INFO] [stderr] help: to check pattern in a loop use `while let`
[INFO] [stderr]      |
[INFO] [stderr] 4971 -     for positional in &block.signature.rest_positional {
[INFO] [stderr] 4971 +     while let Some(positional) = &block.signature.rest_positional {
[INFO] [stderr]      |
[INFO] [stderr] help: consider using `if let` to clear intent
[INFO] [stderr]      |
[INFO] [stderr] 4971 -     for positional in &block.signature.rest_positional {
[INFO] [stderr] 4971 +     if let Some(positional) = &block.signature.rest_positional {
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] warning: `nu-parser` (lib) generated 2 warnings (run `cargo fix --lib -p nu-parser` to apply 1 suggestion)
[INFO] [stderr] warning: unexpected `cfg` condition value: `alloc`
[INFO] [stderr]   --> crates/nu-pretty-hex/src/lib.rs:62:7
[INFO] [stderr]    |
[INFO] [stderr] 62 | #[cfg(feature = "alloc")]
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = help: consider adding `alloc` as a feature in `Cargo.toml`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/nu-pretty-hex/src/pretty_hex.rs:287:17
[INFO] [stderr]     |
[INFO] [stderr] 287 |     fn hex_dump(&self) -> Hex<Self>;
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 287 |     fn hex_dump(&self) -> Hex<'_, Self>;
[INFO] [stderr]     |                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/nu-pretty-hex/src/pretty_hex.rs:291:17
[INFO] [stderr]     |
[INFO] [stderr] 291 |     fn hex_conf(&self, cfg: HexConfig) -> Hex<Self>;
[INFO] [stderr]     |                 ^^^^^                     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 291 |     fn hex_conf(&self, cfg: HexConfig) -> Hex<'_, Self>;
[INFO] [stderr]     |                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/nu-pretty-hex/src/pretty_hex.rs:298:17
[INFO] [stderr]     |
[INFO] [stderr] 298 |     fn hex_dump(&self) -> Hex<Self> {
[INFO] [stderr]     |                 ^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 298 |     fn hex_dump(&self) -> Hex<'_, Self> {
[INFO] [stderr]     |                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/nu-pretty-hex/src/pretty_hex.rs:301:17
[INFO] [stderr]     |
[INFO] [stderr] 301 |     fn hex_conf(&self, cfg: HexConfig) -> Hex<Self> {
[INFO] [stderr]     |                 ^^^^^                     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 301 |     fn hex_conf(&self, cfg: HexConfig) -> Hex<'_, Self> {
[INFO] [stderr]     |                                               +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/nu-term-grid/src/grid.rs:106:23
[INFO] [stderr]     |
[INFO] [stderr] 106 | fn strip_ansi(string: &str) -> Cow<str> {
[INFO] [stderr]     |                       ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 106 | fn strip_ansi(string: &str) -> Cow<'_, str> {
[INFO] [stderr]     |                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: `nu-pretty-hex` (lib) generated 5 warnings (run `cargo fix --lib -p nu-pretty-hex` to apply 4 suggestions)
[INFO] [stderr] warning: `nu-term-grid` (lib) generated 1 warning (run `cargo fix --lib -p nu-term-grid` to apply 1 suggestion)
[INFO] [stderr] warning: field `sort_by` is never read
[INFO] [stderr]   --> crates/nu-cli/src/completions/completion_options.rs:89:9
[INFO] [stderr]    |
[INFO] [stderr] 86 | pub struct CompletionOptions {
[INFO] [stderr]    |            ----------------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 89 |     pub sort_by: SortBy,
[INFO] [stderr]    |         ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `CompletionOptions` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> crates/nu-cli/src/prompt.rs:89:27
[INFO] [stderr]    |
[INFO] [stderr] 89 |     fn render_prompt_left(&self) -> Cow<str> {
[INFO] [stderr]    |                           ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                           |
[INFO] [stderr]    |                           the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 89 |     fn render_prompt_left(&self) -> Cow<'_, str> {
[INFO] [stderr]    |                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/nu-cli/src/prompt.rs:107:28
[INFO] [stderr]     |
[INFO] [stderr] 107 |     fn render_prompt_right(&self) -> Cow<str> {
[INFO] [stderr]     |                            ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                            |
[INFO] [stderr]     |                            the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 107 |     fn render_prompt_right(&self) -> Cow<'_, str> {
[INFO] [stderr]     |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/nu-cli/src/prompt.rs:120:32
[INFO] [stderr]     |
[INFO] [stderr] 120 |     fn render_prompt_indicator(&self, edit_mode: PromptEditMode) -> Cow<str> {
[INFO] [stderr]     |                                ^^^^^ the lifetime is elided here    ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 120 |     fn render_prompt_indicator(&self, edit_mode: PromptEditMode) -> Cow<'_, str> {
[INFO] [stderr]     |                                                                         +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/nu-cli/src/prompt.rs:144:42
[INFO] [stderr]     |
[INFO] [stderr] 144 |     fn render_prompt_multiline_indicator(&self) -> Cow<str> {
[INFO] [stderr]     |                                          ^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                          |
[INFO] [stderr]     |                                          the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 144 |     fn render_prompt_multiline_indicator(&self) -> Cow<'_, str> {
[INFO] [stderr]     |                                                        +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/nu-cli/src/prompt.rs:152:9
[INFO] [stderr]     |
[INFO] [stderr] 152 |         &self,
[INFO] [stderr]     |         ^^^^^ the lifetime is elided here
[INFO] [stderr] 153 |         history_search: PromptHistorySearch,
[INFO] [stderr] 154 |     ) -> Cow<str> {
[INFO] [stderr]     |          ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 154 |     ) -> Cow<'_, str> {
[INFO] [stderr]     |              +++
[INFO] [stderr] 
[INFO] [stderr] warning: `nu-cli` (lib) generated 6 warnings (run `cargo fix --lib -p nu-cli` to apply 5 suggestions)
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr]    --> crates/nu-command/src/charting/histogram.rs:218:48
[INFO] [stderr]     |
[INFO] [stderr] 218 |             PercentageCalcMethod::Normalize => (count as f64 / total_cnt as f64),
[INFO] [stderr]     |                                                ^                               ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 218 -             PercentageCalcMethod::Normalize => (count as f64 / total_cnt as f64),
[INFO] [stderr] 218 +             PercentageCalcMethod::Normalize => count as f64 / total_cnt as f64,
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around match arm expression
[INFO] [stderr]    --> crates/nu-command/src/charting/histogram.rs:219:47
[INFO] [stderr]     |
[INFO] [stderr] 219 |             PercentageCalcMethod::Relative => (count as f64 / max_cnt as f64),
[INFO] [stderr]     |                                               ^                             ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 219 -             PercentageCalcMethod::Relative => (count as f64 / max_cnt as f64),
[INFO] [stderr] 219 +             PercentageCalcMethod::Relative => count as f64 / max_cnt as f64,
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `static-link-openssl`
[INFO] [stderr]    --> crates/nu-command/src/core_commands/version.rs:204:11
[INFO] [stderr]     |
[INFO] [stderr] 204 |     #[cfg(feature = "static-link-openssl")]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `database`, `dataframe`, `num`, `plugin`, `polars`, `rusqlite`, `sqlparser`, `trash`, `trash-support`, `which`, and `which-support`
[INFO] [stderr]     = help: consider adding `static-link-openssl` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `extra`
[INFO] [stderr]    --> crates/nu-command/src/core_commands/version.rs:209:11
[INFO] [stderr]     |
[INFO] [stderr] 209 |     #[cfg(feature = "extra")]
[INFO] [stderr]     |           ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `database`, `dataframe`, `num`, `plugin`, `polars`, `rusqlite`, `sqlparser`, `trash`, `trash-support`, `which`, and `which-support`
[INFO] [stderr]     = help: consider adding `extra` as a feature in `Cargo.toml`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr] 
[INFO] [stderr] warning: private item shadows public glob re-export
[INFO] [stderr]   --> crates/nu-command/src/strings/mod.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr]  9 | mod str_;
[INFO] [stderr]    | ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] note: the name `str_` in the type namespace is supposed to be publicly re-exported here
[INFO] [stderr]   --> crates/nu-command/src/strings/mod.rs:19:9
[INFO] [stderr]    |
[INFO] [stderr] 19 | pub use str_::*;
[INFO] [stderr]    |         ^^^^^^^
[INFO] [stderr] note: but the private item here shadows it
[INFO] [stderr]   --> crates/nu-command/src/strings/mod.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr]  9 | mod str_;
[INFO] [stderr]    | ^^^^^^^^^
[INFO] [stderr]    = note: `#[warn(hidden_glob_reexports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: ambiguous glob re-exports
[INFO] [stderr]   --> crates/nu-command/src/strings/mod.rs:15:9
[INFO] [stderr]    |
[INFO] [stderr] 15 | pub use format::*;
[INFO] [stderr]    |         ^^^^^^^^^ the name `command` in the type namespace is first re-exported here
[INFO] [stderr] ...
[INFO] [stderr] 18 | pub use split::*;
[INFO] [stderr]    |         -------- but the name `command` in the type namespace is also re-exported here
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(ambiguous_glob_reexports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: ambiguous glob re-exports
[INFO] [stderr]   --> crates/nu-command/src/lib.rs:40:9
[INFO] [stderr]    |
[INFO] [stderr] 40 | pub use filters::*;
[INFO] [stderr]    |         ^^^^^^^^^^ the name `column` in the type namespace is first re-exported here
[INFO] [stderr] ...
[INFO] [stderr] 52 | pub use strings::*;
[INFO] [stderr]    |         ---------- but the name `column` in the type namespace is also re-exported here
[INFO] [stderr] 
[INFO] [stderr] warning: field `1` is never read
[INFO] [stderr]    --> crates/nu-command/src/filters/flatten.rs:130:22
[INFO] [stderr]     |
[INFO] [stderr] 130 |     Entries(&'a str, &'a Span, Vec<&'a Value>, usize),
[INFO] [stderr]     |     -------          ^^^^^^^^
[INFO] [stderr]     |     |
[INFO] [stderr]     |     field in this variant
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]     |
[INFO] [stderr] 130 -     Entries(&'a str, &'a Span, Vec<&'a Value>, usize),
[INFO] [stderr] 130 +     Entries(&'a str, (), Vec<&'a Value>, usize),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: incorrect NaN comparison, NaN cannot be directly compared to itself
[INFO] [stderr]   --> crates/nu-command/src/formats/to/nuon.rs:91:20
[INFO] [stderr]    |
[INFO] [stderr] 91 |                 && val != &f64::NAN
[INFO] [stderr]    |                    ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(invalid_nan_comparisons)]` on by default
[INFO] [stderr] help: use `f32::is_nan()` or `f64::is_nan()` instead
[INFO] [stderr]    |
[INFO] [stderr] 91 -                 && val != &f64::NAN
[INFO] [stderr] 91 +                 && !val.is_nan()
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/nu-command/src/viewers/griddle.rs:186:23
[INFO] [stderr]     |
[INFO] [stderr] 186 | fn strip_ansi(string: &str) -> Cow<str> {
[INFO] [stderr]     |                       ^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                       |
[INFO] [stderr]     |                       the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 186 | fn strip_ansi(string: &str) -> Cow<'_, str> {
[INFO] [stderr]     |                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: `nu-command` (lib) generated 10 warnings (run `cargo fix --lib -p nu-command` to apply 4 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.51s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: fs_extra v1.2.0, nom v1.2.4, quick-xml v0.19.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/nu-59edf2fc62ce7e00)
[INFO] [stdout] 
[INFO] [stdout] running 342 tests
[INFO] [stdout] test tests::test_conditionals::if_elseif4 ... ok
[INFO] [stdout] test tests::test_conditionals::if_test1 ... ok
[INFO] [stdout] test tests::test_converters::from_json_1 ... ok
[INFO] [stdout] test tests::test_conditionals::if_elseif2 ... ok
[INFO] [stdout] test tests::test_converters::to_json_raw_flag_3 ... ok
[INFO] [stdout] test tests::test_converters::to_json_raw_flag_1 ... ok
[INFO] [stdout] test tests::test_conditionals::if_elseif3 ... ok
[INFO] [stdout] test tests::test_converters::from_json_2 ... ok
[INFO] [stdout] test tests::test_conditionals::if_test2 ... ok
[INFO] [stdout] test tests::test_conditionals::simple_if ... ok
[INFO] [stdout] test tests::test_conditionals::if_cond4 ... ok
[INFO] [stdout] test tests::test_custom_commands::custom_switch1 ... ok
[INFO] [stdout] test tests::test_converters::to_json_escaped ... ok
[INFO] [stdout] test tests::test_conditionals::simple_if2 ... ok
[INFO] [stdout] test tests::test_custom_commands::allow_missing_optional_params ... ok
[INFO] [stdout] test tests::test_custom_commands::custom_switch4 ... ok
[INFO] [stdout] test tests::test_conditionals::if_elseif1 ... ok
[INFO] [stdout] test tests::test_custom_commands::custom_rest_var ... ok
[INFO] [stdout] test tests::test_conditionals::if_cond2 ... ok
[INFO] [stdout] test tests::test_custom_commands::custom_switch2 ... ok
[INFO] [stdout] test tests::test_custom_commands::def_with_no_dollar ... ok
[INFO] [stdout] test tests::test_custom_commands::def_twice_should_fail ... ok
[INFO] [stdout] test tests::test_custom_commands::custom_switch3 ... ok
[INFO] [stdout] test tests::test_conditionals::if_cond3 ... ok
[INFO] [stdout] test tests::test_conditionals::if_cond ... ok
[INFO] [stdout] test tests::test_custom_commands::missing_parameters ... ok
[INFO] [stdout] test tests::test_custom_commands::no_scope_leak4 ... ok
[INFO] [stdout] test tests::test_custom_commands::help_not_present_in_extern ... ok
[INFO] [stdout] test tests::test_custom_commands::predecl_check ... ok
[INFO] [stdout] test tests::test_custom_commands::flag_param_value ... ok
[INFO] [stdout] test tests::test_engine::def_env ... ok
[INFO] [stdout] test tests::test_converters::to_json_raw_flag_2 ... ok
[INFO] [stdout] test tests::test_engine::default_value1 ... ok
[INFO] [stdout] test tests::test_engine::concrete_variable_assignment ... ok
[INFO] [stdout] test tests::test_custom_commands::no_scope_leak1 ... ok
[INFO] [stdout] test tests::test_engine::default_value10 ... ok
[INFO] [stdout] test tests::test_custom_commands::do_rest_args ... ok
[INFO] [stdout] test tests::test_engine::default_value3 ... ok
[INFO] [stdout] test tests::test_custom_commands::help_present_in_def ... ok
[INFO] [stdout] test tests::test_engine::better_operator_spans ... ok
[INFO] [stdout] test tests::test_engine::datetime_literal ... ok
[INFO] [stdout] test tests::test_custom_commands::no_scope_leak2 ... ok
[INFO] [stdout] test tests::test_custom_commands::simple_var_closing ... ok
[INFO] [stdout] test tests::test_engine::default_value7 ... ok
[INFO] [stdout] test tests::test_engine::def_env_then_hide ... ok
[INFO] [stdout] test tests::test_engine::default_value6 ... ok
[INFO] [stdout] test tests::test_custom_commands::no_scope_leak3 ... ok
[INFO] [stdout] test tests::test_engine::date_comparison ... ok
[INFO] [stdout] test tests::test_engine::default_value2 ... ok
[INFO] [stdout] test tests::test_engine::in_and_if_else ... ok
[INFO] [stdout] test tests::test_engine::dynamic_let_env ... ok
[INFO] [stdout] test tests::test_engine::def_env_hiding_something ... ok
[INFO] [stdout] test tests::test_engine::default_value11 ... ok
[INFO] [stdout] test tests::test_engine::default_value4 ... ok
[INFO] [stdout] test tests::test_engine::export_def_env ... ok
[INFO] [stdout] test tests::test_engine::default_value12 ... ok
[INFO] [stdout] test tests::test_engine::divide_filesize ... ok
[INFO] [stdout] test tests::test_engine::in_iteration ... ok
[INFO] [stdout] test tests::test_engine::in_means_input ... ok
[INFO] [stdout] test tests::test_engine::in_variable_5 ... ok
[INFO] [stdout] test tests::test_engine::earlier_errors ... ok
[INFO] [stdout] test tests::test_engine::divide_duration ... ok
[INFO] [stdout] test tests::test_engine::default_value8 ... ok
[INFO] [stdout] test tests::test_engine::in_variable_6 ... ok
[INFO] [stdout] test tests::test_engine::default_value9 ... ok
[INFO] [stdout] test tests::test_engine::let_sees_in_variable ... ok
[INFO] [stdout] test tests::test_engine::in_variable_4 ... ok
[INFO] [stdout] test tests::test_engine::in_variable_3 ... ok
[INFO] [stdout] test tests::test_engine::in_variable_1 ... ok
[INFO] [stdout] test tests::test_engine::proper_variable_captures_with_calls ... ok
[INFO] [stdout] test tests::test_engine::open_ended_range ... ok
[INFO] [stdout] test tests::test_engine::default_value5 ... ok
[INFO] [stdout] test tests::test_engine::let_sees_in_variable2 ... ok
[INFO] [stdout] test tests::test_engine::let_sees_input ... ok
[INFO] [stdout] test tests::test_engine::in_variable_2 ... ok
[INFO] [stdout] test tests::test_engine::range_right_exclusive ... ok
[INFO] [stdout] test tests::test_engine::missing_flags_are_nothing2 ... ok
[INFO] [stdout] test tests::test_engine::loose_each ... ok
[INFO] [stdout] test tests::test_engine::proper_variable_for ... ok
[INFO] [stdout] test tests::test_engine::proper_variable_captures ... ok
[INFO] [stdout] test tests::test_engine::help_works_with_missing_requirements ... ok
[INFO] [stdout] test tests::test_engine::missing_flags_are_nothing ... ok
[INFO] [stdout] test tests::test_engine::missing_flags_are_nothing3 ... ok
[INFO] [stdout] test tests::test_hiding::hide_alias_twice_not_allowed ... ignored
[INFO] [stdout] test tests::test_hiding::hide_def_twice_not_allowed ... ignored
[INFO] [stdout] test tests::test_hiding::hide_env_twice_not_allowed ... ignored
[INFO] [stdout] test tests::test_engine::proper_shadow ... ok
[INFO] [stdout] test tests::test_engine::reuseable_in ... ok
[INFO] [stdout] test tests::test_env::shorthand_env_3 ... ok
[INFO] [stdout] test tests::test_engine::missing_flags_are_nothing4 ... ok
[INFO] [stdout] test tests::test_hiding::hide_shadowed_decl ... ok
[INFO] [stdout] test tests::test_hiding::hides_alias ... ok
[INFO] [stdout] test tests::test_engine::reduce_spans ... ok
[INFO] [stdout] test tests::test_hiding::hides_alias_import_1 ... ok
[INFO] [stdout] test tests::test_engine::shortcircuiting_and ... ok
[INFO] [stdout] test tests::test_hiding::hide_shadowed_env ... ok
[INFO] [stdout] test tests::test_engine::with_env_shorthand_nested_quotes ... ok
[INFO] [stdout] test tests::test_engine::not_def_env ... ok
[INFO] [stdout] test tests::test_env::convert_non_string_env_var_to_nothing ... ok
[INFO] [stdout] test tests::test_hiding::hides_alias_import_4 ... ok
[INFO] [stdout] test tests::test_hiding::hides_alias_and_def ... ok
[INFO] [stdout] test tests::test_hiding::hides_alias_import_then_reimports ... ok
[INFO] [stdout] test tests::test_hiding::hides_alias_in_scope_2 ... ok
[INFO] [stdout] test tests::test_hiding::hides_alias_def_and_env_1 ... ok
[INFO] [stdout] test tests::test_engine::proper_variable_captures_with_nesting ... ok
[INFO] [stdout] test tests::test_hiding::hides_alias_def_and_env_2 ... ok
[INFO] [stdout] test tests::test_env::shorthand_env_1 ... ok
[INFO] [stdout] test tests::test_hiding::hides_alias_runs_def_2 ... ok
[INFO] [stdout] test tests::test_env::shorthand_env_2 ... ok
[INFO] [stdout] test tests::test_hiding::hides_alias_runs_env_1 ... ok
[INFO] [stdout] test tests::test_hiding::hides_alias_in_scope_3 ... ok
[INFO] [stdout] test tests::test_hiding::hides_alias_in_scope_4 ... ok
[INFO] [stdout] test tests::test_hiding::hides_alias_then_redefines ... ok
[INFO] [stdout] test tests::test_hiding::hides_alias_import_5 ... ok
[INFO] [stdout] test tests::test_hiding::hides_all_decls_within_scope ... ok
[INFO] [stdout] test tests::test_engine::shortcircuiting_or ... ok
[INFO] [stdout] test tests::test_hiding::hides_alias_runs_def_1 ... ok
[INFO] [stdout] test tests::test_engine::test_redirection_stderr ... ok
[INFO] [stdout] test tests::test_hiding::hides_def_and_env ... ok
[INFO] [stdout] test tests::test_hiding::hides_def_import_1 ... ok
[INFO] [stdout] test tests::test_hiding::hides_def ... ok
[INFO] [stdout] test tests::test_hiding::hides_def_import_2 ... ok
[INFO] [stdout] test tests::test_engine::scope_variable ... ok
[INFO] [stdout] test tests::test_hiding::hides_def_import_5 ... ok
[INFO] [stdout] test tests::test_hiding::hides_def_import_6 ... ok
[INFO] [stdout] test tests::test_hiding::hides_def_import_4 ... ok
[INFO] [stdout] test tests::test_hiding::hides_alias_import_3 ... ok
[INFO] [stdout] test tests::test_hiding::hides_alias_import_6 ... ok
[INFO] [stdout] test tests::test_hiding::hides_def_in_scope_3 ... ok
[INFO] [stdout] test tests::test_hiding::hides_def_in_scope_1 ... ok
[INFO] [stdout] test tests::test_hiding::hides_def_in_scope_4 ... ok
[INFO] [stdout] test tests::test_hiding::hides_def_runs_env_1 ... ok
[INFO] [stdout] test tests::test_hiding::hides_def_in_scope_2 ... ok
[INFO] [stdout] test tests::test_hiding::hides_alias_in_scope_1 ... ok
[INFO] [stdout] test tests::test_hiding::hides_def_runs_env_import ... ok
[INFO] [stdout] test tests::test_hiding::hides_def_then_redefines ... ok
[INFO] [stdout] test tests::test_hiding::hides_env ... ok
[INFO] [stdout] test tests::test_hiding::hides_alias_import_2 ... ok
[INFO] [stdout] test tests::test_hiding::hides_def_runs_env_2 ... ok
[INFO] [stdout] test tests::test_hiding::hides_env_import_1 ... ok
[INFO] [stdout] test tests::test_hiding::hides_def_import_then_reimports ... ok
[INFO] [stdout] test tests::test_hiding::hides_env_import_4 ... ok
[INFO] [stdout] test tests::test_hiding::hides_all_envs_within_scope ... ok
[INFO] [stdout] test tests::test_hiding::hides_env_import_2 ... ok
[INFO] [stdout] test tests::test_hiding::hides_env_in_scope_4 ... ok
[INFO] [stdout] test tests::test_hiding::hides_alias_runs_env_2 ... ok
[INFO] [stdout] test tests::test_hiding::hides_env_import_6 ... ok
[INFO] [stdout] test tests::test_hiding::hides_env_in_scope_1 ... ok
[INFO] [stdout] test tests::test_iteration::better_block_types ... ok
[INFO] [stdout] test tests::test_hiding::use_env_import_after_hide ... ok
[INFO] [stdout] test tests::test_hiding::hides_env_then_redefines ... ok
[INFO] [stdout] test tests::test_hiding::hides_def_and_env_import_1 ... ok
[INFO] [stdout] test tests::test_hiding::hides_env_in_scope_3 ... ok
[INFO] [stdout] test tests::test_iteration::for_loops ... ok
[INFO] [stdout] test tests::test_hiding::hides_env_import_3 ... ok
[INFO] [stdout] test tests::test_hiding::hides_env_import_5 ... ok
[INFO] [stdout] test tests::test_iteration::row_iteration ... ok
[INFO] [stdout] test tests::test_hiding::hides_def_import_3 ... ok
[INFO] [stdout] test tests::test_hiding::hides_def_and_env_import_2 ... ok
[INFO] [stdout] test tests::test_math::bit_and ... ok
[INFO] [stdout] test tests::test_iteration::row_condition1 ... ok
[INFO] [stdout] test tests::test_iteration::par_each ... ok
[INFO] [stdout] test tests::test_math::and ... ok
[INFO] [stdout] test tests::test_iteration::row_condition2 ... ok
[INFO] [stdout] test tests::test_math::add_simple2 ... ok
[INFO] [stdout] test tests::test_math::bit_and_or ... ok
[INFO] [stdout] test tests::test_math::bit_or ... ok
[INFO] [stdout] test tests::test_math::contains ... ok
[INFO] [stdout] test tests::test_math::floating_add ... ok
[INFO] [stdout] test tests::test_hiding::hides_env_in_scope_2 ... ok
[INFO] [stdout] test tests::test_hiding::use_def_import_after_hide ... ok
[INFO] [stdout] test tests::test_math::bit_shr ... ok
[INFO] [stdout] test tests::test_math::modulo2 ... ok
[INFO] [stdout] test tests::test_known_external::known_external_not_defined_flag ... ok
[INFO] [stdout] test tests::test_known_external::known_external_runs ... ok
[INFO] [stdout] test tests::test_math::modulo1 ... ok
[INFO] [stdout] test tests::test_math::or ... ok
[INFO] [stdout] test tests::test_known_external::known_external_subcommand_alias ... ok
[INFO] [stdout] test tests::test_math::bit_xor ... ok
[INFO] [stdout] test tests::test_math::bit_xor_add ... ok
[INFO] [stdout] test tests::test_known_external::known_external_is_custom ... ok
[INFO] [stdout] test tests::test_math::broken_math ... ok
[INFO] [stdout] test tests::test_math::pow ... ok
[INFO] [stdout] test tests::test_math::bit_shl ... ok
[INFO] [stdout] test tests::test_math::add_simple ... ok
[INFO] [stdout] test tests::test_math::precedence_of_or_groups ... ok
[INFO] [stdout] test tests::test_modules::module_def_imports_5 ... ok
[INFO] [stdout] test tests::test_modules::module_def_imports_3 ... ok
[INFO] [stdout] test tests::test_math::not_contains ... ok
[INFO] [stdout] test tests::test_modules::module_def_import_uses_internal_command ... ok
[INFO] [stdout] test tests::test_math::bit_shl_add ... ok
[INFO] [stdout] test tests::test_modules::module_def_imports_1 ... ok
[INFO] [stdout] test tests::test_modules::multi_word_imports ... ok
[INFO] [stdout] test tests::test_modules::module_def_imports_4 ... ok
[INFO] [stdout] test tests::test_modules::module_def_and_env_imports_1 ... ok
[INFO] [stdout] test tests::test_modules::module_def_and_env_imports_2 ... ok
[INFO] [stdout] test tests::test_modules::module_env_imports_1 ... ok
[INFO] [stdout] test tests::test_parser::alias_recursion ... ok
[INFO] [stdout] test tests::test_modules::export_alias ... ok
[INFO] [stdout] test tests::test_modules::module_def_imports_2 ... ok
[INFO] [stdout] test tests::test_parser::and_and_or ... ok
[INFO] [stdout] test tests::test_parser::bad_short_flag ... ok
[INFO] [stdout] test tests::test_modules::module_env_import_uses_internal_command ... ok
[INFO] [stdout] test tests::test_parser::alias_1 ... ok
[INFO] [stdout] test tests::test_modules::module_env_imports_3 ... ok
[INFO] [stdout] test tests::test_parser::alias_2_multi_word ... ok
[INFO] [stdout] test tests::test_parser::block_param4_list_iteration ... ok
[INFO] [stdout] test tests::test_parser::block_param1 ... ok
[INFO] [stdout] test tests::test_parser::block_arity_check1 ... ok
[INFO] [stdout] test tests::test_math::sub_bit_shr ... ok
[INFO] [stdout] test tests::test_known_external::known_external_alias ... ok
[INFO] [stdout] test tests::test_modules::module_env_imports_2 ... ok
[INFO] [stdout] test tests::test_parser::alias_2 ... ok
[INFO] [stdout] test tests::test_parser::capture_multiple_commands ... ok
[INFO] [stdout] test tests::test_parser::capture_multiple_commands4 ... ok
[INFO] [stdout] test tests::test_parser::alias_with_error_doesnt_panic ... ok
[INFO] [stdout] test tests::test_parser::capture_row_condition ... ok
[INFO] [stdout] test tests::test_parser::capture_multiple_commands3 ... ok
[INFO] [stdout] test tests::test_modules::module_env_imports_5 ... ok
[INFO] [stdout] test tests::test_modules::module_env_imports_4 ... ok
[INFO] [stdout] test tests::test_parser::block_param2 ... ok
[INFO] [stdout] test tests::test_parser::block_param3_list_iteration ... ok
[INFO] [stdout] test tests::test_parser::capture_multiple_commands2 ... ok
[INFO] [stdout] test tests::test_parser::comment_multiline ... ok
[INFO] [stdout] test tests::test_parser::bad_var_name ... ok
[INFO] [stdout] test tests::test_parser::comment_skipping_1 ... ok
[INFO] [stdout] test tests::test_parser::env_shorthand ... ok
[INFO] [stdout] test tests::test_parser::ends_with_operator_succeeds ... ok
[INFO] [stdout] test tests::test_parser::range_iteration2 ... ok
[INFO] [stdout] test tests::test_parser::proper_missing_param ... ok
[INFO] [stdout] test tests::test_parser::let_not_statement ... ok
[INFO] [stdout] test tests::test_parser::let_env_expressions ... ok
[INFO] [stdout] test tests::test_parser::range_iteration1 ... ok
[INFO] [stdout] test tests::test_parser::single_value_row_condition ... ok
[INFO] [stdout] test tests::test_parser::string_escape_interpolation ... ok
[INFO] [stdout] test tests::test_parser::date_literal ... ok
[INFO] [stdout] test tests::test_parser::string_interp_with_equals ... ok
[INFO] [stdout] test tests::test_parser::for_in_missing_var_name ... ok
[INFO] [stdout] test tests::test_parser::proper_rest_types ... ok
[INFO] [stdout] test tests::test_parser::comment_skipping_2 ... ok
[INFO] [stdout] test tests::test_parser::commands_have_usage ... ok
[INFO] [stdout] test tests::test_parser::simple_value_iteration ... ok
[INFO] [stdout] test tests::test_parser::multiline_pipe_in_block ... ok
[INFO] [stdout] test tests::test_parser::starts_with_operator_succeeds ... ok
[INFO] [stdout] test tests::test_parser::long_flag ... ok
[INFO] [stdout] test tests::test_parser::unary_not_3 ... ok
[INFO] [stdout] test tests::test_parser::equals_separates_long_flag ... ok
[INFO] [stdout] test tests::test_parser::recursive_parse ... ok
[INFO] [stdout] test tests::test_parser::string_escape ... ok
[INFO] [stdout] test tests::test_parser::unary_not_1 ... ok
[INFO] [stdout] test tests::test_parser::unary_not_6 ... ok
[INFO] [stdout] test tests::test_parser::string_interpolation_paren_test2 ... ok
[INFO] [stdout] test tests::test_ranges::float_not_in_inc_range ... ok
[INFO] [stdout] test tests::test_parser::string_interpolation_paren_test ... ok
[INFO] [stdout] test tests::test_ranges::zip_ranges ... ok
[INFO] [stdout] test tests::test_parser::string_interpolation_escaping ... ok
[INFO] [stdout] test tests::test_ranges::int_in_dec_range ... ok
[INFO] [stdout] test tests::test_parser::unary_not_2 ... ok
[INFO] [stdout] test tests::test_parser::string_interpolation_paren_test3 ... ok
[INFO] [stdout] test tests::test_ranges::int_in_inc_range ... ok
[INFO] [stdout] test tests::test_parser::subcommand ... ok
[INFO] [stdout] test tests::test_regex::contains ... ok
[INFO] [stdout] test tests::test_ranges::int_in_exclusive_range ... ok
[INFO] [stdout] test tests::test_ranges::range_and_reduction ... ok
[INFO] [stdout] test tests::test_parser::string_escape_interpolation2 ... ok
[INFO] [stdout] test tests::test_parser::quotes_with_equals ... ok
[INFO] [stdout] test tests::test_regex::ends_with ... ok
[INFO] [stdout] test tests::test_regex::contains_case_insensitive ... ok
[INFO] [stdout] test tests::test_regex::not_ends_with ... ok
[INFO] [stdout] test tests::test_regex::not_regex_on_int_fails ... ok
[INFO] [stdout] test tests::test_regex::not_starts_with ... ok
[INFO] [stdout] test tests::test_ranges::non_number_in_range ... ok
[INFO] [stdout] test tests::test_parser::unary_not_4 ... ok
[INFO] [stdout] test tests::test_regex::regex_on_int_fails ... ok
[INFO] [stdout] test tests::test_regex::match_full_line ... ok
[INFO] [stdout] test tests::test_regex::invalid_regex_fails ... ok
[INFO] [stdout] test tests::test_parser::unary_not_5 ... ok
[INFO] [stdout] test tests::test_regex::not_contains ... ok
[INFO] [stdout] test tests::test_regex::where_works ... ok
[INFO] [stdout] test tests::test_regex::invalid_not_regex_fails ... ok
[INFO] [stdout] test tests::test_strings::case_insensitive_sort ... ok
[INFO] [stdout] test tests::test_strings::cjk_in_substrings ... ok
[INFO] [stdout] test tests::test_strings::build_string2 ... ok
[INFO] [stdout] test tests::test_strings::build_string1 ... ok
[INFO] [stdout] test tests::test_strings::detect_newlines ... ok
[INFO] [stdout] test tests::test_known_external::known_external_unknown_flag ... FAILED
[INFO] [stdout] test tests::test_strings::string_in_record ... ok
[INFO] [stdout] test tests::test_strings::single_tick_interpolation ... ok
[INFO] [stdout] test tests::test_strings::string_in_valuestream ... ok
[INFO] [stdout] test tests::test_strings::build_string3 ... ok
[INFO] [stdout] test tests::test_table_operations::cell_path_subexpr1 ... ok
[INFO] [stdout] test tests::test_regex::where_not_works ... ok
[INFO] [stdout] test tests::test_regex::not_match_full_line ... ok
[INFO] [stdout] test tests::test_strings::string_not_in_string ... ok
[INFO] [stdout] test tests::test_regex::starts_with ... ok
[INFO] [stdout] test tests::test_strings::build_string5 ... ok
[INFO] [stdout] test tests::test_strings::case_insensitive_sort_columns ... ok
[INFO] [stdout] test tests::test_table_operations::cell_path_subexpr2 ... ok
[INFO] [stdout] test tests::test_table_operations::command_filter_reject_1 ... ok
[INFO] [stdout] test tests::test_strings::non_string_in_string ... ok
[INFO] [stdout] test tests::test_strings::build_string4 ... ok
[INFO] [stdout] test tests::test_table_operations::cell_path_var2 ... ok
[INFO] [stdout] test tests::test_strings::string_in_string ... ok
[INFO] [stdout] test tests::test_table_operations::cell_path_var1 ... ok
[INFO] [stdout] test tests::test_table_operations::command_filter_reject_4 ... ok
[INFO] [stdout] test tests::test_table_operations::command_drop_column_1 ... ok
[INFO] [stdout] test tests::test_table_operations::flatten_should_just_flatten_one_level ... ok
[INFO] [stdout] test tests::test_table_operations::command_filter_reject_3 ... ok
[INFO] [stdout] test tests::test_table_operations::command_filter_reject_2 ... ok
[INFO] [stdout] test tests::test_table_operations::flatten_get_simple_list ... ok
[INFO] [stdout] test tests::test_table_operations::flatten_should_flatten_inner_table ... ok
[INFO] [stdout] test tests::test_strings::non_string_in_record ... ok
[INFO] [stdout] test tests::test_table_operations::index_on_list ... ok
[INFO] [stdout] test tests::test_table_operations::get ... ok
[INFO] [stdout] test tests::test_table_operations::record_1 ... ok
[INFO] [stdout] test tests::test_table_operations::flatten_simple_list ... ok
[INFO] [stdout] test tests::test_table_operations::length_defaulted_columns ... ok
[INFO] [stdout] test tests::test_table_operations::length_for_rows ... ok
[INFO] [stdout] test tests::test_table_operations::get_table_columns_1 ... ok
[INFO] [stdout] test tests::test_table_operations::split_row ... ok
[INFO] [stdout] test tests::test_table_operations::missing_column_fills_in_nothing ... ok
[INFO] [stdout] test tests::test_table_operations::length_for_columns ... ok
[INFO] [stdout] test tests::test_table_operations::wrap ... ok
[INFO] [stdout] test tests::test_table_operations::flatten_table_get ... ok
[INFO] [stdout] test tests::test_table_operations::flatten_nest_table_when_all_provided ... ok
[INFO] [stdout] test tests::test_table_operations::update_will_insert ... ok
[INFO] [stdout] test tests::test_type_check::chained_operator_typecheck ... ok
[INFO] [stdout] test tests::test_table_operations::select_1 ... ok
[INFO] [stdout] test tests::test_table_operations::update_cell_path_1 ... ok
[INFO] [stdout] test tests::test_type_check::number_float ... ok
[INFO] [stdout] test tests::test_table_operations::get_table_columns_2 ... ok
[INFO] [stdout] test tests::test_table_operations::flatten_table_column_get_last ... ok
[INFO] [stdout] test tests::test_type_check::type_in_list_of_non_this_type ... ok
[INFO] [stdout] test tests::test_table_operations::string_cell_path ... ok
[INFO] [stdout] test tests::test_type_check::type_in_list_of_this_type ... ok
[INFO] [stdout] test tests::test_table_operations::get_fuzzy ... ok
[INFO] [stdout] test tests::test_table_operations::get_insensitive ... ok
[INFO] [stdout] test tests::test_table_operations::record_2 ... ok
[INFO] [stdout] test tests::test_table_operations::select_2 ... ok
[INFO] [stdout] test tests::test_table_operations::split_column ... ok
[INFO] [stdout] test tests::test_type_check::number_int ... ok
[INFO] [stdout] test tests::test_table_operations::where_on_ranges ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_known_external::known_external_unknown_flag stdout ----
[INFO] [stdout] stdout: 
[INFO] [stdout] stderr: error: unexpected argument '--no-such-flag' found
[INFO] [stdout] 
[INFO] [stdout] Usage: cargo version [OPTIONS]
[INFO] [stdout] 
[INFO] [stdout] For more information, try '--help'.
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_known_external::known_external_unknown_flag' (540) panicked at src/tests.rs:120:5:
[INFO] [stdout] assertion failed: !stderr.is_empty() && stderr.contains(expected)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62cfadfa1122 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62cfadfa1122 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62cfadfa1122 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x62cfadfa1122 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x62cfadfb147f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x62cfadfb147f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x62cfadf6dde1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x62cfadf6dde1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x62cfadf7a282 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x62cfadf7f19f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x62cfadf7f031 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x62cfadf0a54e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x62cfadf0a54e - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x62cfadf7f85f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x62cfadf7f85f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x62cfadf7f686 - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x62cfadf7a3b9 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x62cfadf622bd - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x62cfadfb8ec0 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x62cfadfb8e9c - core::panicking::panic::h355c5fec13755e30
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x62cfadeddb9d - nu::tests::fail_test::hec5e6fa3452afe66
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests.rs:120:5
[INFO] [stdout]   21:     0x62cfadedc29e - nu::tests::test_known_external::known_external_unknown_flag::h0d8b01afb9d1cb84
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/test_known_external.rs:13:5
[INFO] [stdout]   22:     0x62cfadedc2b7 - nu::tests::test_known_external::known_external_unknown_flag::{{closure}}::h5845a331e6cd858b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/tests/test_known_external.rs:12:37
[INFO] [stdout]   23:     0x62cfadee31f6 - core::ops::function::FnOnce::call_once::hfa0631e1e58b4388
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x62cfadf0a30b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x62cfadf0a30b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x62cfadf1ff75 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x62cfadf1ff75 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x62cfadf1ff75 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x62cfadf1ff75 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x62cfadf1ff75 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x62cfadf1ff75 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x62cfadf1ff75 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x62cfadef6764 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x62cfadef6764 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x62cfadefa02a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x62cfadefa02a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x62cfadefa02a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x62cfadefa02a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x62cfadefa02a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x62cfadefa02a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x62cfadefa02a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x62cfadf7543f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x62cfadf7543f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x79a5c8bdaaa4 - <unknown>
[INFO] [stdout]   45:     0x79a5c8c67a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::test_known_external::known_external_unknown_flag
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 338 passed; 1 failed; 3 ignored; 0 measured; 0 filtered out; finished in 6.49s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin nu`
[INFO] running `Command { std: "docker" "inspect" "5a4df1ff359ed3f37581022928b20000ac9c5f8840e35eb65b2858710869a01d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a4df1ff359ed3f37581022928b20000ac9c5f8840e35eb65b2858710869a01d", kill_on_drop: false }`
[INFO] [stdout] 5a4df1ff359ed3f37581022928b20000ac9c5f8840e35eb65b2858710869a01d
