[INFO] fetching crate macos-accessibility-client 0.0.1... [INFO] testing macos-accessibility-client-0.0.1 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8 [INFO] extracting crate macos-accessibility-client 0.0.1 into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate macos-accessibility-client 0.0.1 [INFO] finished tweaking crates.io crate macos-accessibility-client 0.0.1 [INFO] tweaked toml for crates.io crate macos-accessibility-client 0.0.1 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate macos-accessibility-client 0.0.1 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 3 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0a298580a57137b9060451d80c6780c8149a3df795a7ac4f4dc0ef20ebee307f [INFO] running `Command { std: "docker" "start" "-a" "0a298580a57137b9060451d80c6780c8149a3df795a7ac4f4dc0ef20ebee307f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0a298580a57137b9060451d80c6780c8149a3df795a7ac4f4dc0ef20ebee307f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a298580a57137b9060451d80c6780c8149a3df795a7ac4f4dc0ef20ebee307f", kill_on_drop: false }` [INFO] [stdout] 0a298580a57137b9060451d80c6780c8149a3df795a7ac4f4dc0ef20ebee307f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f3985c63572ffd4cb52e397164f46ef222e9df54cc0829e779cf62b0c3f4ba84 [INFO] running `Command { std: "docker" "start" "-a" "f3985c63572ffd4cb52e397164f46ef222e9df54cc0829e779cf62b0c3f4ba84", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.177 [INFO] [stderr] Compiling core-foundation-sys v0.8.7 [INFO] [stderr] Compiling macos-accessibility-client v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling core-foundation v0.9.4 [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:9:2 [INFO] [stdout] | [INFO] [stdout] 9 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s [INFO] running `Command { std: "docker" "inspect" "f3985c63572ffd4cb52e397164f46ef222e9df54cc0829e779cf62b0c3f4ba84", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f3985c63572ffd4cb52e397164f46ef222e9df54cc0829e779cf62b0c3f4ba84", kill_on_drop: false }` [INFO] [stdout] f3985c63572ffd4cb52e397164f46ef222e9df54cc0829e779cf62b0c3f4ba84 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8c653334ce04dd9aeb1b5c79a960448f867f2431f626bc8fd12cb0b6d09d331e [INFO] running `Command { std: "docker" "start" "-a" "8c653334ce04dd9aeb1b5c79a960448f867f2431f626bc8fd12cb0b6d09d331e", kill_on_drop: false }` [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:9:2 [INFO] [stdout] | [INFO] [stdout] 9 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling macos-accessibility-client v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated [INFO] [stdout] --> src/lib.rs:9:2 [INFO] [stdout] | [INFO] [stdout] 9 | extern { [INFO] [stdout] | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(missing_abi)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcIytlNk/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libcore_foundation-d0b5a093a0417b93,liblibc-e2775a15e5abc6fd,libcore_foundation_sys-8c02b58a50b4f477}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcIytlNk/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/macos_accessibility_client-fbae8dd0de91f71c" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: rust-lld: error: undefined symbol: kCFAllocatorDefault [INFO] [stdout] >>> referenced by dictionary.rs:55 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/core-foundation-0.9.4/src/dictionary.rs:55) [INFO] [stdout] >>> /opt/rustwide/target/debug/deps/macos_accessibility_client-fbae8dd0de91f71c.macos_accessibility_client.cb2aeed53c3381a3-cgu.0.rcgu.o:(core_foundation::dictionary::CFDictionary$LT$K$C$V$GT$::from_CFType_pairs::h849ec0a8c24495a0) [INFO] [stdout] >>> referenced by dictionary.rs:55 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/core-foundation-0.9.4/src/dictionary.rs:55) [INFO] [stdout] >>> /opt/rustwide/target/debug/deps/macos_accessibility_client-fbae8dd0de91f71c.macos_accessibility_client.cb2aeed53c3381a3-cgu.0.rcgu.o:(core_foundation::dictionary::CFDictionary$LT$K$C$V$GT$::from_CFType_pairs::h849ec0a8c24495a0) [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: kCFTypeDictionaryKeyCallBacks [INFO] [stdout] >>> referenced by dictionary.rs:59 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/core-foundation-0.9.4/src/dictionary.rs:59) [INFO] [stdout] >>> /opt/rustwide/target/debug/deps/macos_accessibility_client-fbae8dd0de91f71c.macos_accessibility_client.cb2aeed53c3381a3-cgu.0.rcgu.o:(core_foundation::dictionary::CFDictionary$LT$K$C$V$GT$::from_CFType_pairs::h849ec0a8c24495a0) [INFO] [stdout] >>> referenced by dictionary.rs:54 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/core-foundation-0.9.4/src/dictionary.rs:54) [INFO] [stdout] >>> /opt/rustwide/target/debug/deps/macos_accessibility_client-fbae8dd0de91f71c.macos_accessibility_client.cb2aeed53c3381a3-cgu.0.rcgu.o:(core_foundation::dictionary::CFDictionary$LT$K$C$V$GT$::from_CFType_pairs::h849ec0a8c24495a0) [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: kCFTypeDictionaryValueCallBacks [INFO] [stdout] >>> referenced by dictionary.rs:60 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/core-foundation-0.9.4/src/dictionary.rs:60) [INFO] [stdout] >>> /opt/rustwide/target/debug/deps/macos_accessibility_client-fbae8dd0de91f71c.macos_accessibility_client.cb2aeed53c3381a3-cgu.0.rcgu.o:(core_foundation::dictionary::CFDictionary$LT$K$C$V$GT$::from_CFType_pairs::h849ec0a8c24495a0) [INFO] [stdout] >>> referenced by dictionary.rs:54 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/core-foundation-0.9.4/src/dictionary.rs:54) [INFO] [stdout] >>> /opt/rustwide/target/debug/deps/macos_accessibility_client-fbae8dd0de91f71c.macos_accessibility_client.cb2aeed53c3381a3-cgu.0.rcgu.o:(core_foundation::dictionary::CFDictionary$LT$K$C$V$GT$::from_CFType_pairs::h849ec0a8c24495a0) [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: CFDictionaryCreate [INFO] [stdout] >>> referenced by dictionary.rs:54 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/core-foundation-0.9.4/src/dictionary.rs:54) [INFO] [stdout] >>> /opt/rustwide/target/debug/deps/macos_accessibility_client-fbae8dd0de91f71c.macos_accessibility_client.cb2aeed53c3381a3-cgu.0.rcgu.o:(core_foundation::dictionary::CFDictionary$LT$K$C$V$GT$::from_CFType_pairs::h849ec0a8c24495a0) [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: AXIsProcessTrusted [INFO] [stdout] >>> referenced by lib.rs:30 (src/lib.rs:30) [INFO] [stdout] >>> /opt/rustwide/target/debug/deps/macos_accessibility_client-fbae8dd0de91f71c.macos_accessibility_client.cb2aeed53c3381a3-cgu.0.rcgu.o:(macos_accessibility_client::accessibility::application_is_trusted::hbcb38fe92c82e7c5) [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: kAXTrustedCheckOptionPrompt [INFO] [stdout] >>> referenced by lib.rs:38 (src/lib.rs:38) [INFO] [stdout] >>> /opt/rustwide/target/debug/deps/macos_accessibility_client-fbae8dd0de91f71c.macos_accessibility_client.cb2aeed53c3381a3-cgu.0.rcgu.o:(macos_accessibility_client::accessibility::application_is_trusted_with_prompt::hf9eb7f4d6ce598e3) [INFO] [stdout] >>> referenced by lib.rs:38 (src/lib.rs:38) [INFO] [stdout] >>> /opt/rustwide/target/debug/deps/macos_accessibility_client-fbae8dd0de91f71c.macos_accessibility_client.cb2aeed53c3381a3-cgu.0.rcgu.o:(macos_accessibility_client::accessibility::application_is_trusted_with_prompt::hf9eb7f4d6ce598e3) [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: AXIsProcessTrustedWithOptions [INFO] [stdout] >>> referenced by lib.rs:42 (src/lib.rs:42) [INFO] [stdout] >>> /opt/rustwide/target/debug/deps/macos_accessibility_client-fbae8dd0de91f71c.macos_accessibility_client.cb2aeed53c3381a3-cgu.0.rcgu.o:(macos_accessibility_client::accessibility::application_is_trusted_with_prompt::hf9eb7f4d6ce598e3) [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: CFRetain [INFO] [stdout] >>> referenced by lib.rs:99 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/core-foundation-0.9.4/src/lib.rs:99) [INFO] [stdout] >>> /opt/rustwide/target/debug/deps/macos_accessibility_client-fbae8dd0de91f71c.macos_accessibility_client.cb2aeed53c3381a3-cgu.0.rcgu.o:(_$LT$core_foundation..string..CFString$u20$as$u20$core_foundation..base..TCFType$GT$::wrap_under_get_rule::hcb05e1d5f90fb89d) [INFO] [stdout] >>> referenced by lib.rs:99 (src/lib.rs:99) [INFO] [stdout] >>> core_foundation-d0b5a093a0417b93.core_foundation.53d23b4c3f571a48-cgu.0.rcgu.o:(_$LT$core_foundation..boolean..CFBoolean$u20$as$u20$core_foundation..base..TCFType$GT$::wrap_under_get_rule::hf42d7f30ac47e54d) in archive /opt/rustwide/target/debug/deps/libcore_foundation-d0b5a093a0417b93.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: CFRelease [INFO] [stdout] >>> referenced by dictionary.rs:33 (/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/core-foundation-0.9.4/src/dictionary.rs:33) [INFO] [stdout] >>> /opt/rustwide/target/debug/deps/macos_accessibility_client-fbae8dd0de91f71c.macos_accessibility_client.cb2aeed53c3381a3-cgu.0.rcgu.o:(_$LT$core_foundation..dictionary..CFDictionary$LT$K$C$V$GT$$u20$as$u20$core..ops..drop..Drop$GT$::drop::h3014e2877df22703) [INFO] [stdout] >>> referenced by lib.rs:67 (src/lib.rs:67) [INFO] [stdout] >>> core_foundation-d0b5a093a0417b93.core_foundation.53d23b4c3f571a48-cgu.0.rcgu.o:(_$LT$core_foundation..string..CFString$u20$as$u20$core..ops..drop..Drop$GT$::drop::h436ea85937beab07) in archive /opt/rustwide/target/debug/deps/libcore_foundation-d0b5a093a0417b93.rlib [INFO] [stdout] >>> referenced by lib.rs:67 (src/lib.rs:67) [INFO] [stdout] >>> core_foundation-d0b5a093a0417b93.core_foundation.53d23b4c3f571a48-cgu.0.rcgu.o:(_$LT$core_foundation..boolean..CFBoolean$u20$as$u20$core..ops..drop..Drop$GT$::drop::h324a404933330675) in archive /opt/rustwide/target/debug/deps/libcore_foundation-d0b5a093a0417b93.rlib [INFO] [stdout] [INFO] [stdout] rust-lld: error: undefined symbol: kCFBooleanTrue [INFO] [stdout] >>> referenced by boolean.rs:29 (src/boolean.rs:29) [INFO] [stdout] >>> core_foundation-d0b5a093a0417b93.core_foundation.53d23b4c3f571a48-cgu.0.rcgu.o:(core_foundation::boolean::CFBoolean::true_value::hd8bcd270e73001fc) in archive /opt/rustwide/target/debug/deps/libcore_foundation-d0b5a093a0417b93.rlib [INFO] [stdout] >>> referenced by boolean.rs:29 (src/boolean.rs:29) [INFO] [stdout] >>> core_foundation-d0b5a093a0417b93.core_foundation.53d23b4c3f571a48-cgu.0.rcgu.o:(core_foundation::boolean::CFBoolean::true_value::hd8bcd270e73001fc) in archive /opt/rustwide/target/debug/deps/libcore_foundation-d0b5a093a0417b93.rlib [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `macos-accessibility-client` (lib test) due to 1 previous error; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "8c653334ce04dd9aeb1b5c79a960448f867f2431f626bc8fd12cb0b6d09d331e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c653334ce04dd9aeb1b5c79a960448f867f2431f626bc8fd12cb0b6d09d331e", kill_on_drop: false }` [INFO] [stdout] 8c653334ce04dd9aeb1b5c79a960448f867f2431f626bc8fd12cb0b6d09d331e