[INFO] fetching crate mac_proxy 0.1.0...
[INFO] testing mac_proxy-0.1.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate mac_proxy 0.1.0 into /workspace/builds/worker-7-tc2/source
[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-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate mac_proxy 0.1.0 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 14 packages to latest compatible versions
[INFO] [stderr]       Adding core-foundation v0.9.4 (available: v0.10.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 928b4b445f55808f8702b082d4be33b60f32a26981c7df529c716624f3374858
[INFO] running `Command { std: "docker" "start" "-a" "928b4b445f55808f8702b082d4be33b60f32a26981c7df529c716624f3374858", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "928b4b445f55808f8702b082d4be33b60f32a26981c7df529c716624f3374858", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "928b4b445f55808f8702b082d4be33b60f32a26981c7df529c716624f3374858", kill_on_drop: false }`
[INFO] [stdout] 928b4b445f55808f8702b082d4be33b60f32a26981c7df529c716624f3374858
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8b7ee0a9518b2bf447607afa623d6dd5ba3b60eec5f17ac5ea29cca0b4c09040
[INFO] running `Command { std: "docker" "start" "-a" "8b7ee0a9518b2bf447607afa623d6dd5ba3b60eec5f17ac5ea29cca0b4c09040", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling mac_proxy v0.1.0 (/opt/rustwide/workdir)
[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] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `core_foundation`
[INFO] [stdout]  --> src/lib.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use core_foundation::dictionary::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_foundation`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `core_foundation`, use `cargo add core_foundation` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `core_foundation`
[INFO] [stdout]  --> src/lib.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use core_foundation::string::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_foundation`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `core_foundation`, use `cargo add core_foundation` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `core_foundation`
[INFO] [stdout]  --> src/lib.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use core_foundation::array::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_foundation`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `core_foundation`, use `cargo add core_foundation` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `core_foundation`
[INFO] [stdout]  --> src/lib.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use core_foundation::base::{CFGetTypeID, CFRelease};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `core_foundation`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `core_foundation`, use `cargo add core_foundation` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `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 unresolved module or unlinked crate `core_foundation`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `core_foundation`, use `cargo add core_foundation` to add it to your `Cargo.toml`
[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[E0455]: link kind `framework` is only supported on Apple targets
[INFO] [stdout]   --> src/lib.rs:14:35
[INFO] [stdout]    |
[INFO] [stdout] 14 | #[link(name = "CFNetwork", kind = "framework")]
[INFO] [stdout]    |                                   ^^^^^^^^^^^
[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 `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 `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] Some errors have detailed explanations: E0412, E0425, E0432, E0433, E0455.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "8b7ee0a9518b2bf447607afa623d6dd5ba3b60eec5f17ac5ea29cca0b4c09040", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8b7ee0a9518b2bf447607afa623d6dd5ba3b60eec5f17ac5ea29cca0b4c09040", kill_on_drop: false }`
[INFO] [stdout] 8b7ee0a9518b2bf447607afa623d6dd5ba3b60eec5f17ac5ea29cca0b4c09040
