[INFO] cloning repository https://github.com/artemkorobko/pswd [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/artemkorobko/pswd" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fartemkorobko%2Fpswd", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fartemkorobko%2Fpswd'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 855640ed0a1d625e0c34d3a315c625358cff4ae2 [INFO] testing artemkorobko/pswd against master#c5842b0be783dffa5a49693541acb79115c7eeef for pr-102570 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fartemkorobko%2Fpswd" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/artemkorobko/pswd on toolchain c5842b0be783dffa5a49693541acb79115c7eeef [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5842b0be783dffa5a49693541acb79115c7eeef" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/artemkorobko/pswd [INFO] finished tweaking git repo https://github.com/artemkorobko/pswd [INFO] tweaked toml for git repo https://github.com/artemkorobko/pswd written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/artemkorobko/pswd already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5842b0be783dffa5a49693541acb79115c7eeef" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rstest_macros v0.14.0 [INFO] [stderr] Downloaded rstest v0.15.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+c5842b0be783dffa5a49693541acb79115c7eeef" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 08ec8e8ffe149026d57fec22dbe4485a70e46aec33eb3e658ef7916999c8c9ca [INFO] running `Command { std: "docker" "start" "-a" "08ec8e8ffe149026d57fec22dbe4485a70e46aec33eb3e658ef7916999c8c9ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "08ec8e8ffe149026d57fec22dbe4485a70e46aec33eb3e658ef7916999c8c9ca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08ec8e8ffe149026d57fec22dbe4485a70e46aec33eb3e658ef7916999c8c9ca", kill_on_drop: false }` [INFO] [stdout] 08ec8e8ffe149026d57fec22dbe4485a70e46aec33eb3e658ef7916999c8c9ca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+c5842b0be783dffa5a49693541acb79115c7eeef" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 69c8a296cd69e584779e10fe9e059e82a3a0e5c0c532a6dc4a31b1dde8c8c5de [INFO] running `Command { std: "docker" "start" "-a" "69c8a296cd69e584779e10fe9e059e82a3a0e5c0c532a6dc4a31b1dde8c8c5de", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.135 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling proc-macro2 v1.0.47 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling syn v1.0.102 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling unicode-segmentation v1.10.0 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling anyhow v1.0.65 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling ansi_term v0.12.1 [INFO] [stderr] Compiling strsim v0.8.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.34.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling structopt v0.3.26 [INFO] [stderr] Compiling pswd v1.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.34s [INFO] running `Command { std: "docker" "inspect" "69c8a296cd69e584779e10fe9e059e82a3a0e5c0c532a6dc4a31b1dde8c8c5de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "69c8a296cd69e584779e10fe9e059e82a3a0e5c0c532a6dc4a31b1dde8c8c5de", kill_on_drop: false }` [INFO] [stdout] 69c8a296cd69e584779e10fe9e059e82a3a0e5c0c532a6dc4a31b1dde8c8c5de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+c5842b0be783dffa5a49693541acb79115c7eeef" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e6df568882fdfc4be7d9ab844155ef0232649c05cb8ca8aa17ffa7e18cea63e6 [INFO] running `Command { std: "docker" "start" "-a" "e6df568882fdfc4be7d9ab844155ef0232649c05cb8ca8aa17ffa7e18cea63e6", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.102 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling semver v1.0.14 [INFO] [stderr] Compiling futures-core v0.3.24 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling futures-task v0.3.24 [INFO] [stderr] Compiling futures-channel v0.3.24 [INFO] [stderr] Compiling futures-util v0.3.24 [INFO] [stderr] Compiling futures-sink v0.3.24 [INFO] [stderr] Compiling futures-io v0.3.24 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling futures-timer v3.0.2 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling rstest_macros v0.14.0 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling futures-macro v0.3.24 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling structopt v0.3.26 [INFO] [stderr] Compiling futures-executor v0.3.24 [INFO] [stderr] Compiling futures v0.3.24 [INFO] [stderr] Compiling rstest v0.15.0 [INFO] [stderr] Compiling pswd v1.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 10.25s [INFO] running `Command { std: "docker" "inspect" "e6df568882fdfc4be7d9ab844155ef0232649c05cb8ca8aa17ffa7e18cea63e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6df568882fdfc4be7d9ab844155ef0232649c05cb8ca8aa17ffa7e18cea63e6", kill_on_drop: false }` [INFO] [stdout] e6df568882fdfc4be7d9ab844155ef0232649c05cb8ca8aa17ffa7e18cea63e6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+c5842b0be783dffa5a49693541acb79115c7eeef" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 72b601d7b2cfa69fb8e39a804bb25ee628562980340c13f27e8ea39dd2399cda [INFO] running `Command { std: "docker" "start" "-a" "72b601d7b2cfa69fb8e39a804bb25ee628562980340c13f27e8ea39dd2399cda", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/pswd-392540a7b409be56) [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test generator::tests::chain_generators ... ok [INFO] [stdout] test options::tests::parse_length_arg::case_1 ... ok [INFO] [stdout] test options::tests::parse_invalid_tokes_arg ... ok [INFO] [stdout] test options::tests::parse_invalid_length_arg ... ok [INFO] [stdout] test options::tests::parse_length_arg::case_3 ... ok [INFO] [stdout] test options::tests::parse_length_arg::case_2 ... ok [INFO] [stdout] test options::tests::parse_length_arg::case_6 ... ok [INFO] [stdout] test options::tests::parse_length_arg::case_5 ... ok [INFO] [stdout] test options::tests::parse_length_arg::case_4 ... ok [INFO] [stdout] test options::tests::parse_tokens_arg::case_2 ... ok [INFO] [stdout] test options::tests::parse_tokens_arg::case_1 ... ok [INFO] [stdout] test options::tests::return_default_args ... ok [INFO] [stdout] test options::tests::parse_tokens_arg::case_3 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "72b601d7b2cfa69fb8e39a804bb25ee628562980340c13f27e8ea39dd2399cda", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72b601d7b2cfa69fb8e39a804bb25ee628562980340c13f27e8ea39dd2399cda", kill_on_drop: false }` [INFO] [stdout] 72b601d7b2cfa69fb8e39a804bb25ee628562980340c13f27e8ea39dd2399cda