Build #105106 2018-06-11T16:11:08.158717+00:00
# rustc version
rustc 1.28.0-dev (b9bf4f162 2018-06-02)# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading fsevent v0.4.0
Fresh bitflags v1.0.3
Fresh libc v0.2.42
Compiling fsevent-sys v2.0.1
Running `rustc --crate-name fsevent_sys .cargo/registry/src/github.com-1ecc6299db9ec823/fsevent-sys-2.0.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=4806d044dd6fae86 -C extra-filename=-4806d044dd6fae86 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-20ec46e507fb9197.rlib --extern-version libc=libc,0.2.42 --cap-lints allow`
error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/fsevent-sys-2.0.1/src/core_foundation.rs:57:1
|
57 | #[link(name = "CoreServices", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error[E0455]: native frameworks are only available on macOS targets
--> .cargo/registry/src/github.com-1ecc6299db9ec823/fsevent-sys-2.0.1/src/fsevent.rs:68:1
|
68 | #[link(name = "CoreServices", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0455`.
thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not compile `fsevent-sys`.,
cause: process didn't exit successfully: `rustc --crate-name fsevent_sys .cargo/registry/src/github.com-1ecc6299db9ec823/fsevent-sys-2.0.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=4806d044dd6fae86 -C extra-filename=-4806d044dd6fae86 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-20ec46e507fb9197.rlib --extern-version libc=libc,0.2.42 --cap-lints allow` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.