conduit-middleware 0.6.0

HTTP Middleware interface using the conduit interface
Build #22373 2016-08-16T11:04:24.092045+00:00
# rustc version
rustc 1.12.0-nightly (54c0dcfd6 2016-07-28)
# docs.rs version
cratesfyi 0.2.0 (5dbd676 2016-07-30)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading conduit-middleware v0.6.0
Compiling semver v0.1.20
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/semver-0.1.20/src/lib.rs --crate-name semver --crate-type lib -g -C metadata=94c1b90d5b6dce88 -C extra-filename=-94c1b90d5b6dce88 --out-dir /home/cratesfyi/conduit-middleware-0.6.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/conduit-middleware-0.6.0/debug/deps -L dependency=/home/cratesfyi/conduit-middleware-0.6.0/debug/deps --cap-lints allow`
Compiling conduit v0.6.6
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.6.6/src/lib.rs --crate-name conduit --crate-type lib -g -C metadata=9d38b8f8b7d2eb0f -C extra-filename=-9d38b8f8b7d2eb0f --out-dir /home/cratesfyi/conduit-middleware-0.6.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/conduit-middleware-0.6.0/debug/deps -L dependency=/home/cratesfyi/conduit-middleware-0.6.0/debug/deps --extern semver=/home/cratesfyi/conduit-middleware-0.6.0/debug/deps/libsemver-94c1b90d5b6dce88.rlib --cap-lints allow`
.cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.6.6/src/lib.rs:7:5: 7:33 error: unresolved import `std::old_io::net::ip::IpAddr`. Could not find `old_io` in `std` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.6.6/src/lib.rs:7 use std::old_io::net::ip::IpAddr;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.6.6/src/lib.rs:7:5: 7:33 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.6.6/src/typemap.rs:2:5: 2:23 error: unresolved import `std::boxed::BoxAny`. There is no `BoxAny` in `std::boxed` [E0432]
.cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.6.6/src/typemap.rs:2 use std::boxed::BoxAny;
^~~~~~~~~~~~~~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.6.6/src/typemap.rs:2:5: 2:23 help: run `rustc --explain E0432` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.6.6/src/lib.rs:84:42: 84:48 error: type name `Reader` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.6.6/src/lib.rs:84     fn body<'a>(&'a mut self) -> &'a mut Reader;
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.6.6/src/lib.rs:84:42: 84:48 help: run `rustc --explain E0412` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.6.6/src/lib.rs:84:42: 84:48 help: no candidates by the name of `Reader` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.6.6/src/lib.rs:113:19: 113:25 error: type name `Reader` is undefined or not in scope [E0412]
.cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.6.6/src/lib.rs:113     pub body: Box<Reader + Send>
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.6.6/src/lib.rs:113:19: 113:25 help: run `rustc --explain E0412` to see a detailed explanation
.cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.6.6/src/lib.rs:113:19: 113:25 help: no candidates by the name of `Reader` found in your project; maybe you misspelled the name or forgot to import an external crate? 
.cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.6.6/src/lib.rs:113:19: 113:25 error: expected a reference to a trait [E0172]
.cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.6.6/src/lib.rs:113     pub body: Box<Reader + Send>
^~~~~~
.cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.6.6/src/lib.rs:113:19: 113:25 help: run `rustc --explain E0172` to see a detailed explanation
error: aborting due to previous error 
thread 'main' panicked at 'ChainedError {
error: failed to compile `conduit-middleware v0.6.0`, intermediate artifacts can be found at `/home/cratesfyi/conduit-middleware-0.6.0`,
cause: ChainedError {
error: Could not compile `conduit`.,
cause: Process didn't exit successfully: `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/conduit-0.6.6/src/lib.rs --crate-name conduit --crate-type lib -g -C metadata=9d38b8f8b7d2eb0f -C extra-filename=-9d38b8f8b7d2eb0f --out-dir /home/cratesfyi/conduit-middleware-0.6.0/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/conduit-middleware-0.6.0/debug/deps -L dependency=/home/cratesfyi/conduit-middleware-0.6.0/debug/deps --extern semver=/home/cratesfyi/conduit-middleware-0.6.0/debug/deps/libsemver-94c1b90d5b6dce88.rlib --cap-lints allow` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.