[INFO] fetching crate security-framework-sys 2.0.0... [INFO] checking security-framework-sys-2.0.0 against beta for pr-78714 [INFO] extracting crate security-framework-sys 2.0.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate security-framework-sys 2.0.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate security-framework-sys 2.0.0 [INFO] finished tweaking crates.io crate security-framework-sys 2.0.0 [INFO] tweaked toml for crates.io crate security-framework-sys 2.0.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e2da8f546829bf4dece968ad7fc3c6d6b20dbc5fadd81ae73108d3323cb27a14 [INFO] running `Command { std: "docker" "start" "-a" "e2da8f546829bf4dece968ad7fc3c6d6b20dbc5fadd81ae73108d3323cb27a14", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e2da8f546829bf4dece968ad7fc3c6d6b20dbc5fadd81ae73108d3323cb27a14", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2da8f546829bf4dece968ad7fc3c6d6b20dbc5fadd81ae73108d3323cb27a14", kill_on_drop: false }` [INFO] [stdout] e2da8f546829bf4dece968ad7fc3c6d6b20dbc5fadd81ae73108d3323cb27a14 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 748800fda8534ca95e5b0cf3cb13dab08f4ca5795302085be6226c686a416c39 [INFO] running `Command { std: "docker" "start" "-a" "748800fda8534ca95e5b0cf3cb13dab08f4ca5795302085be6226c686a416c39", kill_on_drop: false }` [INFO] [stderr] Checking security-framework-sys v2.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `core_foundation_sys::string::CFStringRef` [INFO] [stdout] --> src/base.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use core_foundation_sys::string::CFStringRef; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core_foundation_sys::array::CFArrayRef` [INFO] [stdout] --> src/certificate.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use core_foundation_sys::array::CFArrayRef; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core_foundation_sys::dictionary::CFDictionaryRef` [INFO] [stdout] --> src/certificate.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use core_foundation_sys::dictionary::CFDictionaryRef; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core_foundation_sys::error::CFErrorRef` [INFO] [stdout] --> src/certificate.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use core_foundation_sys::error::CFErrorRef; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SecKeyRef` [INFO] [stdout] --> src/certificate.rs:8:38 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::base::{SecCertificateRef, SecKeyRef}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CFTypeRef` [INFO] [stdout] --> src/identity.rs:1:43 [INFO] [stdout] | [INFO] [stdout] 1 | use core_foundation_sys::base::{CFTypeID, CFTypeRef, OSStatus}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CFTypeRef` [INFO] [stdout] --> src/import_export.rs:2:33 [INFO] [stdout] | [INFO] [stdout] 2 | use core_foundation_sys::base::{CFTypeRef, OSStatus}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::os::raw::c_uint` [INFO] [stdout] --> src/import_export.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `SecAccessRef`, `SecKeychainRef` [INFO] [stdout] --> src/import_export.rs:8:19 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::base::{SecAccessRef, SecKeychainRef}; [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core_foundation_sys::data::CFDataRef` [INFO] [stdout] --> src/key.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use core_foundation_sys::data::CFDataRef; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core_foundation_sys::dictionary::CFDictionaryRef` [INFO] [stdout] --> src/key.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core_foundation_sys::dictionary::CFDictionaryRef; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core_foundation_sys::error::CFErrorRef` [INFO] [stdout] --> src/key.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use core_foundation_sys::error::CFErrorRef; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::base::SecKeyRef` [INFO] [stdout] --> src/key.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::base::SecKeyRef; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CFTypeRef` [INFO] [stdout] --> src/secure_transport.rs:3:42 [INFO] [stdout] | [INFO] [stdout] 3 | use core_foundation_sys::base::{Boolean, CFTypeRef, OSStatus}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core_foundation_sys::string::CFStringRef` [INFO] [stdout] --> src/base.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use core_foundation_sys::string::CFStringRef; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core_foundation_sys::array::CFArrayRef` [INFO] [stdout] --> src/certificate.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use core_foundation_sys::array::CFArrayRef; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core_foundation_sys::dictionary::CFDictionaryRef` [INFO] [stdout] --> src/certificate.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use core_foundation_sys::dictionary::CFDictionaryRef; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core_foundation_sys::error::CFErrorRef` [INFO] [stdout] --> src/certificate.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use core_foundation_sys::error::CFErrorRef; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `SecKeyRef` [INFO] [stdout] --> src/certificate.rs:8:38 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::base::{SecCertificateRef, SecKeyRef}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CFTypeRef` [INFO] [stdout] --> src/identity.rs:1:43 [INFO] [stdout] | [INFO] [stdout] 1 | use core_foundation_sys::base::{CFTypeID, CFTypeRef, OSStatus}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CFTypeRef` [INFO] [stdout] --> src/import_export.rs:2:33 [INFO] [stdout] | [INFO] [stdout] 2 | use core_foundation_sys::base::{CFTypeRef, OSStatus}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::os::raw::c_uint` [INFO] [stdout] --> src/import_export.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use std::os::raw::c_uint; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `SecAccessRef`, `SecKeychainRef` [INFO] [stdout] --> src/import_export.rs:8:19 [INFO] [stdout] | [INFO] [stdout] 8 | use crate::base::{SecAccessRef, SecKeychainRef}; [INFO] [stdout] | ^^^^^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core_foundation_sys::data::CFDataRef` [INFO] [stdout] --> src/key.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use core_foundation_sys::data::CFDataRef; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core_foundation_sys::dictionary::CFDictionaryRef` [INFO] [stdout] --> src/key.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use core_foundation_sys::dictionary::CFDictionaryRef; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `core_foundation_sys::error::CFErrorRef` [INFO] [stdout] --> src/key.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use core_foundation_sys::error::CFErrorRef; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::base::SecKeyRef` [INFO] [stdout] --> src/key.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use crate::base::SecKeyRef; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `CFTypeRef` [INFO] [stdout] --> src/secure_transport.rs:3:42 [INFO] [stdout] | [INFO] [stdout] 3 | use core_foundation_sys::base::{Boolean, CFTypeRef, OSStatus}; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.51s [INFO] running `Command { std: "docker" "inspect" "748800fda8534ca95e5b0cf3cb13dab08f4ca5795302085be6226c686a416c39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "748800fda8534ca95e5b0cf3cb13dab08f4ca5795302085be6226c686a416c39", kill_on_drop: false }` [INFO] [stdout] 748800fda8534ca95e5b0cf3cb13dab08f4ca5795302085be6226c686a416c39