[INFO] fetching crate securestore 0.99.2... [INFO] checking securestore-0.99.2 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate securestore 0.99.2 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate securestore 0.99.2 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate securestore 0.99.2 [INFO] finished tweaking crates.io crate securestore 0.99.2 [INFO] tweaked toml for crates.io crate securestore 0.99.2 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [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-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" "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] [stdout] b76fe5c78284527701b12cbd3373a08fdaf3c2982e3deec6029574fab3a1ab24 [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" "b76fe5c78284527701b12cbd3373a08fdaf3c2982e3deec6029574fab3a1ab24"` [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Compiling openssl v0.10.29 [INFO] [stderr] Checking remove_dir_all v0.5.2 [INFO] [stderr] Compiling openssl-src v111.9.0+1.1.1g [INFO] [stderr] Checking getrandom v0.1.14 [INFO] [stderr] Checking base64 v0.10.1 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Compiling openssl-sys v0.9.55 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking securestore v0.99.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> src/tests/key_management.rs:15:20 [INFO] [stderr] | [INFO] [stderr] 15 | let derived1 = KeySource::Password("foo").extract_keys(&iv1).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ cannot infer type for type parameter `P` declared on the enum `KeySource` [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> src/tests/secrets.rs:13:20 [INFO] [stderr] | [INFO] [stderr] 13 | let mut sman = SecretsManager::new(&secrets_path, KeySource::Password("mysecret")).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ cannot infer type for type parameter `P2` declared on the associated function `new` [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> src/tests/secrets.rs:34:20 [INFO] [stderr] | [INFO] [stderr] 34 | let mut sman = SecretsManager::new(&secrets_path, KeySource::Password("mysecret")).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ cannot infer type for type parameter `P2` declared on the associated function `new` [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> src/tests/secrets.rs:53:16 [INFO] [stderr] | [INFO] [stderr] 53 | let sman = SecretsManager::new(&secrets_path, KeySource::Csprng).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ cannot infer type for type parameter `P2` declared on the associated function `new` [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> src/tests/secrets.rs:67:24 [INFO] [stderr] | [INFO] [stderr] 67 | let mut sman = SecretsManager::new(&secrets_path, KeySource::Csprng).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ cannot infer type for type parameter `P2` declared on the associated function `new` [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> src/tests/secrets.rs:85:13 [INFO] [stderr] | [INFO] [stderr] 85 | SecretsManager::new(&secrets_path, KeySource::Password("password123")).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ cannot infer type for type parameter `P2` declared on the associated function `new` [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> src/tests/secrets.rs:109:20 [INFO] [stderr] | [INFO] [stderr] 109 | let mut sman = SecretsManager::new(&secrets_path, KeySource::Csprng).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ cannot infer type for type parameter `P2` declared on the associated function `new` [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0282`. [INFO] [stderr] error: could not compile `securestore`. [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: build failed [INFO] running `"docker" "inspect" "b76fe5c78284527701b12cbd3373a08fdaf3c2982e3deec6029574fab3a1ab24"` [INFO] running `"docker" "rm" "-f" "b76fe5c78284527701b12cbd3373a08fdaf3c2982e3deec6029574fab3a1ab24"` [INFO] [stdout] b76fe5c78284527701b12cbd3373a08fdaf3c2982e3deec6029574fab3a1ab24