Created
July 7, 2020 04:23
-
-
Save ajsutton/a87e2e8c10f536eb443ed00b44b664f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cargo install --path lighthouse --force --locked | |
| Installing lighthouse v0.1.2 (/Users/aj/Documents/code/eth2-clients/lighthouse/lighthouse) | |
| Updating crates.io index | |
| Updating git repository `https://github.com/sigp/rust-libp2p` | |
| warning: package `smallvec v1.4.0` in Cargo.lock is yanked in registry `crates.io`, consider running without --locked | |
| Downloaded aes-ctr v0.4.0 | |
| Downloaded hmac v0.8.1 | |
| Downloaded serde v1.0.114 | |
| Downloaded num-iter v0.1.41 | |
| Downloaded serde_repr v0.1.6 | |
| Downloaded memoffset v0.5.5 | |
| Downloaded num-traits v0.2.12 | |
| Downloaded backtrace v0.3.49 | |
| Downloaded thiserror v1.0.20 | |
| Downloaded futures_codec v0.4.1 | |
| Downloaded lru v0.5.2 | |
| Downloaded flate2 v1.0.16 | |
| Downloaded pbkdf2 v0.4.0 | |
| Downloaded rayon v1.3.1 | |
| Downloaded derive_more v0.99.9 | |
| Downloaded quote v1.0.7 | |
| Downloaded unicode-width v0.1.8 | |
| Downloaded serde_yaml v0.8.13 | |
| Downloaded base64 v0.12.3 | |
| Downloaded parity-scale-codec v1.3.1 | |
| Downloaded bytes v0.5.5 | |
| Downloaded remove_dir_all v0.5.3 | |
| Downloaded proc-macro-nested v0.1.6 | |
| Downloaded num-bigint v0.3.0 | |
| Downloaded tokio-uds v0.2.7 | |
| Downloaded scrypt v0.3.1 | |
| Downloaded itoa v0.4.6 | |
| Downloaded arc-swap v0.4.7 | |
| Downloaded sha2 v0.9.1 | |
| Downloaded num-integer v0.1.43 | |
| Downloaded git-version v0.3.4 | |
| Downloaded synstructure v0.12.4 | |
| Downloaded dirs-sys v0.3.5 | |
| Downloaded libflate v1.0.2 | |
| Downloaded pin-project v0.4.22 | |
| Downloaded r2d2 v0.8.9 | |
| Downloaded crossbeam-queue v0.2.3 | |
| Downloaded parking_lot v0.11.0 | |
| Downloaded dtoa v0.4.6 | |
| Downloaded serde_derive v1.0.114 | |
| Downloaded yamux v0.4.7 | |
| Downloaded serde_json v1.0.56 | |
| Downloaded unicode-xid v0.2.1 | |
| Downloaded unicode-normalization v0.1.13 | |
| Downloaded aho-corasick v0.7.13 | |
| Downloaded prometheus v0.9.0 | |
| Downloaded chrono v0.4.13 | |
| Downloaded openssl v0.10.30 | |
| Downloaded syn v1.0.33 | |
| Downloaded libp2p-core v0.19.2 | |
| Downloaded block-buffer v0.9.0 | |
| Downloaded adler32 v1.1.0 | |
| Downloaded ctr v0.4.0 | |
| Downloaded crypto-mac v0.8.0 | |
| Downloaded scheduled-thread-pool v0.2.5 | |
| Downloaded digest v0.9.0 | |
| Downloaded protobuf v2.16.2 | |
| Downloaded git-version-macro v0.3.4 | |
| Downloaded instant v0.1.6 | |
| Downloaded stream-cipher v0.4.1 | |
| Downloaded tinyvec v0.3.3 | |
| Downloaded aes-soft v0.4.0 | |
| Downloaded rayon-core v1.7.1 | |
| Downloaded parking_lot_core v0.8.0 | |
| Downloaded object v0.20.0 | |
| Downloaded miniz_oxide v0.3.7 | |
| Downloaded opaque-debug v0.3.0 | |
| Downloaded addr2line v0.12.2 | |
| Downloaded lock_api v0.4.1 | |
| Downloaded thiserror-impl v1.0.20 | |
| Downloaded cpuid-bool v0.1.0 | |
| Downloaded pin-project-internal v0.4.22 | |
| Downloaded openssl-sys v0.9.58 | |
| Downloaded parity-multiaddr v0.9.1 | |
| Downloaded multistream-select v0.8.2 | |
| Downloaded block-cipher v0.7.1 | |
| Downloaded generic-array v0.14.2 | |
| Compiling unicode-xid v0.2.1 | |
| Compiling syn v1.0.33 | |
| Compiling serde_derive v1.0.114 | |
| Compiling serde v1.0.114 | |
| Compiling bytes v0.5.5 | |
| Compiling remove_dir_all v0.5.3 | |
| Compiling pin-project-internal v0.4.22 | |
| Compiling proc-macro-nested v0.1.6 | |
| Compiling tinyvec v0.3.3 | |
| Compiling itoa v0.4.6 | |
| Compiling arc-swap v0.4.7 | |
| Compiling dtoa v0.4.6 | |
| Compiling rayon-core v1.7.1 | |
| Compiling serde_json v1.0.56 | |
| Compiling base64 v0.12.3 | |
| Compiling adler32 v1.1.0 | |
| Compiling instant v0.1.6 | |
| Compiling protobuf v2.16.2 | |
| Compiling prometheus v0.9.0 | |
| Compiling opaque-debug v0.3.0 | |
| Compiling cpuid-bool v0.1.0 | |
| Compiling openssl v0.10.30 | |
| Compiling object v0.20.0 | |
| Compiling unicode-width v0.1.8 | |
| Compiling memoffset v0.5.5 | |
| Compiling num-traits v0.2.12 | |
| Compiling num-integer v0.1.43 | |
| Compiling num-bigint v0.3.0 | |
| Compiling rayon v1.3.1 | |
| Compiling lock_api v0.4.1 | |
| Compiling num-iter v0.1.41 | |
| Compiling generic-array v0.14.2 | |
| Compiling openssl-sys v0.9.58 | |
| Compiling miniz_oxide v0.3.7 | |
| Compiling unicode-normalization v0.1.13 | |
| Compiling int_to_bytes v0.2.0 (/Users/aj/Documents/code/eth2-clients/lighthouse/consensus/int_to_bytes) | |
| Compiling http v0.2.1 | |
| Compiling addr2line v0.12.2 | |
| Compiling textwrap v0.11.0 | |
| Compiling proc-macro2 v1.0.18 | |
| Compiling signal-hook-registry v1.2.0 | |
| Compiling dirs-sys v0.3.5 | |
| Compiling parking_lot_core v0.8.0 | |
| Compiling aho-corasick v0.7.13 | |
| Compiling slog-scope v4.3.0 | |
| Compiling libflate v1.0.2 | |
| Compiling quote v1.0.7 | |
| Compiling clap v2.33.1 | |
| Compiling dirs v2.0.2 | |
| error[E0658]: non-builtin inner attributes are unstable | |
| --> /Users/aj/.cargo/registry/src/github.com-1ecc6299db9ec823/protobuf-2.16.2/src/descriptor.rs:9:1 | |
| | | |
| 9 | #![rustfmt::skip] | |
| | ^^^^^^^^^^^^^^^^^ | |
| | | |
| = note: see issue #54726 <https://github.com/rust-lang/rust/issues/54726> for more information | |
| error[E0658]: non-builtin inner attributes are unstable | |
| --> /Users/aj/.cargo/registry/src/github.com-1ecc6299db9ec823/protobuf-2.16.2/src/plugin.rs:9:1 | |
| | | |
| 9 | #![rustfmt::skip] | |
| | ^^^^^^^^^^^^^^^^^ | |
| | | |
| = note: see issue #54726 <https://github.com/rust-lang/rust/issues/54726> for more information | |
| error[E0658]: non-builtin inner attributes are unstable | |
| --> /Users/aj/.cargo/registry/src/github.com-1ecc6299db9ec823/protobuf-2.16.2/src/rustproto.rs:9:1 | |
| | | |
| 9 | #![rustfmt::skip] | |
| | ^^^^^^^^^^^^^^^^^ | |
| | | |
| = note: see issue #54726 <https://github.com/rust-lang/rust/issues/54726> for more information | |
| error[E0658]: non-builtin inner attributes are unstable | |
| --> /Users/aj/.cargo/registry/src/github.com-1ecc6299db9ec823/protobuf-2.16.2/src/well_known_types/any.rs:9:1 | |
| | | |
| 9 | #![rustfmt::skip] | |
| | ^^^^^^^^^^^^^^^^^ | |
| | | |
| = note: see issue #54726 <https://github.com/rust-lang/rust/issues/54726> for more information | |
| error[E0658]: non-builtin inner attributes are unstable | |
| --> /Users/aj/.cargo/registry/src/github.com-1ecc6299db9ec823/protobuf-2.16.2/src/well_known_types/api.rs:9:1 | |
| | | |
| 9 | #![rustfmt::skip] | |
| | ^^^^^^^^^^^^^^^^^ | |
| | | |
| = note: see issue #54726 <https://github.com/rust-lang/rust/issues/54726> for more information | |
| error[E0658]: non-builtin inner attributes are unstable | |
| --> /Users/aj/.cargo/registry/src/github.com-1ecc6299db9ec823/protobuf-2.16.2/src/well_known_types/duration.rs:9:1 | |
| | | |
| 9 | #![rustfmt::skip] | |
| | ^^^^^^^^^^^^^^^^^ | |
| | | |
| = note: see issue #54726 <https://github.com/rust-lang/rust/issues/54726> for more information | |
| error[E0658]: non-builtin inner attributes are unstable | |
| --> /Users/aj/.cargo/registry/src/github.com-1ecc6299db9ec823/protobuf-2.16.2/src/well_known_types/empty.rs:9:1 | |
| | | |
| 9 | #![rustfmt::skip] | |
| | ^^^^^^^^^^^^^^^^^ | |
| | | |
| = note: see issue #54726 <https://github.com/rust-lang/rust/issues/54726> for more information | |
| error[E0658]: non-builtin inner attributes are unstable | |
| --> /Users/aj/.cargo/registry/src/github.com-1ecc6299db9ec823/protobuf-2.16.2/src/well_known_types/field_mask.rs:9:1 | |
| | | |
| 9 | #![rustfmt::skip] | |
| | ^^^^^^^^^^^^^^^^^ | |
| | | |
| = note: see issue #54726 <https://github.com/rust-lang/rust/issues/54726> for more information | |
| error[E0658]: non-builtin inner attributes are unstable | |
| --> /Users/aj/.cargo/registry/src/github.com-1ecc6299db9ec823/protobuf-2.16.2/src/well_known_types/source_context.rs:9:1 | |
| | | |
| 9 | #![rustfmt::skip] | |
| | ^^^^^^^^^^^^^^^^^ | |
| | | |
| = note: see issue #54726 <https://github.com/rust-lang/rust/issues/54726> for more information | |
| error[E0658]: non-builtin inner attributes are unstable | |
| --> /Users/aj/.cargo/registry/src/github.com-1ecc6299db9ec823/protobuf-2.16.2/src/well_known_types/struct_pb.rs:9:1 | |
| | | |
| 9 | #![rustfmt::skip] | |
| | ^^^^^^^^^^^^^^^^^ | |
| | | |
| = note: see issue #54726 <https://github.com/rust-lang/rust/issues/54726> for more information | |
| error[E0658]: non-builtin inner attributes are unstable | |
| --> /Users/aj/.cargo/registry/src/github.com-1ecc6299db9ec823/protobuf-2.16.2/src/well_known_types/timestamp.rs:9:1 | |
| | | |
| 9 | #![rustfmt::skip] | |
| | ^^^^^^^^^^^^^^^^^ | |
| | | |
| = note: see issue #54726 <https://github.com/rust-lang/rust/issues/54726> for more information | |
| error[E0658]: non-builtin inner attributes are unstable | |
| --> /Users/aj/.cargo/registry/src/github.com-1ecc6299db9ec823/protobuf-2.16.2/src/well_known_types/type_pb.rs:9:1 | |
| | | |
| 9 | #![rustfmt::skip] | |
| | ^^^^^^^^^^^^^^^^^ | |
| | | |
| = note: see issue #54726 <https://github.com/rust-lang/rust/issues/54726> for more information | |
| error[E0658]: non-builtin inner attributes are unstable | |
| --> /Users/aj/.cargo/registry/src/github.com-1ecc6299db9ec823/protobuf-2.16.2/src/well_known_types/wrappers.rs:9:1 | |
| | | |
| 9 | #![rustfmt::skip] | |
| | ^^^^^^^^^^^^^^^^^ | |
| | | |
| = note: see issue #54726 <https://github.com/rust-lang/rust/issues/54726> for more information | |
| Compiling tempdir v0.3.7 | |
| Compiling crossbeam-queue v0.2.3 | |
| Compiling flate2 v1.0.16 | |
| Compiling idna v0.2.0 | |
| Compiling idna v0.1.5 | |
| Compiling parking_lot v0.11.0 | |
| error: aborting due to 13 previous errors | |
| For more information about this error, try `rustc --explain E0658`. | |
| error: could not compile `protobuf`. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment