[INFO] fetching crate secure-string 0.3.0... [INFO] testing secure-string-0.3.0 against beta-2025-10-28 for beta-1.92-2 [INFO] extracting crate secure-string 0.3.0 into /workspace/builds/worker-1-tc2/source [INFO] started tweaking crates.io crate secure-string 0.3.0 [INFO] finished tweaking crates.io crate secure-string 0.3.0 [INFO] tweaked toml for crates.io crate secure-string 0.3.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate secure-string 0.3.0 on toolchain beta-2025-10-28 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 28 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 91c064dc3e1065c7907037925f6024b91f8c901c861d80edc17cc30696965af8 [INFO] running `Command { std: "docker" "start" "-a" "91c064dc3e1065c7907037925f6024b91f8c901c861d80edc17cc30696965af8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "91c064dc3e1065c7907037925f6024b91f8c901c861d80edc17cc30696965af8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91c064dc3e1065c7907037925f6024b91f8c901c861d80edc17cc30696965af8", kill_on_drop: false }` [INFO] [stdout] 91c064dc3e1065c7907037925f6024b91f8c901c861d80edc17cc30696965af8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 48f602f1b3501ad074eca39ae30aee69a9816ccbdf8d21701ea5cd28a0a3faf8 [INFO] running `Command { std: "docker" "start" "-a" "48f602f1b3501ad074eca39ae30aee69a9816ccbdf8d21701ea5cd28a0a3faf8", kill_on_drop: false }` [INFO] [stderr] Compiling zeroize v1.8.2 [INFO] [stderr] Compiling secure-string v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `pre` [INFO] [stdout] --> src/secure_types/boxed.rs:91:16 [INFO] [stdout] | [INFO] [stdout] 91 | #[cfg_attr(feature = "pre", pre::pre)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `serde` [INFO] [stdout] = help: consider adding `pre` 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: `pre` [INFO] [stdout] --> src/secure_types/string.rs:12:16 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(feature = "pre", pre::pre)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `serde` [INFO] [stdout] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `pre` [INFO] [stdout] --> src/secure_types/string.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | feature = "pre", [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `serde` [INFO] [stdout] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `pre` [INFO] [stdout] --> src/secure_types/string.rs:30:16 [INFO] [stdout] | [INFO] [stdout] 30 | #[cfg_attr(feature = "pre", pre::pre)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `serde` [INFO] [stdout] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `pre` [INFO] [stdout] --> src/secure_types/string.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | feature = "pre", [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `serde` [INFO] [stdout] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `pre` [INFO] [stdout] --> src/secure_types/string.rs:48:16 [INFO] [stdout] | [INFO] [stdout] 48 | #[cfg_attr(feature = "pre", pre::pre)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `serde` [INFO] [stdout] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `pre` [INFO] [stdout] --> src/secure_types/string.rs:54:13 [INFO] [stdout] | [INFO] [stdout] 54 | feature = "pre", [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `serde` [INFO] [stdout] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s [INFO] running `Command { std: "docker" "inspect" "48f602f1b3501ad074eca39ae30aee69a9816ccbdf8d21701ea5cd28a0a3faf8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "48f602f1b3501ad074eca39ae30aee69a9816ccbdf8d21701ea5cd28a0a3faf8", kill_on_drop: false }` [INFO] [stdout] 48f602f1b3501ad074eca39ae30aee69a9816ccbdf8d21701ea5cd28a0a3faf8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e45157ab004faad4b55280cc44da4191a6cc6db3a8895b8fd28a661522c8e0a4 [INFO] running `Command { std: "docker" "start" "-a" "e45157ab004faad4b55280cc44da4191a6cc6db3a8895b8fd28a661522c8e0a4", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling half v1.8.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling pre-proc-macro v0.2.1 [INFO] [stderr] Compiling pre v0.2.1 [INFO] [stdout] warning: unexpected `cfg` condition value: `pre` [INFO] [stdout] --> src/secure_types/boxed.rs:91:16 [INFO] [stdout] | [INFO] [stdout] 91 | #[cfg_attr(feature = "pre", pre::pre)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `serde` [INFO] [stdout] = help: consider adding `pre` 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: `pre` [INFO] [stdout] --> src/secure_types/string.rs:12:16 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(feature = "pre", pre::pre)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `serde` [INFO] [stdout] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `pre` [INFO] [stdout] --> src/secure_types/string.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | feature = "pre", [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `serde` [INFO] [stdout] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `pre` [INFO] [stdout] --> src/secure_types/string.rs:30:16 [INFO] [stdout] | [INFO] [stdout] 30 | #[cfg_attr(feature = "pre", pre::pre)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `serde` [INFO] [stdout] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `pre` [INFO] [stdout] --> src/secure_types/string.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | feature = "pre", [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `serde` [INFO] [stdout] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `pre` [INFO] [stdout] --> src/secure_types/string.rs:48:16 [INFO] [stdout] | [INFO] [stdout] 48 | #[cfg_attr(feature = "pre", pre::pre)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `serde` [INFO] [stdout] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `pre` [INFO] [stdout] --> src/secure_types/string.rs:54:13 [INFO] [stdout] | [INFO] [stdout] 54 | feature = "pre", [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `serde` [INFO] [stdout] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling toml v0.5.11 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling proc-macro-crate v0.1.5 [INFO] [stderr] Compiling secure-string v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `pre` [INFO] [stdout] --> src/secure_types/array.rs:166:16 [INFO] [stdout] | [INFO] [stdout] 166 | #[cfg_attr(feature = "pre", pre::pre)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `serde` [INFO] [stdout] = help: consider adding `pre` 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: `pre` [INFO] [stdout] --> src/secure_types/array.rs:193:16 [INFO] [stdout] | [INFO] [stdout] 193 | #[cfg_attr(feature = "pre", pre::pre)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `serde` [INFO] [stdout] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `pre` [INFO] [stdout] --> src/secure_types/boxed.rs:91:16 [INFO] [stdout] | [INFO] [stdout] 91 | #[cfg_attr(feature = "pre", pre::pre)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `serde` [INFO] [stdout] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `pre` [INFO] [stdout] --> src/secure_types/boxed.rs:161:16 [INFO] [stdout] | [INFO] [stdout] 161 | #[cfg_attr(feature = "pre", pre::pre("an all-zero byte-pattern is a valid value of `T`"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `serde` [INFO] [stdout] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `pre` [INFO] [stdout] --> src/secure_types/boxed.rs:174:16 [INFO] [stdout] | [INFO] [stdout] 174 | #[cfg_attr(feature = "pre", pre::pre)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `serde` [INFO] [stdout] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `pre` [INFO] [stdout] --> src/secure_types/string.rs:12:16 [INFO] [stdout] | [INFO] [stdout] 12 | #[cfg_attr(feature = "pre", pre::pre)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `serde` [INFO] [stdout] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `pre` [INFO] [stdout] --> src/secure_types/string.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 15 | feature = "pre", [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `serde` [INFO] [stdout] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `pre` [INFO] [stdout] --> src/secure_types/string.rs:30:16 [INFO] [stdout] | [INFO] [stdout] 30 | #[cfg_attr(feature = "pre", pre::pre)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `serde` [INFO] [stdout] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `pre` [INFO] [stdout] --> src/secure_types/string.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | feature = "pre", [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `serde` [INFO] [stdout] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `pre` [INFO] [stdout] --> src/secure_types/string.rs:48:16 [INFO] [stdout] | [INFO] [stdout] 48 | #[cfg_attr(feature = "pre", pre::pre)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `serde` [INFO] [stdout] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `pre` [INFO] [stdout] --> src/secure_types/string.rs:54:13 [INFO] [stdout] | [INFO] [stdout] 54 | feature = "pre", [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `serde` [INFO] [stdout] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `pre` [INFO] [stdout] --> src/secure_types/vec.rs:186:16 [INFO] [stdout] | [INFO] [stdout] 186 | #[cfg_attr(feature = "pre", pre::pre)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `serde` [INFO] [stdout] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `pre` [INFO] [stdout] --> src/secure_types/vec.rs:243:16 [INFO] [stdout] | [INFO] [stdout] 243 | #[cfg_attr(feature = "pre", pre::pre)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `serde` [INFO] [stdout] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `pre` [INFO] [stdout] --> src/secure_types/boxed.rs:186:13 [INFO] [stdout] | [INFO] [stdout] 186 | feature = "pre", [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `serde` [INFO] [stdout] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `pre` [INFO] [stdout] --> src/secure_types/vec.rs:192:13 [INFO] [stdout] | [INFO] [stdout] 192 | feature = "pre", [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `serde` [INFO] [stdout] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `pre` [INFO] [stdout] --> src/secure_types/vec.rs:255:13 [INFO] [stdout] | [INFO] [stdout] 255 | feature = "pre", [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `serde` [INFO] [stdout] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 7.32s [INFO] running `Command { std: "docker" "inspect" "e45157ab004faad4b55280cc44da4191a6cc6db3a8895b8fd28a661522c8e0a4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e45157ab004faad4b55280cc44da4191a6cc6db3a8895b8fd28a661522c8e0a4", kill_on_drop: false }` [INFO] [stdout] e45157ab004faad4b55280cc44da4191a6cc6db3a8895b8fd28a661522c8e0a4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0631da7f6a4f3518ad70c26b8368229d110ad895ff71c3fcfd970d2a5e3ca772 [INFO] running `Command { std: "docker" "start" "-a" "0631da7f6a4f3518ad70c26b8368229d110ad895ff71c3fcfd970d2a5e3ca772", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `pre` [INFO] [stderr] --> src/secure_types/boxed.rs:91:16 [INFO] [stderr] | [INFO] [stderr] 91 | #[cfg_attr(feature = "pre", pre::pre)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `serde` [INFO] [stderr] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `pre` [INFO] [stderr] --> src/secure_types/string.rs:12:16 [INFO] [stderr] | [INFO] [stderr] 12 | #[cfg_attr(feature = "pre", pre::pre)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `serde` [INFO] [stderr] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `pre` [INFO] [stderr] --> src/secure_types/string.rs:15:13 [INFO] [stderr] | [INFO] [stderr] 15 | feature = "pre", [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `serde` [INFO] [stderr] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `pre` [INFO] [stderr] --> src/secure_types/string.rs:30:16 [INFO] [stderr] | [INFO] [stderr] 30 | #[cfg_attr(feature = "pre", pre::pre)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `serde` [INFO] [stderr] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `pre` [INFO] [stderr] --> src/secure_types/string.rs:33:13 [INFO] [stderr] | [INFO] [stderr] 33 | feature = "pre", [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `serde` [INFO] [stderr] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `pre` [INFO] [stderr] --> src/secure_types/string.rs:48:16 [INFO] [stderr] | [INFO] [stderr] 48 | #[cfg_attr(feature = "pre", pre::pre)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `serde` [INFO] [stderr] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `pre` [INFO] [stderr] --> src/secure_types/string.rs:54:13 [INFO] [stderr] | [INFO] [stderr] 54 | feature = "pre", [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `serde` [INFO] [stderr] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `secure-string` (lib) generated 7 warnings [INFO] [stderr] warning: unexpected `cfg` condition value: `pre` [INFO] [stderr] --> src/secure_types/array.rs:166:16 [INFO] [stderr] | [INFO] [stderr] 166 | #[cfg_attr(feature = "pre", pre::pre)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `serde` [INFO] [stderr] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `pre` [INFO] [stderr] --> src/secure_types/array.rs:193:16 [INFO] [stderr] | [INFO] [stderr] 193 | #[cfg_attr(feature = "pre", pre::pre)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `serde` [INFO] [stderr] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `pre` [INFO] [stderr] --> src/secure_types/boxed.rs:91:16 [INFO] [stderr] | [INFO] [stderr] 91 | #[cfg_attr(feature = "pre", pre::pre)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `serde` [INFO] [stderr] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `pre` [INFO] [stderr] --> src/secure_types/boxed.rs:161:16 [INFO] [stderr] | [INFO] [stderr] 161 | #[cfg_attr(feature = "pre", pre::pre("an all-zero byte-pattern is a valid value of `T`"))] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `serde` [INFO] [stderr] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `pre` [INFO] [stderr] --> src/secure_types/boxed.rs:174:16 [INFO] [stderr] | [INFO] [stderr] 174 | #[cfg_attr(feature = "pre", pre::pre)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `serde` [INFO] [stderr] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `pre` [INFO] [stderr] --> src/secure_types/vec.rs:186:16 [INFO] [stderr] | [INFO] [stderr] 186 | #[cfg_attr(feature = "pre", pre::pre)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `serde` [INFO] [stderr] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `pre` [INFO] [stderr] --> src/secure_types/vec.rs:243:16 [INFO] [stderr] | [INFO] [stderr] 243 | #[cfg_attr(feature = "pre", pre::pre)] [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `serde` [INFO] [stderr] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `pre` [INFO] [stderr] --> src/secure_types/boxed.rs:186:13 [INFO] [stderr] | [INFO] [stderr] 186 | feature = "pre", [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `serde` [INFO] [stderr] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `pre` [INFO] [stderr] --> src/secure_types/vec.rs:192:13 [INFO] [stderr] | [INFO] [stderr] 192 | feature = "pre", [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `serde` [INFO] [stderr] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `pre` [INFO] [stderr] --> src/secure_types/vec.rs:255:13 [INFO] [stderr] | [INFO] [stderr] 255 | feature = "pre", [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: expected values for `feature` are: `serde` [INFO] [stderr] = help: consider adding `pre` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: `secure-string` (lib test) generated 16 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/secure_string-ab4490e3e3c7888f) [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test secure_types::array::tests::test_comparison ... ok [INFO] [stdout] test secure_types::array::tests::test_comparison_zero_out_mb ... ok [INFO] [stdout] test secure_types::array::tests::test_zero_out ... ok [INFO] [stdout] test secure_types::boxed::tests::test_secure_box ... ok [INFO] [stdout] test secure_types::vec::tests::test_basic ... ok [INFO] [stdout] test secure_types::vec::tests::test_comparison ... ok [INFO] [stdout] test secure_types::vec::tests::test_indexing ... ok [INFO] [stdout] test secure_types::vec::tests::test_comparison_zero_out_mb ... ok [INFO] [stdout] test secure_types::array::tests::test_basic ... ok [INFO] [stdout] test secure_types::vec::tests::test_resize ... ok [INFO] [stdout] test secure_types::vec::tests::test_zero_out ... ok [INFO] [stdout] test secure_types::array::tests::test_indexing ... ok [INFO] [stdout] test secure_types::array::tests::test_show ... ok [INFO] [stdout] test secure_types::vec::tests::test_show ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Doc-tests secure_string [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test src/lib.rs - ReadmeDoctests (line 41) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.36s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "0631da7f6a4f3518ad70c26b8368229d110ad895ff71c3fcfd970d2a5e3ca772", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0631da7f6a4f3518ad70c26b8368229d110ad895ff71c3fcfd970d2a5e3ca772", kill_on_drop: false }` [INFO] [stdout] 0631da7f6a4f3518ad70c26b8368229d110ad895ff71c3fcfd970d2a5e3ca772