Module nextest_runner::errors
source · Expand description
Errors produced by nextest.
Re-exports
pub use crate::reporter::structured::FormatVersionError;
Structs
- An error that occurred while parsing config overrides or setup scripts.
- An error that occurred while parsing the config.
- The name of a configuration script is invalid (not a valid identifier).
- The name of a test group is invalid (not a valid identifier).
- An error that occurs while parsing a
PartitionerBuilderinput. - An error which indicates that a profile was requested but not known to nextest.
- An error that occurred while setting up the signal handler.
- Error returned while parsing a
TestThreadsvalue. - Represents an unknown archive format.
- An unknown script was specified in the config.
- The host platform could not be determined.
- An unknown test group was specified in the config.
Enums
- An error that occurs while archiving data.
- An error occurred while extracting a file.
- An error occurred while reading a file.
- An error occurred while constructing a
CargoConfigsinstance. - An error was returned while collecting test output.
- The kind of error that occurred while parsing a config.
- An error occurred while configuring handles.
- An error that occurs while parsing test list output.
- An error that occurs in
BinaryList::from_messagesorRustTestArtifact::from_binary_list. - The reason an invalid CLI config failed.
- An identifier is invalid.
- An error occurred in
PathMapper::new. - The kind of directory that failed to be read in
PathMapper::new. - An error that occurs while parsing Rust build metadata from a summary.
- An error occurred while showing test groups.
- An error occurred determining the target runner
- An error occurred while determining the cross-compiling target triple.
- An error that occures while operating on a
TestFilterBuilder. - An error that occurs while building the test runner.
- Error returned while parsing a
ToolConfigFilevalue. - An error that occurs while writing an event.
- An error that occurs while writing list output.
Functions
- Returns the string
provided by tool <tool>, iftoolisSome.