[INFO] crate securestore 0.99.2 is already in cache [INFO] testing securestore-0.99.2 against 1.44.0 for beta-1.45-1 [INFO] extracting crate securestore 0.99.2 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate securestore 0.99.2 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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] a5dd78437313b72ff817710d9833f2dfa8f63d43f4616bd57004ef93f58a44fa [INFO] running `"docker" "start" "-a" "a5dd78437313b72ff817710d9833f2dfa8f63d43f4616bd57004ef93f58a44fa"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling openssl v0.10.29 [INFO] [stderr] Compiling openssl-src v111.9.0+1.1.1g [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling openssl-sys v0.9.57 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling securestore v0.99.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 29s [INFO] running `"docker" "inspect" "a5dd78437313b72ff817710d9833f2dfa8f63d43f4616bd57004ef93f58a44fa"` [INFO] running `"docker" "rm" "-f" "a5dd78437313b72ff817710d9833f2dfa8f63d43f4616bd57004ef93f58a44fa"` [INFO] [stdout] a5dd78437313b72ff817710d9833f2dfa8f63d43f4616bd57004ef93f58a44fa [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] [stdout] 3e9e3a3899181cdc71ce22518c0ad3658537b7f36dc5302e89caba0a13c9b59a [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" "3e9e3a3899181cdc71ce22518c0ad3658537b7f36dc5302e89caba0a13c9b59a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling 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" "3e9e3a3899181cdc71ce22518c0ad3658537b7f36dc5302e89caba0a13c9b59a"` [INFO] running `"docker" "rm" "-f" "3e9e3a3899181cdc71ce22518c0ad3658537b7f36dc5302e89caba0a13c9b59a"` [INFO] [stdout] 3e9e3a3899181cdc71ce22518c0ad3658537b7f36dc5302e89caba0a13c9b59a