[INFO] crate securestore 0.99.2 is already in cache
[INFO] checking securestore-0.99.2 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate securestore 0.99.2 into /workspace/builds/worker-7/source
[INFO] validating manifest of crates.io crate securestore 0.99.2 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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-7/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] e90ae24c0637a1ef798a33434a83e8e9896eb2f2bb2fc5637455f72bb38f286e
[INFO] running `"docker" "start" "-a" "e90ae24c0637a1ef798a33434a83e8e9896eb2f2bb2fc5637455f72bb38f286e"`
[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] running `"docker" "inspect" "e90ae24c0637a1ef798a33434a83e8e9896eb2f2bb2fc5637455f72bb38f286e"`
[INFO] running `"docker" "rm" "-f" "e90ae24c0637a1ef798a33434a83e8e9896eb2f2bb2fc5637455f72bb38f286e"`
[INFO] [stdout] e90ae24c0637a1ef798a33434a83e8e9896eb2f2bb2fc5637455f72bb38f286e
