[INFO] fetching crate macos-accessibility-client 0.0.1... [INFO] testing macos-accessibility-client-0.0.1 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate macos-accessibility-client 0.0.1 into /workspace/builds/worker-3-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-3-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate macos-accessibility-client 0.0.1 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 533740f39c141aa900d4fbc494daea288e63792075f9f516754dbbd56ffd0e92 [INFO] running `Command { std: "docker" "start" "-a" "533740f39c141aa900d4fbc494daea288e63792075f9f516754dbbd56ffd0e92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "533740f39c141aa900d4fbc494daea288e63792075f9f516754dbbd56ffd0e92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "533740f39c141aa900d4fbc494daea288e63792075f9f516754dbbd56ffd0e92", kill_on_drop: false }` [INFO] [stdout] 533740f39c141aa900d4fbc494daea288e63792075f9f516754dbbd56ffd0e92 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e39c52cbd6ef0bef2ff94c2f7b91f2df14c763c00771153577e56276a80a2090 [INFO] running `Command { std: "docker" "start" "-a" "e39c52cbd6ef0bef2ff94c2f7b91f2df14c763c00771153577e56276a80a2090", kill_on_drop: false }` [INFO] [stderr] Compiling macos-accessibility-client v0.0.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling core-foundation-sys v0.8.7 [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 1.06s [INFO] running `Command { std: "docker" "inspect" "e39c52cbd6ef0bef2ff94c2f7b91f2df14c763c00771153577e56276a80a2090", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e39c52cbd6ef0bef2ff94c2f7b91f2df14c763c00771153577e56276a80a2090", kill_on_drop: false }` [INFO] [stdout] e39c52cbd6ef0bef2ff94c2f7b91f2df14c763c00771153577e56276a80a2090 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 322a04286ec6832f39c38c267bbd33ae2406868ca44a2d2417464905a7e99649 [INFO] running `Command { std: "docker" "start" "-a" "322a04286ec6832f39c38c267bbd33ae2406868ca44a2d2417464905a7e99649", 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/rustcgm3xOU/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,libunicode_width-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libcore_foundation-d78a8748b2ece7b8,liblibc-f44516d981b27aa6,libcore_foundation_sys-8c02b58a50b4f477}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcgm3xOU/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-0a50051780aa579a" "-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: 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-0a50051780aa579a.macos_accessibility_client.6480be54e9563877-cgu.0.rcgu.o:(_$LT$core_foundation..dictionary..CFDictionary$LT$K$C$V$GT$$u20$as$u20$core..ops..drop..Drop$GT$::drop::h67a3d163161be1a4) [INFO] [stdout] >>> referenced by lib.rs:67 (src/lib.rs:67) [INFO] [stdout] >>> core_foundation-d78a8748b2ece7b8.core_foundation.e354eba604f39d98-cgu.0.rcgu.o:(_$LT$core_foundation..boolean..CFBoolean$u20$as$u20$core..ops..drop..Drop$GT$::drop::he7b9f7aecc5a3090) in archive /opt/rustwide/target/debug/deps/libcore_foundation-d78a8748b2ece7b8.rlib [INFO] [stdout] >>> referenced by lib.rs:67 (src/lib.rs:67) [INFO] [stdout] >>> core_foundation-d78a8748b2ece7b8.core_foundation.e354eba604f39d98-cgu.0.rcgu.o:(_$LT$core_foundation..string..CFString$u20$as$u20$core..ops..drop..Drop$GT$::drop::hde534d7325e18141) in archive /opt/rustwide/target/debug/deps/libcore_foundation-d78a8748b2ece7b8.rlib [INFO] [stdout] [INFO] [stdout] 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-0a50051780aa579a.macos_accessibility_client.6480be54e9563877-cgu.0.rcgu.o:(core_foundation::dictionary::CFDictionary$LT$K$C$V$GT$::from_CFType_pairs::h4de1d81c4efabba2) [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-0a50051780aa579a.macos_accessibility_client.6480be54e9563877-cgu.0.rcgu.o:(core_foundation::dictionary::CFDictionary$LT$K$C$V$GT$::from_CFType_pairs::h4de1d81c4efabba2) [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-0a50051780aa579a.macos_accessibility_client.6480be54e9563877-cgu.0.rcgu.o:(core_foundation::dictionary::CFDictionary$LT$K$C$V$GT$::from_CFType_pairs::h4de1d81c4efabba2) [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-0a50051780aa579a.macos_accessibility_client.6480be54e9563877-cgu.0.rcgu.o:(core_foundation::dictionary::CFDictionary$LT$K$C$V$GT$::from_CFType_pairs::h4de1d81c4efabba2) [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-0a50051780aa579a.macos_accessibility_client.6480be54e9563877-cgu.0.rcgu.o:(core_foundation::dictionary::CFDictionary$LT$K$C$V$GT$::from_CFType_pairs::h4de1d81c4efabba2) [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-0a50051780aa579a.macos_accessibility_client.6480be54e9563877-cgu.0.rcgu.o:(core_foundation::dictionary::CFDictionary$LT$K$C$V$GT$::from_CFType_pairs::h4de1d81c4efabba2) [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-0a50051780aa579a.macos_accessibility_client.6480be54e9563877-cgu.0.rcgu.o:(core_foundation::dictionary::CFDictionary$LT$K$C$V$GT$::from_CFType_pairs::h4de1d81c4efabba2) [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-0a50051780aa579a.macos_accessibility_client.6480be54e9563877-cgu.0.rcgu.o:(macos_accessibility_client::accessibility::application_is_trusted_with_prompt::h44fec35f4c6a3c03) [INFO] [stdout] >>> referenced by lib.rs:38 (src/lib.rs:38) [INFO] [stdout] >>> /opt/rustwide/target/debug/deps/macos_accessibility_client-0a50051780aa579a.macos_accessibility_client.6480be54e9563877-cgu.0.rcgu.o:(macos_accessibility_client::accessibility::application_is_trusted_with_prompt::h44fec35f4c6a3c03) [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-0a50051780aa579a.macos_accessibility_client.6480be54e9563877-cgu.0.rcgu.o:(macos_accessibility_client::accessibility::application_is_trusted_with_prompt::h44fec35f4c6a3c03) [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-0a50051780aa579a.macos_accessibility_client.6480be54e9563877-cgu.0.rcgu.o:(macos_accessibility_client::accessibility::application_is_trusted::hf62c26aa69a67aed) [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-0a50051780aa579a.macos_accessibility_client.6480be54e9563877-cgu.0.rcgu.o:(_$LT$core_foundation..string..CFString$u20$as$u20$core_foundation..base..TCFType$GT$::wrap_under_get_rule::h8da95d336d2c9491) [INFO] [stdout] >>> referenced by lib.rs:99 (src/lib.rs:99) [INFO] [stdout] >>> core_foundation-d78a8748b2ece7b8.core_foundation.e354eba604f39d98-cgu.0.rcgu.o:(_$LT$core_foundation..boolean..CFBoolean$u20$as$u20$core_foundation..base..TCFType$GT$::wrap_under_get_rule::h8f5da21c93647a59) in archive /opt/rustwide/target/debug/deps/libcore_foundation-d78a8748b2ece7b8.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-d78a8748b2ece7b8.core_foundation.e354eba604f39d98-cgu.0.rcgu.o:(core_foundation::boolean::CFBoolean::true_value::hbdfd647bc1ecf0a8) in archive /opt/rustwide/target/debug/deps/libcore_foundation-d78a8748b2ece7b8.rlib [INFO] [stdout] >>> referenced by boolean.rs:29 (src/boolean.rs:29) [INFO] [stdout] >>> core_foundation-d78a8748b2ece7b8.core_foundation.e354eba604f39d98-cgu.0.rcgu.o:(core_foundation::boolean::CFBoolean::true_value::hbdfd647bc1ecf0a8) in archive /opt/rustwide/target/debug/deps/libcore_foundation-d78a8748b2ece7b8.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" "322a04286ec6832f39c38c267bbd33ae2406868ca44a2d2417464905a7e99649", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "322a04286ec6832f39c38c267bbd33ae2406868ca44a2d2417464905a7e99649", kill_on_drop: false }` [INFO] [stdout] 322a04286ec6832f39c38c267bbd33ae2406868ca44a2d2417464905a7e99649