Created
April 20, 2021 20:48
-
-
Save tuxinaut/e7ecfeda91e19bfc7b71c1b7082488a4 to your computer and use it in GitHub Desktop.
lychee 0.7.0 test failers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Compiling lychee-lib v0.7.0 (/build/source/lychee-lib) | |
Finished release [optimized] target(s) in 2m 00s | |
Running target/x86_64-unknown-linux-gnu/release/deps/lychee-8adb6d27dcf1dcba | |
running 5 tests | |
test stats::test::test_stats_is_empty ... ok | |
test test::test_parse_custom_headers ... ok | |
test test::test_parse_basic_auth ... ok | |
test test::test_parse_statuscodes ... ok | |
test stats::test::test_stats ... ok | |
test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 28.12s | |
Running target/x86_64-unknown-linux-gnu/release/deps/cli-3a62bbe198f2c916 | |
running 15 tests | |
test cli::test_exclude_all_private ... ok | |
test cli::test_exclude_email ... FAILED | |
test cli::test_failure_github_404_no_token ... ok | |
test cli::test_check_github_no_token ... FAILED | |
test cli::test_failure_404_link ... ok | |
test cli::test_glob_ignore_case ... ok | |
test cli::test_glob ... ok | |
test cli::test_glob_recursive ... ok | |
test cli::test_missing_file_error ... ok | |
test cli::test_missing_file_ok_if_skip_missing ... ok | |
test cli::test_stdin_input ... ok | |
test cli::test_stdin_input_multiple ... ok | |
test cli::test_formatted_file_output ... FAILED | |
test cli::test_quirks ... FAILED | |
test cli::test_stdin_input_failure ... ok | |
failures: | |
---- cli::test_exclude_email stdout ---- | |
thread 'cli::test_exclude_email' panicked at 'Unexpected failure. | |
code-2 | |
stderr=```""``` | |
command=`"/build/source/target/x86_64-unknown-linux-gnu/release/lychee" "--exclude-mail" "--output" "82913392-4bcd-4ae7-b039-f06b59cd4fd9.json" "--format" "json" "/build/source/fixtures/TEST_EMAIL.md"` | |
code=2 | |
stdout=```""``` | |
stderr=```""``` | |
', /build/lychee-0.7.0-vendor.tar.gz/assert_cmd/src/assert.rs:155:13 | |
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace | |
---- cli::test_check_github_no_token stdout ---- | |
thread 'cli::test_check_github_no_token' panicked at 'Unexpected failure. | |
code-2 | |
stderr=```""``` | |
command=`"/build/source/target/x86_64-unknown-linux-gnu/release/lychee" "--output" "339eb9b3-bb88-47b7-86c7-4fd75ac9be93.json" "--format" "json" "/build/source/fixtures/TEST_GITHUB.md"` | |
code=2 | |
stdout=```""``` | |
stderr=```""``` | |
', /build/lychee-0.7.0-vendor.tar.gz/assert_cmd/src/assert.rs:155:13 | |
---- cli::test_formatted_file_output stdout ---- | |
thread 'cli::test_formatted_file_output' panicked at 'Unexpected failure. | |
code-2 | |
stderr=```""``` | |
command=`"/build/source/target/x86_64-unknown-linux-gnu/release/lychee" "--output" "e831b8b0-5b9f-4ea8-aec7-9898588fde96.json" "--format" "json" "/build/source/fixtures/TEST.md"` | |
code=2 | |
stdout=```""``` | |
stderr=```""``` | |
', /build/lychee-0.7.0-vendor.tar.gz/assert_cmd/src/assert.rs:155:13 | |
---- cli::test_quirks stdout ---- | |
thread 'cli::test_quirks' panicked at 'Unexpected failure. | |
code-2 | |
stderr=```""``` | |
command=`"/build/source/target/x86_64-unknown-linux-gnu/release/lychee" "--output" "bbcfd136-7a86-4a5f-8eb9-34d8893d8dd6.json" "--format" "json" "/build/source/fixtures/TEST_QUIRKS.txt"` | |
code=2 | |
stdout=```""``` | |
stderr=```""``` | |
', /build/lychee-0.7.0-vendor.tar.gz/assert_cmd/src/assert.rs:155:13 | |
failures: | |
cli::test_check_github_no_token | |
cli::test_exclude_email | |
cli::test_formatted_file_output | |
cli::test_quirks | |
test result: FAILED. 11 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 14.24s | |
error: test failed, to rerun pass '-p lychee --test cli' | |
builder for '/nix/store/lflqyx4ln0jk3vdvd9qixf02d8ia3bs4-lychee-0.7.0.drv' failed with exit code 101 | |
error: build of '/nix/store/lflqyx4ln0jk3vdvd9qixf02d8ia3bs4-lychee-0.7.0.drv' failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment