macos-open 0.0.1

A clone of macOS /usr/bin/open, in the programmatically way.
Build #165997 2019-06-14T19:17:06.789127+00:00
# rustc version
rustc 1.37.0-nightly (37d001e4d 2019-05-29)
# docs.rs version
cratesfyi 0.6.0 (254ceae 2019-06-04)

# build log
Updating crates.io index
Downloading crates ...
Downloaded macos-open v0.0.1
Downloading crates ...
Downloaded fast_fmt v0.1.3
Downloaded fast_escape v0.1.0
Downloading crates ...
Downloaded numtoa v0.0.7
Fresh unicode-xid v0.1.0
Checking numtoa v0.0.7
Fresh void v1.0.2
Running `rustc --crate-name numtoa /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/numtoa-0.0.7/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=b637d568eafea76b -C extra-filename=-b637d568eafea76b --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh proc-macro2 v0.4.30
Fresh core-foundation-sys v0.6.2
Fresh libc v0.2.58
Fresh quote v0.6.12
Fresh bitflags v1.1.0
Fresh core-foundation v0.6.4
Compiling syn v0.15.36
Checking launch-services v0.0.2
Running `rustc --crate-name syn /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/syn-0.15.36/src/lib.rs --color never --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="proc-macro2"' --cfg 'feature="quote"' -C metadata=43bf98dac4e0373b -C extra-filename=-43bf98dac4e0373b --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern proc_macro2=/home/cratesfyi/cratesfyi/debug/deps/libproc_macro2-92e71c07577266ed.rlib --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-31150daec6d7cf2f.rlib --extern unicode_xid=/home/cratesfyi/cratesfyi/debug/deps/libunicode_xid-4efe077e8a851b1c.rlib --cap-lints allow --cfg syn_can_use_thread_id --cfg syn_can_use_associated_constants --cfg syn_can_call_macro_by_path`
Running `rustc --edition=2018 --crate-name launch_services /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/launch-services-0.0.2/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=fa3dda27124b3d78 -C extra-filename=-fa3dda27124b3d78 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-c7c6b9b3fc7b102d.rmeta --extern core_foundation=/home/cratesfyi/cratesfyi/debug/deps/libcore_foundation-d03e990d54d1c21c.rmeta --extern core_foundation_sys=/home/cratesfyi/cratesfyi/debug/deps/libcore_foundation_sys-9368a3a087dd9c0e.rmeta --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-3340795a62eaaed9.rmeta --cap-lints allow`
Checking fast_fmt v0.1.3
Running `rustc --crate-name fast_fmt /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/fast_fmt-0.1.3/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="void"' --cfg 'feature="with_std"' -C metadata=13370d2cdd7fd875 -C extra-filename=-13370d2cdd7fd875 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern numtoa=/home/cratesfyi/cratesfyi/debug/deps/libnumtoa-b637d568eafea76b.rmeta --extern void=/home/cratesfyi/cratesfyi/debug/deps/libvoid-0dec1276c7a23fea.rmeta --cap-lints allow`
error[E0455]: native frameworks are only available on macOS targets
--> /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/launch-services-0.0.2/src/lib.rs:28:1
|
28 | #[link(name = "CoreServices", kind = "framework")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0455`.
error: Could not compile `launch-services`.

Caused by:
process didn't exit successfully: `rustc --edition=2018 --crate-name launch_services /home/cratesfyi/.cargo/registry/src/github.com-1ecc6299db9ec823/launch-services-0.0.2/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata -C debuginfo=2 -C metadata=fa3dda27124b3d78 -C extra-filename=-fa3dda27124b3d78 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern bitflags=/home/cratesfyi/cratesfyi/debug/deps/libbitflags-c7c6b9b3fc7b102d.rmeta --extern core_foundation=/home/cratesfyi/cratesfyi/debug/deps/libcore_foundation-d03e990d54d1c21c.rmeta --extern core_foundation_sys=/home/cratesfyi/cratesfyi/debug/deps/libcore_foundation_sys-9368a3a087dd9c0e.rmeta --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-3340795a62eaaed9.rmeta --cap-lints allow` (exit code: 1)
warning: build failed, waiting for other jobs to finish...
thread 'main' panicked at 'ErrorMessage {
msg: "build failed"
}', src/bin/cratesfyi.rs:160:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.