bincode_core 0.6.0

A binary serialization / deserialization strategy and implementation for serde.
Build #52637 2017-06-02T20:37:25.757947+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...
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading bincode_core v0.6.0
Downloading core_io v0.1.20170408
Downloading serde_derive v0.8.23
Downloading byteorder_core_io v0.5.3
Compiling serde v0.8.23
Fresh semver v0.1.20
Fresh unicode-xid v0.0.4
Fresh quote v0.3.15
Fresh rustc_version v0.1.7
Running `rustc --crate-name serde .cargo/registry/src/github.com-1ecc6299db9ec823/serde-0.8.23/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="unstable"' --cfg 'feature="alloc"' --cfg 'feature="collections"' -C metadata=1c9ae3cf29e0129e -C extra-filename=-1c9ae3cf29e0129e --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --cap-lints allow`
Fresh syn v0.10.8
Compiling core_io v0.1.20170408
Fresh serde_codegen_internals v0.11.3
Running `rustc --crate-name build_script_build .cargo/registry/src/github.com-1ecc6299db9ec823/core_io-0.1.20170408/build.rs --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="collections"' --cfg 'feature="alloc"' -C metadata=1de8c9960420e475 -C extra-filename=-1de8c9960420e475 --out-dir /home/cratesfyi/cratesfyi/debug/build/core_io-1de8c9960420e475 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern rustc_version=/home/cratesfyi/cratesfyi/debug/deps/librustc_version-202f51e3df689ea3.rlib --extern-version rustc_version=rustc_version,0.1.7 --cap-lints allow`
Compiling serde_codegen v0.8.23
Running `rustc --crate-name serde_codegen .cargo/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.23/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="with-syn"' -C metadata=45834bcdfc58d698 -C extra-filename=-45834bcdfc58d698 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern serde_codegen_internals=/home/cratesfyi/cratesfyi/debug/deps/libserde_codegen_internals-77a58abffefb2bde.rlib --extern-version serde_codegen_internals=serde_codegen_internals,0.11.3 --extern quote=/home/cratesfyi/cratesfyi/debug/deps/libquote-983cfcbeae6039c8.rlib --extern-version quote=quote,0.3.15 --extern syn=/home/cratesfyi/cratesfyi/debug/deps/libsyn-026debafaf6f1c35.rlib --extern-version syn=syn,0.10.8 --cap-lints allow`
error[E0432]: unresolved import `collections::enum_set::CLike`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-0.8.23/src/de/impls.rs:31:29
|
31 | use collections::enum_set::{CLike, EnumSet};
|                             ^^^^^ Could not find `enum_set` in `collections`

error[E0432]: unresolved import `collections::enum_set::EnumSet`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-0.8.23/src/de/impls.rs:31:36
|
31 | use collections::enum_set::{CLike, EnumSet};
|                                    ^^^^^^^ Could not find `enum_set` in `collections`

error[E0432]: unresolved import `core::num::Zero`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-0.8.23/src/de/impls.rs:63:5
|
63 | use core::num::Zero;
|     ^^^^^^^^^^^^^^^ no `Zero` in `num`

error[E0432]: unresolved import `collections::enum_set::CLike`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-0.8.23/src/ser/impls.rs:34:29
|
34 | use collections::enum_set::{CLike, EnumSet};
|                             ^^^^^ Could not find `enum_set` in `collections`

error[E0432]: unresolved import `collections::enum_set::EnumSet`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-0.8.23/src/ser/impls.rs:34:36
|
34 | use collections::enum_set::{CLike, EnumSet};
|                                    ^^^^^^^ Could not find `enum_set` in `collections`

error[E0405]: cannot find trait `One` in module `num`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-0.8.23/src/ser/impls.rs:287:52
|
287 |     where A: Serialize + Clone + iter::Step + num::One,
|                                                    ^^^ not found in `num`

error[E0405]: cannot find trait `Reflect` in module `core::marker`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/serde-0.8.23/src/error.rs:8:52
|
8 | pub trait Error: Debug + Display + ::core::marker::Reflect {
|                                                    ^^^^^^^ not found in `core::marker`

error: cannot continue compilation due to previous error

error: Could not compile `serde`.

Caused by:
process didn't exit successfully: `rustc --crate-name serde .cargo/registry/src/github.com-1ecc6299db9ec823/serde-0.8.23/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg feature="unstable" --cfg feature="alloc" --cfg feature="collections" -C metadata=1c9ae3cf29e0129e -C extra-filename=-1c9ae3cf29e0129e --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.