Skip to content
This repository was archived by the owner on May 20, 2020. It is now read-only.
This repository was archived by the owner on May 20, 2020. It is now read-only.

test {modules,crates,structs} fails on master #114

@hjr3

Description

@hjr3

On 13e5eda I am seeing the following tests fail:

$ cargo test --test source
    Finished dev [unoptimized + debuginfo] target(s) in 0.0 secs
     Running target/debug/deps/source-2bf1e8ccf28f1c64

running 6 tests
test source_tests::pointer_syntax ... ok
test source_tests::run_test ... ok
test source_tests::parse_test ... ok
test crates ... FAILED
test modules ... FAILED
test structs ... FAILED

failures:

---- crates stdout ----
	crate_name = crates, roots = []
error: Crate not found: "crates"
thread 'crates' panicked at 'explicit panic', /Users/herman/projects/rustdoc/target/debug/build/rustdoc-3b5bfa564a211cec/out/source_generated.rs:1:576
note: Run with `RUST_BACKTRACE=1` for a backtrace.

---- modules stdout ----
	crate_name = modules, roots = []
error: Crate not found: "modules"
thread 'modules' panicked at 'explicit panic', /Users/herman/projects/rustdoc/target/debug/build/rustdoc-3b5bfa564a211cec/out/source_generated.rs:1:1171

---- structs stdout ----
	crate_name = structs, roots = []
error: Crate not found: "structs"
thread 'structs' panicked at 'explicit panic', /Users/herman/projects/rustdoc/target/debug/build/rustdoc-3b5bfa564a211cec/out/source_generated.rs:1:1766


failures:
    crates
    modules
    structs

test result: FAILED. 3 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out

error: test failed, to rerun pass '--test source'

It looks like travis is seeing the same thing here: https://travis-ci.org/steveklabnik/rustdoc/jobs/261029045

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