redis 0.0.4

Redis driver for Rust.
Build #15720 2016-08-11T21:06:04.340545+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 redis v0.0.4
Compiling sha1 v0.2.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/sha1-0.2.0/src/lib.rs --crate-name sha1 --crate-type lib -g -C metadata=8fd2952eeb58203b -C extra-filename=-8fd2952eeb58203b --out-dir /home/cratesfyi/redis-0.0.4/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/redis-0.0.4/debug/deps -L dependency=/home/cratesfyi/redis-0.0.4/debug/deps --cap-lints allow`
Compiling matches v0.1.2
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/matches-0.1.2/lib.rs --crate-name matches --crate-type lib -g -C metadata=5d5580ffd528031c -C extra-filename=-5d5580ffd528031c --out-dir /home/cratesfyi/redis-0.0.4/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/redis-0.0.4/debug/deps -L dependency=/home/cratesfyi/redis-0.0.4/debug/deps --cap-lints allow`
Compiling unicode-normalization v0.1.2
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/unicode-normalization-0.1.2/src/lib.rs --crate-name unicode_normalization --crate-type lib -g -C metadata=5de3a9c8fd8ddf4e -C extra-filename=-5de3a9c8fd8ddf4e --out-dir /home/cratesfyi/redis-0.0.4/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/redis-0.0.4/debug/deps -L dependency=/home/cratesfyi/redis-0.0.4/debug/deps --cap-lints allow`
Compiling unicode-bidi v0.2.3
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/unicode-bidi-0.2.3/src/lib.rs --crate-name unicode_bidi --crate-type lib -g -C metadata=04ad1da5552425fd -C extra-filename=-04ad1da5552425fd --out-dir /home/cratesfyi/redis-0.0.4/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/redis-0.0.4/debug/deps -L dependency=/home/cratesfyi/redis-0.0.4/debug/deps --extern matches=/home/cratesfyi/redis-0.0.4/debug/deps/libmatches-5d5580ffd528031c.rlib --cap-lints allow`
Compiling idna v0.1.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/idna-0.1.0/src/lib.rs --crate-name idna --crate-type lib -g -C metadata=82ebdb343d6c1855 -C extra-filename=-82ebdb343d6c1855 --out-dir /home/cratesfyi/redis-0.0.4/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/redis-0.0.4/debug/deps -L dependency=/home/cratesfyi/redis-0.0.4/debug/deps --extern matches=/home/cratesfyi/redis-0.0.4/debug/deps/libmatches-5d5580ffd528031c.rlib --extern unicode_bidi=/home/cratesfyi/redis-0.0.4/debug/deps/libunicode_bidi-04ad1da5552425fd.rlib --extern unicode_normalization=/home/cratesfyi/redis-0.0.4/debug/deps/libunicode_normalization-5de3a9c8fd8ddf4e.rlib --cap-lints allow`
Compiling url v1.2.0
Running `rustc .cargo/registry/src/github.com-1ecc6299db9ec823/url-1.2.0/src/lib.rs --crate-name url --crate-type lib -g -C metadata=d2e26827701e4972 -C extra-filename=-d2e26827701e4972 --out-dir /home/cratesfyi/redis-0.0.4/debug/deps --emit=dep-info,link -L dependency=/home/cratesfyi/redis-0.0.4/debug/deps -L dependency=/home/cratesfyi/redis-0.0.4/debug/deps --extern idna=/home/cratesfyi/redis-0.0.4/debug/deps/libidna-82ebdb343d6c1855.rlib --extern matches=/home/cratesfyi/redis-0.0.4/debug/deps/libmatches-5d5580ffd528031c.rlib --cap-lints allow`
Documenting redis v0.0.4
Running `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/redis-0.0.4/src/lib.rs --crate-name redis -o /home/cratesfyi/redis-0.0.4/doc -L dependency=/home/cratesfyi/redis-0.0.4/debug -L dependency=/home/cratesfyi/redis-0.0.4/debug/deps --extern url=/home/cratesfyi/redis-0.0.4/debug/deps/liburl-d2e26827701e4972.rlib --extern sha1=/home/cratesfyi/redis-0.0.4/debug/deps/libsha1-8fd2952eeb58203b.rlib`
.cargo/registry/src/github.com-1ecc6299db9ec823/redis-0.0.4/src/connection.rs:153:42: 153:43 error: expected expression, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/redis-0.0.4/src/connection.rs:153             match cmd("AUTH").arg(passwd[]).query::<Value>(&rv) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/redis-0.0.4/src/connection.rs:153:42: 153:43 error: expected one of `.`, `<`, `?`, `break`, `continue`, `false`, `for`, `if`, `loop`, `match`, `move`, `return`, `true`, `unsafe`, `while`, `{`, or an operator, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/redis-0.0.4/src/connection.rs:153             match cmd("AUTH").arg(passwd[]).query::<Value>(&rv) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/redis-0.0.4/src/connection.rs:305:32: 305:33 error: expected expression, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/redis-0.0.4/src/connection.rs:305             chan.push_all(item[]);
^
.cargo/registry/src/github.com-1ecc6299db9ec823/redis-0.0.4/src/connection.rs:305:32: 305:33 error: expected one of `.`, `;`, `<`, `?`, `break`, `continue`, `false`, `for`, `if`, `loop`, `match`, `move`, `return`, `true`, `unsafe`, `while`, `}`, or an operator, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/redis-0.0.4/src/connection.rs:305             chan.push_all(item[]);
^
.cargo/registry/src/github.com-1ecc6299db9ec823/redis-0.0.4/src/connection.rs:395:60: 395:61 error: expected expression, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/redis-0.0.4/src/connection.rs:395             Value::Data(ref bytes) => str::from_utf8(bytes[]).unwrap_or("?"),
^
.cargo/registry/src/github.com-1ecc6299db9ec823/redis-0.0.4/src/connection.rs:395:60: 395:61 error: expected one of `,`, `.`, `<`, `?`, `break`, `continue`, `false`, `for`, `if`, `loop`, `match`, `move`, `return`, `true`, `unsafe`, `while`, `}`, or an operator, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/redis-0.0.4/src/connection.rs:395             Value::Data(ref bytes) => str::from_utf8(bytes[]).unwrap_or("?"),
^
.cargo/registry/src/github.com-1ecc6299db9ec823/redis-0.0.4/src/connection.rs:410:45: 410:46 error: expected expression, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/redis-0.0.4/src/connection.rs:410             Value::Data(ref bytes) => bytes[],
^
.cargo/registry/src/github.com-1ecc6299db9ec823/redis-0.0.4/src/connection.rs:466:27: 466:28 error: expected type, found `|` 
.cargo/registry/src/github.com-1ecc6299db9ec823/redis-0.0.4/src/connection.rs:466         keys: &[K], func: |&mut Pipeline| -> RedisResult<Option<T>>) -> RedisResult<T> {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/redis-0.0.4/src/types.rs:113:37: 113:38 error: expected expression, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/redis-0.0.4/src/types.rs:113                 match from_utf8(val[]) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/redis-0.0.4/src/types.rs:113:37: 113:38 error: expected one of `.`, `<`, `?`, `break`, `continue`, `false`, `for`, `if`, `loop`, `match`, `move`, `return`, `true`, `unsafe`, `while`, `{`, or an operator, found `]` 
.cargo/registry/src/github.com-1ecc6299db9ec823/redis-0.0.4/src/types.rs:113                 match from_utf8(val[]) {
^
.cargo/registry/src/github.com-1ecc6299db9ec823/redis-0.0.4/src/types.rs:352:1: 352:2 error: macros that expand to items must either be surrounded with braces or followed by a semicolon 
.cargo/registry/src/github.com-1ecc6299db9ec823/redis-0.0.4/src/types.rs:352 )
^
error: aborting due to 15 previous errors 
thread 'main' panicked at 'ChainedError {
error: failed to compile `redis v0.0.4`, intermediate artifacts can be found at `/home/cratesfyi/redis-0.0.4`,
cause: ChainedError {
error: Could not document `redis`.,
cause: Process didn't exit successfully: `rustdoc .cargo/registry/src/github.com-1ecc6299db9ec823/redis-0.0.4/src/lib.rs --crate-name redis -o /home/cratesfyi/redis-0.0.4/doc -L dependency=/home/cratesfyi/redis-0.0.4/debug -L dependency=/home/cratesfyi/redis-0.0.4/debug/deps --extern url=/home/cratesfyi/redis-0.0.4/debug/deps/liburl-d2e26827701e4972.rlib --extern sha1=/home/cratesfyi/redis-0.0.4/debug/deps/libsha1-8fd2952eeb58203b.rlib` (exit code: 101)
}
}', src/bin/cratesfyi.rs:119
note: Run with `RUST_BACKTRACE=1` for a backtrace.