Build #90299 2018-03-06T02:30:58.147203+00:00
# rustc version
rustc 1.26.0-dev (5c1d29af0 2018-03-03)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Build failed, waiting for other jobs to finish...
Build failed, waiting for other jobs to finish...
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading drossel v0.1.0
Downloading leveldb v0.2.0
Downloading strand v0.1.2
Downloading db-key v0.0.1
Fresh db-key v0.0.5
Compiling db-key v0.0.1
Fresh db-key v0.1.0
Fresh libc v0.2.39
Compiling strand v0.1.2
Running `rustc --crate-name db_key .cargo/registry/src/github.com-1ecc6299db9ec823/db-key-0.0.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=4a0457ddea2d0bdc -C extra-filename=-4a0457ddea2d0bdc --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Compiling leveldb v0.6.1
Running `rustc --crate-name strand .cargo/registry/src/github.com-1ecc6299db9ec823/strand-0.1.2/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=da47df2c78479bdc -C extra-filename=-da47df2c78479bdc --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Running `rustc --crate-name leveldb .cargo/registry/src/github.com-1ecc6299db9ec823/leveldb-0.6.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=bde4de2b67914b36 -C extra-filename=-bde4de2b67914b36 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-f854cf2dcfbf787e.rlib --extern-version libc=libc,0.2.39 --extern db_key=/home/cratesfyi/cratesfyi/debug/deps/libdb_key-e2a5b6c824d23f1d.rlib --extern-version db_key=db-key,0.0.5 --cap-lints allow`
error: expected type, found `|`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/db-key-0.0.1/src/lib.rs:3:28
|
3 |   fn as_slice<T>(&self, f: |v: &[u8]| -> T) -> T;
|                            ^

error: expected type, found `|`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/db-key-0.0.1/src/lib.rs:20:28
|
20 |   fn as_slice<T>(&self, f: |v: &[u8]| -> T) -> T {
|                            ^

error[E0412]: cannot find type `int` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/db-key-0.0.1/src/lib.rs:10:14
|
10 | impl Key for int {
|              ^^^ not found in this scope

error[E0412]: cannot find type `int` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/db-key-0.0.1/src/lib.rs:11:29
|
11 |   fn from_u8(key: &[u8]) -> int {
|                             ^^^ not found in this scope

error[E0412]: cannot find type `int` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/db-key-0.0.1/src/lib.rs:14:16
|
14 |     (key[0] as int) << 24 |
|                ^^^ not found in this scope

error[E0412]: cannot find type `int` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/db-key-0.0.1/src/lib.rs:15:16
|
15 |     (key[1] as int) << 16 |
|                ^^^ not found in this scope

error[E0412]: cannot find type `int` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/db-key-0.0.1/src/lib.rs:16:16
|
16 |     (key[2] as int) << 8 |
|                ^^^ not found in this scope

error[E0412]: cannot find type `int` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/db-key-0.0.1/src/lib.rs:17:16
|
17 |     (key[3] as int)
|                ^^^ not found in this scope

error: aborting due to 8 previous errors

If you want more information on this error, try using "rustc --explain E0412"
error: Could not compile `db-key`.

Caused by:
process didn't exit successfully: `rustc --crate-name db_key .cargo/registry/src/github.com-1ecc6299db9ec823/db-key-0.0.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=4a0457ddea2d0bdc -C extra-filename=-4a0457ddea2d0bdc --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow` (exit code: 101)
error[E0432]: unresolved import `core::marker::PhantomFn`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/leveldb-0.6.1/src/lib.rs:63:5
|
63 | use core::marker::PhantomFn;
|     ^^^^^^^^^^^^^^^^^^^^^^^ no `PhantomFn` in `marker`

error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library (see issue #0)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/leveldb-0.6.1/src/database/comparator.rs:93:9
|
93 |     use std::intrinsics::type_name;
|         ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= help: add #![feature(core_intrinsics)] to the crate attributes to enable

error[E0658]: use of unstable library feature 'core_intrinsics': intrinsics are unlikely to ever be stabilized, instead they should be used through stabilized interfaces in the rest of the standard library (see issue #0)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/leveldb-0.6.1/src/database/comparator.rs:95:27
|
95 |     let tydesc = unsafe { type_name::<K>() };
|                           ^^^^^^^^^^^^^^
|
= help: add #![feature(core_intrinsics)] to the crate attributes to enable

error: cannot continue compilation due to previous error

You've got a few errors: E0432, E0658
If you want more information on an error, try using "rustc --explain E0432"
error: Could not compile `leveldb`.

Caused by:
process didn't exit successfully: `rustc --crate-name leveldb .cargo/registry/src/github.com-1ecc6299db9ec823/leveldb-0.6.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=bde4de2b67914b36 -C extra-filename=-bde4de2b67914b36 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-f854cf2dcfbf787e.rlib --extern-version libc=libc,0.2.39 --extern db_key=/home/cratesfyi/cratesfyi/debug/deps/libdb_key-e2a5b6c824d23f1d.rlib --extern-version db_key=db-key,0.0.5 --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.