Build #59211 2017-06-06T04:01:11.262368+00:00
# rustc version
rustc 1.19.0-dev (28a93c1f4 2017-05-31)
# docs.rs version
cratesfyi 0.4.0-dev (bedcc0c 2017-06-01)

# 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 drossel-journal v0.1.2
Downloading db-key v0.0.1
Downloading leveldb v0.6.1
Fresh libc v0.2.23
Compiling db-key v0.0.1
Compiling strand v0.1.2
Compiling db-key v0.1.0
Fresh db-key v0.0.5
Running `rustc --crate-name db_key .cargo/registry/src/github.com-1ecc6299db9ec823/db-key-0.1.0/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=43c20d384b2f4cf1 -C extra-filename=-43c20d384b2f4cf1 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
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 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 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-496b028781a2b35b.rlib --extern-version libc=libc,0.2.23 --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 one of `!`, `&&`, `&`, `(`, `)`, `*`, `<`, `?`, `[`, `_`, `extern`, `fn`, `for`, `impl`, `unsafe`, or lifetime, 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;
|                           -^ unexpected token
|                           |
|                           expected one of 16 possible tokens here

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: expected one of `!`, `&&`, `&`, `(`, `)`, `*`, `<`, `?`, `[`, `_`, `extern`, `fn`, `for`, `impl`, `unsafe`, or lifetime, 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 {
|                           -^ unexpected token
|                           |
|                           expected one of 16 possible tokens here

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: 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: 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[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: cannot continue compilation due to previous error

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: 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-496b028781a2b35b.rlib --extern-version libc=libc,0.2.23 --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)
error: aborting due to previous error(s)

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)
thread 'main' panicked at 'build failed', src/bin/cratesfyi.rs:136
note: Run with `RUST_BACKTRACE=1` for a backtrace.