pwasm-ethereum 0.4.0

Externs library to interact with Ethereum-like network
Documentation
Build #995932018-05-14T14:08:39.359282+00:00
# rustc version
rustc 1.26.0-dev (0eb87c9bf 2018-03-16)# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)# build log
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading pwasm-ethereum v0.4.0
Fresh cfg-if v0.1.3
Fresh libc v0.2.40
Fresh rlibc v1.0.0
Fresh void v1.0.2
Fresh byteorder v1.2.3
Fresh memory_units v0.4.0
Fresh rustc-hex v1.0.0
Fresh pwasm-libc v0.2.0
Fresh unreachable v1.0.0
Compiling wee_alloc v0.4.0
Fresh crunchy v0.1.6
Running `rustc --crate-name wee_alloc .cargo/registry/src/github.com-1ecc6299db9ec823/wee_alloc-0.4.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="size_classes"' -C metadata=01c8ccaf87214dea -C extra-filename=-01c8ccaf87214dea --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern memory_units=/home/cratesfyi/cratesfyi/debug/deps/libmemory_units-4e938f499b65b6d2.rlib --extern-version memory_units=memory_units,0.4.0 --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-bc4924e4c551f1c5.rlib --extern-version libc=libc,0.2.40 --extern cfg_if=/home/cratesfyi/cratesfyi/debug/deps/libcfg_if-e1204ebba275c9ca.rlib --extern-version cfg_if=cfg-if,0.1.3 --extern unreachable=/home/cratesfyi/cratesfyi/debug/deps/libunreachable-b9c7c97cb1bf6717.rlib --extern-version unreachable=unreachable,1.0.0 --cap-lints allow`
Fresh tiny-keccak v1.4.1
Compiling bigint v4.3.0
Running `rustc --crate-name bigint .cargo/registry/src/github.com-1ecc6299db9ec823/bigint-4.3.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=0b2b091c0b1411c0 -C extra-filename=-0b2b091c0b1411c0 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern byteorder=/home/cratesfyi/cratesfyi/debug/deps/libbyteorder-53cbdbfae8e4b953.rlib --extern-version byteorder=byteorder,1.2.3 --extern crunchy=/home/cratesfyi/cratesfyi/debug/deps/libcrunchy-0556562ab5412efb.rlib --extern-version crunchy=crunchy,0.1.6 --cap-lints allow`
error[E0432]: unresolved import `core::alloc`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/wee_alloc-0.4.0/src/size_classes.rs:3:11
|
3 | use core::alloc::AllocErr;
|           ^^^^^ Could not find `alloc` in `core`

error[E0432]: unresolved import `core::alloc`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/wee_alloc-0.4.0/src/lib.rs:272:11
|
272 | use core::alloc::{Alloc, AllocErr, GlobalAlloc, Layout, Opaque};
|           ^^^^^ Could not find `alloc` in `core`

error[E0432]: unresolved import `core::alloc`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/wee_alloc-0.4.0/src/imp_unix.rs:2:11
|
2 | use core::alloc::{AllocErr, Opaque};
|           ^^^^^ Could not find `alloc` in `core`

error: cannot continue compilation due to previous error

error: Could not compile `wee_alloc`.

Caused by:
process didn't exit successfully: `rustc --crate-name wee_alloc .cargo/registry/src/github.com-1ecc6299db9ec823/wee_alloc-0.4.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg feature="default" --cfg feature="size_classes" -C metadata=01c8ccaf87214dea -C extra-filename=-01c8ccaf87214dea --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern memory_units=/home/cratesfyi/cratesfyi/debug/deps/libmemory_units-4e938f499b65b6d2.rlib --extern-version memory_units=memory_units,0.4.0 --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-bc4924e4c551f1c5.rlib --extern-version libc=libc,0.2.40 --extern cfg_if=/home/cratesfyi/cratesfyi/debug/deps/libcfg_if-e1204ebba275c9ca.rlib --extern-version cfg_if=cfg-if,0.1.3 --extern unreachable=/home/cratesfyi/cratesfyi/debug/deps/libunreachable-b9c7c97cb1bf6717.rlib --extern-version unreachable=unreachable,1.0.0 --cap-lints allow` (exit code: 101)
thread 'main' panicked at 'Error(
CargoError(
build failed
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.