Module nextest_runner::errors
source · Expand description
Errors produced by nextest.
Structs§
- Failed to deserialize config file
- An error that occurred while compiling overrides or scripts specified in configuration.
- An error that occurred while parsing the config.
- A list of errors that implements
Error
. - Error returned when a user-supplied format version fails to be parsed to a valid and supported version.
- 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
PartitionerBuilder
input. - An error which indicates that a profile was requested but not known to nextest.
- An error that occurred while setting up the signal handler.
- Errors that occurred while managing test runner Tokio tasks.
- Error returned while parsing a
TestThreads
value. - 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
CargoConfigs
instance. - An error was returned during the process of managing a child process.
- The kind of error that occurred while parsing config overrides.
- For a
ConfigCompileError
, the section within the profile where the error occurred. - 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.
- The different errors that can occur when parsing and validating a format version.
- An error that occurs in
BinaryList::from_messages
orRustTestArtifact::from_binary_list
. - The reason an invalid CLI config failed.
- An identifier is invalid.
- An error occurred while materializing a metadata path.
- 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 occurs while operating on a
TestFilterBuilder
. - An error that occurs while building the test runner.
- Error returned while parsing a
ToolConfigFile
value. - An error that occurs while performing a self-update.
- An error occurred while parsing an
UpdateVersion
. - An error that occurs while writing an event.
- An error that occurs while writing list output.
Functions§
- Returns the string
provided by tool <tool>
, iftool
isSome
.