[INFO] updating cached repository https://github.com/softprops/cred-lock [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ff9e2b3251a09570b0dabcd531bada094a0dacb0 [INFO] testing softprops/cred-lock against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsoftprops%2Fcred-lock" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/softprops/cred-lock on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/softprops/cred-lock [INFO] finished tweaking git repo https://github.com/softprops/cred-lock [INFO] tweaked toml for git repo https://github.com/softprops/cred-lock written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/softprops/cred-lock already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "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-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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] 06f403a7d27a3b84c5f998bb07ad07349c08ceefd8fbae4e32f968cc42ecd6ed [INFO] running `"docker" "start" "-a" "06f403a7d27a3b84c5f998bb07ad07349c08ceefd8fbae4e32f968cc42ecd6ed"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.8 [INFO] [stderr] Compiling core-foundation-sys v0.6.2 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-bigint v0.2.3 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling num-complex v0.2.3 [INFO] [stderr] Compiling dbus v0.2.3 [INFO] [stderr] Compiling clicolors-control v1.0.1 [INFO] [stderr] Compiling termios v0.3.1 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling block-modes v0.3.3 [INFO] [stderr] Compiling hkdf v0.7.1 [INFO] [stderr] Compiling aes v0.3.2 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling security-framework-sys v0.3.3 [INFO] [stderr] Compiling core-foundation v0.6.4 [INFO] [stderr] Compiling security-framework v0.3.3 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling regex v1.3.1 [INFO] [stderr] Compiling console v0.9.1 [INFO] [stderr] Compiling dialoguer v0.5.0 [INFO] [stderr] Compiling num v0.2.0 [INFO] [stderr] Compiling secret-service v1.0.0 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Compiling serde_derive v1.0.102 [INFO] [stderr] Compiling structopt-derive v0.3.4 [INFO] [stderr] Compiling structopt v0.3.4 [INFO] [stderr] Compiling serde v1.0.102 [INFO] [stderr] Compiling serde_json v1.0.41 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling cargo_metadata v0.6.4 [INFO] [stderr] Compiling skeptic v0.13.4 [INFO] [stderr] Compiling keyring v0.7.1 [INFO] [stderr] Compiling cred-lock v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `macos` in `os` [INFO] [stderr] --> src/main.rs:6:9 [INFO] [stderr] | [INFO] [stderr] 6 | os::macos::keychain::{CreateOptions, KeychainSettings, SecKeychain}, [INFO] [stderr] | ^^^^^ could not find `macos` in `os` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `CreateOptions` [INFO] [stderr] --> src/main.rs:59:21 [INFO] [stderr] | [INFO] [stderr] 59 | let mut chain = CreateOptions::new().prompt_user(true).create("aws")?; [INFO] [stderr] | ^^^^^^^^^^^^^ use of undeclared type or module `CreateOptions` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `KeychainSettings` [INFO] [stderr] --> src/main.rs:60:24 [INFO] [stderr] | [INFO] [stderr] 60 | let mut settings = KeychainSettings::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of undeclared type or module `KeychainSettings` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SecKeychain` [INFO] [stderr] --> src/main.rs:69:22 [INFO] [stderr] | [INFO] [stderr] 69 | .keychains(&[SecKeychain::open("aws")?]) [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `SecKeychain` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SecKeychain` [INFO] [stderr] --> src/main.rs:91:17 [INFO] [stderr] | [INFO] [stderr] 91 | let chain = SecKeychain::open("aws")?; [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `SecKeychain` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SecKeychain` [INFO] [stderr] --> src/main.rs:125:5 [INFO] [stderr] | [INFO] [stderr] 125 | SecKeychain::open("aws")?.add_generic_password( [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `SecKeychain` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SecKeychain` [INFO] [stderr] --> src/main.rs:135:17 [INFO] [stderr] | [INFO] [stderr] 135 | let chain = SecKeychain::open("aws")?; [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `SecKeychain` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `SecKeychain` [INFO] [stderr] --> src/main.rs:146:13 [INFO] [stderr] | [INFO] [stderr] 146 | SecKeychain::open("aws")?.find_generic_password(&profile, &access_key_id)?; [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `SecKeychain` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `keychains` found for struct `security_framework::item::ItemSearchOptions` in the current scope [INFO] [stderr] --> src/main.rs:69:10 [INFO] [stderr] | [INFO] [stderr] 69 | .keychains(&[SecKeychain::open("aws")?]) [INFO] [stderr] | ^^^^^^^^^ private field, not a method [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `keychains` found for struct `security_framework::item::ItemSearchOptions` in the current scope [INFO] [stderr] --> src/main.rs:93:10 [INFO] [stderr] | [INFO] [stderr] 93 | .keychains(&[chain]) [INFO] [stderr] | ^^^^^^^^^ private field, not a method [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `keychains` found for struct `security_framework::item::ItemSearchOptions` in the current scope [INFO] [stderr] --> src/main.rs:137:10 [INFO] [stderr] | [INFO] [stderr] 137 | .keychains(&[chain]) [INFO] [stderr] | ^^^^^^^^^ private field, not a method [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0433, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0433`. [INFO] [stderr] error: could not compile `cred-lock`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "06f403a7d27a3b84c5f998bb07ad07349c08ceefd8fbae4e32f968cc42ecd6ed"` [INFO] running `"docker" "rm" "-f" "06f403a7d27a3b84c5f998bb07ad07349c08ceefd8fbae4e32f968cc42ecd6ed"` [INFO] [stdout] 06f403a7d27a3b84c5f998bb07ad07349c08ceefd8fbae4e32f968cc42ecd6ed