[INFO] crate core-foundation 0.6.4 is already in cache [INFO] testing core-foundation-0.6.4 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate core-foundation 0.6.4 into work/builds/worker-5/source [INFO] validating manifest of crates.io crate core-foundation 0.6.4 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate core-foundation 0.6.4 [INFO] finished tweaking crates.io crate core-foundation 0.6.4 [INFO] tweaked toml for crates.io crate core-foundation 0.6.4 written to work/builds/worker-5/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 9e6f2569208e59e6c6b1bf32cc0e64c29b81876d6865f71bd74ac34b5fe99465 [INFO] running `"docker" "start" "-a" "9e6f2569208e59e6c6b1bf32cc0e64c29b81876d6865f71bd74ac34b5fe99465"` [INFO] [stderr] Compiling core-foundation v0.6.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/filedescriptor.rs:49:56 [INFO] [stderr] | [INFO] [stderr] 49 | let mut context: CFFileDescriptorContext = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/url.rs:81:52 [INFO] [stderr] | [INFO] [stderr] 81 | let mut buf: [u8; PATH_MAX as usize] = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.58s [INFO] running `"docker" "inspect" "9e6f2569208e59e6c6b1bf32cc0e64c29b81876d6865f71bd74ac34b5fe99465"` [INFO] running `"docker" "rm" "-f" "9e6f2569208e59e6c6b1bf32cc0e64c29b81876d6865f71bd74ac34b5fe99465"` [INFO] [stdout] 9e6f2569208e59e6c6b1bf32cc0e64c29b81876d6865f71bd74ac34b5fe99465 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] b366a5535c1907db702afc0e82faad5bc075ca4ea82348476e548b33564e1b5b [INFO] running `"docker" "start" "-a" "b366a5535c1907db702afc0e82faad5bc075ca4ea82348476e548b33564e1b5b"` [INFO] [stderr] Compiling core-foundation v0.6.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/filedescriptor.rs:49:56 [INFO] [stderr] | [INFO] [stderr] 49 | let mut context: CFFileDescriptorContext = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/url.rs:81:52 [INFO] [stderr] | [INFO] [stderr] 81 | let mut buf: [u8; PATH_MAX as usize] = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the type `extern "C" fn(*const libc::c_void) -> *const libc::c_void` does not permit zero-initialization [INFO] [stderr] --> src/runloop.rs:171:21 [INFO] [stderr] | [INFO] [stderr] 171 | retain: mem::zeroed(), [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(invalid_value)]` on by default [INFO] [stderr] = note: Function pointers must be non-null [INFO] [stderr] [INFO] [stderr] warning: the type `extern "C" fn(*const libc::c_void)` does not permit zero-initialization [INFO] [stderr] --> src/runloop.rs:172:22 [INFO] [stderr] | [INFO] [stderr] 172 | release: mem::zeroed(), [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead [INFO] [stderr] | [INFO] [stderr] = note: Function pointers must be non-null [INFO] [stderr] [INFO] [stderr] warning: the type `extern "C" fn(*const libc::c_void) -> *const core_foundation_sys::string::__CFString` does not permit zero-initialization [INFO] [stderr] --> src/runloop.rs:173:30 [INFO] [stderr] | [INFO] [stderr] 173 | copyDescription: mem::zeroed(), [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this code causes undefined behavior when executed [INFO] [stderr] | help: use `MaybeUninit` instead [INFO] [stderr] | [INFO] [stderr] = note: Function pointers must be non-null [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd" "/opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.1ucip3ezgvlomtts.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-333416314d364512.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-4e7423c6db5d181f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-794cd61d53274767.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-93936a2bba77ec06.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-7618b5c9c4d09931.rlib" "/opt/rustwide/target/debug/deps/liblibc-9f7a5de25bd5699b.rlib" "/opt/rustwide/target/debug/deps/libcore_foundation_sys-f6a18f54291044f3.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.0.rcgu.o: In function ` as core::ops::drop::Drop>::drop': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:29: undefined reference to `CFRelease' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.0.rcgu.o: In function ` as core::ops::drop::Drop>::drop': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:29: undefined reference to `CFRelease' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.0.rcgu.o: In function ` as core::ops::drop::Drop>::drop': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:29: undefined reference to `CFRelease' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.0.rcgu.o: In function `core_foundation::array::CFArray::from_CFTypes': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:80: undefined reference to `kCFAllocatorDefault' [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:80: undefined reference to `kCFTypeArrayCallBacks' [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:80: undefined reference to `CFArrayCreate' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.0.rcgu.o: In function `core_foundation::array::CFArray::from_CFTypes': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:80: undefined reference to `kCFAllocatorDefault' [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:80: undefined reference to `kCFTypeArrayCallBacks' [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:80: undefined reference to `CFArrayCreate' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.0.rcgu.o: In function `core_foundation::array::CFArray::len': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:119: undefined reference to `CFArrayGetCount' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.0.rcgu.o: In function `core_foundation::array::CFArray::len': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:119: undefined reference to `CFArrayGetCount' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.0.rcgu.o: In function `core_foundation::array::CFArray::len': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:119: undefined reference to `CFArrayGetCount' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.0.rcgu.o: In function `core_foundation::array::CFArray::get_unchecked': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:125: undefined reference to `CFArrayGetValueAtIndex' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.0.rcgu.o: In function `core_foundation::array::CFArray::get_unchecked': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:125: undefined reference to `CFArrayGetValueAtIndex' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.0.rcgu.o: In function `core_foundation::array::CFArray::get': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:131: undefined reference to `CFArrayGetValueAtIndex' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.0.rcgu.o: In function `core_foundation::array::CFArray::get_values': [INFO] [stderr] /opt/rustwide/workdir/src/array.rs:140: undefined reference to `CFArrayGetValues' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.0.rcgu.o: In function `core_foundation::base::TCFType::retain_count': [INFO] [stderr] /opt/rustwide/workdir/src/base.rs:210: undefined reference to `CFGetRetainCount' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.0.rcgu.o: In function `core_foundation::base::TCFType::retain_count': [INFO] [stderr] /opt/rustwide/workdir/src/base.rs:210: undefined reference to `CFGetRetainCount' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.0.rcgu.o: In function `core_foundation::date::CFDate::new': [INFO] [stderr] /opt/rustwide/workdir/src/date.rs:31: undefined reference to `kCFAllocatorDefault' [INFO] [stderr] /opt/rustwide/workdir/src/date.rs:33: undefined reference to `CFDateCreate' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.0.rcgu.o: In function `core_foundation::date::CFDate::now': [INFO] [stderr] /opt/rustwide/workdir/src/date.rs:40: undefined reference to `CFAbsoluteTimeGetCurrent' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.0.rcgu.o: In function `core_foundation::date::CFDate::abs_time': [INFO] [stderr] /opt/rustwide/workdir/src/date.rs:46: undefined reference to `CFDateGetAbsoluteTime' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.0.rcgu.o: In function `core_foundation::url::CFURL::from_path': [INFO] [stderr] /opt/rustwide/workdir/src/url.rs:62: undefined reference to `CFURLCreateFromFileSystemRepresentation' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.0.rcgu.o: In function `core_foundation::url::CFURL::from_file_system_path': [INFO] [stderr] /opt/rustwide/workdir/src/url.rs:72: undefined reference to `kCFAllocatorDefault' [INFO] [stderr] /opt/rustwide/workdir/src/url.rs:72: undefined reference to `CFURLCreateWithFileSystemPath' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.0.rcgu.o: In function `core_foundation::url::CFURL::to_path': [INFO] [stderr] /opt/rustwide/workdir/src/url.rs:82: undefined reference to `CFURLGetFileSystemRepresentation' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.0.rcgu.o: In function `core_foundation::url::CFURL::get_string': [INFO] [stderr] /opt/rustwide/workdir/src/url.rs:94: undefined reference to `CFURLGetString' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.0.rcgu.o: In function `core_foundation::url::CFURL::get_file_system_path': [INFO] [stderr] /opt/rustwide/workdir/src/url.rs:100: undefined reference to `CFURLCopyFileSystemPath' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.0.rcgu.o: In function `core_foundation::url::CFURL::absolute': [INFO] [stderr] /opt/rustwide/workdir/src/url.rs:106: undefined reference to `CFURLCopyAbsoluteURL' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.0.rcgu.o: In function ` as core_foundation::base::TCFType>::wrap_under_get_rule': [INFO] [stderr] /opt/rustwide/workdir/src/lib.rs:98: undefined reference to `CFRetain' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.0.rcgu.o: In function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/lib.rs:67: undefined reference to `CFRelease' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.0.rcgu.o: In function `::partial_cmp': [INFO] [stderr] /opt/rustwide/workdir/src/lib.rs:201: undefined reference to `CFDateCompare' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.0.rcgu.o: In function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/lib.rs:67: undefined reference to `CFRelease' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.0.rcgu.o: In function `core_foundation::url::non_utf8': [INFO] [stderr] /opt/rustwide/workdir/src/url.rs:126: undefined reference to `CFURLGetBytes' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.0.rcgu.o: In function `core_foundation::url::absolute_file_url': [INFO] [stderr] /opt/rustwide/workdir/src/url.rs:142: undefined reference to `kCFAllocatorDefault' [INFO] [stderr] /opt/rustwide/workdir/src/url.rs:142: undefined reference to `CFURLCreateWithFileSystemPathRelativeToBase' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.0.rcgu.o: In function `core_foundation::runloop::test::wait_200_milliseconds': [INFO] [stderr] /opt/rustwide/workdir/src/runloop.rs:179: undefined reference to `kCFRunLoopDefaultMode' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.1.rcgu.o: In function `core_foundation::base::TCFType::retain_count': [INFO] [stderr] /opt/rustwide/workdir/src/base.rs:210: undefined reference to `CFGetRetainCount' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.1.rcgu.o: In function `core_foundation::base::TCFType::retain_count': [INFO] [stderr] /opt/rustwide/workdir/src/base.rs:210: undefined reference to `CFGetRetainCount' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.1.rcgu.o: In function ` as core::ops::drop::Drop>::drop': [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:29: undefined reference to `CFRelease' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.1.rcgu.o: In function ` as core::ops::drop::Drop>::drop': [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:29: undefined reference to `CFRelease' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.1.rcgu.o: In function `core_foundation::dictionary::CFDictionary::from_CFType_pairs': [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:46: undefined reference to `kCFAllocatorDefault' [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:46: undefined reference to `kCFTypeDictionaryKeyCallBacks' [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:46: undefined reference to `kCFTypeDictionaryValueCallBacks' [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:46: undefined reference to `CFDictionaryCreate' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.1.rcgu.o: In function `core_foundation::dictionary::CFDictionary::from_CFType_pairs': [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:46: undefined reference to `kCFAllocatorDefault' [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:46: undefined reference to `kCFTypeDictionaryKeyCallBacks' [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:46: undefined reference to `kCFTypeDictionaryValueCallBacks' [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:46: undefined reference to `CFDictionaryCreate' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.1.rcgu.o: In function `core_foundation::dictionary::CFDictionary::len': [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:80: undefined reference to `CFDictionaryGetCount' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.1.rcgu.o: In function `core_foundation::dictionary::CFDictionary::len': [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:80: undefined reference to `CFDictionaryGetCount' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.1.rcgu.o: In function `core_foundation::dictionary::CFDictionary::contains_key': [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:91: undefined reference to `CFDictionaryContainsKey' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.1.rcgu.o: In function `core_foundation::dictionary::CFDictionary::find': [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:98: undefined reference to `CFDictionaryGetValueIfPresent' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.1.rcgu.o: In function `core_foundation::dictionary::CFDictionary::get_keys_and_values': [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:122: undefined reference to `CFDictionaryGetKeysAndValues' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.1.rcgu.o: In function ` as core::ops::drop::Drop>::drop': [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:136: undefined reference to `CFRelease' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.1.rcgu.o: In function ` as core::ops::drop::Drop>::drop': [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:136: undefined reference to `CFRelease' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.1.rcgu.o: In function `core_foundation::dictionary::CFMutableDictionary::with_capacity': [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:148: undefined reference to `kCFTypeDictionaryKeyCallBacks' [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:148: undefined reference to `kCFTypeDictionaryValueCallBacks' [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:148: undefined reference to `kCFAllocatorDefault' [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:150: undefined reference to `CFDictionaryCreateMutable' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.1.rcgu.o: In function `core_foundation::dictionary::CFMutableDictionary::with_capacity': [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:148: undefined reference to `kCFTypeDictionaryKeyCallBacks' [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:148: undefined reference to `kCFTypeDictionaryValueCallBacks' [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:148: undefined reference to `kCFAllocatorDefault' [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:150: undefined reference to `CFDictionaryCreateMutable' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.1.rcgu.o: In function `core_foundation::dictionary::CFMutableDictionary::len': [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:198: undefined reference to `CFDictionaryGetCount' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.1.rcgu.o: In function `core_foundation::dictionary::CFMutableDictionary::len': [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:198: undefined reference to `CFDictionaryGetCount' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.1.rcgu.o: In function `core_foundation::dictionary::CFMutableDictionary::find': [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:218: undefined reference to `CFDictionaryGetValueIfPresent' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.1.rcgu.o: In function `core_foundation::dictionary::CFMutableDictionary::get_keys_and_values': [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:242: undefined reference to `CFDictionaryGetKeysAndValues' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.1.rcgu.o: In function `core_foundation::dictionary::CFMutableDictionary::add': [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:255: undefined reference to `CFDictionaryAddValue' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.1.rcgu.o: In function `core_foundation::dictionary::CFMutableDictionary::add': [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:255: undefined reference to `CFDictionaryAddValue' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.1.rcgu.o: In function `core_foundation::dictionary::CFMutableDictionary::remove': [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:273: undefined reference to `CFDictionaryRemoveValue' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.1.rcgu.o: In function `core_foundation::dictionary::CFMutableDictionary::remove_all': [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:278: undefined reference to `CFDictionaryRemoveAllValues' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.1.rcgu.o: In function ` as core::convert::From<&core_foundation::dictionary::CFDictionary>>::from': [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:291: undefined reference to `kCFAllocatorDefault' [INFO] [stderr] /opt/rustwide/workdir/src/dictionary.rs:293: undefined reference to `CFDictionaryCreateMutableCopy' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.1.rcgu.o: In function ` as core_foundation::base::TCFType>::wrap_under_get_rule': [INFO] [stderr] /opt/rustwide/workdir/src/lib.rs:98: undefined reference to `CFRetain' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.1.rcgu.o: In function `core_foundation::filedescriptor::test::test_callback': [INFO] [stderr] /opt/rustwide/workdir/src/filedescriptor.rs:181: undefined reference to `kCFRunLoopDefaultMode' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.11.rcgu.o: In function `core_foundation::boolean::CFBoolean::true_value': [INFO] [stderr] /opt/rustwide/workdir/src/boolean.rs:27: undefined reference to `kCFBooleanTrue' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.11.rcgu.o: In function `core_foundation::boolean::CFBoolean::false_value': [INFO] [stderr] /opt/rustwide/workdir/src/boolean.rs:33: undefined reference to `kCFBooleanFalse' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.11.rcgu.o: In function `core_foundation::boolean:: for bool>::from': [INFO] [stderr] /opt/rustwide/workdir/src/boolean.rs:51: undefined reference to `kCFBooleanTrue' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.11.rcgu.o: In function `core_foundation::propertylist::create_with_data': [INFO] [stderr] /opt/rustwide/workdir/src/propertylist.rs:31: undefined reference to `kCFAllocatorDefault' [INFO] [stderr] /opt/rustwide/workdir/src/propertylist.rs:31: undefined reference to `CFPropertyListCreateWithData' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.11.rcgu.o: In function `core_foundation::propertylist::create_data': [INFO] [stderr] /opt/rustwide/workdir/src/propertylist.rs:(.text._ZN15core_foundation12propertylist11create_data17he715005fcd2d03ddE+0x1d): undefined reference to `kCFAllocatorDefault' [INFO] [stderr] /opt/rustwide/workdir/src/propertylist.rs:47: undefined reference to `CFPropertyListCreateData' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.11.rcgu.o: In function `core_foundation::propertylist::CFPropertyList::wrap_under_get_rule': [INFO] [stderr] /opt/rustwide/workdir/src/propertylist.rs:124: undefined reference to `CFRetain' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.11.rcgu.o: In function `core_foundation::propertylist::CFPropertyList::retain_count': [INFO] [stderr] /opt/rustwide/workdir/src/propertylist.rs:157: undefined reference to `CFGetRetainCount' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.11.rcgu.o: In function `core_foundation::propertylist::CFPropertyList::type_of': [INFO] [stderr] /opt/rustwide/workdir/src/propertylist.rs:164: undefined reference to `CFGetTypeID' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.11.rcgu.o: In function `core_foundation::runloop::CFRunLoop::get_current': [INFO] [stderr] /opt/rustwide/workdir/src/runloop.rs:32: undefined reference to `CFRunLoopGetCurrent' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.11.rcgu.o: In function `core_foundation::runloop::CFRunLoop::run_current': [INFO] [stderr] /opt/rustwide/workdir/src/runloop.rs:46: undefined reference to `CFRunLoopRun' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.11.rcgu.o: In function `core_foundation::runloop::CFRunLoop::stop': [INFO] [stderr] /opt/rustwide/workdir/src/runloop.rs:52: undefined reference to `CFRunLoopStop' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.11.rcgu.o: In function `core_foundation::runloop::CFRunLoop::add_timer': [INFO] [stderr] /opt/rustwide/workdir/src/runloop.rs:76: undefined reference to `CFRunLoopAddTimer' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.11.rcgu.o: In function `core_foundation::runloop::CFRunLoop::add_source': [INFO] [stderr] /opt/rustwide/workdir/src/runloop.rs:94: undefined reference to `CFRunLoopAddSource' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.11.rcgu.o: In function `core_foundation::runloop::CFRunLoopTimer::new': [INFO] [stderr] /opt/rustwide/workdir/src/runloop.rs:129: undefined reference to `kCFAllocatorDefault' [INFO] [stderr] /opt/rustwide/workdir/src/runloop.rs:131: undefined reference to `CFRunLoopTimerCreate' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.11.rcgu.o: In function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/lib.rs:67: undefined reference to `CFRelease' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.11.rcgu.o: In function `::wrap_under_get_rule': [INFO] [stderr] /opt/rustwide/workdir/src/lib.rs:98: undefined reference to `CFRetain' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.11.rcgu.o: In function `::type_id': [INFO] [stderr] /opt/rustwide/workdir/src/lib.rs:117: undefined reference to `CFBooleanGetTypeID' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.11.rcgu.o: In function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/lib.rs:67: undefined reference to `CFRelease' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.11.rcgu.o: In function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/lib.rs:67: undefined reference to `CFRelease' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.11.rcgu.o: In function `::wrap_under_get_rule': [INFO] [stderr] /opt/rustwide/workdir/src/lib.rs:98: undefined reference to `CFRetain' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.11.rcgu.o: In function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/lib.rs:67: undefined reference to `CFRelease' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.11.rcgu.o: In function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/lib.rs:67: undefined reference to `CFRelease' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.14.rcgu.o: In function `::fmt': [INFO] [stderr] /opt/rustwide/workdir/src/base.rs:119: undefined reference to `CFCopyDescription' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.14.rcgu.o: In function `::eq': [INFO] [stderr] /opt/rustwide/workdir/src/base.rs:138: undefined reference to `CFEqual' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.14.rcgu.o: In function `core_foundation::base::TCFType::retain_count': [INFO] [stderr] /opt/rustwide/workdir/src/base.rs:210: undefined reference to `CFGetRetainCount' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.14.rcgu.o: In function `core_foundation::base::TCFType::type_of': [INFO] [stderr] /opt/rustwide/workdir/src/base.rs:218: undefined reference to `CFGetTypeID' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.14.rcgu.o: In function `::wrap_under_get_rule': [INFO] [stderr] /opt/rustwide/workdir/src/base.rs:246: undefined reference to `CFRetain' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.14.rcgu.o: In function `core_foundation::error::CFError::domain': [INFO] [stderr] /opt/rustwide/workdir/src/error.rs:54: undefined reference to `CFErrorGetDomain' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.14.rcgu.o: In function `core_foundation::error::CFError::code': [INFO] [stderr] /opt/rustwide/workdir/src/error.rs:61: undefined reference to `CFErrorGetCode' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.14.rcgu.o: In function `core_foundation::error::CFError::description': [INFO] [stderr] /opt/rustwide/workdir/src/error.rs:67: undefined reference to `CFErrorCopyDescription' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.14.rcgu.o: In function `core_foundation::filedescriptor::CFFileDescriptor::new': [INFO] [stderr] /opt/rustwide/workdir/src/filedescriptor.rs:(.text._ZN15core_foundation14filedescriptor16CFFileDescriptor3new17h7c8a566ccdde6539E+0x46): undefined reference to `kCFAllocatorDefault' [INFO] [stderr] /opt/rustwide/workdir/src/filedescriptor.rs:34: undefined reference to `CFFileDescriptorCreate' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.14.rcgu.o: In function `core_foundation::filedescriptor::CFFileDescriptor::enable_callbacks': [INFO] [stderr] /opt/rustwide/workdir/src/filedescriptor.rs:57: undefined reference to `CFFileDescriptorEnableCallBacks' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.14.rcgu.o: In function `core_foundation::filedescriptor::CFFileDescriptor::disable_callbacks': [INFO] [stderr] /opt/rustwide/workdir/src/filedescriptor.rs:63: undefined reference to `CFFileDescriptorDisableCallBacks' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.14.rcgu.o: In function `core_foundation::filedescriptor::CFFileDescriptor::valid': [INFO] [stderr] /opt/rustwide/workdir/src/filedescriptor.rs:69: undefined reference to `CFFileDescriptorIsValid' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.14.rcgu.o: In function `core_foundation::filedescriptor::CFFileDescriptor::invalidate': [INFO] [stderr] /opt/rustwide/workdir/src/filedescriptor.rs:75: undefined reference to `CFFileDescriptorInvalidate' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.14.rcgu.o: In function `core_foundation::filedescriptor::CFFileDescriptor::to_run_loop_source': [INFO] [stderr] /opt/rustwide/workdir/src/filedescriptor.rs:79: undefined reference to `kCFAllocatorDefault' [INFO] [stderr] /opt/rustwide/workdir/src/filedescriptor.rs:81: undefined reference to `CFFileDescriptorCreateRunLoopSource' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.14.rcgu.o: In function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/lib.rs:67: undefined reference to `CFRelease' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.14.rcgu.o: In function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/lib.rs:67: undefined reference to `CFRelease' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.14.rcgu.o: In function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/lib.rs:67: undefined reference to `CFRelease' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.14.rcgu.o: In function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/lib.rs:67: undefined reference to `CFRelease' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.15.rcgu.o: In function `core_foundation::bundle::CFBundle::new': [INFO] [stderr] /opt/rustwide/workdir/src/bundle.rs:30: undefined reference to `kCFAllocatorDefault' [INFO] [stderr] /opt/rustwide/workdir/src/bundle.rs:30: undefined reference to `CFBundleCreate' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.15.rcgu.o: In function `core_foundation::bundle::CFBundle::executable_url': [INFO] [stderr] /opt/rustwide/workdir/src/bundle.rs:73: undefined reference to `CFBundleCopyExecutableURL' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.15.rcgu.o: In function `core_foundation::bundle::CFBundle::private_frameworks_url': [INFO] [stderr] /opt/rustwide/workdir/src/bundle.rs:84: undefined reference to `CFBundleCopyPrivateFrameworksURL' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.15.rcgu.o: In function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/lib.rs:67: undefined reference to `CFRelease' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.2.rcgu.o: In function `core_foundation::number::CFNumber::to_i64': [INFO] [stderr] /opt/rustwide/workdir/src/number.rs:42: undefined reference to `CFNumberGetValue' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.2.rcgu.o: In function `>::from': [INFO] [stderr] /opt/rustwide/workdir/src/number.rs:68: undefined reference to `kCFAllocatorDefault' [INFO] [stderr] /opt/rustwide/workdir/src/number.rs:70: undefined reference to `CFNumberCreate' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.2.rcgu.o: In function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/lib.rs:67: undefined reference to `CFRelease' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.2.rcgu.o: In function `::wrap_under_get_rule': [INFO] [stderr] /opt/rustwide/workdir/src/lib.rs:98: undefined reference to `CFRetain' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.2.rcgu.o: In function `::type_id': [INFO] [stderr] /opt/rustwide/workdir/src/lib.rs:117: undefined reference to `CFNumberGetTypeID' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.3.rcgu.o: In function `core_foundation::string:: for alloc::borrow::Cow>::from': [INFO] [stderr] /opt/rustwide/workdir/src/string.rs:52: undefined reference to `CFStringGetCStringPtr' [INFO] [stderr] /opt/rustwide/workdir/src/string.rs:61: undefined reference to `CFStringGetBytes' [INFO] [stderr] /opt/rustwide/workdir/src/string.rs:74: undefined reference to `CFStringGetBytes' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.6.rcgu.o: In function `core_foundation::base::TCFType::retain_count': [INFO] [stderr] /opt/rustwide/workdir/src/base.rs:210: undefined reference to `CFGetRetainCount' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.6.rcgu.o: In function `core_foundation::string::CFString::from_static_string': [INFO] [stderr] /opt/rustwide/workdir/src/string.rs:123: undefined reference to `kCFAllocatorDefault' [INFO] [stderr] /opt/rustwide/workdir/src/string.rs:(.text._ZN15core_foundation6string8CFString18from_static_string17he779ad53068fb56dE+0x5d): undefined reference to `kCFAllocatorNull' [INFO] [stderr] /opt/rustwide/workdir/src/string.rs:125: undefined reference to `CFStringCreateWithBytesNoCopy' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.6.rcgu.o: In function `core_foundation::string::CFString::char_len': [INFO] [stderr] /opt/rustwide/workdir/src/string.rs:139: undefined reference to `CFStringGetLength' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.6.rcgu.o: In function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/lib.rs:67: undefined reference to `CFRelease' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.6.rcgu.o: In function `::wrap_under_get_rule': [INFO] [stderr] /opt/rustwide/workdir/src/lib.rs:98: undefined reference to `CFRetain' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.6.rcgu.o: In function `::type_id': [INFO] [stderr] /opt/rustwide/workdir/src/lib.rs:117: undefined reference to `CFStringGetTypeID' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.6.rcgu.o: In function `core_foundation::propertylist::test::test_property_list_serialization': [INFO] [stderr] /opt/rustwide/workdir/src/propertylist.rs:274: undefined reference to `CFEqual' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.9.rcgu.o: In function `::default': [INFO] [stderr] /opt/rustwide/workdir/src/timezone.rs:32: undefined reference to `CFTimeZoneCopyDefault' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.9.rcgu.o: In function `core_foundation::timezone::CFTimeZone::system': [INFO] [stderr] /opt/rustwide/workdir/src/timezone.rs:50: undefined reference to `CFTimeZoneCopySystem' [INFO] [stderr] /opt/rustwide/target/debug/deps/core_foundation-0f538f0f190492cd.core_foundation.7lunsntn-cgu.9.rcgu.o: In function `::drop': [INFO] [stderr] /opt/rustwide/workdir/src/lib.rs:67: undefined reference to `CFRelease' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `core-foundation`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b366a5535c1907db702afc0e82faad5bc075ca4ea82348476e548b33564e1b5b"` [INFO] running `"docker" "rm" "-f" "b366a5535c1907db702afc0e82faad5bc075ca4ea82348476e548b33564e1b5b"` [INFO] [stdout] b366a5535c1907db702afc0e82faad5bc075ca4ea82348476e548b33564e1b5b