[INFO] crate securestore 0.99.2 is already in cache [INFO] testing securestore-0.99.2 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate securestore 0.99.2 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate securestore 0.99.2 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-13/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+beta-2020-06-03" "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] c92aafb48b08bf2bfc177ffa0e6d688f190fe66f0ba5e5f67fbb9c58dfc8ed5b [INFO] running `"docker" "start" "-a" "c92aafb48b08bf2bfc177ffa0e6d688f190fe66f0ba5e5f67fbb9c58dfc8ed5b"` [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 openssl-sys v0.9.57 [INFO] [stderr] Compiling securestore v0.99.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 25s [INFO] running `"docker" "inspect" "c92aafb48b08bf2bfc177ffa0e6d688f190fe66f0ba5e5f67fbb9c58dfc8ed5b"` [INFO] running `"docker" "rm" "-f" "c92aafb48b08bf2bfc177ffa0e6d688f190fe66f0ba5e5f67fbb9c58dfc8ed5b"` [INFO] [stdout] c92aafb48b08bf2bfc177ffa0e6d688f190fe66f0ba5e5f67fbb9c58dfc8ed5b [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+beta-2020-06-03" "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] 558075d7ccc2db338d5e0d2cdc8bbcd4887486a2339881fa5c4b4e4be9893fb3 [INFO] running `"docker" "start" "-a" "558075d7ccc2db338d5e0d2cdc8bbcd4887486a2339881fa5c4b4e4be9893fb3"` [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" "558075d7ccc2db338d5e0d2cdc8bbcd4887486a2339881fa5c4b4e4be9893fb3"` [INFO] running `"docker" "rm" "-f" "558075d7ccc2db338d5e0d2cdc8bbcd4887486a2339881fa5c4b4e4be9893fb3"` [INFO] [stdout] 558075d7ccc2db338d5e0d2cdc8bbcd4887486a2339881fa5c4b4e4be9893fb3