[INFO] fetching crate momoden-password 0.1.0... [INFO] testing momoden-password-0.1.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate momoden-password 0.1.0 into /workspace/builds/worker-0-tc1/source [INFO] started tweaking crates.io crate momoden-password 0.1.0 [INFO] finished tweaking crates.io crate momoden-password 0.1.0 [INFO] tweaked toml for crates.io crate momoden-password 0.1.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate momoden-password 0.1.0 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate momoden-password 0.1.0 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.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded arrayvec v0.7.2 [INFO] [stderr] Downloaded wyz v0.5.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a9ab68f4d5594f5a1dafb0d68b7ef33f624d3f839fb293869b4f4eb09ae0271c [INFO] running `Command { std: "docker" "start" "-a" "a9ab68f4d5594f5a1dafb0d68b7ef33f624d3f839fb293869b4f4eb09ae0271c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a9ab68f4d5594f5a1dafb0d68b7ef33f624d3f839fb293869b4f4eb09ae0271c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a9ab68f4d5594f5a1dafb0d68b7ef33f624d3f839fb293869b4f4eb09ae0271c", kill_on_drop: false }` [INFO] [stdout] a9ab68f4d5594f5a1dafb0d68b7ef33f624d3f839fb293869b4f4eb09ae0271c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3ed98cec84d9dc58db5408d1f0e3548c363fcb0fc6fe551d80f45f3bd9ca359f [INFO] running `Command { std: "docker" "start" "-a" "3ed98cec84d9dc58db5408d1f0e3548c363fcb0fc6fe551d80f45f3bd9ca359f", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.103 [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling wyz v0.5.0 [INFO] [stderr] Compiling bitvec v1.0.1 [INFO] [stderr] Compiling thiserror-impl v1.0.37 [INFO] [stderr] Compiling thiserror v1.0.37 [INFO] [stderr] Compiling momoden-password v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/password.rs:88:20 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn display(&self) -> PasswordDisplay { [INFO] [stdout] | ^^^^^ --------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 88 | pub fn display(&self) -> PasswordDisplay<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/password.rs:93:27 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn display_pretty(&self) -> PasswordDisplayPretty { [INFO] [stdout] | ^^^^^ --------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 93 | pub fn display_pretty(&self) -> PasswordDisplayPretty<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/password.rs:100:24 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn display_hex(&self) -> PasswordDisplayHex { [INFO] [stdout] | ^^^^^ ------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 100 | pub fn display_hex(&self) -> PasswordDisplayHex<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.82s [INFO] running `Command { std: "docker" "inspect" "3ed98cec84d9dc58db5408d1f0e3548c363fcb0fc6fe551d80f45f3bd9ca359f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ed98cec84d9dc58db5408d1f0e3548c363fcb0fc6fe551d80f45f3bd9ca359f", kill_on_drop: false }` [INFO] [stdout] 3ed98cec84d9dc58db5408d1f0e3548c363fcb0fc6fe551d80f45f3bd9ca359f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bc4878059d91a14d96d68a31b8ec8a517b3a25184b5da44721ca61adc848375f [INFO] running `Command { std: "docker" "start" "-a" "bc4878059d91a14d96d68a31b8ec8a517b3a25184b5da44721ca61adc848375f", kill_on_drop: false }` [INFO] [stderr] Compiling either v1.8.0 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/password.rs:88:20 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn display(&self) -> PasswordDisplay { [INFO] [stdout] | ^^^^^ --------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 88 | pub fn display(&self) -> PasswordDisplay<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/password.rs:93:27 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn display_pretty(&self) -> PasswordDisplayPretty { [INFO] [stdout] | ^^^^^ --------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 93 | pub fn display_pretty(&self) -> PasswordDisplayPretty<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/password.rs:100:24 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn display_hex(&self) -> PasswordDisplayHex { [INFO] [stdout] | ^^^^^ ------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 100 | pub fn display_hex(&self) -> PasswordDisplayHex<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling momoden-password v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/password.rs:88:20 [INFO] [stdout] | [INFO] [stdout] 88 | pub fn display(&self) -> PasswordDisplay { [INFO] [stdout] | ^^^^^ --------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 88 | pub fn display(&self) -> PasswordDisplay<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/password.rs:93:27 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn display_pretty(&self) -> PasswordDisplayPretty { [INFO] [stdout] | ^^^^^ --------------------- the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 93 | pub fn display_pretty(&self) -> PasswordDisplayPretty<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/password.rs:100:24 [INFO] [stdout] | [INFO] [stdout] 100 | pub fn display_hex(&self) -> PasswordDisplayHex { [INFO] [stdout] | ^^^^^ ------------------ the same lifetime is hidden here [INFO] [stdout] | | [INFO] [stdout] | the lifetime is elided here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 100 | pub fn display_hex(&self) -> PasswordDisplayHex<'_> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.00s [INFO] running `Command { std: "docker" "inspect" "bc4878059d91a14d96d68a31b8ec8a517b3a25184b5da44721ca61adc848375f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc4878059d91a14d96d68a31b8ec8a517b3a25184b5da44721ca61adc848375f", kill_on_drop: false }` [INFO] [stdout] bc4878059d91a14d96d68a31b8ec8a517b3a25184b5da44721ca61adc848375f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] b8712f6648ca8706a10333b3c1f909c0bd408922f4b3c4d99efd5c52075615f4 [INFO] running `Command { std: "docker" "start" "-a" "b8712f6648ca8706a10333b3c1f909c0bd408922f4b3c4d99efd5c52075615f4", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/password.rs:88:20 [INFO] [stderr] | [INFO] [stderr] 88 | pub fn display(&self) -> PasswordDisplay { [INFO] [stderr] | ^^^^^ --------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 88 | pub fn display(&self) -> PasswordDisplay<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/password.rs:93:27 [INFO] [stderr] | [INFO] [stderr] 93 | pub fn display_pretty(&self) -> PasswordDisplayPretty { [INFO] [stderr] | ^^^^^ --------------------- the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 93 | pub fn display_pretty(&self) -> PasswordDisplayPretty<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/password.rs:100:24 [INFO] [stderr] | [INFO] [stderr] 100 | pub fn display_hex(&self) -> PasswordDisplayHex { [INFO] [stderr] | ^^^^^ ------------------ the same lifetime is hidden here [INFO] [stderr] | | [INFO] [stderr] | the lifetime is elided here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: use `'_` for type paths [INFO] [stderr] | [INFO] [stderr] 100 | pub fn display_hex(&self) -> PasswordDisplayHex<'_> { [INFO] [stderr] | ++++ [INFO] [stderr] [INFO] [stderr] warning: `momoden-password` (lib) generated 3 warnings [INFO] [stderr] warning: `momoden-password` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/momoden_password-302471c240ba20c2) [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test bounded::tests::test_from_str_radix ... ok [INFO] [stdout] test password::tests::test_password_display_pretty ... ok [INFO] [stdout] test password::tests::test_password_parse ... ok [INFO] [stdout] test serialized::tests::test_bytes_checksum ... ok [INFO] [stdout] test serialized::tests::test_bytes_new ... ok [INFO] [stdout] test serialized::tests::test_bytes_password_roundtrip ... ok [INFO] [stdout] test password::tests::test_password_display_hex ... ok [INFO] [stdout] test password::tests::test_password_is_special ... ok [INFO] [stdout] test serialized::tests::test_load_fu ... ok [INFO] [stdout] test password::tests::test_password_new ... ok [INFO] [stdout] test serialized::tests::test_load_various_len ... ok [INFO] [stdout] test serialized::tests::test_save ... ok [INFO] [stdout] test password::tests::test_password_is_invalid_second_char ... ok [INFO] [stdout] test password::tests::test_password_display ... ok [INFO] [stderr] Doc-tests momoden_password [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] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/lib.rs - (line 29) - compile ... ok [INFO] [stdout] test src/lib.rs - (line 7) - compile ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "b8712f6648ca8706a10333b3c1f909c0bd408922f4b3c4d99efd5c52075615f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8712f6648ca8706a10333b3c1f909c0bd408922f4b3c4d99efd5c52075615f4", kill_on_drop: false }` [INFO] [stdout] b8712f6648ca8706a10333b3c1f909c0bd408922f4b3c4d99efd5c52075615f4