[INFO] fetching crate mac_proxy 0.1.0...
[INFO] checking mac_proxy-0.1.0 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate mac_proxy 0.1.0 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate mac_proxy 0.1.0 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate mac_proxy 0.1.0
[INFO] finished tweaking crates.io crate mac_proxy 0.1.0
[INFO] tweaked toml for crates.io crate mac_proxy 0.1.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 17bf0ec4a8b8587eb641833d8a130ed6cc239594b8c81dfa9bec9678741c0d78
[INFO] running `Command { std: "docker" "start" "-a" "17bf0ec4a8b8587eb641833d8a130ed6cc239594b8c81dfa9bec9678741c0d78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "17bf0ec4a8b8587eb641833d8a130ed6cc239594b8c81dfa9bec9678741c0d78", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "17bf0ec4a8b8587eb641833d8a130ed6cc239594b8c81dfa9bec9678741c0d78", kill_on_drop: false }`
[INFO] [stdout] 17bf0ec4a8b8587eb641833d8a130ed6cc239594b8c81dfa9bec9678741c0d78
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a0159e80ece6fc524acbd2470d6add4be118895ab0848b4057fbe650769f9a79
[INFO] running `Command { std: "docker" "start" "-a" "a0159e80ece6fc524acbd2470d6add4be118895ab0848b4057fbe650769f9a79", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]     Checking serde_json v1.0.115
[INFO] [stderr]     Checking mac_proxy v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `core_foundation`
[INFO] [stdout]  --> src/lib.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use core_foundation::dictionary::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of undeclared crate or module `core_foundation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `core_foundation`
[INFO] [stdout]  --> src/lib.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use core_foundation::string::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of undeclared crate or module `core_foundation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `core_foundation`
[INFO] [stdout]  --> src/lib.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use core_foundation::array::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of undeclared crate or module `core_foundation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `core_foundation`
[INFO] [stdout]  --> src/lib.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use core_foundation::base::{CFGetTypeID, CFRelease};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of undeclared crate or module `core_foundation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `core_foundation`
[INFO] [stdout]  --> src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use core_foundation::number::{kCFNumberLongType, CFNumberGetTypeID, CFNumberGetValue};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of undeclared crate or module `core_foundation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `core_foundation::dictionary::*`, `core_foundation::string::*`, `core_foundation::array::*`, `core_foundation::base::CFGetTypeID`, `core_foundation::base::CFRelease`, `core_foundation::number::kCFNumberLongType`, `core_foundation::number::CFNumberGetTypeID`, `core_foundation::number::CFNumberGetValue`
[INFO] [stdout]  --> src/lib.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use core_foundation::dictionary::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 3 | use core_foundation::string::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 4 | use core_foundation::array::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 5 | use core_foundation::base::{CFGetTypeID, CFRelease};
[INFO] [stdout]   |                             ^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 6 | use core_foundation::number::{kCFNumberLongType, CFNumberGetTypeID, CFNumberGetValue};
[INFO] [stdout]   |                               ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `core_foundation`
[INFO] [stdout]  --> src/lib.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use core_foundation::dictionary::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of undeclared crate or module `core_foundation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `core_foundation`
[INFO] [stdout]  --> src/lib.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use core_foundation::string::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of undeclared crate or module `core_foundation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `core_foundation`
[INFO] [stdout]  --> src/lib.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use core_foundation::array::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of undeclared crate or module `core_foundation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `core_foundation`
[INFO] [stdout]  --> src/lib.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use core_foundation::base::{CFGetTypeID, CFRelease};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of undeclared crate or module `core_foundation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `core_foundation`
[INFO] [stdout]  --> src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use core_foundation::number::{kCFNumberLongType, CFNumberGetTypeID, CFNumberGetValue};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of undeclared crate or module `core_foundation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `core_foundation::dictionary::*`, `core_foundation::string::*`, `core_foundation::array::*`, `core_foundation::base::CFGetTypeID`, `core_foundation::base::CFRelease`, `core_foundation::number::kCFNumberLongType`, `core_foundation::number::CFNumberGetTypeID`, `core_foundation::number::CFNumberGetValue`
[INFO] [stdout]  --> src/lib.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use core_foundation::dictionary::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 3 | use core_foundation::string::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 4 | use core_foundation::array::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 5 | use core_foundation::base::{CFGetTypeID, CFRelease};
[INFO] [stdout]   |                             ^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 6 | use core_foundation::number::{kCFNumberLongType, CFNumberGetTypeID, CFNumberGetValue};
[INFO] [stdout]   |                               ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `__CFDictionary` in this scope
[INFO] [stdout]   --> src/lib.rs:10:35
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub type CFDictionaryRef = *const __CFDictionary;
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `__CFString` in this scope
[INFO] [stdout]   --> src/lib.rs:12:31
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub type CFStringRef = *const __CFString;
[INFO] [stdout]    |                               ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kCFStringEncodingUTF8` in this scope
[INFO] [stdout]   --> src/lib.rs:27:65
[INFO] [stdout]    |
[INFO] [stdout] 27 |         CFStringGetCString(key_str, key_cstr.as_mut_ptr(), 256, kCFStringEncodingUTF8);
[INFO] [stdout]    |                                                                 ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kCFStringEncodingUTF8` in this scope
[INFO] [stdout]   --> src/lib.rs:37:17
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 kCFStringEncodingUTF8,
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `CFDictionaryApplierFunction` in this scope
[INFO] [stdout]   --> src/lib.rs:65:30
[INFO] [stdout]    |
[INFO] [stdout] 65 |             let iterator_fn: CFDictionaryApplierFunction =
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `CFArrayRef` in this scope
[INFO] [stdout]   --> src/lib.rs:77:30
[INFO] [stdout]    |
[INFO] [stdout] 77 |             let value_array: CFArrayRef = value.cast();
[INFO] [stdout]    |                              ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kCFStringEncodingUTF8` in this scope
[INFO] [stdout]   --> src/lib.rs:93:25
[INFO] [stdout]    |
[INFO] [stdout] 93 |                         kCFStringEncodingUTF8,
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `__CFDictionary` in this scope
[INFO] [stdout]   --> src/lib.rs:10:35
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub type CFDictionaryRef = *const __CFDictionary;
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `__CFString` in this scope
[INFO] [stdout]   --> src/lib.rs:12:31
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub type CFStringRef = *const __CFString;
[INFO] [stdout]    |                               ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kCFStringEncodingUTF8` in this scope
[INFO] [stdout]   --> src/lib.rs:27:65
[INFO] [stdout]    |
[INFO] [stdout] 27 |         CFStringGetCString(key_str, key_cstr.as_mut_ptr(), 256, kCFStringEncodingUTF8);
[INFO] [stdout]    |                                                                 ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kCFStringEncodingUTF8` in this scope
[INFO] [stdout]   --> src/lib.rs:37:17
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 kCFStringEncodingUTF8,
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `CFDictionaryApplierFunction` in this scope
[INFO] [stdout]   --> src/lib.rs:65:30
[INFO] [stdout]    |
[INFO] [stdout] 65 |             let iterator_fn: CFDictionaryApplierFunction =
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `CFArrayRef` in this scope
[INFO] [stdout]   --> src/lib.rs:77:30
[INFO] [stdout]    |
[INFO] [stdout] 77 |             let value_array: CFArrayRef = value.cast();
[INFO] [stdout]    |                              ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kCFStringEncodingUTF8` in this scope
[INFO] [stdout]   --> src/lib.rs:93:25
[INFO] [stdout]    |
[INFO] [stdout] 93 |                         kCFStringEncodingUTF8,
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFStringGetCString` in this scope
[INFO] [stdout]   --> src/lib.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |         CFStringGetCString(key_str, key_cstr.as_mut_ptr(), 256, kCFStringEncodingUTF8);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFStringGetTypeID` in this scope
[INFO] [stdout]   --> src/lib.rs:29:26
[INFO] [stdout]    |
[INFO] [stdout] 29 |         if value_type == CFStringGetTypeID() {
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFStringGetCString` in this scope
[INFO] [stdout]   --> src/lib.rs:33:13
[INFO] [stdout]    |
[INFO] [stdout] 33 |             CFStringGetCString(
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFDictionaryGetTypeID` in this scope
[INFO] [stdout]   --> src/lib.rs:61:33
[INFO] [stdout]    |
[INFO] [stdout] 61 |         } else if value_type == CFDictionaryGetTypeID() {
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFStringGetCString` in this scope
[INFO] [stdout]   --> src/lib.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |         CFStringGetCString(key_str, key_cstr.as_mut_ptr(), 256, kCFStringEncodingUTF8);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFStringGetTypeID` in this scope
[INFO] [stdout]   --> src/lib.rs:29:26
[INFO] [stdout]    |
[INFO] [stdout] 29 |         if value_type == CFStringGetTypeID() {
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFStringGetCString` in this scope
[INFO] [stdout]   --> src/lib.rs:33:13
[INFO] [stdout]    |
[INFO] [stdout] 33 |             CFStringGetCString(
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFDictionaryApplyFunction` in this scope
[INFO] [stdout]   --> src/lib.rs:68:13
[INFO] [stdout]    |
[INFO] [stdout] 68 |             CFDictionaryApplyFunction(value_dict, iterator_fn, value_map_raw.cast());
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFDictionaryGetTypeID` in this scope
[INFO] [stdout]   --> src/lib.rs:61:33
[INFO] [stdout]    |
[INFO] [stdout] 61 |         } else if value_type == CFDictionaryGetTypeID() {
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFArrayGetTypeID` in this scope
[INFO] [stdout]   --> src/lib.rs:76:33
[INFO] [stdout]    |
[INFO] [stdout] 76 |         } else if value_type == CFArrayGetTypeID() {
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFArrayGetCount` in this scope
[INFO] [stdout]   --> src/lib.rs:80:25
[INFO] [stdout]    |
[INFO] [stdout] 80 |             let count = CFArrayGetCount(value_array);
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFDictionaryApplyFunction` in this scope
[INFO] [stdout]   --> src/lib.rs:68:13
[INFO] [stdout]    |
[INFO] [stdout] 68 |             CFDictionaryApplyFunction(value_dict, iterator_fn, value_map_raw.cast());
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFArrayGetTypeID` in this scope
[INFO] [stdout]   --> src/lib.rs:76:33
[INFO] [stdout]    |
[INFO] [stdout] 76 |         } else if value_type == CFArrayGetTypeID() {
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFArrayGetValueAtIndex` in this scope
[INFO] [stdout]   --> src/lib.rs:82:29
[INFO] [stdout]    |
[INFO] [stdout] 82 |                 let value = CFArrayGetValueAtIndex(value_array, i);
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFStringGetTypeID` in this scope
[INFO] [stdout]   --> src/lib.rs:85:34
[INFO] [stdout]    |
[INFO] [stdout] 85 |                 if value_type == CFStringGetTypeID() {
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFArrayGetCount` in this scope
[INFO] [stdout]   --> src/lib.rs:80:25
[INFO] [stdout]    |
[INFO] [stdout] 80 |             let count = CFArrayGetCount(value_array);
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFStringGetCString` in this scope
[INFO] [stdout]   --> src/lib.rs:89:21
[INFO] [stdout]    |
[INFO] [stdout] 89 |                     CFStringGetCString(
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFArrayGetValueAtIndex` in this scope
[INFO] [stdout]   --> src/lib.rs:82:29
[INFO] [stdout]    |
[INFO] [stdout] 82 |                 let value = CFArrayGetValueAtIndex(value_array, i);
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFStringGetTypeID` in this scope
[INFO] [stdout]   --> src/lib.rs:85:34
[INFO] [stdout]    |
[INFO] [stdout] 85 |                 if value_type == CFStringGetTypeID() {
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 23 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFStringGetCString` in this scope
[INFO] [stdout]   --> src/lib.rs:89:21
[INFO] [stdout]    |
[INFO] [stdout] 89 |                     CFStringGetCString(
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 23 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mac_proxy` (lib) due to 24 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `mac_proxy` (lib test) due to 24 previous errors
[INFO] running `Command { std: "docker" "inspect" "a0159e80ece6fc524acbd2470d6add4be118895ab0848b4057fbe650769f9a79", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a0159e80ece6fc524acbd2470d6add4be118895ab0848b4057fbe650769f9a79", kill_on_drop: false }`
[INFO] [stdout] a0159e80ece6fc524acbd2470d6add4be118895ab0848b4057fbe650769f9a79
[INFO] checking mac_proxy-0.1.0 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate mac_proxy 0.1.0 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate mac_proxy 0.1.0 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate mac_proxy 0.1.0
[INFO] finished tweaking crates.io crate mac_proxy 0.1.0
[INFO] tweaked toml for crates.io crate mac_proxy 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6c1ad14f0124448ab2cb822f7ad8852694e8467fbaa266060f942a3a327062dd
[INFO] running `Command { std: "docker" "start" "-a" "6c1ad14f0124448ab2cb822f7ad8852694e8467fbaa266060f942a3a327062dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6c1ad14f0124448ab2cb822f7ad8852694e8467fbaa266060f942a3a327062dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6c1ad14f0124448ab2cb822f7ad8852694e8467fbaa266060f942a3a327062dd", kill_on_drop: false }`
[INFO] [stdout] 6c1ad14f0124448ab2cb822f7ad8852694e8467fbaa266060f942a3a327062dd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ed852fe71a945c1babc9dacfd8b1b2d56273cee349bbf46ac4df5f77c99cbb2c
[INFO] running `Command { std: "docker" "start" "-a" "ed852fe71a945c1babc9dacfd8b1b2d56273cee349bbf46ac4df5f77c99cbb2c", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]     Checking serde_json v1.0.115
[INFO] [stderr]     Checking mac_proxy v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `core_foundation`
[INFO] [stdout]  --> src/lib.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use core_foundation::dictionary::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of undeclared crate or module `core_foundation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `core_foundation`
[INFO] [stdout]  --> src/lib.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use core_foundation::string::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of undeclared crate or module `core_foundation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `core_foundation`
[INFO] [stdout]  --> src/lib.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use core_foundation::array::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of undeclared crate or module `core_foundation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `core_foundation`
[INFO] [stdout]  --> src/lib.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use core_foundation::base::{CFGetTypeID, CFRelease};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of undeclared crate or module `core_foundation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `core_foundation`
[INFO] [stdout]  --> src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use core_foundation::number::{kCFNumberLongType, CFNumberGetTypeID, CFNumberGetValue};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of undeclared crate or module `core_foundation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `core_foundation::dictionary::*`, `core_foundation::string::*`, `core_foundation::array::*`, `core_foundation::base::CFGetTypeID`, `core_foundation::base::CFRelease`, `core_foundation::number::kCFNumberLongType`, `core_foundation::number::CFNumberGetTypeID`, `core_foundation::number::CFNumberGetValue`
[INFO] [stdout]  --> src/lib.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use core_foundation::dictionary::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 3 | use core_foundation::string::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 4 | use core_foundation::array::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 5 | use core_foundation::base::{CFGetTypeID, CFRelease};
[INFO] [stdout]   |                             ^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 6 | use core_foundation::number::{kCFNumberLongType, CFNumberGetTypeID, CFNumberGetValue};
[INFO] [stdout]   |                               ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `core_foundation`
[INFO] [stdout]  --> src/lib.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use core_foundation::dictionary::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of undeclared crate or module `core_foundation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `core_foundation`
[INFO] [stdout]  --> src/lib.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use core_foundation::string::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of undeclared crate or module `core_foundation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `core_foundation`
[INFO] [stdout]  --> src/lib.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use core_foundation::array::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of undeclared crate or module `core_foundation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `core_foundation`
[INFO] [stdout]  --> src/lib.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use core_foundation::base::{CFGetTypeID, CFRelease};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of undeclared crate or module `core_foundation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `core_foundation`
[INFO] [stdout]  --> src/lib.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use core_foundation::number::{kCFNumberLongType, CFNumberGetTypeID, CFNumberGetValue};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of undeclared crate or module `core_foundation`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `core_foundation::dictionary::*`, `core_foundation::string::*`, `core_foundation::array::*`, `core_foundation::base::CFGetTypeID`, `core_foundation::base::CFRelease`, `core_foundation::number::kCFNumberLongType`, `core_foundation::number::CFNumberGetTypeID`, `core_foundation::number::CFNumberGetValue`
[INFO] [stdout]  --> src/lib.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use core_foundation::dictionary::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 3 | use core_foundation::string::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 4 | use core_foundation::array::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 5 | use core_foundation::base::{CFGetTypeID, CFRelease};
[INFO] [stdout]   |                             ^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 6 | use core_foundation::number::{kCFNumberLongType, CFNumberGetTypeID, CFNumberGetValue};
[INFO] [stdout]   |                               ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `__CFDictionary` in this scope
[INFO] [stdout]   --> src/lib.rs:10:35
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub type CFDictionaryRef = *const __CFDictionary;
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `__CFString` in this scope
[INFO] [stdout]   --> src/lib.rs:12:31
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub type CFStringRef = *const __CFString;
[INFO] [stdout]    |                               ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kCFStringEncodingUTF8` in this scope
[INFO] [stdout]   --> src/lib.rs:27:65
[INFO] [stdout]    |
[INFO] [stdout] 27 |         CFStringGetCString(key_str, key_cstr.as_mut_ptr(), 256, kCFStringEncodingUTF8);
[INFO] [stdout]    |                                                                 ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kCFStringEncodingUTF8` in this scope
[INFO] [stdout]   --> src/lib.rs:37:17
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 kCFStringEncodingUTF8,
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `CFDictionaryApplierFunction` in this scope
[INFO] [stdout]   --> src/lib.rs:65:30
[INFO] [stdout]    |
[INFO] [stdout] 65 |             let iterator_fn: CFDictionaryApplierFunction =
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `CFArrayRef` in this scope
[INFO] [stdout]   --> src/lib.rs:77:30
[INFO] [stdout]    |
[INFO] [stdout] 77 |             let value_array: CFArrayRef = value.cast();
[INFO] [stdout]    |                              ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kCFStringEncodingUTF8` in this scope
[INFO] [stdout]   --> src/lib.rs:93:25
[INFO] [stdout]    |
[INFO] [stdout] 93 |                         kCFStringEncodingUTF8,
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `__CFDictionary` in this scope
[INFO] [stdout]   --> src/lib.rs:10:35
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub type CFDictionaryRef = *const __CFDictionary;
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `__CFString` in this scope
[INFO] [stdout]   --> src/lib.rs:12:31
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub type CFStringRef = *const __CFString;
[INFO] [stdout]    |                               ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kCFStringEncodingUTF8` in this scope
[INFO] [stdout]   --> src/lib.rs:27:65
[INFO] [stdout]    |
[INFO] [stdout] 27 |         CFStringGetCString(key_str, key_cstr.as_mut_ptr(), 256, kCFStringEncodingUTF8);
[INFO] [stdout]    |                                                                 ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kCFStringEncodingUTF8` in this scope
[INFO] [stdout]   --> src/lib.rs:37:17
[INFO] [stdout]    |
[INFO] [stdout] 37 |                 kCFStringEncodingUTF8,
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `CFDictionaryApplierFunction` in this scope
[INFO] [stdout]   --> src/lib.rs:65:30
[INFO] [stdout]    |
[INFO] [stdout] 65 |             let iterator_fn: CFDictionaryApplierFunction =
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `CFArrayRef` in this scope
[INFO] [stdout]   --> src/lib.rs:77:30
[INFO] [stdout]    |
[INFO] [stdout] 77 |             let value_array: CFArrayRef = value.cast();
[INFO] [stdout]    |                              ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `kCFStringEncodingUTF8` in this scope
[INFO] [stdout]   --> src/lib.rs:93:25
[INFO] [stdout]    |
[INFO] [stdout] 93 |                         kCFStringEncodingUTF8,
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFStringGetCString` in this scope
[INFO] [stdout]   --> src/lib.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |         CFStringGetCString(key_str, key_cstr.as_mut_ptr(), 256, kCFStringEncodingUTF8);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFStringGetTypeID` in this scope
[INFO] [stdout]   --> src/lib.rs:29:26
[INFO] [stdout]    |
[INFO] [stdout] 29 |         if value_type == CFStringGetTypeID() {
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFStringGetCString` in this scope
[INFO] [stdout]   --> src/lib.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |         CFStringGetCString(key_str, key_cstr.as_mut_ptr(), 256, kCFStringEncodingUTF8);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFStringGetTypeID` in this scope
[INFO] [stdout]   --> src/lib.rs:29:26
[INFO] [stdout]    |
[INFO] [stdout] 29 |         if value_type == CFStringGetTypeID() {
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFStringGetCString` in this scope
[INFO] [stdout]   --> src/lib.rs:33:13
[INFO] [stdout]    |
[INFO] [stdout] 33 |             CFStringGetCString(
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFDictionaryGetTypeID` in this scope
[INFO] [stdout]   --> src/lib.rs:61:33
[INFO] [stdout]    |
[INFO] [stdout] 61 |         } else if value_type == CFDictionaryGetTypeID() {
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFStringGetCString` in this scope
[INFO] [stdout]   --> src/lib.rs:33:13
[INFO] [stdout]    |
[INFO] [stdout] 33 |             CFStringGetCString(
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFDictionaryGetTypeID` in this scope
[INFO] [stdout]   --> src/lib.rs:61:33
[INFO] [stdout]    |
[INFO] [stdout] 61 |         } else if value_type == CFDictionaryGetTypeID() {
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFDictionaryApplyFunction` in this scope
[INFO] [stdout]   --> src/lib.rs:68:13
[INFO] [stdout]    |
[INFO] [stdout] 68 |             CFDictionaryApplyFunction(value_dict, iterator_fn, value_map_raw.cast());
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFArrayGetTypeID` in this scope
[INFO] [stdout]   --> src/lib.rs:76:33
[INFO] [stdout]    |
[INFO] [stdout] 76 |         } else if value_type == CFArrayGetTypeID() {
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFDictionaryApplyFunction` in this scope
[INFO] [stdout]   --> src/lib.rs:68:13
[INFO] [stdout]    |
[INFO] [stdout] 68 |             CFDictionaryApplyFunction(value_dict, iterator_fn, value_map_raw.cast());
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFArrayGetTypeID` in this scope
[INFO] [stdout]   --> src/lib.rs:76:33
[INFO] [stdout]    |
[INFO] [stdout] 76 |         } else if value_type == CFArrayGetTypeID() {
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFArrayGetCount` in this scope
[INFO] [stdout]   --> src/lib.rs:80:25
[INFO] [stdout]    |
[INFO] [stdout] 80 |             let count = CFArrayGetCount(value_array);
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFArrayGetCount` in this scope
[INFO] [stdout]   --> src/lib.rs:80:25
[INFO] [stdout]    |
[INFO] [stdout] 80 |             let count = CFArrayGetCount(value_array);
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFArrayGetValueAtIndex` in this scope
[INFO] [stdout]   --> src/lib.rs:82:29
[INFO] [stdout]    |
[INFO] [stdout] 82 |                 let value = CFArrayGetValueAtIndex(value_array, i);
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFStringGetTypeID` in this scope
[INFO] [stdout]   --> src/lib.rs:85:34
[INFO] [stdout]    |
[INFO] [stdout] 85 |                 if value_type == CFStringGetTypeID() {
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFArrayGetValueAtIndex` in this scope
[INFO] [stdout]   --> src/lib.rs:82:29
[INFO] [stdout]    |
[INFO] [stdout] 82 |                 let value = CFArrayGetValueAtIndex(value_array, i);
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFStringGetTypeID` in this scope
[INFO] [stdout]   --> src/lib.rs:85:34
[INFO] [stdout]    |
[INFO] [stdout] 85 |                 if value_type == CFStringGetTypeID() {
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFStringGetCString` in this scope
[INFO] [stdout]   --> src/lib.rs:89:21
[INFO] [stdout]    |
[INFO] [stdout] 89 |                     CFStringGetCString(
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `CFStringGetCString` in this scope
[INFO] [stdout]   --> src/lib.rs:89:21
[INFO] [stdout]    |
[INFO] [stdout] 89 |                     CFStringGetCString(
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 23 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 23 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mac_proxy` (lib) due to 24 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `mac_proxy` (lib test) due to 24 previous errors
[INFO] running `Command { std: "docker" "inspect" "ed852fe71a945c1babc9dacfd8b1b2d56273cee349bbf46ac4df5f77c99cbb2c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ed852fe71a945c1babc9dacfd8b1b2d56273cee349bbf46ac4df5f77c99cbb2c", kill_on_drop: false }`
[INFO] [stdout] ed852fe71a945c1babc9dacfd8b1b2d56273cee349bbf46ac4df5f77c99cbb2c
