[INFO] cloning repository https://github.com/chiyanglin-AStar/rust_nushell [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/chiyanglin-AStar/rust_nushell" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchiyanglin-AStar%2Frust_nushell", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchiyanglin-AStar%2Frust_nushell'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6a4eabf5c703d37c01855995ae9a9dea563e06d2 [INFO] testing chiyanglin-AStar/rust_nushell against beta-2025-04-13 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchiyanglin-AStar%2Frust_nushell" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/chiyanglin-AStar/rust_nushell on toolchain beta-2025-04-13 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/chiyanglin-AStar/rust_nushell [INFO] finished tweaking git repo https://github.com/chiyanglin-AStar/rust_nushell [INFO] tweaked toml for git repo https://github.com/chiyanglin-AStar/rust_nushell written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/chiyanglin-AStar/rust_nushell 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-04-13" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3719144d286ec8bc750ad8a7de00e22fd79080de4d369bfe437c8aea11b27e38 [INFO] running `Command { std: "docker" "start" "-a" "3719144d286ec8bc750ad8a7de00e22fd79080de4d369bfe437c8aea11b27e38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3719144d286ec8bc750ad8a7de00e22fd79080de4d369bfe437c8aea11b27e38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3719144d286ec8bc750ad8a7de00e22fd79080de4d369bfe437c8aea11b27e38", kill_on_drop: false }` [INFO] [stdout] 3719144d286ec8bc750ad8a7de00e22fd79080de4d369bfe437c8aea11b27e38 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 256a537319ff5bf40b4011d090c48ebefea379b517ff8a9c52819c5b5f4314ea [INFO] running `Command { std: "docker" "start" "-a" "256a537319ff5bf40b4011d090c48ebefea379b517ff8a9c52819c5b5f4314ea", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.42 [INFO] [stderr] Compiling unicode-ident v1.0.2 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling serde_derive v1.0.140 [INFO] [stderr] Compiling serde v1.0.140 [INFO] [stderr] Compiling once_cell v1.13.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling itoa v1.0.2 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling signal-hook v0.3.14 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling miniz_oxide v0.5.3 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling siphasher v0.3.10 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling ryu v1.0.10 [INFO] [stderr] Compiling crossbeam-utils v0.8.11 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling serde_json v1.0.82 [INFO] [stderr] Compiling backtrace v0.3.66 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling uncased v0.9.7 [INFO] [stderr] Compiling nom v7.1.1 [INFO] [stderr] Compiling crossbeam-epoch v0.9.10 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling gimli v0.26.2 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling erased-serde v0.3.21 [INFO] [stderr] Compiling either v1.7.0 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling vte_generate_state_changes v0.1.1 [INFO] [stderr] Compiling object v0.29.0 [INFO] [stderr] Compiling openssl-sys v0.9.75 [INFO] [stderr] Compiling sys-locale v0.2.1 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling bytes v1.2.0 [INFO] [stderr] Compiling is_ci v1.1.1 [INFO] [stderr] Compiling dunce v1.0.2 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling io-lifetimes v0.7.2 [INFO] [stderr] Compiling rayon-core v1.9.3 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling mio v0.8.4 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling signal-hook-mio v0.2.3 [INFO] [stderr] Compiling rustc-demangle v0.1.21 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling utf8parse v0.2.0 [INFO] [stderr] Compiling smawk v0.3.1 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling supports-hyperlinks v1.2.0 [INFO] [stderr] Compiling supports-color v1.3.0 [INFO] [stderr] Compiling supports-unicode v1.0.2 [INFO] [stderr] Compiling vte v0.10.1 [INFO] [stderr] Compiling tokio v1.20.1 [INFO] [stderr] Compiling owo-colors v3.4.0 [INFO] [stderr] Compiling rustix v0.35.7 [INFO] [stderr] Compiling utf8-width v0.1.6 [INFO] [stderr] Compiling phf_shared v0.11.0 [INFO] [stderr] Compiling byte-unit v4.0.14 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling num-format v0.4.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.2 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling crossbeam-channel v0.5.6 [INFO] [stderr] Compiling rayon v1.5.3 [INFO] [stderr] Compiling const_fn v0.4.9 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling linux-raw-sys v0.0.46 [INFO] [stderr] Compiling strip-ansi-escapes v0.1.1 [INFO] [stderr] Compiling ansitok v0.1.0 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling tracing-core v0.1.28 [INFO] [stderr] Compiling unicode-xid v0.2.3 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling sysinfo v0.24.7 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling openssl v0.10.41 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling addr2line v0.17.0 [INFO] [stderr] Compiling phf_generator v0.11.0 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling const_format_proc_macros v0.2.22 [INFO] [stderr] Compiling ansi-str v0.3.0 [INFO] [stderr] Compiling tracing v0.1.35 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling libsqlite3-sys v0.25.1 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling bytecount v0.6.3 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling rustversion v1.0.8 [INFO] [stderr] Compiling httparse v1.7.1 [INFO] [stderr] Compiling nu-glob v0.66.3 (/opt/rustwide/workdir/crates/nu-glob) [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling native-tls v0.2.10 [INFO] [stderr] Compiling cpufeatures v0.2.2 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling papergrid v0.5.1 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling unicode-normalization v0.1.21 [INFO] [stderr] Compiling const_format v0.2.26 [INFO] [stderr] Compiling phf v0.10.1 [INFO] [stderr] Compiling tz-rs v0.6.11 [INFO] [stderr] Compiling flate2 v1.0.24 [INFO] [stderr] Compiling phf_codegen v0.11.0 [INFO] [stderr] Compiling parse-zoneinfo v0.3.0 [INFO] [stderr] Compiling unicode-linebreak v0.1.2 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling phf v0.11.0 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling num_threads v0.1.6 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling iana-time-zone v0.1.37 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling byte-slice-cast v1.2.1 [INFO] [stderr] Compiling sha2 v0.9.9 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling chrono-tz-build v0.0.3 [INFO] [stderr] Compiling tzdb v0.3.1 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling time v0.3.11 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.2 [INFO] [stderr] Compiling hashlink v0.8.0 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling rust_decimal v1.25.0 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling fastrand v1.8.0 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling procfs v0.13.2 [INFO] [stderr] Compiling capnp v0.14.8 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling textwrap v0.15.0 [INFO] [stderr] Compiling is_debug v1.0.1 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling digest v0.10.3 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling chrono-tz v0.6.3 [INFO] [stderr] Compiling rust-embed-utils v7.2.0 [INFO] [stderr] Compiling fd-lock v3.0.6 [INFO] [stderr] Compiling brownstone v3.0.0 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling gethostname v0.2.3 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling joinery v2.1.0 [INFO] [stderr] Compiling unicode-segmentation v1.9.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling indent_write v2.2.0 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling strum v0.24.1 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling nom-supreme v0.8.0 [INFO] [stderr] Compiling inotify v0.7.1 [INFO] [stderr] Compiling hamcrest2 v0.3.0 [INFO] [stderr] Compiling tokio-util v0.7.3 [INFO] [stderr] Compiling codepage v0.1.1 [INFO] [stderr] Compiling quick-xml v0.19.0 [INFO] [stderr] Compiling console v0.15.0 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling ghost v0.1.5 [INFO] [stderr] Compiling ctor v0.1.22 [INFO] [stderr] Compiling miette-derive v5.1.1 [INFO] [stderr] Compiling typetag-impl v0.1.8 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Compiling tabled_derive v0.4.0 [INFO] [stderr] Compiling miette-derive v4.7.1 [INFO] [stderr] Compiling strum_macros v0.24.2 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling getset v0.1.2 [INFO] [stderr] Compiling rust-embed-impl v6.2.0 [INFO] [stderr] Compiling pori v0.0.0 [INFO] [stderr] Compiling inventory v0.2.3 [INFO] [stderr] Compiling users v0.10.0 [INFO] [stderr] Compiling filetime v0.2.17 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling thiserror v1.0.31 [INFO] [stderr] Compiling pwd v1.4.0 [INFO] [stderr] Compiling nu-path v0.66.3 (/opt/rustwide/workdir/crates/nu-path) [INFO] [stderr] Compiling zip v0.5.13 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling zeroize v1.5.7 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling xmlparser v0.13.3 [INFO] [stderr] Compiling ipnet v2.5.0 [INFO] [stderr] Compiling tabled v0.8.0 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling vec1 v1.8.0 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling nom v1.2.4 [INFO] [stderr] Compiling result v1.0.0 [INFO] [stderr] Compiling roxmltree v0.14.1 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling miette v5.1.1 [INFO] [stderr] Compiling dialoguer v0.9.0 [INFO] [stderr] Compiling fuzzy-matcher v0.3.7 [INFO] [stderr] Compiling rust-embed v6.4.0 [INFO] [stderr] Compiling is-root v0.1.2 [INFO] [stderr] Compiling notify v4.0.17 [INFO] [stderr] Compiling ical v0.7.0 [INFO] [stderr] Compiling md-5 v0.10.1 [INFO] [stderr] Compiling miette v4.7.1 [INFO] [stderr] Compiling sha2 v0.10.2 [INFO] [stderr] Compiling meval v0.2.0 [INFO] [stderr] Compiling terminal_size v0.2.1 [INFO] [stderr] Compiling nu-pretty-hex v0.66.3 (/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 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.66.3 (/opt/rustwide/workdir/crates/nu-term-grid) [INFO] [stderr] Compiling titlecase v2.0.0 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling eml-parser v0.1.3 [INFO] [stderr] Compiling uuid v1.1.2 [INFO] [stderr] Compiling which v4.2.5 [INFO] [stderr] Compiling shadow-rs v0.16.1 [INFO] [stderr] Compiling nix v0.24.2 [INFO] [stderr] Compiling users v0.11.0 [INFO] [stderr] Compiling quick-xml v0.23.0 [INFO] [stderr] Compiling htmlescape v0.3.1 [INFO] [stderr] Compiling fs_extra v1.2.0 [INFO] [stderr] Compiling bytesize v1.1.0 [INFO] [stderr] Compiling nu v0.66.3 (/opt/rustwide/workdir) [INFO] [stderr] Compiling is_executable v1.0.1 [INFO] [stderr] Compiling pathdiff v0.2.1 [INFO] [stderr] Compiling alphanumeric-sort v1.4.4 [INFO] [stderr] Compiling umask v2.0.0 [INFO] [stderr] Compiling powierza-coefficient v1.0.1 [INFO] [stderr] Compiling filesize v0.2.0 [INFO] [stderr] Compiling pretty_env_logger v0.4.0 [INFO] [stderr] Compiling nu-command v0.66.3 (/opt/rustwide/workdir/crates/nu-command) [INFO] [stderr] Compiling ctrlc v3.2.2 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling rusqlite v0.28.0 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling crossterm v0.24.0 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde_ini v0.2.0 [INFO] [stderr] Compiling calamine v0.18.0 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Compiling nu-json v0.66.3 (/opt/rustwide/workdir/crates/nu-json) [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling h2 v0.3.13 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling wax v0.5.0 [INFO] [stderr] Compiling typetag v0.1.8 [INFO] [stderr] Compiling serde_yaml v0.8.26 [INFO] [stderr] Compiling lscolors v0.11.0 [INFO] [stderr] Compiling nu-utils v0.66.3 (/opt/rustwide/workdir/crates/nu-utils) [INFO] [stderr] Compiling chrono-humanize v0.2.1 [INFO] [stderr] Compiling reedline v0.9.0 (https://github.com/nushell/reedline.git?branch=main#a406bfc6) [INFO] [stderr] Compiling dtparse v1.3.0 [INFO] [stderr] Compiling nu-protocol v0.66.3 (/opt/rustwide/workdir/crates/nu-protocol) [INFO] [stderr] Compiling trash v2.1.5 [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> crates/nu-protocol/src/engine/engine_state.rs:1240:52 [INFO] [stdout] | [INFO] [stdout] 933 | impl<'a> StateWorkingSet<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 1240 | pub fn files(&'a self) -> impl Iterator { [INFO] [stdout] | ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> crates/nu-protocol/src/engine/engine_state.rs:1941:33 [INFO] [stdout] | [INFO] [stdout] 1936 | fn read_span<'b>( [INFO] [stdout] | -- lifetime `'b` declared here [INFO] [stdout] ... [INFO] [stdout] 1941 | ) -> Result, miette::MietteError> { [INFO] [stdout] | ^^^^^^^^^^^^ this elided lifetime gets resolved as `'b` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling nu-test-support v0.66.3 (/opt/rustwide/workdir/crates/nu-test-support) [INFO] [stderr] Compiling hyper v0.14.20 [INFO] [stderr] Compiling nu-system v0.66.3 (/opt/rustwide/workdir/crates/nu-system) [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 hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.11 [INFO] [stderr] Compiling nu-engine v0.66.3 (/opt/rustwide/workdir/crates/nu-engine) [INFO] [stderr] Compiling nu-table v0.66.3 (/opt/rustwide/workdir/crates/nu-table) [INFO] [stderr] Compiling nu-color-config v0.66.3 (/opt/rustwide/workdir/crates/nu-color-config) [INFO] [stderr] Compiling nu-plugin v0.66.3 (/opt/rustwide/workdir/crates/nu-plugin) [INFO] [stderr] Compiling nu-parser v0.66.3 (/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)]` 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:5091:23 [INFO] [stdout] | [INFO] [stdout] 5091 | 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] 5091 - for positional in &block.signature.rest_positional { [INFO] [stdout] 5091 + while let Some(positional) = &block.signature.rest_positional { [INFO] [stdout] | [INFO] [stdout] help: consider using `if let` to clear intent [INFO] [stdout] | [INFO] [stdout] 5091 - for positional in &block.signature.rest_positional { [INFO] [stdout] 5091 + if let Some(positional) = &block.signature.rest_positional { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling nu-cli v0.66.3 (/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)]` on by default [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)]` 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 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 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:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | pub use filters::*; [INFO] [stdout] | ^^^^^^^^^^ the name `column` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 54 | 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)]` 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] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 45s [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" "256a537319ff5bf40b4011d090c48ebefea379b517ff8a9c52819c5b5f4314ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "256a537319ff5bf40b4011d090c48ebefea379b517ff8a9c52819c5b5f4314ea", kill_on_drop: false }` [INFO] [stdout] 256a537319ff5bf40b4011d090c48ebefea379b517ff8a9c52819c5b5f4314ea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-04-13" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e04d2fae2a7f3743f5dc18b81168253ce7d76ea5021e8c7a158e332cbda62cb3 [INFO] running `Command { std: "docker" "start" "-a" "e04d2fae2a7f3743f5dc18b81168253ce7d76ea5021e8c7a158e332cbda62cb3", kill_on_drop: false }` [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> crates/nu-protocol/src/engine/engine_state.rs:1240:52 [INFO] [stdout] | [INFO] [stdout] 933 | impl<'a> StateWorkingSet<'a> { [INFO] [stdout] | -- lifetime `'a` declared here [INFO] [stdout] ... [INFO] [stdout] 1240 | pub fn files(&'a self) -> impl Iterator { [INFO] [stdout] | ^ this elided lifetime gets resolved as `'a` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(elided_named_lifetimes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: elided lifetime has a name [INFO] [stdout] --> crates/nu-protocol/src/engine/engine_state.rs:1941:33 [INFO] [stdout] | [INFO] [stdout] 1936 | fn read_span<'b>( [INFO] [stdout] | -- lifetime `'b` declared here [INFO] [stdout] ... [INFO] [stdout] 1941 | ) -> Result, miette::MietteError> { [INFO] [stdout] | ^^^^^^^^^^^^ this elided lifetime gets resolved as `'b` [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.12 [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)]` 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:5091:23 [INFO] [stdout] | [INFO] [stdout] 5091 | 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] 5091 - for positional in &block.signature.rest_positional { [INFO] [stdout] 5091 + while let Some(positional) = &block.signature.rest_positional { [INFO] [stdout] | [INFO] [stdout] help: consider using `if let` to clear intent [INFO] [stdout] | [INFO] [stdout] 5091 - for positional in &block.signature.rest_positional { [INFO] [stdout] 5091 + if let Some(positional) = &block.signature.rest_positional { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling predicates-core v1.0.3 [INFO] [stderr] Compiling doc-comment v0.3.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 for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [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.8.0 [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)]` on by default [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)]` 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 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 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:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | pub use filters::*; [INFO] [stdout] | ^^^^^^^^^^ the name `column` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 54 | 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)]` 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] [stderr] Compiling futures-timer v3.0.2 [INFO] [stderr] Compiling diff v0.1.13 [INFO] [stderr] Compiling predicates-tree v1.0.5 [INFO] [stderr] Compiling pretty_assertions v1.2.1 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling predicates v2.1.1 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling rstest_macros v0.14.0 [INFO] [stderr] Compiling assert_cmd v2.0.4 [INFO] [stderr] Compiling serial_test v0.8.0 [INFO] [stderr] Compiling rstest v0.15.0 [INFO] [stderr] Compiling nu v0.66.3 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcbNE7h3/symbols.o" "<5 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libctrlc-3b61dbdec32cf07f.rlib,libnix-53197518284d3bd1.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,libunicode_width-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libpretty_assertions-5cbbef8c819e4d8c.rlib,libdiff-10d8c747feeb14cd.rlib,libassert_cmd-69e3ff8c23f3f46e.rlib,libwait_timeout-7b41002b7c71e48f.rlib,libdoc_comment-36916a68c8d49546.rlib,libpredicates_tree-d4f77fa5b04a506f.rlib,libtermtree-85069e52a838fe82.rlib,libpredicates-d122fb067c2f2d49.rlib,libdifflib-c2a6125f2253bb24.rlib,libpredicates_core-651a34bac4bbcbde.rlib,libnu_test_support-89758b8cae19fe73.rlib,libhamcrest2-fa71914a0a25b4aa.rlib,libnum-76e44e3c2cab390c.rlib,libnum_rational-e2eb8dc22def23d4.rlib,libnum_iter-1e7c4ba75c0eb3ca.rlib,libnum_complex-2f2f8d8e2fe65f9a.rlib,libnum_bigint-ea78d09077da1c58.rlib,libnu_command-70e5471f157052b2.rlib,libwhich-4cce32630ac6ed81.rlib,libnu_system-b84589fcd9af6eb0.rlib,libprocfs-fcf961b0fd9f5765.rlib,libhex-13e08b3b00984ab7.rlib,libmeval-a7e65d821743ef1b.rlib,libnom-9bba71bfdf0a5c20.rlib,libnu_pretty_hex-8f42aaac33340630.rlib,libhtmlescape-ad2c4b6e7b98740e.rlib,libserde_yaml-7b9460b168da01e3.rlib,libyaml_rust-de39fc97444149c3.rlib,libroxmltree-b9fdc8f4939f69db.rlib,libxmlparser-74cb90604784d914.rlib,libtoml-77da74c16c5d0995.rlib,libserde_ini-8e49d81dca84fb94.rlib,libvoid-eb7ae209523c4fe2.rlib,libresult-f7e27ff287a61313.rlib,libtrash-679ae8b3879299a8.rlib,libfs_extra-f02405ddb872d16f.rlib,libusers-277a98ff37e2f0df.rlib,libumask-5fc17ed1507e77b4.rlib,libdtparse-cc69a35664587033.rlib,librust_decimal-a94516deb250e4a2.rlib,libbytesize-7e01691949a59bbc.rlib,libshadow_rs-4c0006c8d0525a92.rlib,libtzdb-f0fb84a3f99f18a6.rlib,libphf-56b298ce2a26d3e0.rlib,libiana_time_zone-fa1dbef8c194f313.rlib,libphf_shared-60797a98cbe95d5d.rlib,libbyte_slice_cast-cf4630e51766f98d.rlib,libtz-58b8cb563bec71dc.rlib,libis_debug-78fd43debb3e4f49.rlib,libtime-38c5366331b614de.rlib,libnum_threads-4dcd851e730118f6.rlib,libnu_term_grid-8193ed4dd041429e.rlib,libinflector-3188b231959a0fd0.rlib,libuuid-5a048516b880b167.rlib,libterminal_size-cd7b2963839fae14.rlib,libfilesize-2bbccb67d8ba361a.rlib,libreqwest-2dd0af4eabac1381.rlib,libhyper_tls-64bc78349cadbbbd.rlib,libipnet-31b549556d5e413d.rlib,libtokio_native_tls-8a260fe70f3096e6.rlib,libserde_urlencoded-fc1ad69d1c008a03.rlib,libmime-df56754a5ea019bb.rlib,libnative_tls-f8db734b5de01704.rlib,libopenssl_probe-5821ed5bfde807ff.rlib,libopenssl-193e5076baeab00b.rlib,libforeign_types-ce5d663d7c32e748.rlib,libforeign_types_shared-47b443a4583fd949.rlib,libopenssl_sys-ce4c413dd889b57a.rlib,libhyper-8196b08cd9424294.rlib,libwant-48213f293cef77e5.rlib,libtry_lock-0ea2511cea348424.rlib,libhttparse-384d032f61c03883.rlib,libh2-0bacd88a6af55a46.rlib,libtokio_util-a337ead7e22f73ec.rlib,libtower_service-442e0d38cf369aa3.rlib,libtracing-0e01f2ad7f41d61d.rlib,libtracing_core-61000b24f16d5369.rlib,libtokio-087f124421027aad.rlib,libsocket2-ef4a73bec72c0b22.rlib,libhttp_body-3e9b9b85b2c87a69.rlib,libfutures_util-bf9817c781f20a92.rlib,libfutures_io-a1110ec2a6a99647.rlib,libfutures_channel-be817e22fb6d6f86.rlib,libpin_project_lite-6df6c214457c8ca7.rlib,libfutures_sink-889779299baa627f.rlib,libfutures_task-29239c9efcf27cfd.rlib,libpin_utils-3860774ad9b215b5.rlib,libfutures_core-bf2667edaa3a3aa5.rlib,liburl-860c0270e01e4f8f.rlib,libidna-ec2307c1ed33293d.rlib,libunicode_normalization-ef5e22c6ce1455c7.rlib,libtinyvec-dabb1bd64e414e54.rlib,libtinyvec_macros-36ab4f0266eef07c.rlib,libunicode_bidi-8386781c09c7dbfc.rlib,libform_urlencoded-43181f2d36d09639.rlib,libpercent_encoding-3e08c199980e8244.rlib,libmatches-80dbaef09a125478.rlib,libhttp-a97cb7f7cecd15dc.rlib,libbytes-b0a22cb49f681777.rlib,libbase64-83ca8be32b9f715d.rlib,libsha2-cf4f343c3ed721c7.rlib,libmd5-b907d291c57640be.rlib,libdigest-017e7f411ce58c19.rlib,libblock_buffer-567c0fdfc5bf1733.rlib,libcrypto_common-b7400b6cb399031d.rlib,libquick_xml-07ecd70d0fff1f3e.rlib,librust_embed-ac07103cb93dfc5e.rlib,librust_embed_utils-1f47190fb6093d59.rlib,libsha2-bdf8c1fe32262838.rlib,libcpufeatures-05a85703b3c2d896.rlib,libopaque_debug-1826dab867fa4b9d.rlib,libdigest-86ff20c3a8825b88.rlib,libblock_buffer-3fafcfc1b7537894.rlib,libgeneric_array-c46cbe347fe49132.rlib,libtypenum-35cb3744b4a64b8e.rlib,libcalamine-5045ff3d374f3a1b.rlib,libcodepage-9420f607660c20ad.rlib,libzip-1d16826727b2b108.rlib,libflate2-d46c37542f9b9d70.rlib,libcrc32fast-e5de59621c1c9ea3.rlib,libquick_xml-7326888d2fcaed3f.rlib,libencoding_rs-21d80902978079f7.rlib,libeml_parser-d6ae046e41f0d231.rlib,libcsv-001982c4fc5e6fb9.rlib,libcsv_core-7347f19c40cf3129.rlib,librand-18b35934ca5d2685.rlib,librand_chacha-cd194ef427644485.rlib,libppv_lite86-f1eaae57f9caf7a8.rlib,librand_core-aee207f06e57592b.rlib,libnotify-30f5907ed1f9536a.rlib,libinotify-fb215c57a12a622d.rlib,libinotify_sys-41d327f2daf282d1.rlib,libmio_extras-1eace575f4462602.rlib,liblazycell-24027d197569389e.rlib,libmio-965f36552d5558e3.rlib,libslab-b1e702ccf3e927a6.rlib,libiovec-3a901fdaa2335d5d.rlib,libnet2-6d37aaec3aa56f38.rlib,libcfg_if-5debf92116708c19.rlib,libdialoguer-5c87d83ec4b13e72.rlib,libtempfile-1035e62ba0a986de.rlib,libfastrand-c4b4598707d308a7.rlib,libremove_dir_all-5156da311761ea29.rlib,libzeroize-981980b2864607a0.rlib,libconsole-fbd18a76c3715fd8.rlib,libfiletime-0247ad55b23f2af2.rlib,libpathdiff-6fb3cbd489750771.rlib,libwax-08f8c2387fe188d3.rlib,libbstr-de68bbf392ea1558.rlib,libregex_automata-31d378b01f1978af.rlib,libwalkdir-94804d3052c9fc5f.rlib,libsame_file-ff49545450c0b63c.rlib,libpori-cbc130a5a4b438b4.rlib,libnom_supreme-ac42bf5cc77c7c94.rlib,libbrownstone-f68324c71807cc14.rlib,libarrayvec-ed96146cefc27155.rlib,libjoinery-e5604d8e70d6b691.rlib,libindent_write-d6b60581bb0a12d9.rlib,libconst_format-5184ac176d0223f7.rlib,libvec1-4831e91563ca7465.rlib,libmiette-476411b77addd26d.rlib,libpowierza_coefficient-f5fd9b666a4b74c8.rlib,libalphanumeric_sort-7cb06d706a35df60.rlib,libis_root-1ad1e73d153d178d.rlib,libusers-76c76692f3606d32.rlib,libtitlecase-e1a14c4461b964bc.rlib,libchrono_tz-84ca6b1aeaa360e4.rlib,libphf-7b1f8b74b90fc99d.rlib,libphf_shared-582c0a9d7b32e1c5.rlib,libuncased-2fab6e9b1e9f9561.rlib,libsiphasher-a12500f72255da72.rlib,libbyteorder-e34f84c2083a6685.rlib,libical-bda4e145315c0ef5.rlib,libpretty_env_logger-15dfa1829a353b26.rlib,libenv_logger-e9299d2611d7732b.rlib,libtermcolor-214b0416d5f44404.rlib,libhumantime-66f8650cfec9fec7.rlib,libquick_error-9f96d0cb10ca2956.rlib,libnu_cli-60cee4ee62cd287e.rlib,libis_executable-919e824fef918d0a.rlib,libnu_color_config-c932f0bf7a858513.rlib,libnu_table-4dd0218561766dbb.rlib,libtabled-c09723dce642097f.rlib,libpapergrid-4969770bb557001a.rlib,libfnv-79e2cbfbe03dcd16.rlib,libbytecount-f0a6b8a0fcd5428d.rlib,libansi_str-b89279533d622c84.rlib,libansitok-f869ec1df64d1c55.rlib,libnom-7ff696981332af70.rlib,libfuzzy_matcher-1ce81e65c1b306c0.rlib,libthread_local-d069a3a6d9c1eb55.rlib,libreedline-a26f77aebf520dd4.rlib,libfd_lock-85d34c814a37fe5b.rlib,librustix-f117224cfd22bf51.rlib,libio_lifetimes-b4d5a61dea117a10.rlib,liblinux_raw_sys-26980f75a0f8499c.rlib,libstrip_ansi_escapes-939e5642efe2219d.rlib,libvte-5b0447f4acec5d39.rlib,libutf8parse-b2c87cebdc39e16c.rlib,libarrayvec-1656f650a01ecea7.rlib,libstrum-1c4e15504d531528.rlib,librusqlite-bdce8c7cf91c6892.rlib,libfallible_streaming_iterator-4b12442690f53239.rlib,libfallible_iterator-a337747b23ec23ad.rlib,libhashlink-ffc087c3a7a0f58d.rlib,liblibsqlite3_sys-a81946e154b4a894.rlib,libnu_ansi_term-f931ee7dde0184c0.rlib,liboverload-447f2db329e02fd7.rlib,libunicode_segmentation-430a21c4383dc97c.rlib,libnu_parser-8d5b81a508c0a868.rlib,libitertools-cacdb71b0fe0cf5e.rlib,libnu_plugin-341180560ec7d15a.rlib,libbincode-bfac40e3dbdc590c.rlib,libcapnp-38467739f5e1e7f5.rlib,libnu_engine-5779cb3cd7498d97.rlib,libnu_glob-d5344b9d80eb7ed5.rlib,libsysinfo-e193a2f1bbd37f38.rlib,librayon-8ae94475e9d5dfe7.rlib,librayon_core-0302a6f4ec7774a2.rlib,libnum_cpus-c1009e2356a47f41.rlib,libcrossbeam_deque-4120e715d873928c.rlib,libcrossbeam_epoch-d83971fc9215acb4.rlib,libmemoffset-e6266b7f586af625.rlib,libcrossbeam_channel-3aac2cc8cebb4531.rlib,libcrossbeam_utils-633e9f59fef92d85.rlib,libeither-4e3f8123de8efba6.rlib,libnu_path-90fc8ce6dcc788a5.rlib,libdirs_next-916179260e95a86b.rlib,libdirs_sys_next-eb61171afdda0183.rlib,libdunce-46ab6da8ab6edf63.rlib,libpwd-ac6aa84c267fd712.rlib,libnu_protocol-0520bf8171595a6e.rlib,libnu_json-2ef03fff47d550fe.rlib,liblinked_hash_map-58e79079d3ee586e.rlib,liblazy_static-af860367908b8176.rlib,libserde_json-dc1be9edec66b413.rlib,libryu-5a0505af43a531a6.rlib,libitoa-8368a3a643979ba6.rlib,libtypetag-d5e45f1ae1e3f3ab.rlib,liberased_serde-7d7c44c0d361e542.rlib,libinventory-6adddf6afefb9801.rlib,libsys_locale-f14ec89db4453b9f.rlib,libregex-9be7af1777c6bef5.rlib,libaho_corasick-ba732d73bedd62f4.rlib,libregex_syntax-00b81cede0cdc0da.rlib,libnum_format-8e4cb8e345f3b7c2.rlib,libitoa-b1f590b0f223a482.rlib,libarrayvec-3617f28676f87902.rlib,libnodrop-48b37a631139088c.rlib,libchrono_humanize-f0622c92ef8e0583.rlib,libbyte_unit-23c78a94788df98a.rlib,libutf8_width-9635adc29fe7a254.rlib,libnu_utils-0a425b79c50d5ff9.rlib,liblscolors-0f9097b62d41735d.rlib,libcrossterm-2ef419e8d94caaa5.rlib,libsignal_hook_mio-e99700540deb8974.rlib,libsignal_hook-c837862f7fd54ed8.rlib,libsignal_hook_registry-dfb62a2833ac6d63.rlib,libmio-40c1d7a4f82c80d5.rlib,libparking_lot-cc0904a90ea3803d.rlib,libparking_lot_core-1fd02a2b4fc46dcc.rlib,libsmallvec-b08c9d42771f59e9.rlib,liblock_api-0c33d9b1d3b6df18.rlib,libscopeguard-df7644544c35baf4.rlib,libbitflags-dde12b0d7d495b50.rlib,libansi_term-74ae5010905c21da.rlib,libindexmap-9d4dee94ed82f39c.rlib,libhashbrown-b0f9d07b218c2326.rlib,libahash-e91e811d001500b2.rlib,libgetrandom-63ea557179ea2915.rlib,libchrono-57673eed51165184.rlib,libnum_integer-ad661490e40fb721.rlib,libnum_traits-36bc3c0c643c6731.rlib,libtime-fdf0a75555ddfb0b.rlib,libserde-31a72610778728af.rlib,libmiette-508d9f64b211acc4.rlib,libtextwrap-9c87ac9dd77922f5.rlib,libunicode_linebreak-f3e5dcfe439e1dc5.rlib,libsmawk-72f6b174f7d73f7e.rlib,libterminal_size-5fd1a4eae10b935b.rlib,libsupports_hyperlinks-20db651259ac0481.rlib,libsupports_color-88875a324e0f9634.rlib,libis_ci-bc1c2ce41e48ade7.rlib,libsupports_unicode-cac5b95b19b94f06.rlib,libbacktrace-3b59cbc22edc04da.rlib,libminiz_oxide-346073b7a65c5f16.rlib,libadler-8a8ce72c9fb247b6.rlib,libobject-3bc0c2871677c8b9.rlib,libmemchr-34c06a26bc9e8129.rlib,libaddr2line-2d5fbcd970d08f94.rlib,libgimli-eafb5074c8ac2a4a.rlib,librustc_demangle-b6b07d3d723455a9.rlib,libunicode_width-63532bdea7ef68cc.rlib,libowo_colors-dd3be057883f676d.rlib,libatty-5069553845e1abac.rlib,liblibc-a07f45384653de77.rlib,libonce_cell-08f2c01226c75f44.rlib,libthiserror-b2a1a78d456c2e03.rlib,liblog-52838b90e75d1877.rlib,libcfg_if-3e7fc4e38d4a72b5.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcbNE7h3/raw-dylibs" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/libsqlite3-sys-2b6b8d6557e227e8/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/nu-20f884513bb612dc" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `nu` (bin "nu" test) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "e04d2fae2a7f3743f5dc18b81168253ce7d76ea5021e8c7a158e332cbda62cb3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e04d2fae2a7f3743f5dc18b81168253ce7d76ea5021e8c7a158e332cbda62cb3", kill_on_drop: false }` [INFO] [stdout] e04d2fae2a7f3743f5dc18b81168253ce7d76ea5021e8c7a158e332cbda62cb3