Build #122832 2018-10-23T10:15:16.928288+00:00
# rustc version
rustc 1.31.0-nightly (78ff609d7 2018-10-19)# docs.rs version
cratesfyi 0.6.0 (401be1e 2018-10-20)# build log
Updating crates.io index
Downloading crates ...
Downloaded fsevent v0.4.0
Downloading crates ...
Downloaded fsevent-sys v2.0.1
Fresh libc v0.2.43
Fresh bitflags v1.0.4
Checking fsevent-sys v2.0.1
Running `rustc --crate-name fsevent_sys /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/fsevent-sys-2.0.1/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=f8ad4bea287eaf33 -C extra-filename=-f8ad4bea287eaf33 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-4b31dc9d4d41372a.rmeta --cap-lints allow`
error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.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
--> /home/cratesfyi/.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 'ProcessError { desc: "process didn\'t exit successfully: `rustc --crate-name fsevent_sys /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/fsevent-sys-2.0.1/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=f8ad4bea287eaf33 -C extra-filename=-f8ad4bea287eaf33 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-4b31dc9d4d41372a.rmeta --cap-lints allow` (exit code: 1)", exit: Some(ExitStatus(ExitStatus(256))), output: None }
Could not compile `fsevent-sys`.', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.