[INFO] cloning repository https://github.com/nushell-works/nu_plugin_secret
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nushell-works/nu_plugin_secret" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnushell-works%2Fnu_plugin_secret", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnushell-works%2Fnu_plugin_secret'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b454aab11f31d860042c08acd2ec597631162a13
[INFO] testing nushell-works/nu_plugin_secret against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnushell-works%2Fnu_plugin_secret" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nushell-works/nu_plugin_secret
[INFO] finished tweaking git repo https://github.com/nushell-works/nu_plugin_secret
[INFO] tweaked toml for git repo https://github.com/nushell-works/nu_plugin_secret written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nushell-works/nu_plugin_secret on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nushell-works/nu_plugin_secret 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" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 315003f340ea0e573fd41d20580b57ef557e2c61ea8f129d970eb8001491167e
[INFO] running `Command { std: "docker" "start" "315003f340ea0e573fd41d20580b57ef557e2c61ea8f129d970eb8001491167e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "315003f340ea0e573fd41d20580b57ef557e2c61ea8f129d970eb8001491167e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "315003f340ea0e573fd41d20580b57ef557e2c61ea8f129d970eb8001491167e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "315003f340ea0e573fd41d20580b57ef557e2c61ea8f129d970eb8001491167e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "315003f340ea0e573fd41d20580b57ef557e2c61ea8f129d970eb8001491167e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling pure-rust-locales v0.8.2
[INFO] [stderr]    Compiling iana-time-zone v0.1.64
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling type-map v0.5.1
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.7
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling self_cell v1.2.2
[INFO] [stderr]    Compiling typeid v1.0.3
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling terminal_size v0.4.3
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling clap_builder v4.5.53
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling procfs v0.18.0
[INFO] [stderr]    Compiling owo-colors v4.2.3
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling erased-serde v0.4.9
[INFO] [stderr]    Compiling uucore v0.6.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling buf-trait v0.4.1
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling flate2 v1.1.5
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling derive_more-impl v2.1.0
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling unic-langid-impl v0.9.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling unic-langid v0.9.6
[INFO] [stderr]    Compiling intl-memoizer v0.5.3
[INFO] [stderr]    Compiling fluent-langneg v0.13.1
[INFO] [stderr]    Compiling intl_pluralrules v7.0.2
[INFO] [stderr]    Compiling derive_more v2.1.0
[INFO] [stderr]    Compiling clap v4.5.53
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling fluent-syntax v0.12.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling fluent-bundle v0.16.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling os_display v0.1.4
[INFO] [stderr]    Compiling fluent v0.17.0
[INFO] [stderr]    Compiling uucore_procs v0.6.0
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling vte v0.14.1
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling typetag v0.2.21
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling supports-color v3.0.2
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling strip-ansi-escapes v0.2.1
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling lscolors v0.20.0
[INFO] [stderr]    Compiling rmp v0.8.14
[INFO] [stderr]    Compiling pwd v1.4.0
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling typetag-impl v0.2.21
[INFO] [stderr]    Compiling miette-derive v7.6.0
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling byteyarn v0.5.1
[INFO] [stderr]    Compiling brotli-decompressor v5.0.0
[INFO] [stderr]    Compiling fancy-regex v0.17.0
[INFO] [stderr]    Compiling num-format v0.4.4
[INFO] [stderr]    Compiling sysinfo v0.38.4
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling lean_string v0.5.1
[INFO] [stderr]    Compiling supports-hyperlinks v3.1.0
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling supports-unicode v3.0.0
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling sys-locale v0.3.2
[INFO] [stderr]    Compiling inventory v0.3.21
[INFO] [stderr]    Compiling web-time v1.1.0
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling nu-utils v0.111.0
[INFO] [stderr]    Compiling brotli v8.0.2
[INFO] [stderr]    Compiling miette v7.6.0
[INFO] [stderr]    Compiling rmp-serde v1.3.1
[INFO] [stderr]    Compiling nu-path v0.111.0
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]    Compiling procfs-core v0.18.0
[INFO] [stderr]    Compiling chrono-humanize v0.2.3
[INFO] [stderr]    Compiling nu-derive-value v0.111.0
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling nu-experimental v0.111.0
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]    Compiling lru v0.16.3
[INFO] [stderr]    Compiling os_pipe v1.2.3
[INFO] [stderr]    Compiling nu-glob v0.111.0
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling pest v2.8.4
[INFO] [stderr]    Compiling chrono-tz-build v0.3.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling cc v1.2.49
[INFO] [stderr]    Compiling pest_meta v2.8.4
[INFO] [stderr]    Compiling chrono-tz v0.9.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling doctest-file v1.0.0
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling interprocess v2.4.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling blake3 v1.8.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling pest_generator v2.8.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling deunicode v1.6.2
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling slug v0.1.6
[INFO] [stderr]    Compiling pest_derive v2.8.4
[INFO] [stderr]    Compiling nu-system v0.111.0
[INFO] [stderr]    Compiling globwalk v0.9.1
[INFO] [stderr]    Compiling nu-protocol v0.111.0
[INFO] [stderr]    Compiling humansize v2.1.3
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling constant_time_eq v0.3.1
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling tera v1.20.1
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling nu-plugin-protocol v0.111.0
[INFO] [stderr]    Compiling nu-engine v0.111.0
[INFO] [stderr]    Compiling nu-plugin-core v0.111.0
[INFO] [stderr]    Compiling nu-plugin v0.111.0
[INFO] [stderr]    Compiling nu_plugin_secret v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 01s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[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" "315003f340ea0e573fd41d20580b57ef557e2c61ea8f129d970eb8001491167e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "315003f340ea0e573fd41d20580b57ef557e2c61ea8f129d970eb8001491167e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling zerocopy-derive v0.8.31
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling typetag v0.2.21
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling fancy-regex v0.17.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling nu-utils v0.111.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling rmp v0.8.14
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling rmp-serde v1.3.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling env_home v0.1.0
[INFO] [stderr]    Compiling sdd v3.0.10
[INFO] [stderr]    Compiling which v8.0.0
[INFO] [stderr]    Compiling globwalk v0.9.1
[INFO] [stderr]    Compiling scc v2.4.0
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling procfs-core v0.18.0
[INFO] [stderr]    Compiling chrono-humanize v0.2.3
[INFO] [stderr]    Compiling chrono-tz v0.9.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling serial_test_derive v3.3.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling proptest v1.9.0
[INFO] [stderr]    Compiling serial_test v3.3.1
[INFO] [stderr]    Compiling nu-test-support v0.111.0
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling tera v1.20.1
[INFO] [stderr]    Compiling procfs v0.18.0
[INFO] [stderr]    Compiling nu-system v0.111.0
[INFO] [stderr]    Compiling nu-protocol v0.111.0
[INFO] [stderr]    Compiling nu-plugin-protocol v0.111.0
[INFO] [stderr]    Compiling nu-engine v0.111.0
[INFO] [stderr]    Compiling nu-plugin-core v0.111.0
[INFO] [stderr]    Compiling nu-plugin v0.111.0
[INFO] [stderr]    Compiling nu_plugin_secret v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 02s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[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" "315003f340ea0e573fd41d20580b57ef557e2c61ea8f129d970eb8001491167e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "315003f340ea0e573fd41d20580b57ef557e2c61ea8f129d970eb8001491167e" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.54s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
[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/lib.rs (/opt/rustwide/target/debug/deps/nu_plugin_secret-22b1ba7ab2a89117)
[INFO] [stdout] 
[INFO] [stdout] running 387 tests
[INFO] [stdout] test commands::config_export::tests::test_command_name ... ok
[INFO] [stdout] test commands::config_import::tests::test_backup_filename_format ... ok
[INFO] [stdout] test commands::config_import::tests::test_command_name ... ok
[INFO] [stdout] test commands::config_export::tests::test_signature ... ok
[INFO] [stdout] test commands::config_import::tests::test_config_manager_load_nonexistent_file ... ok
[INFO] [stdout] test commands::config_import::tests::test_configuration_structure_completeness ... ok
[INFO] [stdout] test commands::config_import::tests::test_examples ... ok
[INFO] [stdout] test commands::config_import::tests::test_config_validation_logic ... ok
[INFO] [stdout] test commands::config_import::tests::test_description ... ok
[INFO] [stdout] test commands::config_import::tests::test_config_manager_load_from_path ... ok
[INFO] [stdout] test commands::config_reset::tests::test_signature ... ok
[INFO] [stdout] test commands::config_show::tests::test_command_name ... ok
[INFO] [stdout] test commands::config_show::tests::test_signature ... ok
[INFO] [stdout] test commands::config_validate::tests::test_command_category ... ok
[INFO] [stdout] test commands::config_validate::tests::test_command_signature_has_verbose_flag ... ok
[INFO] [stdout] test commands::config_validate::tests::test_command_name ... ok
[INFO] [stdout] test commands::config_validate::tests::test_config_file_path_detection ... ok
[INFO] [stdout] test commands::config_validate::tests::test_complex_tera_template ... ok
[INFO] [stdout] test commands::config_validate::tests::test_config_file_path_construction ... ok
[INFO] [stdout] test commands::config_validate::tests::test_configuration_with_all_valid_settings ... ok
[INFO] [stdout] test commands::config_validate::tests::test_default_configuration_validation ... ok
[INFO] [stdout] test commands::config_validate::tests::test_description ... ok
[INFO] [stdout] test commands::config_validate::tests::test_empty_string_trimming_logic ... ok
[INFO] [stdout] test commands::config_validate::tests::test_empty_redaction_template_validation ... ok
[INFO] [stdout] test commands::config_import::tests::test_different_security_levels_serialization ... ok
[INFO] [stdout] test commands::config_validate::tests::test_custom_redaction_template_validation ... ok
[INFO] [stdout] test commands::config_import::tests::test_custom_redaction_templates_serialization ... ok
[INFO] [stdout] test commands::config_import::tests::test_signature ... ok
[INFO] [stdout] test commands::config_reset::tests::test_command_name ... ok
[INFO] [stdout] test commands::config_import::tests::test_config_manager_load_invalid_toml ... ok
[INFO] [stdout] test commands::config_validate::tests::test_environment_variable_detection ... ok
[INFO] [stdout] test commands::config_validate::tests::test_environment_variable_filtering ... ok
[INFO] [stdout] test commands::config_validate::tests::test_examples_count ... ok
[INFO] [stdout] test commands::config_validate::tests::test_examples_have_descriptions ... ok
[INFO] [stdout] test commands::config_validate::tests::test_examples_have_expected_commands ... ok
[INFO] [stdout] test commands::config_validate::tests::test_input_output_types ... ok
[INFO] [stdout] test commands::config_validate::tests::test_minimal_security_level_validation ... ok
[INFO] [stdout] test commands::config_validate::tests::test_paranoid_security_level_validation ... ok
[INFO] [stdout] test commands::config_validate::tests::test_paranoid_security_with_audit_disabled_should_fail ... ok
[INFO] [stdout] test commands::config_validate::tests::test_security_level_warning_detection ... ok
[INFO] [stdout] test commands::config_validate::tests::test_minimal_security_with_audit_disabled_should_pass ... ok
[INFO] [stdout] test commands::config_validate::tests::test_signature ... ok
[INFO] [stdout] test commands::config_validate::tests::test_standard_security_level_validation ... ok
[INFO] [stdout] test commands::config_validate::tests::test_standard_security_with_audit_disabled_should_fail ... ok
[INFO] [stdout] test commands::config_validate::tests::test_multiple_configuration_issues ... ok
[INFO] [stdout] test commands::config_validate::tests::test_show_unredacted_configuration ... ok
[INFO] [stdout] test commands::config_validate::tests::test_template_with_simple_syntax ... ok
[INFO] [stdout] test commands::config_validate::tests::test_valid_tera_template_without_variables ... ok
[INFO] [stdout] test commands::config_validate::tests::test_validation_result_categorization ... ok
[INFO] [stdout] test commands::config_validate::tests::test_invalid_tera_template ... ok
[INFO] [stdout] test commands::config_validate::tests::test_validation_message_leaking ... ok
[INFO] [stdout] test commands::config_validate::tests::test_whitespace_only_redaction_template ... ok
[INFO] [stdout] test commands::config_validate::tests::test_redaction_template_with_conditionals ... ok
[INFO] [stdout] test commands::configure::tests::test_command_name ... ok
[INFO] [stdout] test commands::config_validate::tests::test_validation_result_counting ... ok
[INFO] [stdout] test commands::config_validate::tests::test_very_long_redaction_template ... ok
[INFO] [stdout] test commands::config_validate::tests::test_redaction_template_with_variables ... ok
[INFO] [stdout] test commands::configure::tests::test_signature ... ok
[INFO] [stdout] test commands::contains::tests::test_binary_comparison_logic ... ok
[INFO] [stdout] test commands::contains::tests::test_bool_comparison_logic ... ok
[INFO] [stdout] test commands::contains::tests::test_boundary_float_values ... ok
[INFO] [stdout] test commands::contains::tests::test_boundary_integer_values ... ok
[INFO] [stdout] test commands::contains::tests::test_description ... ok
[INFO] [stdout] test commands::contains::tests::test_command_name ... ok
[INFO] [stdout] test commands::contains::tests::test_examples_count ... ok
[INFO] [stdout] test commands::contains::tests::test_empty_values_logic ... ok
[INFO] [stdout] test commands::contains::tests::test_complex_nested_structures ... ok
[INFO] [stdout] test commands::contains::tests::test_date_comparison_logic ... ok
[INFO] [stdout] test commands::contains::tests::test_int_comparison_logic ... ok
[INFO] [stdout] test commands::contains::tests::test_examples_have_descriptions ... ok
[INFO] [stdout] test commands::contains::tests::test_list_comparison_logic ... ok
[INFO] [stdout] test commands::contains::tests::test_record_comparison_logic ... ok
[INFO] [stdout] test commands::contains::tests::test_signature ... ok
[INFO] [stdout] test commands::contains::tests::test_string_comparison_logic ... ok
[INFO] [stdout] test commands::hash::tests::test_binary_hashing_logic ... ok
[INFO] [stdout] test commands::hash::tests::test_compute_hash_blake3 ... ok
[INFO] [stdout] test commands::hash::tests::test_command_name ... ok
[INFO] [stdout] test commands::contains::tests::test_unicode_string_logic ... ok
[INFO] [stdout] test commands::hash::tests::test_compute_hash_sha256 ... ok
[INFO] [stdout] test commands::hash::tests::test_compute_hash_sha512 ... ok
[INFO] [stdout] test commands::hash::tests::test_description ... ok
[INFO] [stdout] test commands::contains::tests::test_float_special_values_logic ... ok
[INFO] [stdout] test commands::hash::tests::test_empty_data_hashing ... ok
[INFO] [stdout] test commands::contains::tests::test_large_data_structures ... ok
[INFO] [stdout] test commands::hash::tests::test_examples_count ... ok
[INFO] [stdout] test commands::hash::tests::test_hash_algorithm_parsing ... ok
[INFO] [stdout] test commands::hash::tests::test_deterministic_hashing ... ok
[INFO] [stdout] test commands::hash::tests::test_list_serialization ... ok
[INFO] [stdout] test commands::contains::tests::test_float_epsilon_comparison_logic ... ok
[INFO] [stdout] test commands::hash::tests::test_record_serialization ... ok
[INFO] [stdout] test commands::info::tests::test_command_name ... ok
[INFO] [stdout] test commands::hash::tests::test_different_algorithms_produce_different_hashes ... ok
[INFO] [stdout] test commands::contains::tests::test_examples_have_valid_results ... ok
[INFO] [stdout] test commands::hash::tests::test_unicode_string_hashing ... ok
[INFO] [stdout] test commands::hash::tests::test_signature ... ok
[INFO] [stdout] test commands::info::tests::test_signature ... ok
[INFO] [stdout] test commands::is_empty::tests::test_description ... ok
[INFO] [stdout] test commands::hash::tests::test_string_hashing_logic ... ok
[INFO] [stdout] test commands::is_empty::tests::test_empty_list ... ok
[INFO] [stdout] test commands::is_empty::tests::test_empty_binary ... ok
[INFO] [stdout] test commands::is_empty::tests::test_command_name ... ok
[INFO] [stdout] test commands::is_empty::tests::test_empty_record ... ok
[INFO] [stdout] test commands::is_empty::tests::test_empty_string ... ok
[INFO] [stdout] test commands::is_empty::tests::test_examples_count ... ok
[INFO] [stdout] test commands::is_empty::tests::test_non_empty_binary ... ok
[INFO] [stdout] test commands::is_empty::tests::test_examples_have_descriptions ... ok
[INFO] [stdout] test commands::is_empty::tests::test_examples_have_valid_results ... ok
[INFO] [stdout] test commands::is_empty::tests::test_non_empty_list ... ok
[INFO] [stdout] test commands::is_empty::tests::test_non_empty_record ... ok
[INFO] [stdout] test commands::is_empty::tests::test_non_empty_string ... ok
[INFO] [stdout] test commands::is_empty::tests::test_signature ... ok
[INFO] [stdout] test commands::is_empty::tests::test_unsupported_type ... ok
[INFO] [stdout] test commands::length::tests::test_command_name ... ok
[INFO] [stdout] test commands::length::tests::test_examples_have_descriptions ... ok
[INFO] [stdout] test commands::length::tests::test_examples_have_valid_results ... ok
[INFO] [stdout] test commands::length::tests::test_signature ... ok
[INFO] [stdout] test commands::length::tests::test_list_length_logic ... ok
[INFO] [stdout] test commands::length::tests::test_string_length_logic ... ok
[INFO] [stdout] test commands::length::tests::test_nested_list_length ... ok
[INFO] [stdout] test commands::length::tests::test_description ... ok
[INFO] [stdout] test commands::length::tests::test_edge_cases ... ok
[INFO] [stdout] test commands::type_of::tests::test_command_name ... ok
[INFO] [stdout] test commands::type_of::tests::test_signature ... ok
[INFO] [stdout] test commands::unwrap::tests::test_command_name ... ok
[INFO] [stdout] test commands::length::tests::test_unicode_string_length ... ok
[INFO] [stdout] test commands::length::tests::test_binary_length_logic ... ok
[INFO] [stdout] test commands::length::tests::test_examples_count ... ok
[INFO] [stdout] test commands::validate::tests::test_command_name ... ok
[INFO] [stdout] test commands::unwrap::tests::test_signature ... ok
[INFO] [stdout] test commands::validate_format::tests::test_command_name ... ok
[INFO] [stdout] test commands::validate::tests::test_signature ... ok
[INFO] [stdout] test commands::validate_format::tests::test_credit_card_invalid ... ok
[INFO] [stdout] test commands::validate_format::tests::test_credit_card_valid ... ok
[INFO] [stdout] test commands::validate_format::tests::test_description ... ok
[INFO] [stdout] test commands::validate_format::tests::test_custom_regex_invalid_pattern ... ok
[INFO] [stdout] test commands::validate_format::tests::test_examples_count ... ok
[INFO] [stdout] test commands::validate_format::tests::test_examples_have_valid_results ... ok
[INFO] [stdout] test commands::validate_format::tests::test_format_display ... ok
[INFO] [stdout] test commands::validate_format::tests::test_examples_have_descriptions ... ok
[INFO] [stdout] test commands::validate_format::tests::test_ipv4_invalid ... ok
[INFO] [stdout] test commands::validate_format::tests::test_ipv4_valid ... ok
[INFO] [stdout] test commands::validate_format::tests::test_hex_valid ... ok
[INFO] [stdout] test commands::validate_format::tests::test_base64_invalid ... ok
[INFO] [stdout] test commands::validate_format::tests::test_hex_invalid ... ok
[INFO] [stdout] test commands::validate_format::tests::test_ipv6_valid ... ok
[INFO] [stdout] test commands::validate_format::tests::test_base64_valid ... ok
[INFO] [stdout] test commands::validate_format::tests::test_email_invalid ... ok
[INFO] [stdout] test commands::validate_format::tests::test_email_valid ... ok
[INFO] [stdout] test commands::validate_format::tests::test_ipv6_invalid ... ok
[INFO] [stdout] test commands::validate_format::tests::test_parse_format_validator_base64 ... ok
[INFO] [stdout] test commands::validate_format::tests::test_parse_format_validator_case_insensitive ... ok
[INFO] [stdout] test commands::validate_format::tests::test_parse_format_validator_credit_card ... ok
[INFO] [stdout] test commands::validate_format::tests::test_parse_format_validator_email ... ok
[INFO] [stdout] test commands::validate_format::tests::test_parse_format_validator_hex ... ok
[INFO] [stdout] test commands::validate_format::tests::test_parse_format_validator_ipv4 ... ok
[INFO] [stdout] test commands::validate_format::tests::test_parse_format_validator_regex_missing_pattern ... ok
[INFO] [stdout] test commands::validate_format::tests::test_parse_format_validator_ipv6 ... ok
[INFO] [stdout] test commands::validate_format::tests::test_parse_format_validator_jwt ... ok
[INFO] [stdout] test commands::validate_format::tests::test_parse_format_validator_regex_with_pattern ... ok
[INFO] [stdout] test commands::validate_format::tests::test_parse_format_validator_ssn ... ok
[INFO] [stdout] test commands::validate_format::tests::test_parse_format_validator_unsupported_format ... ok
[INFO] [stdout] test commands::validate_format::tests::test_jwt_invalid ... ok
[INFO] [stdout] test commands::validate_format::tests::test_jwt_valid ... ok
[INFO] [stdout] test commands::validate_format::tests::test_parse_format_validator_uuid ... ok
[INFO] [stdout] test commands::validate_format::tests::test_signature ... ok
[INFO] [stdout] test commands::validate_format::tests::test_validate_secret_format_email_invalid ... ok
[INFO] [stdout] test commands::validate_format::tests::test_validate_secret_format_invalid_regex ... ok
[INFO] [stdout] test commands::validate_format::tests::test_validate_secret_format_email_valid ... ok
[INFO] [stdout] test commands::validate_format::tests::test_uuid_invalid ... ok
[INFO] [stdout] test commands::validate_format::tests::test_custom_regex_valid ... ok
[INFO] [stdout] test commands::validate_format::tests::test_validate_secret_format_unsupported_type ... ok
[INFO] [stdout] test commands::validate_format::tests::test_validate_secret_string_does_not_expose_content ... ok
[INFO] [stdout] test commands::validate_format::tests::test_validate_with_secret_string ... ok
[INFO] [stdout] test commands::validate_format::tests::test_uuid_valid ... ok
[INFO] [stdout] test commands::wrap::tests::test_signature ... ok
[INFO] [stdout] test commands::wrap_with::tests::test_command_name ... ok
[INFO] [stdout] test commands::wrap_with::tests::test_date_value_creation ... ok
[INFO] [stdout] test commands::wrap_with::tests::test_description ... ok
[INFO] [stdout] test commands::wrap_with::tests::test_examples ... ok
[INFO] [stdout] test commands::wrap::tests::test_command_name ... ok
[INFO] [stdout] test commands::wrap_with::tests::test_error_message_format ... ok
[INFO] [stdout] test commands::wrap_with::tests::test_record_value_creation ... ok
[INFO] [stdout] test commands::wrap_with::tests::test_signature ... ok
[INFO] [stdout] test commands::wrap_with::tests::test_value_type_mapping ... ok
[INFO] [stdout] test commands::wrap_with::tests::test_supported_type_creation ... ok
[INFO] [stdout] test commands::wrap_with::tests::test_input_output_type_coverage ... ok
[INFO] [stdout] test commands::wrap_with::tests::test_template_validation ... ok
[INFO] [stdout] test commands::wrap_with::tests::test_secret_string_template_variable ... ok
[INFO] [stdout] test config::tests::test_config_schema_compatibility ... ok
[INFO] [stdout] test config::tests::test_config_file_operations ... ok
[INFO] [stdout] test config::tests::test_custom_template_compatibility ... ok
[INFO] [stdout] test config::tests::test_config_with_custom_template ... ok
[INFO] [stdout] test config::tests::test_backward_compatibility ... ok
[INFO] [stdout] test config::tests::test_default_config ... ok
[INFO] [stdout] test config::tests::test_config_serialization ... ok
[INFO] [stdout] test commands::validate_format::tests::test_ssn_invalid ... ok
[INFO] [stdout] test commands::validate_format::tests::test_ssn_valid ... ok
[INFO] [stdout] test config::tests::test_empty_config_sections ... ok
[INFO] [stdout] test config::tests::test_mask_secret_default_value ... ok
[INFO] [stdout] test config::tests::test_security_config_defaults ... ok
[INFO] [stdout] test config::tests::test_mask_secret_serialization ... ok
[INFO] [stdout] test config::tests::test_mask_secret_toml_parsing ... ok
[INFO] [stdout] test config::tests::test_show_unredacted_default_value ... ok
[INFO] [stdout] test config::tests::test_show_unredacted_env_var ... ok
[INFO] [stdout] test memory_optimizations::tests::test_binary_optimization ... ok
[INFO] [stdout] test config::tests::test_real_config_file_integration ... ok
[INFO] [stdout] test memory_optimizations::tests::test_memory_pool ... ok
[INFO] [stdout] test memory_optimizations::tests::test_memory_stats ... ok
[INFO] [stdout] test config::tests::test_simple_template_acceptance ... ok
[INFO] [stdout] test config::tests::test_existing_config_files ... ok
[INFO] [stdout] test performance_monitoring::tests::test_regression_detection ... ok
[INFO] [stdout] test memory_optimizations::tests::test_configurable_redacted_string_with_value ... ok
[INFO] [stdout] test memory_optimizations::tests::test_configurable_redacted_string_with_generic_value ... ok
[INFO] [stdout] test performance_monitoring::tests::test_performance_monitor ... ok
[INFO] [stdout] test memory_optimizations::tests::test_redacted_string_with_length ... ok
[INFO] [stdout] test config::tests::test_redaction_template_validation ... ok
[INFO] [stdout] test redaction::tests::test_mask_secret_config_structure ... ok
[INFO] [stdout] test redaction::tests::test_mask_secret_functionality ... ok
[INFO] [stdout] test performance_monitoring::tests::test_timing_function ... ok
[INFO] [stdout] test memory_optimizations::tests::test_redacted_string_templating ... ok
[INFO] [stdout] test redaction::tests::test_configurable_template_usage ... ok
[INFO] [stdout] test redaction::tests::test_redacted_string_format ... ok
[INFO] [stdout] test redaction::tests::test_generate_redacted_string_with_custom_template ... ok
[INFO] [stdout] test redaction::tests::test_get_redacted_string_with_custom_template_and_value ... ok
[INFO] [stdout] test redaction::tests::test_redaction_template_initialization ... ok
[INFO] [stdout] test redaction::tests::test_redacted_string_with_value_includes_length ... ok
[INFO] [stdout] test redaction::tests::test_cached_redacted_strings ... ok
[INFO] [stdout] test redaction::tests::test_redacted_string_with_length ... ok
[INFO] [stdout] test redaction::tests::test_replicate_function ... ok
[INFO] [stdout] test redaction::tests::test_replicate_function_different_characters ... ok
[INFO] [stdout] test redaction::tests::test_complex_template_combinations ... ok
[INFO] [stdout] test redaction::tests::test_replicate_function_negative_length ... ok
[INFO] [stdout] test redaction::tests::test_replicate_function_zero_length ... ok
[INFO] [stdout] test redaction::tests::test_replicate_function_error_handling ... ok
[INFO] [stdout] test redaction::tests::test_redacted_string_with_value ... ok
[INFO] [stdout] test redaction::tests::test_secret_string_function_registration_conditional ... ok
[INFO] [stdout] test redaction::tests::test_secret_string_integration_with_none ... ok
[INFO] [stdout] test redaction::tests::test_secret_string_cached_functions_integration ... ok
[INFO] [stdout] test redaction::tests::test_secret_string_integration_with_some ... ok
[INFO] [stdout] test redaction::tests::test_secret_string_template_context_integration ... ok
[INFO] [stdout] test redaction::tests::test_secret_string_variable ... ok
[INFO] [stdout] test redaction::tests::test_reverse_function_error_handling ... ok
[INFO] [stdout] test redaction::tests::test_secret_string_with_other_template_variables ... ok
[INFO] [stdout] test redaction::tests::test_strlen_function_error_handling ... ok
[INFO] [stdout] test redaction::tests::test_take_function_error_handling ... ok
[INFO] [stdout] test redaction::tests::test_reverse_function ... ok
[INFO] [stdout] test redaction::tests::test_template_with_secret_length ... ok
[INFO] [stdout] test redaction::tests::test_template_rendering_formats ... ok
[INFO] [stdout] test secret_types::operations::tests::equal_with_different_custom_type_returns_false ... ok
[INFO] [stdout] test redaction::tests::test_tera_template_rendering ... ok
[INFO] [stdout] test secret_types::operations::tests::equal_with_non_custom_value_returns_false ... ok
[INFO] [stdout] test secret_types::operations::tests::equal_with_matching_values_returns_true ... ok
[INFO] [stdout] test secret_types::operations::tests::equal_with_non_matching_values_returns_false ... ok
[INFO] [stdout] test secret_types::operations::tests::greater_than_or_equal_with_equal_values_returns_true ... ok
[INFO] [stdout] test redaction::tests::test_template_error_fallback_handling ... ok
[INFO] [stdout] test secret_types::operations::tests::less_than_with_equal_values_returns_false ... ok
[INFO] [stdout] test redaction::tests::test_template_with_length_and_replicate ... ok
[INFO] [stdout] test redaction::tests::test_strlen_function_with_template_variables ... ok
[INFO] [stdout] test secret_types::operations::tests::less_than_with_smaller_lhs_returns_true ... ok
[INFO] [stdout] test redaction::tests::test_take_function ... ok
[INFO] [stdout] test secret_types::operations::tests::not_equal_with_matching_values_returns_false ... ok
[INFO] [stdout] test secret_types::operations::tests::not_equal_with_different_custom_type_returns_true ... ok
[INFO] [stdout] test secret_types::operations::tests::less_than_with_larger_lhs_returns_false ... ok
[INFO] [stdout] test secret_types::operations::tests::not_equal_with_non_matching_values_returns_true ... ok
[INFO] [stdout] test secret_types::operations::tests::ordering_unsupported_operator_returns_error ... ok
[INFO] [stdout] test secret_types::operations::tests::ordering_nan_float_returns_error ... ok
[INFO] [stdout] test secret_types::operations::tests::not_equal_with_non_custom_value_returns_true ... ok
[INFO] [stdout] test secret_types::operations::tests::ordering_with_different_type_returns_error ... ok
[INFO] [stdout] test secret_types::secret_binary::tests::test_secret_binary_access ... ok
[INFO] [stdout] test secret_types::secret_binary::tests::test_secret_binary_creation ... ok
[INFO] [stdout] test secret_types::secret_binary::tests::test_secret_binary_deserialization ... ok
[INFO] [stdout] test secret_types::secret_binary::tests::test_secret_binary_custom_value ... ok
[INFO] [stdout] test secret_types::secret_binary::tests::test_secret_binary_empty ... ok
[INFO] [stdout] test secret_types::secret_binary::tests::test_secret_binary_equality ... ok
[INFO] [stdout] test secret_types::secret_binary::tests::test_secret_binary_equality_different_lengths ... ok
[INFO] [stdout] test secret_types::secret_binary::tests::test_secret_binary_into_inner ... ok
[INFO] [stdout] test secret_types::secret_binary::tests::test_secret_binary_serialization ... ok
[INFO] [stdout] test secret_types::secret_bool::tests::test_secret_bool_creation ... ok
[INFO] [stdout] test secret_types::secret_bool::tests::test_secret_bool_custom_value ... ok
[INFO] [stdout] test secret_types::secret_bool::tests::test_secret_bool_display ... ok
[INFO] [stdout] test secret_types::secret_bool::tests::test_secret_bool_equality ... ok
[INFO] [stdout] test secret_types::secret_bool::tests::test_secret_bool_into_inner ... ok
[INFO] [stdout] test redaction::tests::test_strlen_function ... ok
[INFO] [stdout] test secret_types::secret_date::tests::test_secret_date_comparisons ... ok
[INFO] [stdout] test secret_types::secret_bool::tests::test_secret_bool_with_custom_template ... ok
[INFO] [stdout] test secret_types::secret_date::tests::test_secret_date_creation ... ok
[INFO] [stdout] test secret_types::secret_date::tests::test_secret_date_deserialization ... ok
[INFO] [stdout] test secret_types::secret_date::tests::test_secret_date_custom_value ... ok
[INFO] [stdout] test secret_types::secret_date::tests::test_secret_date_equality ... ok
[INFO] [stdout] test secret_types::secret_date::tests::test_secret_date_into_inner ... ok
[INFO] [stdout] test secret_types::secret_date::tests::test_secret_date_serialization ... ok
[INFO] [stdout] test secret_types::secret_date::tests::test_secret_date_year_access ... ok
[INFO] [stdout] test secret_types::secret_float::tests::test_secret_float_creation ... ok
[INFO] [stdout] test secret_types::secret_float::tests::test_secret_float_custom_value ... ok
[INFO] [stdout] test secret_types::secret_float::tests::test_secret_float_deserialization ... ok
[INFO] [stdout] test redaction::tests::test_strlen_function_complex_templates ... ok
[INFO] [stdout] test secret_types::secret_date::tests::test_secret_date_display ... ok
[INFO] [stdout] test secret_types::secret_float::tests::test_secret_float_display ... ok
[INFO] [stdout] test secret_types::secret_float::tests::test_secret_float_equality ... ok
[INFO] [stdout] test secret_types::secret_binary::tests::test_secret_binary_display ... ok
[INFO] [stdout] test secret_types::operations::tests::greater_than_with_larger_lhs_returns_true ... ok
[INFO] [stdout] test secret_types::operations::tests::less_than_or_equal_with_equal_values_returns_true ... ok
[INFO] [stdout] test secret_types::operations::tests::ordering_with_different_secret_type_returns_error ... ok
[INFO] [stdout] test secret_types::operations::tests::unsupported_operator_returns_error ... ok
[INFO] [stdout] test secret_types::secret_float::tests::test_secret_float_into_inner ... ok
[INFO] [stdout] test secret_types::secret_float::tests::test_secret_float_nan_equality ... ok
[INFO] [stdout] test secret_types::secret_float::tests::test_secret_float_serialization ... ok
[INFO] [stdout] test secret_types::secret_float::tests::test_secret_float_special_checks ... ok
[INFO] [stdout] test secret_types::secret_int::tests::test_secret_int_into_inner ... ok
[INFO] [stdout] test secret_types::secret_list::tests::test_secret_list_access ... ok
[INFO] [stdout] test secret_types::secret_int::tests::test_secret_int_equality ... ok
[INFO] [stdout] test secret_types::secret_int::tests::test_secret_int_display ... ok
[INFO] [stdout] test secret_types::secret_int::tests::test_secret_int_creation ... ok
[INFO] [stdout] test secret_types::secret_int::tests::test_secret_int_with_custom_template ... ok
[INFO] [stdout] test secret_types::secret_int::tests::test_secret_int_with_replicate_template ... ok
[INFO] [stdout] test secret_types::secret_list::tests::test_secret_list_creation ... ok
[INFO] [stdout] test secret_types::secret_int::tests::test_secret_int_custom_value ... ok
[INFO] [stdout] test secret_types::secret_list::tests::test_secret_list_custom_value ... ok
[INFO] [stdout] test secret_types::secret_list::tests::test_secret_list_deserialization ... ok
[INFO] [stdout] test secret_types::secret_list::tests::test_secret_list_empty ... ok
[INFO] [stdout] test secret_types::secret_list::tests::test_secret_list_equality ... ok
[INFO] [stdout] test secret_types::secret_list::tests::test_secret_list_serialization ... ok
[INFO] [stdout] test secret_types::secret_record::tests::test_secret_record_as_any_methods ... ok
[INFO] [stdout] test secret_types::secret_list::tests::test_secret_list_display ... ok
[INFO] [stdout] test secret_types::secret_record::tests::test_secret_record_deserialization ... ok
[INFO] [stdout] test secret_types::secret_record::tests::test_secret_record_complex_nested_values ... ok
[INFO] [stdout] test secret_types::secret_record::tests::test_secret_record_equality ... ok
[INFO] [stdout] test secret_types::secret_record::tests::test_secret_record_empty_serialization ... ok
[INFO] [stdout] test secret_types::secret_record::tests::test_secret_record_creation ... ok
[INFO] [stdout] test secret_types::secret_record::tests::test_secret_record_custom_value ... ok
[INFO] [stdout] test secret_types::secret_record::tests::test_secret_record_clone_value ... ok
[INFO] [stdout] test secret_types::secret_record::tests::test_secret_record_get_field_missing ... ok
[INFO] [stdout] test secret_types::secret_record::tests::test_secret_record_notify_plugin_on_drop ... ok
[INFO] [stdout] test secret_types::secret_record::tests::test_secret_record_into_inner ... ok
[INFO] [stdout] test secret_types::secret_record::tests::test_secret_record_operation_equal_non_custom ... ok
[INFO] [stdout] test secret_types::secret_record::tests::test_secret_record_operation_not_equal ... ok
[INFO] [stdout] test secret_types::secret_record::tests::test_secret_record_operation_not_equal_non_custom ... ok
[INFO] [stdout] test secret_types::secret_record::tests::test_secret_record_operation_unsupported ... ok
[INFO] [stdout] test secret_types::secret_record::tests::test_secret_record_reveal ... ok
[INFO] [stdout] test secret_types::secret_record::tests::test_secret_record_equality_edge_cases ... ok
[INFO] [stdout] test secret_types::secret_record::tests::test_secret_record_field_access ... ok
[INFO] [stdout] test secret_types::secret_string::tests::test_secret_string_clone ... ok
[INFO] [stdout] test secret_types::secret_string::tests::test_secret_string_as_any ... ok
[INFO] [stdout] test secret_types::secret_string::tests::test_secret_string_clone_value ... ok
[INFO] [stdout] test secret_types::secret_string::tests::test_secret_string_creation ... ok
[INFO] [stdout] test secret_types::secret_record::tests::test_secret_record_display ... ok
[INFO] [stdout] test secret_types::secret_string::tests::test_secret_string_custom_template_simple ... ok
[INFO] [stdout] test secret_types::secret_string::tests::test_secret_string_custom_value ... ok
[INFO] [stdout] test secret_types::secret_string::tests::test_secret_string_custom_template_debug ... ok
[INFO] [stdout] test secret_types::secret_record::tests::test_secret_record_serialization ... ok
[INFO] [stdout] test secret_types::secret_string::tests::test_secret_string_equality ... ok
[INFO] [stdout] test secret_types::secret_string::tests::test_secret_string_equality_edge_cases ... ok
[INFO] [stdout] test secret_types::secret_string::tests::test_secret_string_deserialization ... ok
[INFO] [stdout] test secret_types::secret_string::tests::test_secret_string_memory_cleanup ... ok
[INFO] [stdout] test secret_types::secret_string::tests::test_secret_string_into_inner ... ok
[INFO] [stdout] test secret_types::secret_record::tests::test_secret_record_with_custom_template ... ok
[INFO] [stdout] test secret_types::secret_string::tests::test_secret_string_display ... ok
[INFO] [stdout] test secret_types::secret_string::tests::test_secret_string_length_and_emptiness ... ok
[INFO] [stdout] test secret_types::secret_string::tests::test_secret_string_large_content ... ok
[INFO] [stdout] test secret_types::secret_string::tests::test_secret_string_custom_template_with_replicate ... ok
[INFO] [stdout] test secret_types::secret_string::tests::test_secret_string_notify_plugin_on_drop ... ok
[INFO] [stdout] test secret_types::secret_string::tests::test_secret_string_operation_equal ... ok
[INFO] [stdout] test secret_types::secret_string::tests::test_secret_string_operation_with_different_types ... ok
[INFO] [stdout] test secret_types::secret_string::tests::test_secret_string_operation_not_equal ... ok
[INFO] [stdout] test secret_types::secret_string::tests::test_secret_string_operation_unsupported ... ok
[INFO] [stdout] test secret_types::secret_string::tests::test_secret_string_redacted_display ... ok
[INFO] [stdout] test secret_types::secret_string::tests::test_secret_string_serialization ... ok
[INFO] [stdout] test secret_types::secret_string::tests::test_secret_string_whitespace_handling ... ok
[INFO] [stdout] test startup_optimizations::tests::test_command_cache ... ok
[INFO] [stdout] test secret_types::secret_string::tests::test_secret_string_special_characters ... ok
[INFO] [stdout] test secret_types::secret_string::tests::test_secret_string_unicode_support ... ok
[INFO] [stdout] test secret_types::secret_string::tests::test_secret_string_with_template_serialization ... ok
[INFO] [stdout] test startup_optimizations::tests::test_command_cache_initialization ... ok
[INFO] [stdout] test startup_optimizations::tests::test_startup_config ... ok
[INFO] [stdout] test secret_types::secret_string::tests::test_secret_string_with_custom_template ... ok
[INFO] [stdout] test tera_functions::tests::test_mask_partial_function_direct ... ok
[INFO] [stdout] test tera_functions::tests::test_reverse_function_direct ... ok
[INFO] [stdout] test tera_functions::tests::test_mask_partial_function_defaults ... ok
[INFO] [stdout] test tera_functions::tests::test_strlen_function_direct ... ok
[INFO] [stdout] test tera_functions::tests::test_take_function_direct ... ok
[INFO] [stdout] test tests::test_plugin_commands ... ok
[INFO] [stdout] test tests::test_plugin_version ... ok
[INFO] [stdout] test tera_functions::tests::test_function_registration ... ok
[INFO] [stdout] test tera_functions::tests::test_mask_partial_function_errors ... ok
[INFO] [stdout] test tera_functions::tests::test_replicate_function_direct ... ok
[INFO] [stdout] test startup_optimizations::tests::test_startup_profiling ... ok
[INFO] [stdout] test tera_functions::tests::test_mask_partial_function_registration ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 387 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/nu_plugin_secret-44cc8232d162663b)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/command_integration_tests.rs (/opt/rustwide/target/debug/deps/command_integration_tests-3cd3969cc9f57567)
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test command_functionality_tests::test_plugin_has_unified_wrap_command ... ok
[INFO] [stdout] test command_functionality_tests::test_plugin_has_unwrap_command ... ok
[INFO] [stdout] test command_functionality_tests::test_unwrap_command_description ... ok
[INFO] [stdout] test command_functionality_tests::test_unified_wrap_command_description ... ok
[INFO] [stdout] test command_functionality_tests::test_command_examples ... ok
[INFO] [stdout] test command_functionality_tests::test_unwrap_command_signature ... ok
[INFO] [stdout] test command_functionality_tests::test_unified_wrap_command_signature ... ok
[INFO] [stdout] test secret_string_functionality_tests::test_secret_string_custom_value_conversion ... ok
[INFO] [stdout] test secret_string_functionality_tests::test_secret_string_debug_format ... ok
[INFO] [stdout] test secret_string_functionality_tests::test_secret_string_equality ... ok
[INFO] [stdout] test secret_string_functionality_tests::test_secret_string_clone ... ok
[INFO] [stdout] test secret_string_functionality_tests::test_secret_string_reveal ... ok
[INFO] [stdout] test secret_string_functionality_tests::test_secret_string_empty ... ok
[INFO] [stdout] test secret_string_functionality_tests::test_secret_string_long_content ... ok
[INFO] [stdout] test round_trip_tests::test_concurrent_secrets ... ok
[INFO] [stdout] test secret_string_functionality_tests::test_secret_string_special_characters ... ok
[INFO] [stdout] test secret_string_functionality_tests::test_secret_string_creation_and_display ... ok
[INFO] [stdout] test security_tests::test_secret_string_no_leakage_in_display ... ok
[INFO] [stdout] test security_tests::test_secret_string_no_leakage_in_debug ... ok
[INFO] [stdout] test secret_string_functionality_tests::test_secret_string_unicode ... ok
[INFO] [stdout] test round_trip_tests::test_wrap_unwrap_round_trip_concept ... ok
[INFO] [stdout] test security_tests::test_secret_string_consistent_redaction ... ok
[INFO] [stdout] test round_trip_tests::test_multiple_round_trips ... ok
[INFO] [stdout] test secret_string_functionality_tests::test_multiple_secret_strings ... ok
[INFO] [stdout] test security_tests::test_secret_string_memory_safety ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.53s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/contains_tests.rs (/opt/rustwide/target/debug/deps/contains_tests-23b28adcafb55781)
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test test_contains_integer_matching ... ok
[INFO] [stdout] test test_contains_float_matching ... ok
[INFO] [stdout] test test_contains_boolean_matching ... ok
[INFO] [stdout] test test_contains_list_matching ... ok
[INFO] [stdout] test test_contains_binary_matching ... ok
[INFO] [stdout] test test_contains_complex_data_structures ... ok
[INFO] [stdout] test test_contains_edge_cases ... ok
[INFO] [stdout] test test_contains_record_matching ... ok
[INFO] [stdout] test test_contains_date_matching ... ok
[INFO] [stdout] test test_contains_string_matching ... ok
[INFO] [stdout] test test_contains_type_safety ... ok
[INFO] [stdout] test test_contains_performance_characteristics ... ok
[INFO] [stdout] test test_contains_unicode_support ... ok
[INFO] [stdout] test test_contains_security_properties ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/operation_tests.rs (/opt/rustwide/target/debug/deps/operation_tests-3286bd83e6fc040e)
[INFO] [stdout] 
[INFO] [stdout] running 63 tests
[INFO] [stdout] test bool_equal_non_matching ... ok
[INFO] [stdout] test bool_equal_matching ... ok
[INFO] [stdout] test bool_not_equal ... ok
[INFO] [stdout] test binary_equal_matching ... ok
[INFO] [stdout] test binary_equal_non_matching ... ok
[INFO] [stdout] test binary_equal_empty ... ok
[INFO] [stdout] test binary_not_equal ... ok
[INFO] [stdout] test binary_ordering_returns_error ... ok
[INFO] [stdout] test cross_type_not_equal_returns_true ... ok
[INFO] [stdout] test date_greater_than_or_equal_when_equal ... ok
[INFO] [stdout] test date_less_than ... ok
[INFO] [stdout] test date_greater_than ... ok
[INFO] [stdout] test date_less_than_or_equal_when_equal ... ok
[INFO] [stdout] test bool_ordering_returns_error ... ok
[INFO] [stdout] test comparison_with_plain_value_returns_false ... ok
[INFO] [stdout] test cross_type_equal_returns_false ... ok
[INFO] [stdout] test date_not_less_than_when_equal ... ok
[INFO] [stdout] test date_equal_matching ... ok
[INFO] [stdout] test date_not_equal ... ok
[INFO] [stdout] test date_equal_non_matching ... ok
[INFO] [stdout] test date_ordering_across_timezones ... ok
[INFO] [stdout] test float_less_than_or_equal_when_equal ... ok
[INFO] [stdout] test float_equal_matching ... ok
[INFO] [stdout] test float_equal_non_matching ... ok
[INFO] [stdout] test float_greater_than ... ok
[INFO] [stdout] test float_greater_than_or_equal_when_equal ... ok
[INFO] [stdout] test float_infinity_ordering ... ok
[INFO] [stdout] test float_nan_equals_nan ... ok
[INFO] [stdout] test float_nan_ordering_rhs_returns_error ... ok
[INFO] [stdout] test float_nan_ordering_both_nan_returns_error ... ok
[INFO] [stdout] test float_nan_ordering_returns_error ... ok
[INFO] [stdout] test float_not_equal ... ok
[INFO] [stdout] test float_positive_and_negative_zero_not_equal ... ok
[INFO] [stdout] test float_less_than ... ok
[INFO] [stdout] test float_positive_and_negative_zero_ordering ... ok
[INFO] [stdout] test int_equal_boundary_values ... ok
[INFO] [stdout] test int_equal_matching ... ok
[INFO] [stdout] test int_greater_than ... ok
[INFO] [stdout] test int_greater_than_or_equal_when_equal ... ok
[INFO] [stdout] test int_greater_than_or_equal_when_greater ... ok
[INFO] [stdout] test int_less_than_or_equal_when_less ... ok
[INFO] [stdout] test int_less_than ... ok
[INFO] [stdout] test int_not_equal ... ok
[INFO] [stdout] test int_less_than_or_equal_when_equal ... ok
[INFO] [stdout] test int_not_greater_than_when_less ... ok
[INFO] [stdout] test int_not_greater_than_or_equal_when_less ... ok
[INFO] [stdout] test int_not_less_than_or_equal_when_greater ... ok
[INFO] [stdout] test int_not_less_than_when_equal ... ok
[INFO] [stdout] test int_not_less_than_when_greater ... ok
[INFO] [stdout] test int_ordering_boundary_values ... ok
[INFO] [stdout] test int_ordering_with_plain_value_returns_error ... ok
[INFO] [stdout] test int_ordering_with_different_secret_type_returns_error ... ok
[INFO] [stdout] test list_ordering_returns_error ... ok
[INFO] [stdout] test record_ordering_returns_error ... ok
[INFO] [stdout] test string_not_equal_still_works_after_refactor ... ok
[INFO] [stdout] test string_equal_still_works_after_refactor ... ok
[INFO] [stdout] test string_ordering_returns_error ... ok
[INFO] [stdout] test record_equal_still_works_after_refactor ... ok
[INFO] [stdout] test record_not_equal_still_works_after_refactor ... ok
[INFO] [stdout] test list_equal_matching ... ok
[INFO] [stdout] test list_not_equal ... ok
[INFO] [stdout] test list_equal_non_matching ... ok
[INFO] [stderr]      Running tests/security_cryptographic_review.rs (/opt/rustwide/target/debug/deps/security_cryptographic_review-d940497005b4d43b)
[INFO] [stdout] test int_equal_non_matching ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 63 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test cryptographic_best_practices::test_cryptographic_requirements ... ok
[INFO] [stdout] test cryptographic_best_practices::test_key_lifecycle_management ... ok
[INFO] [stdout] test cryptographic_security_tests::test_cryptographic_key_handling ... ok
[INFO] [stdout] test cryptographic_security_tests::test_constant_time_string_comparison ... ok
[INFO] [stdout] test cryptographic_security_tests::test_cryptographic_zeroization ... ok
[INFO] [stdout] test cryptographic_security_tests::test_known_attack_resistance ... ok
[INFO] [stdout] test cryptographic_security_tests::test_secure_comparison_properties ... ok
[INFO] [stdout] test cryptographic_performance::test_cryptographic_scalability ... ok
[INFO] [stdout] test cryptographic_security_tests::test_constant_time_integer_comparison ... ok
[INFO] [stdout] test cryptographic_security_tests::test_constant_time_binary_comparison ... ok
[INFO] [stdout] test cryptographic_security_tests::test_cryptographic_randomness_handling ... ok
[INFO] [stdout] test cryptographic_best_practices::test_security_standards_compliance ... ok
[INFO] [stdout] test cryptographic_best_practices::test_secure_defaults ... ok
[INFO] [stdout] test cryptographic_performance::test_cryptographic_operation_performance ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/security_memory_safety.rs (/opt/rustwide/target/debug/deps/security_memory_safety-ad7da3b450071a4e)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test memory_safety_benchmarks::benchmark_memory_overhead ... ok
[INFO] [stdout] test memory_safety_benchmarks::benchmark_secret_string_performance ... ok
[INFO] [stdout] test memory_safety_tests::test_secret_binary_memory_zeroing ... ok
[INFO] [stdout] test memory_safety_tests::test_clone_memory_safety ... ok
[INFO] [stdout] test memory_safety_tests::test_secret_int_memory_zeroing ... ok
[INFO] [stdout] test memory_safety_tests::test_stack_information_safety ... ok
[INFO] [stdout] test memory_safety_tests::test_memory_safety_under_pressure ... ok
[INFO] [stdout] test memory_safety_tests::test_secret_string_memory_zeroing ... ok
[INFO] [stdout] test memory_safety_tests::test_string_interning_leak_prevention ... ok
[INFO] [stdout] test memory_safety_tests::test_secret_record_memory_zeroing ... ok
[INFO] [stdout] test memory_safety_tests::test_secret_list_memory_zeroing ... ok
[INFO] [stdout] test additional_memory_tests::test_common_string_cleanup ... ok
[INFO] [stdout] test additional_memory_tests::test_common_int_cleanup ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.93s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/security_serialization_attacks.rs (/opt/rustwide/target/debug/deps/security_serialization_attacks-a0ffdef95afa0db9)
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test nushell_integration_tests::test_nushell_value_serialization_functional ... ok
[INFO] [stdout] test serialization_attack_tests::test_circular_reference_resistance ... ok
[INFO] [stdout] test nushell_integration_tests::test_plugin_communication_serialization ... ok
[INFO] [stdout] test serialization_attack_tests::test_memory_exhaustion_resistance ... ok
[INFO] [stdout] test serialization_attack_tests::test_type_confusion_resistance ... ok
[INFO] [stdout] test serialization_attack_tests::test_all_secret_types_serialization_functional ... ok
[INFO] [stdout] test serialization_performance_tests::test_serialization_performance ... ok
[INFO] [stdout] test serialization_attack_tests::test_bincode_serialization_functional ... ok
[INFO] [stdout] test serialization_attack_tests::test_json_deserialization_attacks ... ok
[INFO] [stdout] test serialization_attack_tests::test_json_serialization_functional ... ok
[INFO] [stdout] test serialization_attack_tests::test_toml_serialization_protection ... ok
[INFO] [stdout] test serialization_attack_tests::test_yaml_serialization_functional ... ok
[INFO] [stdout] test serialization_performance_tests::test_large_data_serialization ... ok
[INFO] [stdout] test serialization_attack_tests::test_serialization_performance_large_data ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/security_sidechannel_attacks.rs (/opt/rustwide/target/debug/deps/security_sidechannel_attacks-221372de6d839fb4)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test side_channel_tests::test_binary_data_sidechannel_resistance ... ignored
[INFO] [stdout] test side_channel_tests::test_electromagnetic_emanation_simulation ... ok
[INFO] [stdout] test side_channel_tests::test_branch_prediction_resistance ... ok
[INFO] [stdout] test side_channel_tests::test_power_analysis_simulation ... ok
[INFO] [stdout] test statistical_analysis::test_timing_distribution_normality ... ok
[INFO] [stdout] test security_performance_tests::test_adversarial_performance ... ok
[INFO] [stdout] test security_performance_tests::test_constant_time_operation_performance ... ok
[INFO] [stdout] test side_channel_tests::test_cache_timing_resistance ... ok
[INFO] [stdout] test side_channel_tests::test_string_comparison_timing_attacks ... ok
[INFO] [stdout] test statistical_analysis::test_timing_statistical_significance ... ok
[INFO] [stderr]      Running tests/show_unredacted_tests.rs (/opt/rustwide/target/debug/deps/show_unredacted_tests-388624f7afebd321)
[INFO] [stdout] test side_channel_tests::test_integer_comparison_timing_attacks ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_show_unredacted_config_behavior ... ok
[INFO] [stdout] test test_show_unredacted_with_secret_string ... ok
[INFO] [stdout] test test_secret_types_behavior ... ok
[INFO] [stdout] test test_show_unredacted_memory_optimization_functions ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.39s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/unified_wrap_tests.rs (/opt/rustwide/target/debug/deps/unified_wrap_tests-d16041d1a8ff038c)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test test_type_detection_and_wrapping ... ok
[INFO] [stdout] test test_unified_wrap_command_benefits ... ok
[INFO] [stdout] test test_unified_wrap_type_detection_capabilities ... ok
[INFO] [stdout] test test_unified_wrap_command_properties ... ok
[INFO] [stdout] test test_unified_wrap_command_registration ... ok
[INFO] [stdout] test test_unified_wrap_replaces_individual_commands ... ok
[INFO] [stdout] test test_unified_wrap_maintains_security ... ok
[INFO] [stdout] test test_unified_wrap_functionality ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/validate_format_tests.rs (/opt/rustwide/target/debug/deps/validate_format_tests-39b9c06389acac6d)
[INFO] [stdout] 
[INFO] [stdout] running 57 tests
[INFO] [stdout] test test_base64_invalid_empty ... ok
[INFO] [stdout] test test_credit_card_invalid_empty ... ok
[INFO] [stdout] test test_credit_card_invalid_too_short ... ok
[INFO] [stdout] test test_credit_card_valid_visa ... ok
[INFO] [stdout] test test_credit_card_valid_amex ... ok
[INFO] [stdout] test test_credit_card_invalid_luhn ... ok
[INFO] [stdout] test test_credit_card_valid_with_dashes ... ok
[INFO] [stdout] test test_credit_card_valid_with_spaces ... ok
[INFO] [stdout] test test_credit_card_valid_mastercard ... ok
[INFO] [stdout] test test_email_invalid_no_domain ... ok
[INFO] [stdout] test test_email_invalid_empty ... ok
[INFO] [stdout] test test_hex_invalid_empty ... ok
[INFO] [stdout] test test_base64_invalid_special_chars ... ok
[INFO] [stdout] test test_base64_valid_with_padding ... ok
[INFO] [stdout] test test_base64_valid_no_padding ... ok
[INFO] [stdout] test test_base64_valid_double_padding ... ok
[INFO] [stdout] test test_email_invalid_no_at ... ok
[INFO] [stdout] test test_hex_invalid_non_hex_chars ... ok
[INFO] [stdout] test test_email_valid_with_dots_and_plus ... ok
[INFO] [stdout] test test_hex_valid_uppercase ... ok
[INFO] [stdout] test test_hex_valid_mixed_case ... ok
[INFO] [stdout] test test_hex_valid_lowercase ... ok
[INFO] [stdout] test test_hex_invalid_with_prefix ... ok
[INFO] [stdout] test test_ipv4_invalid_empty ... ok
[INFO] [stdout] test test_ipv4_invalid_too_few_octets ... ok
[INFO] [stdout] test test_ipv4_invalid_octet_overflow ... ok
[INFO] [stdout] test test_ipv4_valid_broadcast ... ok
[INFO] [stdout] test test_ipv6_invalid_empty ... ok
[INFO] [stdout] test test_ipv4_valid_loopback ... ok
[INFO] [stdout] test test_ipv4_valid_private ... ok
[INFO] [stdout] test test_ipv6_valid_compressed ... ok
[INFO] [stdout] test test_ipv6_invalid_random_string ... ok
[INFO] [stdout] test test_ipv6_valid_ipv4_mapped ... ok
[INFO] [stdout] test test_ipv6_valid_full ... ok
[INFO] [stdout] test test_ipv6_valid_loopback ... ok
[INFO] [stdout] test test_jwt_invalid_empty ... ok
[INFO] [stdout] test test_jwt_invalid_four_segments ... ok
[INFO] [stdout] test test_regex_custom_pattern_match ... ok
[INFO] [stdout] test test_regex_custom_pattern_no_match ... ok
[INFO] [stdout] test test_jwt_valid_minimal ... ok
[INFO] [stdout] test test_jwt_valid_structure ... ok
[INFO] [stdout] test test_jwt_invalid_two_segments ... ok
[INFO] [stdout] test test_ssn_invalid_area_000 ... ok
[INFO] [stdout] test test_ssn_invalid_empty ... ok
[INFO] [stdout] test test_ssn_invalid_area_900_plus ... ok
[INFO] [stdout] test test_uuid_invalid_empty ... ok
[INFO] [stdout] test test_ssn_valid_standard ... ok
[INFO] [stdout] test test_ssn_valid_low_area ... ok
[INFO] [stdout] test test_uuid_invalid_no_dashes ... ok
[INFO] [stdout] test test_uuid_v1_valid ... ok
[INFO] [stdout] test test_uuid_invalid_random_string ... ok
[INFO] [stdout] test test_uuid_v4_valid ... ok
[INFO] [stdout] test test_secret_debug_does_not_expose_content ... ok
[INFO] [stdout] test test_secret_display_does_not_expose_content ... ok
[INFO] [stdout] test test_ssn_invalid_no_dashes ... ok
[INFO] [stdout] test test_ssn_invalid_area_666 ... ok
[INFO] [stdout] test test_email_valid_simple ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 57 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/wrap_with_complex_types_integration.rs (/opt/rustwide/target/debug/deps/wrap_with_complex_types_integration-499526568490d6d9)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test test_secret_list_with_custom_template_uses_parsable_string ... ok
[INFO] [stdout] test test_nested_complex_types_with_templates ... ok
[INFO] [stdout] test test_complex_types_serialization_with_templates ... ok
[INFO] [stdout] test test_empty_complex_types_with_templates ... ok
[INFO] [stdout] test test_secret_record_with_custom_template_uses_parsable_string ... ok
[INFO] [stdout] test test_secret_binary_with_custom_template_uses_parsable_string ... ok
[INFO] [stdout] test test_complex_types_template_with_functions ... ok
[INFO] [stdout] test test_performance_with_complex_type_templates ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests nu_plugin_secret
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "315003f340ea0e573fd41d20580b57ef557e2c61ea8f129d970eb8001491167e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "315003f340ea0e573fd41d20580b57ef557e2c61ea8f129d970eb8001491167e", kill_on_drop: false }`
[INFO] [stdout] 315003f340ea0e573fd41d20580b57ef557e2c61ea8f129d970eb8001491167e
