Expand description
Errors produced by nextest.
Structs§
- Cargo
Config Parse Error - Failed to deserialize config file
- Config
Compile Error - An error that occurred while compiling overrides or scripts specified in configuration.
- Config
Parse Error - An error that occurred while parsing the config.
- Error
List - A list of errors that implements
Error
. - Format
Version Error - Error returned when a user-supplied format version fails to be parsed to a valid and supported version.
- Invalid
Config Script Name - The name of a configuration script is invalid (not a valid identifier).
- Invalid
Custom Test Group Name - The name of a test group is invalid (not a valid identifier).
- MaxFail
Parse Error - Error returned while parsing a
MaxFail
input. - Partitioner
Builder Parse Error - An error that occurs while parsing a
PartitionerBuilder
input. - Profile
NotFound - An error which indicates that a profile was requested but not known to nextest.
- Signal
Handler Setup Error - An error that occurred while setting up the signal handler.
- Test
Priority OutOf Range - A test priority specified was out of range.
- Test
Runner Execute Errors - Errors that occurred while managing test runner Tokio tasks.
- Test
Threads Parse Error - Error returned while parsing a
TestThreads
value. - Unknown
Archive Format - Represents an unknown archive format.
- Unknown
Config Script Error - An unknown script was specified in the config.
- Unknown
Test Group Error - An unknown test group was specified in the config.
Enums§
- Archive
Create Error - An error that occurs while archiving data.
- Archive
Extract Error - An error occurred while extracting a file.
- Archive
Read Error - An error occurred while reading a file.
- Cargo
Config Error - An error occurred while constructing a
CargoConfigs
instance. - Child
Error - An error was returned while managing a child process or reading its output.
- Child
FdError - An error was returned while reading from child a file descriptor.
- Child
Start Error - An execution error occurred while attempting to start a test.
- Config
Compile Error Kind - The kind of error that occurred while parsing config overrides.
- Config
Compile Section - For a
ConfigCompileError
, the section within the profile where the error occurred. - Config
Parse Error Kind - The kind of error that occurred while parsing a config.
- Configure
Handle Inheritance Error - An error occurred while configuring handles.
- Create
Test List Error - An error that occurs while parsing test list output.
- Format
Version Error Inner - The different errors that can occur when parsing and validating a format version.
- From
Messages Error - An error that occurs in
BinaryList::from_messages
orRustTestArtifact::from_binary_list
. - Host
Platform Detect Error - The host platform couldn’t be detected.
- Invalid
Cargo CliConfig Reason - The reason an invalid CLI config failed.
- Invalid
Identifier - An identifier is invalid.
- Metadata
Materialize Error - An error occurred while materializing a metadata path.
- Path
Mapper Construct Error - An error occurred in
PathMapper::new
. - Path
Mapper Construct Kind - The kind of directory that failed to be read in
PathMapper::new
. - Rust
Build Meta Parse Error - An error that occurs while parsing Rust build metadata from a summary.
- Setup
Script Output Error - An error that occurred while reading the output of a setup script.
- Show
Test Groups Error - An error occurred while showing test groups.
- Target
Runner Error - An error occurred determining the target runner
- Target
Triple Error - An error occurred while determining the cross-compiling target triple.
- Test
Filter Builder Error - An error that occurs while operating on a
TestFilterBuilder
. - Test
Runner Build Error - An error that occurs while building the test runner.
- Tool
Config File Parse Error - Error returned while parsing a
ToolConfigFile
value. - Update
Error - An error that occurs while performing a self-update.
- Update
Version Parse Error - An error occurred while parsing an
UpdateVersion
. - Write
Event Error - An error that occurs while writing an event.
- Write
Test List Error - An error that occurs while writing list output.
Functions§
- provided_
by_ tool - Returns the string
provided by tool <tool>
, iftool
isSome
.