[INFO] updating cached repository https://github.com/bmpotter13/random_password [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 44dbf33ea00c8dc6cc242f86753578cc4692b682 [INFO] testing bmpotter13/random_password against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbmpotter13%2Frandom_password" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bmpotter13/random_password on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/bmpotter13/random_password [INFO] finished tweaking git repo https://github.com/bmpotter13/random_password [INFO] tweaked toml for git repo https://github.com/bmpotter13/random_password written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/bmpotter13/random_password already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1b5ec74806d9d7f34fe0a59a27aa15bc2cb4508c2ee39b897540d460c0121865 [INFO] running `"docker" "start" "-a" "1b5ec74806d9d7f34fe0a59a27aa15bc2cb4508c2ee39b897540d460c0121865"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling random_password v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused imports: `fs`, `num::ParseIntError` [INFO] [stderr] --> src/main.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | fs, [INFO] [stderr] | ^^ [INFO] [stderr] 6 | num::ParseIntError, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `config` [INFO] [stderr] --> src/main.rs:125:24 [INFO] [stderr] | [INFO] [stderr] 125 | fn parse_dictionary(config: &mut Config, current_option: &str, options: &mut I) -> Result<(), String> [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_config` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `current_option` [INFO] [stderr] --> src/main.rs:125:45 [INFO] [stderr] | [INFO] [stderr] 125 | fn parse_dictionary(config: &mut Config, current_option: &str, options: &mut I) -> Result<(), String> [INFO] [stderr] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_option` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `options` [INFO] [stderr] --> src/main.rs:125:67 [INFO] [stderr] | [INFO] [stderr] 125 | fn parse_dictionary(config: &mut Config, current_option: &str, options: &mut I) -> Result<(), String> [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_options` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `config` [INFO] [stderr] --> src/main.rs:131:23 [INFO] [stderr] | [INFO] [stderr] 131 | fn parse_separator(config: &mut Config, current_option: &str, options: &mut I) -> Result<(), String> [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_config` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `current_option` [INFO] [stderr] --> src/main.rs:131:44 [INFO] [stderr] | [INFO] [stderr] 131 | fn parse_separator(config: &mut Config, current_option: &str, options: &mut I) -> Result<(), String> [INFO] [stderr] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_option` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `options` [INFO] [stderr] --> src/main.rs:131:66 [INFO] [stderr] | [INFO] [stderr] 131 | fn parse_separator(config: &mut Config, current_option: &str, options: &mut I) -> Result<(), String> [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_options` [INFO] [stderr] [INFO] [stderr] warning: method is never used: `update_dictionary` [INFO] [stderr] --> src/main.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | fn update_dictionary(&mut self, d: String) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `update_separator` [INFO] [stderr] --> src/main.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | fn update_separator(&mut self, s: String) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 9 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.32s [INFO] running `"docker" "inspect" "1b5ec74806d9d7f34fe0a59a27aa15bc2cb4508c2ee39b897540d460c0121865"` [INFO] running `"docker" "rm" "-f" "1b5ec74806d9d7f34fe0a59a27aa15bc2cb4508c2ee39b897540d460c0121865"` [INFO] [stdout] 1b5ec74806d9d7f34fe0a59a27aa15bc2cb4508c2ee39b897540d460c0121865 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1efec17b16b609288ab9186437c6cbbe20fc87917c35441b5201e30babfdf1d3 [INFO] running `"docker" "start" "-a" "1efec17b16b609288ab9186437c6cbbe20fc87917c35441b5201e30babfdf1d3"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling random_password v0.1.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused imports: `fs`, `num::ParseIntError` [INFO] [stderr] --> src/main.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | fs, [INFO] [stderr] | ^^ [INFO] [stderr] 6 | num::ParseIntError, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `config` [INFO] [stderr] --> src/main.rs:125:24 [INFO] [stderr] | [INFO] [stderr] 125 | fn parse_dictionary(config: &mut Config, current_option: &str, options: &mut I) -> Result<(), String> [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_config` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `current_option` [INFO] [stderr] --> src/main.rs:125:45 [INFO] [stderr] | [INFO] [stderr] 125 | fn parse_dictionary(config: &mut Config, current_option: &str, options: &mut I) -> Result<(), String> [INFO] [stderr] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_option` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `options` [INFO] [stderr] --> src/main.rs:125:67 [INFO] [stderr] | [INFO] [stderr] 125 | fn parse_dictionary(config: &mut Config, current_option: &str, options: &mut I) -> Result<(), String> [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_options` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `config` [INFO] [stderr] --> src/main.rs:131:23 [INFO] [stderr] | [INFO] [stderr] 131 | fn parse_separator(config: &mut Config, current_option: &str, options: &mut I) -> Result<(), String> [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_config` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `current_option` [INFO] [stderr] --> src/main.rs:131:44 [INFO] [stderr] | [INFO] [stderr] 131 | fn parse_separator(config: &mut Config, current_option: &str, options: &mut I) -> Result<(), String> [INFO] [stderr] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_option` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `options` [INFO] [stderr] --> src/main.rs:131:66 [INFO] [stderr] | [INFO] [stderr] 131 | fn parse_separator(config: &mut Config, current_option: &str, options: &mut I) -> Result<(), String> [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_options` [INFO] [stderr] [INFO] [stderr] warning: method is never used: `update_dictionary` [INFO] [stderr] --> src/main.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | fn update_dictionary(&mut self, d: String) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `update_separator` [INFO] [stderr] --> src/main.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | fn update_separator(&mut self, s: String) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 9 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.00s [INFO] running `"docker" "inspect" "1efec17b16b609288ab9186437c6cbbe20fc87917c35441b5201e30babfdf1d3"` [INFO] running `"docker" "rm" "-f" "1efec17b16b609288ab9186437c6cbbe20fc87917c35441b5201e30babfdf1d3"` [INFO] [stdout] 1efec17b16b609288ab9186437c6cbbe20fc87917c35441b5201e30babfdf1d3 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen"` [INFO] [stdout] 495ee25956e0aa2b9708c80eaca32fb8431c04f54f23201d120bee4f2933d208 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "495ee25956e0aa2b9708c80eaca32fb8431c04f54f23201d120bee4f2933d208"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused imports: `fs`, `num::ParseIntError` [INFO] [stderr] --> src/main.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | fs, [INFO] [stderr] | ^^ [INFO] [stderr] 6 | num::ParseIntError, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `config` [INFO] [stderr] --> src/main.rs:125:24 [INFO] [stderr] | [INFO] [stderr] 125 | fn parse_dictionary(config: &mut Config, current_option: &str, options: &mut I) -> Result<(), String> [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_config` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `current_option` [INFO] [stderr] --> src/main.rs:125:45 [INFO] [stderr] | [INFO] [stderr] 125 | fn parse_dictionary(config: &mut Config, current_option: &str, options: &mut I) -> Result<(), String> [INFO] [stderr] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_option` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `options` [INFO] [stderr] --> src/main.rs:125:67 [INFO] [stderr] | [INFO] [stderr] 125 | fn parse_dictionary(config: &mut Config, current_option: &str, options: &mut I) -> Result<(), String> [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_options` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `config` [INFO] [stderr] --> src/main.rs:131:23 [INFO] [stderr] | [INFO] [stderr] 131 | fn parse_separator(config: &mut Config, current_option: &str, options: &mut I) -> Result<(), String> [INFO] [stderr] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_config` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `current_option` [INFO] [stderr] --> src/main.rs:131:44 [INFO] [stderr] | [INFO] [stderr] 131 | fn parse_separator(config: &mut Config, current_option: &str, options: &mut I) -> Result<(), String> [INFO] [stderr] | ^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_current_option` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `options` [INFO] [stderr] --> src/main.rs:131:66 [INFO] [stderr] | [INFO] [stderr] 131 | fn parse_separator(config: &mut Config, current_option: &str, options: &mut I) -> Result<(), String> [INFO] [stderr] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_options` [INFO] [stderr] [INFO] [stderr] warning: method is never used: `update_dictionary` [INFO] [stderr] --> src/main.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | fn update_dictionary(&mut self, d: String) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `update_separator` [INFO] [stderr] --> src/main.rs:32:5 [INFO] [stderr] | [INFO] [stderr] 32 | fn update_separator(&mut self, s: String) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 9 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/random_password-bb7c3f6af856ce83 [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test parse_count::without_argument_to_short ... ok [INFO] [stdout] test parse_count::without_argument_to_long ... ok [INFO] [stdout] test parse_count::with_short_option_space ... ok [INFO] [stdout] test long_options::fails_with_bad_option ... ok [INFO] [stdout] test parse_count::with_long_option ... ok [INFO] [stdout] test parse_count::with_short_option_no_space ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "495ee25956e0aa2b9708c80eaca32fb8431c04f54f23201d120bee4f2933d208"` [INFO] running `"docker" "rm" "-f" "495ee25956e0aa2b9708c80eaca32fb8431c04f54f23201d120bee4f2933d208"` [INFO] [stdout] 495ee25956e0aa2b9708c80eaca32fb8431c04f54f23201d120bee4f2933d208