Skip to content

cargo test fails #6

Open
Open
@caulagi

Description

@caulagi

cargo test fails for me with this error -

running 2 tests
test post_backend ... FAILED
test get_backend ... FAILED

failures:

---- post_backend stdout ----
    thread 'post_backend' panicked at 'called `Result::unwrap()` on an `Err` value: Io(Error { repr: Os { code: 61, message: "Connection refused" } })', ../src/libcore/result.rs:785

---- get_backend stdout ----
    thread 'get_backend' panicked at 'called `Result::unwrap()` on an `Err` value: Io(Error { repr: Os { code: 61, message: "Connection refused" } })', ../src/libcore/result.rs:785
note: Run with `RUST_BACKTRACE=1` for a backtrace.

Am I missing something? I am running rustup with stable channel -

$ cargo -V
cargo 0.11.0-nightly (259324c 2016-05-20)
$ rustc -V
rustc 1.10.0 (cfcb716cf 2016-07-03)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions