Skip to content

Instantly share code, notes, and snippets.

@pipermerriam
Created February 18, 2016 21:42
Show Gist options
  • Save pipermerriam/514423b56a9b421292be to your computer and use it in GitHub Desktop.
Save pipermerriam/514423b56a9b421292be to your computer and use it in GitHub Desktop.
2016-02-18 14:38:17 -0700
multirust run nightly cargo build --release --features rpc
Updating registry `https://github.com/rust-lang/crates.io-index`
Updating git repository `https://github.com/arkpar/rust-secp256k1.git`
Updating git repository `https://github.com/arkpar/slab.git`
Downloading lru-cache v0.0.6
Downloading cookie v0.2.2
Downloading winapi v0.2.5
Downloading regex v0.1.51
Downloading nodrop v0.1.6
Downloading semver v0.1.20
Downloading serde_json v0.6.0
Downloading time v0.1.34
Downloading cfg-if v0.1.0
Downloading heapsize v0.2.5
Downloading rust-crypto v0.2.34
Downloading nix v0.4.2
Downloading serde v0.6.13
Downloading traitobject v0.0.1
Downloading mio v0.5.0
Downloading serde_codegen v0.6.13
Downloading num v0.1.30
Downloading itertools v0.4.8
Downloading matches v0.1.2
Downloading uuid v0.1.18
Downloading mime v0.1.3
Downloading arrayvec v0.3.15
Downloading elastic-array v0.4.0
Downloading language-tags v0.2.2
Downloading ws2_32-sys v0.2.1
Downloading env_logger v0.3.2
Downloading quasi v0.6.0
Downloading lazy_static v0.1.15
Downloading gcc v0.3.24
Downloading target_info v0.1.0
Downloading libc v0.1.12
Downloading libc v0.2.7
Downloading crossbeam v0.1.6
Downloading unicode-normalization v0.1.2
Downloading net2 v0.2.21
Downloading unicode-bidi v0.2.3
Downloading miow v0.1.2
Downloading aster v0.12.0
Downloading quasi_macros v0.6.0
Downloading linked-hash-map v0.0.8
Downloading serde_macros v0.6.13
Downloading url v0.5.5
Downloading memchr v0.1.10
Downloading jsonrpc-core v1.1.2
Downloading httparse v1.1.1
Downloading kernel32-sys v0.2.1
Downloading crossbeam v0.2.8
Downloading docopt v0.6.78
Downloading solicit v0.4.4
Downloading typeable v0.1.2
Downloading log v0.3.5
Downloading strsim v0.3.0
Downloading num_cpus v0.2.10
Downloading jsonrpc-http-server v1.1.2
Downloading docopt_macros v0.6.81
Downloading rustc-serialize v0.3.18
Downloading aho-corasick v0.5.0
Downloading slab v0.1.3
Downloading hpack v0.2.0
Downloading rustc_version v0.1.6
Downloading bitflags v0.3.3
Downloading hyper v0.7.2
Downloading bytes v0.3.0
Downloading quasi_codegen v0.6.0
Downloading rocksdb v0.3.0
Downloading ctrlc v1.1.0
Downloading rand v0.3.14
Downloading winapi-build v0.1.1
Downloading glob v0.2.10
Downloading tiny-keccak v1.0.5
Downloading utf8-ranges v0.1.3
Downloading regex-syntax v0.2.3
Downloading unicase v1.2.1
Downloading nom v1.2.0
Downloading clippy v0.0.41
Downloading semver v0.2.2
Downloading odds v0.2.12
Compiling httparse v1.1.1
Compiling bytes v0.3.0
Compiling strsim v0.3.0
Compiling target_info v0.1.0
Compiling winapi-build v0.1.1
Compiling glob v0.2.10
Compiling itertools v0.4.8
Compiling regex-syntax v0.2.3
Compiling linked-hash-map v0.0.8
Compiling quasi v0.6.0
Compiling slab v0.1.3
Compiling libc v0.1.12
Compiling gcc v0.3.24
Compiling bitflags v0.3.3
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/libc-0.1.12/rust/src/liblibc/lib.rs:81:21: 81:39 warning: lint raw_pointer_derive has been removed: using derive with raw pointers is ok
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/libc-0.1.12/rust/src/liblibc/lib.rs:81 #![allow(bad_style, raw_pointer_derive)]
^~~~~~~~~~~~~~~~~~
Compiling rocksdb v0.3.0
Compiling nix v0.4.2
Compiling crossbeam v0.1.6
Compiling matches v0.1.2
Compiling unicode-bidi v0.2.3
Compiling typeable v0.1.2
Compiling slab v0.1.4 (https://github.com/arkpar/slab.git#3c9284e1)
Compiling serde_codegen v0.6.13
Compiling lru-cache v0.0.6
Compiling unicode-normalization v0.1.2
Compiling utf8-ranges v0.1.3
Compiling eth-secp256k1 v0.5.4 (https://github.com/arkpar/rust-secp256k1.git#321e6c22)
Compiling rust-crypto v0.2.34
Compiling sha3 v0.1.0 (file:///private/tmp/parity20160218-87046-1qr2rx6)
Compiling language-tags v0.2.2
Compiling libc v0.2.7
Compiling tiny-keccak v1.0.5
Compiling rustc-serialize v0.3.18
Compiling odds v0.2.12
Compiling traitobject v0.0.1
Compiling kernel32-sys v0.2.1
Compiling heapsize v0.2.5
Compiling rand v0.3.14
Compiling fdlimit v0.1.0 (file:///private/tmp/parity20160218-87046-1qr2rx6)
Compiling cfg-if v0.1.0
Compiling semver v0.1.20
Compiling nom v1.2.0
Compiling log v0.3.5
Compiling memchr v0.1.10
Compiling ethash v0.9.1 (file:///private/tmp/parity20160218-87046-1qr2rx6)
Compiling hpack v0.2.0
Compiling aster v0.12.0
Compiling rustc_version v0.1.6
Compiling crossbeam v0.2.8
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:46:35: 46:44 error: use of undeclared type name `ast::Pat_` [E0412]
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:46 pub fn build_pat_(self, pat_: ast::Pat_) -> F::Result {
^~~~~~~~~
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:46:35: 46:44 help: run `rustc --explain E0412` to see a detailed explanation
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:56:25: 56:43 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433]
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:56 self.build_pat_(ast::Pat_::PatWild)
^~~~~~~~~~~~~~~~~~
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:56:25: 56:43 help: run `rustc --explain E0433` to see a detailed explanation
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:56:25: 56:43 error: unresolved name `ast::Pat_::PatWild` [E0425]
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:56 self.build_pat_(ast::Pat_::PatWild)
^~~~~~~~~~~~~~~~~~
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:56:25: 56:43 help: run `rustc --explain E0425` to see a detailed explanation
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:64:25: 64:44 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433]
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:64 self.build_pat_(ast::Pat_::PatIdent(mode, id, sub))
^~~~~~~~~~~~~~~~~~~
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:64:25: 64:44 help: run `rustc --explain E0433` to see a detailed explanation
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:64:25: 64:44 error: unresolved name `ast::Pat_::PatIdent` [E0425]
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:64 self.build_pat_(ast::Pat_::PatIdent(mode, id, sub))
^~~~~~~~~~~~~~~~~~~
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:64:25: 64:44 help: run `rustc --explain E0425` to see a detailed explanation
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:170:33: 170:51 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433]
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:170 self.builder.build_pat_(ast::Pat_::PatEnum(self.path, Some(self.pats)))
^~~~~~~~~~~~~~~~~~
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:170:33: 170:51 help: run `rustc --explain E0433` to see a detailed explanation
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:170:33: 170:51 error: unresolved name `ast::Pat_::PatEnum` [E0425]
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:170 self.builder.build_pat_(ast::Pat_::PatEnum(self.path, Some(self.pats)))
^~~~~~~~~~~~~~~~~~
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:170:33: 170:51 help: run `rustc --explain E0425` to see a detailed explanation
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:275:33: 275:53 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433]
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:275 self.builder.build_pat_(ast::Pat_::PatStruct(self.path, self.pats, true))
^~~~~~~~~~~~~~~~~~~~
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:275:33: 275:53 help: run `rustc --explain E0433` to see a detailed explanation
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:275:33: 275:53 error: unresolved name `ast::Pat_::PatStruct` [E0425]
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:275 self.builder.build_pat_(ast::Pat_::PatStruct(self.path, self.pats, true))
^~~~~~~~~~~~~~~~~~~~
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:275:33: 275:53 help: run `rustc --explain E0425` to see a detailed explanation
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:279:33: 279:53 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433]
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:279 self.builder.build_pat_(ast::Pat_::PatStruct(self.path, self.pats, false))
^~~~~~~~~~~~~~~~~~~~
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:279:33: 279:53 help: run `rustc --explain E0433` to see a detailed explanation
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:279:33: 279:53 error: unresolved name `ast::Pat_::PatStruct` [E0425]
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:279 self.builder.build_pat_(ast::Pat_::PatStruct(self.path, self.pats, false))
^~~~~~~~~~~~~~~~~~~~
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:279:33: 279:53 help: run `rustc --explain E0425` to see a detailed explanation
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:314:27: 314:44 error: failed to resolve. Could not find `Pat_` in `syntax::ast` [E0433]
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:314 self.0.build_pat_(ast::Pat_::PatLit(expr))
^~~~~~~~~~~~~~~~~
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:314:27: 314:44 help: run `rustc --explain E0433` to see a detailed explanation
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:314:27: 314:44 error: unresolved name `ast::Pat_::PatLit` [E0425]
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:314 self.0.build_pat_(ast::Pat_::PatLit(expr))
^~~~~~~~~~~~~~~~~
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:314:27: 314:44 help: run `rustc --explain E0425` to see a detailed explanation
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:345:33: 345:44 error: unresolved name `ast::PatTup` [E0425]
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:345 self.builder.build_pat_(ast::PatTup(self.pats))
^~~~~~~~~~~
.brew_home/.multirust/toolchains/nightly/cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.12.0/src/pat.rs:345:33: 345:44 help: run `rustc --explain E0425` to see a detailed explanation
Compiling semver v0.2.2
Compiling ws2_32-sys v0.2.1
Compiling nodrop v0.1.6
Compiling aho-corasick v0.5.0
Compiling arrayvec v0.3.15
Compiling elastic-array v0.4.0
Compiling lazy_static v0.1.15
error: aborting due to 14 previous errors
Build failed, waiting for other jobs to finish...
Could not compile `aster`.
To learn more, run the command again with --verbose.
HOMEBREW_VERSION: 0.9.5
ORIGIN: https://github.com/Homebrew/homebrew
HEAD: 2f5af9d720d05a891c1862f0774b1e74078ebc1f
Last commit: 32 minutes ago
HOMEBREW_PREFIX: /usr/local
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com
CPU: 8-core 64-bit ivybridge
OS X: 10.11.3-x86_64
Xcode: 7.2.1
CLT: 7.2.0.0.1.1447826929
GCC-4.2: build 0
Clang: 7.0 build 700
X11: N/A
System Ruby: 2.0.0-p645
Perl: /usr/bin/perl
Python: /usr/bin/python
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby
Java: 1.8.0_60
HOMEBREW_CC: clang
HOMEBREW_CXX: clang++
MAKEFLAGS: -j8
CMAKE_PREFIX_PATH: /usr/local
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries
PKG_CONFIG_PATH: /usr/local/opt/lz4/lib/pkgconfig
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.11
ACLOCAL_PATH: /usr/local/share/aclocal
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/multirust/bin:/usr/local/opt/lz4/bin:/usr/local/opt/gnupg/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment