[INFO] cloning repository https://github.com/ex0dus-0x/PolyPasswordHasher-Rust [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ex0dus-0x/PolyPasswordHasher-Rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fex0dus-0x%2FPolyPasswordHasher-Rust"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fex0dus-0x%2FPolyPasswordHasher-Rust'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6ad6e33c0ee9986f3b8e14e3e3e39a6adb1d1aef [INFO] checking ex0dus-0x/PolyPasswordHasher-Rust against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fex0dus-0x%2FPolyPasswordHasher-Rust" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ex0dus-0x/PolyPasswordHasher-Rust on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ex0dus-0x/PolyPasswordHasher-Rust [INFO] finished tweaking git repo https://github.com/ex0dus-0x/PolyPasswordHasher-Rust [INFO] tweaked toml for git repo https://github.com/ex0dus-0x/PolyPasswordHasher-Rust written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/ex0dus-0x/PolyPasswordHasher-Rust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=forbid" "-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" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ebc21a223e1d3c9b6daed310d1032bd3c321c1df0a9390f575306c26a61e681f [INFO] running `"docker" "start" "-a" "ebc21a223e1d3c9b6daed310d1032bd3c321c1df0a9390f575306c26a61e681f"` [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling cc v1.0.3 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Checking num-traits v0.1.41 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling libflate v0.1.27 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling filetime v0.2.9 [INFO] [stderr] Compiling xattr v0.2.2 [INFO] [stderr] Compiling tar v0.4.26 [INFO] [stderr] Compiling libsodium-sys v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Checking serde_json v1.0.8 [INFO] [stderr] Checking sodiumoxide v0.2.5 [INFO] [stderr] Checking polypasswordhasher v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0599]: no method named `create_account` found for enum `std::result::Result` in the current scope [INFO] [stderr] --> tests/test_pph.rs:16:13 [INFO] [stderr] | [INFO] [stderr] 16 | pph.create_account(String::from("admin"), String::from("correct horse"), 5); [INFO] [stderr] | ^^^^^^^^^^^^^^ method not found in `std::result::Result` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `create_account` found for enum `std::result::Result` in the current scope [INFO] [stderr] --> tests/test_pph.rs:17:13 [INFO] [stderr] | [INFO] [stderr] 17 | pph.create_account(String::from("root"), String::from("battery staple"), 5); [INFO] [stderr] | ^^^^^^^^^^^^^^ method not found in `std::result::Result` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `polypasswordhasher`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/test_secret_share.rs:26:43 [INFO] [stderr] | [INFO] [stderr] 26 | let _ = ShamirSecret::new(5, Some(message)); [INFO] [stderr] | ^^^^^^^ expected struct `std::vec::Vec`, found struct `std::string::String` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `std::vec::Vec` [INFO] [stderr] found struct `std::string::String` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/test_secret_share.rs:31:48 [INFO] [stderr] | [INFO] [stderr] 31 | let secret = ShamirSecret::new(3, Some("Hello".to_string())); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ expected struct `std::vec::Vec`, found struct `std::string::String` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `std::vec::Vec` [INFO] [stderr] found struct `std::string::String` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> tests/test_secret_share.rs:57:43 [INFO] [stderr] | [INFO] [stderr] 57 | let s = ShamirSecret::new(2, Some(message)); [INFO] [stderr] | ^^^^^^^ expected struct `std::vec::Vec`, found struct `std::string::String` [INFO] [stderr] | [INFO] [stderr] = note: expected struct `std::vec::Vec` [INFO] [stderr] found struct `std::string::String` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `polypasswordhasher`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ebc21a223e1d3c9b6daed310d1032bd3c321c1df0a9390f575306c26a61e681f"` [INFO] running `"docker" "rm" "-f" "ebc21a223e1d3c9b6daed310d1032bd3c321c1df0a9390f575306c26a61e681f"` [INFO] [stdout] ebc21a223e1d3c9b6daed310d1032bd3c321c1df0a9390f575306c26a61e681f