$ cargo install --git https://github.com/mmstick/fontfinder
Updating git repository https://github.com/mmstick/fontfinder
Installing fontfinder v1.0.0 (https://github.com/mmstick/fontfinder#25930f61)
Updating registry https://github.com/rust-lang/crates.io-index
Updating git repository https://github.com/gtk-rs/gtk.git
Updating git repository https://github.com/gtk-rs/webkit2gtk-rs.git
Updating git repository https://github.com/withoutboats/derive-fail
Updating git repository https://github.com/gtk-rs/gio.git
Updating git repository https://github.com/withoutboats/failure
Updating git repository https://github.com/gtk-rs/sys
Updating git repository https://github.com/gtk-rs/glib
Updating git repository https://github.com/gtk-rs/gdk-pixbuf
Updating git repository https://github.com/gtk-rs/pango
Updating git repository https://github.com/gtk-rs/gdk
Updating git repository https://github.com/gtk-rs/cairo
Updating git repository https://github.com/guillaumegomez/webkit2gtk-rs
Updating git repository https://github.com/gtk-rs/javascriptcore-rs
Updating git repository https://github.com/gtk-rs/soup-sys-rs
Downloading serde_json v1.0.6
Downloading lazy_static v0.2.9
Downloading serde v1.0.19
Downloading serde_derive v1.0.19
Downloading reqwest v0.8.1
Downloading horrorshow v0.6.2
Downloading dtoa v0.4.2
Downloading num-traits v0.1.40
Downloading itoa v0.3.4
Downloading libc v0.2.33
Downloading bitflags v1.0.0
Downloading bitflags v0.9.1
Downloading bitflags v0.4.0
Downloading syn v0.11.11
Downloading quote v0.3.15
Downloading serde_derive_internals v0.17.0
Downloading synom v0.11.3
Downloading unicode-xid v0.0.4
Downloading backtrace v0.3.3
Downloading rustc-demangle v0.1.5
Downloading cfg-if v0.1.2
Downloading uuid v0.5.1
Downloading hyper-tls v0.1.2
Downloading log v0.3.8
Downloading native-tls v0.1.4
Downloading tokio-core v0.1.10
Downloading tokio-tls v0.1.3
Downloading serde_urlencoded v0.5.1
Downloading url v1.6.0
Downloading futures v0.1.17
Downloading hyper v0.11.6
Downloading bytes v0.4.5
Downloading mime_guess v2.0.0-alpha.2
Downloading libflate v0.1.12
Downloading tokio-io v0.1.3
Downloading rand v0.3.18
Downloading tokio-service v0.1.0
Downloading byteorder v1.1.0
Downloading iovec v0.1.1
Downloading slab v0.4.0
Downloading mio v0.6.11
Downloading scoped-tls v0.1.0
Downloading slab v0.3.0
Downloading net2 v0.2.31
Downloading lazycell v0.5.1
Downloading relay v0.1.0
Downloading mime v0.3.5
Downloading unicase v2.0.0
Downloading percent-encoding v1.0.0
Downloading httparse v1.2.3
Downloading time v0.1.38
Downloading tokio-proto v0.1.1
Downloading language-tags v0.2.2
Downloading base64 v0.6.0
Downloading futures-cpupool v0.1.7
Downloading rustc_version v0.1.7
Downloading semver v0.1.20
Downloading smallvec v0.2.1
Downloading take v0.1.0
Downloading safemem v0.2.0
Downloading num_cpus v1.7.0
Downloading matches v0.1.6
Downloading idna v0.1.4
Downloading unicode-normalization v0.1.5
Downloading unicode-bidi v0.3.4
Downloading phf v0.7.21
Downloading unicase v1.4.2
Downloading phf_shared v0.7.21
Downloading siphasher v0.2.2
Downloading version_check v0.1.3
Downloading phf_codegen v0.7.21
Downloading phf_generator v0.7.21
Downloading adler32 v1.0.2
Downloading crc v1.5.0
Downloading build_const v0.2.0
Downloading crc-core v0.1.0
Downloading synstructure v0.6.1
Downloading backtrace-sys v0.1.16
Downloading cc v1.0.3
Downloading openssl v0.9.20
Downloading foreign-types v0.2.0
Downloading openssl-sys v0.9.20
Compiling itoa v0.3.4
Compiling cc v1.0.3
Compiling slab v0.4.0
Compiling version_check v0.1.3
Compiling slab v0.3.0
Compiling httparse v1.2.3
Compiling pkg-config v0.3.9
Compiling cfg-if v0.1.2
Compiling crc-core v0.1.0
Compiling gio v0.2.0 (https://github.com/gtk-rs/gio.git#b41c3686)
Compiling unicase v1.4.2
Compiling bitflags v0.9.1
Compiling unicode-normalization v0.1.5
Compiling scoped-tls v0.1.0
Compiling bitflags v1.0.0
error: associated constants are experimental (see issue #29646)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.0/src/lib.rs:441:17
|
441 | pub const $Flag: $BitFlags = $BitFlags { bits: $value };
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
::: .cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.0/src/example_generated.rs
|
4 | bitflags! {
| - in this macro invocation
error: associated constants are experimental (see issue #29646)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.0/src/lib.rs:441:17
|
441 | pub const $Flag: $BitFlags = $BitFlags { bits: $value };
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
::: .cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.0/src/example_generated.rs
|
4 | bitflags! {
| - in this macro invocation
error: associated constants are experimental (see issue #29646)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.0/src/lib.rs:441:17
|
441 | pub const $Flag: $BitFlags = $BitFlags { bits: $value };
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
::: .cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.0/src/example_generated.rs
|
4 | bitflags! {
| - in this macro invocation
error: associated constants are experimental (see issue #29646)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.0/src/lib.rs:441:17
|
441 | pub const $Flag: $BitFlags = $BitFlags { bits: $value };
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
::: .cargo/registry/src/github.com-1ecc6299db9ec823/bitflags-1.0.0/src/example_generated.rs
|
4 | bitflags! {
| - in this macro invocation
error: aborting due to 4 previous errors
error: Could not compile bitflags
.
Build failed, waiting for other jobs to finish...
error: failed to compile fontfinder v1.0.0 (https://github.com/mmstick/fontfinder#25930f61)
, intermediate artifacts can be found at /tmp/cargo-install.OAK9oiKc9S8d
Caused by:
build failed