Building Test (buildtest build)

This reference guide will get you familiar with buildtest command line interface. Once you complete this section, you can proceed to writing buildspecs section where we will cover how to write buildspecs.

When you clone buildtest, you also get a set of buildspecs that you can run on your system. The buildtest build command is used for building and running tests. Buildtest will read one or more buildspecs file that adheres to one of the buildtest schemas. For a complete list of build options please run buildtest build --help.

Note

buildtest bd is an alias for buildtest build command.

Build Usage

buildtest build --help
$ buildtest build --help
usage: buildtest [options] [COMMANDS] build [-h] [-b BUILDSPEC] [-x EXCLUDE]
                                            [-n NAME] [-e EXECUTOR]
                                            [-xt EXCLUDE_TAGS] [-t TAGS]
                                            [--rerun] [-f FILTER]
                                            [--helpfilter] [-et {local,batch}]
                                            [--module-purge] [-m MODULES]
                                            [-u UNLOAD_MODULES]
                                            [--account ACCOUNT]
                                            [--maxpendtime MAXPENDTIME]
                                            [--pollinterval POLLINTERVAL]
                                            [--procs PROCS [PROCS ...]]
                                            [--nodes NODES [NODES ...]]
                                            [--dry-run] [--limit LIMIT]
                                            [--max-jobs MAX_JOBS]
                                            [--remove-stagedir]
                                            [--rebuild REBUILD]
                                            [--retry RETRY] [--validate]
                                            [--testdir TESTDIR]
                                            [--timeout TIMEOUT]
                                            [--save-profile SAVE_PROFILE]
                                            [--profile PROFILE]

optional arguments:
  -h, --help            show this help message and exit

discover:
  Select buildspec file to run based on file, tag, executor

  -b BUILDSPEC, --buildspec BUILDSPEC
                        Specify a buildspec (file or directory) to build. A
                        buildspec must end in '.yml' extension.
  -x EXCLUDE, --exclude EXCLUDE
                        Exclude one or more buildspecs (file or directory)
                        from processing. A buildspec must end in '.yml'
                        extension.
  -n NAME, --name NAME  Specify a name of test to run
  -e EXECUTOR, --executor EXECUTOR
                        Discover buildspecs by executor name found in
                        buildspec cache
  -xt EXCLUDE_TAGS, --exclude-tags EXCLUDE_TAGS
                        Exclude tests by one or more tagnames found in
                        buildspec cache
  -t TAGS, --tags TAGS  Discover buildspecs by tags found in buildspec cache
  --rerun               Rerun last successful buildtest build command.

filter:
  Filter tests after selection

  -f FILTER, --filter FILTER
                        Filter buildspec based on tags, type, or maintainers.
                        Usage: --filter
                        key1=val1,val2;key2=val3;key3=val4,val5
  --helpfilter          Show available filter fields used with --filter option
  -et {local,batch}, --executor-type {local,batch}
                        Filter tests by executor type (local, batch)

module:
  Module Selection option

  --module-purge        Run 'module purge' before running any test
  -m MODULES, --modules MODULES
                        Specify a list of modules to load during test
                        execution, to specify multiple modules each one must
                        be comma separated for instance if you want to load
                        'gcc' and 'python' module you can do '-m gcc,python'
  -u UNLOAD_MODULES, --unload-modules UNLOAD_MODULES
                        Specify a list of modules to unload during test
                        execution

batch:
  Batch Submission options

  --account ACCOUNT     Specify project account used to charge batch jobs
                        (applicable for batch jobs only)
  --maxpendtime MAXPENDTIME
                        Specify Maximum Pending Time (sec) for job before
                        cancelling job. This only applies for batch job
                        submission.
  --pollinterval POLLINTERVAL
                        Specify Poll Interval (sec) for polling batch jobs
  --procs PROCS [PROCS ...]
                        Specify number of processes to run tests (only
                        applicable with batch jobs). Multiple values can be
                        specified comma separated.
  --nodes NODES [NODES ...]
                        Specify number of nodes to run tests (only applicable
                        with batch jobs). Multiple values can be specified
                        comma separated.

extra:
  All extra options

  --dry-run             Show a list of tests that will potentially be run
                        without actually running them.
  --limit LIMIT         Limit number of tests that can be run.
  --max-jobs MAX_JOBS   Maximum number of jobs that can be run concurrently.
  --remove-stagedir     Remove stage directory after job completion.
  --rebuild REBUILD     Rebuild test X number of times. Must be a positive
                        number between [1-50]
  --retry RETRY         Retry failed jobs
  --validate            Validate given buildspecs and control behavior of
                        buildtest build to stop execution after parsing the
                        YAML files.
  --testdir TESTDIR     Specify a custom test directory where to write tests.
                        This overrides configuration file and default
                        location.
  --timeout TIMEOUT     Specify test timeout in number of seconds
  --save-profile SAVE_PROFILE
                        Save buildtest command options into a profile and
                        update configuration file
  --profile PROFILE     Specify a profile to load from configuration file

Building a Test (buildtest build --buildspec)

To build a test, we use the --buildspec or short option -b to specify the path to buildspec file. Let’s see some examples, first we specify a full path to buildspec file. In this example, buildtest will discover buildspecs followed by parsing the test with appropriate schema and generate a shell script that is run by buildtest. You can learn more about build and test process.

buildtest build -b $BUILDTEST_ROOT/tutorials/vars.yml
$ buildtest build -b $BUILDTEST_ROOT/tutorials/vars.yml
Buildspec Paths: ['/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials', '/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/general_tests']
Updating buildspec cache file: /tmp/tmpdzcbbdmp/var/buildspecs/cache.json
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:47:06                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/vars.yml                                                           ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  1
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  1
────────────────────────────── Parsing Buildspecs ──────────────────────────────
Valid Buildspecs: 1
Invalid Buildspecs: 0
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/vars.yml: VALID
Total builder objects created: 1
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descript ┃ buildsp ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ ion      ┃ ecs     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ variable │ script │ generic. │ None     │ None  │ None  │ Declare  │ /home/d │
│ s_bash/c │        │ local.ba │          │       │       │ shell    │ ocs/che │
│ 117384c  │        │ sh       │          │       │       │ variable │ ckouts/ │
│          │        │          │          │       │       │ s in     │ readthe │
│          │        │          │          │       │       │ bash     │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/vars. │
│          │        │          │          │       │       │          │ yml     │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
variables_bash/c117384c: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/vars/variables_bash/c117384c
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
variables_bash/c117384c does not have any dependencies adding test to queue
 Builders Eligible to Run  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                 ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ variables_bash/c117384c │
└─────────────────────────┘
variables_bash/c117384c: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/vars/variables_bash/c117384c/stage
variables_bash/c117384c: Running Test via command: bash variables_bash_build.sh
variables_bash/c117384c: Test completed in 0.012149 seconds with returncode: 0
variables_bash/c117384c: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/vars/variables_bash/c117384c/variables_bash.out
variables_bash/c117384c: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/vars/variables_bash/c117384c/variables_bash.err
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ variables_bash/c117384c │ generic.local.bash │ PASS   │ 0          │ 0.012   │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



Passed Tests: 1/1 Percentage: 100.000%
Failed Tests: 0/1 Percentage: 0.000%


Adding 1 test results to report file: /tmp/tmpdzcbbdmp/var/report.json
Writing Logfile to /tmp/tmpdzcbbdmp/var/logs/buildtest_gtl4ffji.log

Note

buildtest will only read buildspecs with .yml extension, if you specify a .yaml it will be ignored by buildtest.

The --buildspec option can be used to specify a file or directory path. If you want to build multiple buildspecs in a directory you can specify the directory path and buildtest will recursively search for all .yml files. In the next example, we build all tests in directory general_tests/configuration.

buildtest build -b $BUILDTEST_ROOT/general_tests/configuration/
$ buildtest build -b $BUILDTEST_ROOT/general_tests/configuration/
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:47:54                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ general_tests/configuration/disk_usage.yml                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ general_tests/configuration/kernel_state.yml                                 ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ general_tests/configuration/ulimits.yml                                      ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ general_tests/configuration/systemd-default-target.yml                       ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 4                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  4
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  4
────────────────────────────── Parsing Buildspecs ──────────────────────────────
Valid Buildspecs: 4
Invalid Buildspecs: 0
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/general_tests/configuration/disk_usage.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/general_tests/configuration/kernel_state.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/general_tests/configuration/ulimits.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/general_tests/configuration/systemd-default-target.yml: VALID
Total builder objects created: 9
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descript ┃ buildsp ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ ion      ┃ ecs     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ root_dis │ script │ generic. │ None     │ None  │ None  │ Check    │ /home/d │
│ k_usage/ │        │ local.ba │          │       │       │ root     │ ocs/che │
│ ba01de50 │        │ sh       │          │       │       │ disk     │ ckouts/ │
│          │        │          │          │       │       │ usage    │ readthe │
│          │        │          │          │       │       │ and      │ docs.or │
│          │        │          │          │       │       │ report   │ g/user_ │
│          │        │          │          │       │       │ if it    │ builds/ │
│          │        │          │          │       │       │ exceeds  │ buildte │
│          │        │          │          │       │       │ threshol │ st/chec │
│          │        │          │          │       │       │ d        │ kouts/s │
│          │        │          │          │       │       │          │ table/g │
│          │        │          │          │       │       │          │ eneral_ │
│          │        │          │          │       │       │          │ tests/c │
│          │        │          │          │       │       │          │ onfigur │
│          │        │          │          │       │       │          │ ation/d │
│          │        │          │          │       │       │          │ isk_usa │
│          │        │          │          │       │       │          │ ge.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ kernel_s │ script │ generic. │ None     │ None  │ None  │ Retrieve │ /home/d │
│ wapusage │        │ local.ba │          │       │       │ Kernel   │ ocs/che │
│ /56cc1b4 │        │ sh       │          │       │       │ Swap     │ ckouts/ │
│ e        │        │          │          │       │       │ Usage    │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/g │
│          │        │          │          │       │       │          │ eneral_ │
│          │        │          │          │       │       │          │ tests/c │
│          │        │          │          │       │       │          │ onfigur │
│          │        │          │          │       │       │          │ ation/k │
│          │        │          │          │       │       │          │ ernel_s │
│          │        │          │          │       │       │          │ tate.ym │
│          │        │          │          │       │       │          │ l       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ ulimit_f │ script │ generic. │ None     │ None  │ None  │ Check if │ /home/d │
│ ilelock_ │        │ local.ba │          │       │       │ file     │ ocs/che │
│ unlimite │        │ sh       │          │       │       │ lock is  │ ckouts/ │
│ d/098b4b │        │          │          │       │       │ set to   │ readthe │
│ 53       │        │          │          │       │       │ unlimite │ docs.or │
│          │        │          │          │       │       │ d in     │ g/user_ │
│          │        │          │          │       │       │ ulimits  │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/g │
│          │        │          │          │       │       │          │ eneral_ │
│          │        │          │          │       │       │          │ tests/c │
│          │        │          │          │       │       │          │ onfigur │
│          │        │          │          │       │       │          │ ation/u │
│          │        │          │          │       │       │          │ limits. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ ulimit_c │ script │ generic. │ None     │ None  │ None  │ Check if │ /home/d │
│ putime_u │        │ local.ba │          │       │       │ cputime  │ ocs/che │
│ nlimited │        │ sh       │          │       │       │ is set   │ ckouts/ │
│ /f218088 │        │          │          │       │       │ to       │ readthe │
│ 9        │        │          │          │       │       │ unlimite │ docs.or │
│          │        │          │          │       │       │ d in     │ g/user_ │
│          │        │          │          │       │       │ ulimits  │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/g │
│          │        │          │          │       │       │          │ eneral_ │
│          │        │          │          │       │       │          │ tests/c │
│          │        │          │          │       │       │          │ onfigur │
│          │        │          │          │       │       │          │ ation/u │
│          │        │          │          │       │       │          │ limits. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ ulimit_s │ script │ generic. │ None     │ None  │ None  │ Check if │ /home/d │
│ tacksize │        │ local.ba │          │       │       │ stack    │ ocs/che │
│ _unlimit │        │ sh       │          │       │       │ size is  │ ckouts/ │
│ ed/e5114 │        │          │          │       │       │ set to   │ readthe │
│ 52e      │        │          │          │       │       │ unlimite │ docs.or │
│          │        │          │          │       │       │ d in     │ g/user_ │
│          │        │          │          │       │       │ ulimits  │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/g │
│          │        │          │          │       │       │          │ eneral_ │
│          │        │          │          │       │       │          │ tests/c │
│          │        │          │          │       │       │          │ onfigur │
│          │        │          │          │       │       │          │ ation/u │
│          │        │          │          │       │       │          │ limits. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ ulimit_v │ script │ generic. │ None     │ None  │ None  │ Check    │ /home/d │
│ msize_un │        │ local.ba │          │       │       │ virtual  │ ocs/che │
│ limited/ │        │ sh       │          │       │       │ memory   │ ckouts/ │
│ 1163e08d │        │          │          │       │       │ size and │ readthe │
│          │        │          │          │       │       │ check if │ docs.or │
│          │        │          │          │       │       │ its set  │ g/user_ │
│          │        │          │          │       │       │ to       │ builds/ │
│          │        │          │          │       │       │ unlimite │ buildte │
│          │        │          │          │       │       │ d        │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/g │
│          │        │          │          │       │       │          │ eneral_ │
│          │        │          │          │       │       │          │ tests/c │
│          │        │          │          │       │       │          │ onfigur │
│          │        │          │          │       │       │          │ ation/u │
│          │        │          │          │       │       │          │ limits. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ ulimit_f │ script │ generic. │ None     │ None  │ None  │ Check if │ /home/d │
│ iledescr │        │ local.ba │          │       │       │ open     │ ocs/che │
│ iptor_40 │        │ sh       │          │       │       │ file     │ ckouts/ │
│ 96/6fdcd │        │          │          │       │       │ descript │ readthe │
│ c34      │        │          │          │       │       │ ors      │ docs.or │
│          │        │          │          │       │       │ limit is │ g/user_ │
│          │        │          │          │       │       │ set to   │ builds/ │
│          │        │          │          │       │       │ 4096     │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/g │
│          │        │          │          │       │       │          │ eneral_ │
│          │        │          │          │       │       │          │ tests/c │
│          │        │          │          │       │       │          │ onfigur │
│          │        │          │          │       │       │          │ ation/u │
│          │        │          │          │       │       │          │ limits. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ ulimit_m │ script │ generic. │ None     │ None  │ None  │ Check    │ /home/d │
│ ax_user_ │        │ local.ba │          │       │       │ max      │ ocs/che │
│ process_ │        │ sh       │          │       │       │ number   │ ckouts/ │
│ 2048/e68 │        │          │          │       │       │ of user  │ readthe │
│ 48e76    │        │          │          │       │       │ process  │ docs.or │
│          │        │          │          │       │       │ limit is │ g/user_ │
│          │        │          │          │       │       │ set to   │ builds/ │
│          │        │          │          │       │       │ 2048     │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/g │
│          │        │          │          │       │       │          │ eneral_ │
│          │        │          │          │       │       │          │ tests/c │
│          │        │          │          │       │       │          │ onfigur │
│          │        │          │          │       │       │          │ ation/u │
│          │        │          │          │       │       │          │ limits. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ systemd_ │ script │ generic. │ None     │ None  │ None  │ check if │ /home/d │
│ default_ │        │ local.ba │          │       │       │ default  │ ocs/che │
│ target/e │        │ sh       │          │       │       │ target   │ ckouts/ │
│ a9fcba4  │        │          │          │       │       │ is       │ readthe │
│          │        │          │          │       │       │ multi-us │ docs.or │
│          │        │          │          │       │       │ er.targe │ g/user_ │
│          │        │          │          │       │       │ t        │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/g │
│          │        │          │          │       │       │          │ eneral_ │
│          │        │          │          │       │       │          │ tests/c │
│          │        │          │          │       │       │          │ onfigur │
│          │        │          │          │       │       │          │ ation/s │
│          │        │          │          │       │       │          │ ystemd- │
│          │        │          │          │       │       │          │ default │
│          │        │          │          │       │       │          │ -target │
│          │        │          │          │       │       │          │ .yml    │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
root_disk_usage/ba01de50: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/disk_usage/root_disk_usage/ba01de50
kernel_swapusage/56cc1b4e: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/kernel_state/kernel_swapusage/56cc1b4e
ulimit_filelock_unlimited/098b4b53: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_filelock_unlimited/098b4b53
ulimit_cputime_unlimited/f2180889: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_cputime_unlimited/f2180889
ulimit_stacksize_unlimited/e511452e: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_stacksize_unlimited/e511452e
ulimit_vmsize_unlimited/1163e08d: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_vmsize_unlimited/1163e08d
ulimit_filedescriptor_4096/6fdcdc34: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_filedescriptor_4096/6fdcdc34
ulimit_max_user_process_2048/e6848e76: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_max_user_process_2048/e6848e76
systemd_default_target/ea9fcba4: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/systemd-default-target/systemd_default_target/ea9fcba4
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
ulimit_cputime_unlimited/f2180889 does not have any dependencies adding test to queue
ulimit_filedescriptor_4096/6fdcdc34 does not have any dependencies adding test to queue
ulimit_max_user_process_2048/e6848e76 does not have any dependencies adding test to queue
kernel_swapusage/56cc1b4e does not have any dependencies adding test to queue
systemd_default_target/ea9fcba4 does not have any dependencies adding test to queue
ulimit_vmsize_unlimited/1163e08d does not have any dependencies adding test to queue
root_disk_usage/ba01de50 does not have any dependencies adding test to queue
ulimit_filelock_unlimited/098b4b53 does not have any dependencies adding test to queue
ulimit_stacksize_unlimited/e511452e does not have any dependencies adding test to queue
        Builders Eligible to Run         
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                               ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ ulimit_cputime_unlimited/f2180889     │
│ ulimit_max_user_process_2048/e6848e76 │
│ kernel_swapusage/56cc1b4e             │
│ systemd_default_target/ea9fcba4       │
│ ulimit_vmsize_unlimited/1163e08d      │
│ root_disk_usage/ba01de50              │
│ ulimit_filedescriptor_4096/6fdcdc34   │
│ ulimit_filelock_unlimited/098b4b53    │
│ ulimit_stacksize_unlimited/e511452e   │
└───────────────────────────────────────┘
ulimit_cputime_unlimited/f2180889: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_cputime_unlimited/f2180889/stage
ulimit_cputime_unlimited/f2180889: Running Test via command: bash ulimit_cputime_unlimited_build.sh
ulimit_cputime_unlimited/f2180889: Test completed in 0.006045 seconds with returncode: 0
ulimit_cputime_unlimited/f2180889: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_cputime_unlimited/f2180889/ulimit_cputime_unlimited.out
ulimit_cputime_unlimited/f2180889: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_cputime_unlimited/f2180889/ulimit_cputime_unlimited.err
ulimit_cputime_unlimited/f2180889: performing regular expression - '^unlimited$' on file: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_cputime_unlimited/f2180889/ulimit_cputime_unlimited.out
ulimit_cputime_unlimited/f2180889: Regular Expression Match - Success!
ulimit_max_user_process_2048/e6848e76: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_max_user_process_2048/e6848e76/stage
ulimit_max_user_process_2048/e6848e76: Running Test via command: bash ulimit_max_user_process_2048_build.sh
ulimit_max_user_process_2048/e6848e76: Test completed in 0.005642 seconds with returncode: 0
ulimit_max_user_process_2048/e6848e76: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_max_user_process_2048/e6848e76/ulimit_max_user_process_2048.out
ulimit_max_user_process_2048/e6848e76: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_max_user_process_2048/e6848e76/ulimit_max_user_process_2048.err
ulimit_max_user_process_2048/e6848e76: performing regular expression - '^2048$' on file: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_max_user_process_2048/e6848e76/ulimit_max_user_process_2048.out
ulimit_max_user_process_2048/e6848e76: Regular Expression Match - Failed!
kernel_swapusage/56cc1b4e: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/kernel_state/kernel_swapusage/56cc1b4e/stage
kernel_swapusage/56cc1b4e: Running Test via command: bash kernel_swapusage_build.sh
kernel_swapusage/56cc1b4e: failed to submit job with returncode: 255
───────────────── Error Message for kernel_swapusage/56cc1b4e ──────────────────
sysctl: cannot stat /proc/sys/kernel/swapusage: No such file or directory

kernel_swapusage/56cc1b4e: Detected failure in running test, will attempt to retry test: 1 times
kernel_swapusage/56cc1b4e: Run - 1/1
kernel_swapusage/56cc1b4e: Running Test via command: bash kernel_swapusage_build.sh
kernel_swapusage/56cc1b4e: failed to submit job with returncode: 255
kernel_swapusage/56cc1b4e: Test completed in 0.016513 seconds with returncode: 255
kernel_swapusage/56cc1b4e: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/kernel_state/kernel_swapusage/56cc1b4e/kernel_swapusage.out
kernel_swapusage/56cc1b4e: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/kernel_state/kernel_swapusage/56cc1b4e/kernel_swapusage.err
systemd_default_target/ea9fcba4: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/systemd-default-target/systemd_default_target/ea9fcba4/stage
systemd_default_target/ea9fcba4: Running Test via command: bash systemd_default_target_build.sh
systemd_default_target/ea9fcba4: failed to submit job with returncode: 1
────────────── Error Message for systemd_default_target/ea9fcba4 ───────────────

systemd_default_target/ea9fcba4: Detected failure in running test, will attempt to retry test: 1 times
systemd_default_target/ea9fcba4: Run - 1/1
systemd_default_target/ea9fcba4: Running Test via command: bash systemd_default_target_build.sh
systemd_default_target/ea9fcba4: failed to submit job with returncode: 1
systemd_default_target/ea9fcba4: Test completed in 0.019651 seconds with returncode: 1
systemd_default_target/ea9fcba4: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/systemd-default-target/systemd_default_target/ea9fcba4/systemd_default_target.out
systemd_default_target/ea9fcba4: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/systemd-default-target/systemd_default_target/ea9fcba4/systemd_default_target.err
ulimit_vmsize_unlimited/1163e08d: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_vmsize_unlimited/1163e08d/stage
ulimit_vmsize_unlimited/1163e08d: Running Test via command: bash ulimit_vmsize_unlimited_build.sh
ulimit_vmsize_unlimited/1163e08d: Test completed in 0.005511 seconds with returncode: 0
ulimit_vmsize_unlimited/1163e08d: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_vmsize_unlimited/1163e08d/ulimit_vmsize_unlimited.out
ulimit_vmsize_unlimited/1163e08d: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_vmsize_unlimited/1163e08d/ulimit_vmsize_unlimited.err
ulimit_vmsize_unlimited/1163e08d: performing regular expression - '^unlimited$' on file: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_vmsize_unlimited/1163e08d/ulimit_vmsize_unlimited.out
ulimit_vmsize_unlimited/1163e08d: Regular Expression Match - Success!
root_disk_usage/ba01de50: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/disk_usage/root_disk_usage/ba01de50/stage
root_disk_usage/ba01de50: Running Test via command: bash root_disk_usage_build.sh
root_disk_usage/ba01de50: Test completed in 0.009392 seconds with returncode: 0
root_disk_usage/ba01de50: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/disk_usage/root_disk_usage/ba01de50/root_disk_usage.out
root_disk_usage/ba01de50: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/disk_usage/root_disk_usage/ba01de50/root_disk_usage.err
ulimit_filedescriptor_4096/6fdcdc34: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_filedescriptor_4096/6fdcdc34/stage
ulimit_filedescriptor_4096/6fdcdc34: Running Test via command: bash ulimit_filedescriptor_4096_build.sh
ulimit_filedescriptor_4096/6fdcdc34: Test completed in 0.005941 seconds with returncode: 0
ulimit_filedescriptor_4096/6fdcdc34: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_filedescriptor_4096/6fdcdc34/ulimit_filedescriptor_4096.out
ulimit_filedescriptor_4096/6fdcdc34: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_filedescriptor_4096/6fdcdc34/ulimit_filedescriptor_4096.err
ulimit_filedescriptor_4096/6fdcdc34: performing regular expression - '^4096$' on file: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_filedescriptor_4096/6fdcdc34/ulimit_filedescriptor_4096.out
ulimit_filedescriptor_4096/6fdcdc34: Regular Expression Match - Failed!
ulimit_filelock_unlimited/098b4b53: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_filelock_unlimited/098b4b53/stage
ulimit_filelock_unlimited/098b4b53: Running Test via command: bash ulimit_filelock_unlimited_build.sh
ulimit_filelock_unlimited/098b4b53: Test completed in 0.006063 seconds with returncode: 0
ulimit_filelock_unlimited/098b4b53: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_filelock_unlimited/098b4b53/ulimit_filelock_unlimited.out
ulimit_filelock_unlimited/098b4b53: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_filelock_unlimited/098b4b53/ulimit_filelock_unlimited.err
ulimit_filelock_unlimited/098b4b53: performing regular expression - '^unlimited$' on file: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_filelock_unlimited/098b4b53/ulimit_filelock_unlimited.out
ulimit_filelock_unlimited/098b4b53: Regular Expression Match - Success!
ulimit_stacksize_unlimited/e511452e: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_stacksize_unlimited/e511452e/stage
ulimit_stacksize_unlimited/e511452e: Running Test via command: bash ulimit_stacksize_unlimited_build.sh
ulimit_stacksize_unlimited/e511452e: Test completed in 0.006135 seconds with returncode: 0
ulimit_stacksize_unlimited/e511452e: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_stacksize_unlimited/e511452e/ulimit_stacksize_unlimited.out
ulimit_stacksize_unlimited/e511452e: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_stacksize_unlimited/e511452e/ulimit_stacksize_unlimited.err
ulimit_stacksize_unlimited/e511452e: performing regular expression - '^unlimited$' on file: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_stacksize_unlimited/e511452e/ulimit_stacksize_unlimited.out
ulimit_stacksize_unlimited/e511452e: Regular Expression Match - Failed!
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ ulimit_stacksize_unlimi │ generic.local.bash │ FAIL   │ 0          │ 0.006   │
│ ted/e511452e            │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ ulimit_filedescriptor_4 │ generic.local.bash │ FAIL   │ 0          │ 0.006   │
│ 096/6fdcdc34            │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ ulimit_filelock_unlimit │ generic.local.bash │ PASS   │ 0          │ 0.006   │
│ ed/098b4b53             │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ ulimit_max_user_process │ generic.local.bash │ FAIL   │ 0          │ 0.006   │
│ _2048/e6848e76          │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ ulimit_vmsize_unlimited │ generic.local.bash │ PASS   │ 0          │ 0.006   │
│ /1163e08d               │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ root_disk_usage/ba01de5 │ generic.local.bash │ PASS   │ 0          │ 0.009   │
│ 0                       │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ kernel_swapusage/56cc1b │ generic.local.bash │ FAIL   │ 255        │ 0.017   │
│ 4e                      │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ ulimit_cputime_unlimite │ generic.local.bash │ PASS   │ 0          │ 0.006   │
│ d/f2180889              │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ systemd_default_target/ │ generic.local.bash │ FAIL   │ 1          │ 0.020   │
│ ea9fcba4                │                    │        │            │         │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



Passed Tests: 4/9 Percentage: 44.444%
Failed Tests: 5/9 Percentage: 55.556%


Adding 9 test results to report file: /tmp/tmpdzcbbdmp/var/report.json
Writing Logfile to /tmp/tmpdzcbbdmp/var/logs/buildtest_i3cpvcpw.log

Building Multiple Buildspecs

You can append -b option to build multiple buildspecs in the same command. Buildtest will discover buildspecs for every argument (-b) and accumulate a list of buildspecs to run. In this example, we instruct buildtest to build a buildspec file and all buildspecs in a directory path.

buildtest build -b $BUILDTEST_ROOT/general_tests/configuration/ -b $BUILDTEST_ROOT/tutorials/vars.yml
$ buildtest build -b $BUILDTEST_ROOT/general_tests/configuration/ -b $BUILDTEST_ROOT/tutorials/vars.yml
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:47:55                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ general_tests/configuration/systemd-default-target.yml                       ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ general_tests/configuration/disk_usage.yml                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ general_tests/configuration/kernel_state.yml                                 ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ general_tests/configuration/ulimits.yml                                      ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/vars.yml                                                           ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 5                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  5
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  5
────────────────────────────── Parsing Buildspecs ──────────────────────────────
Valid Buildspecs: 5
Invalid Buildspecs: 0
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/general_tests/configuration/systemd-default-target.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/general_tests/configuration/disk_usage.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/general_tests/configuration/kernel_state.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/general_tests/configuration/ulimits.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/vars.yml: VALID
Total builder objects created: 10
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descript ┃ buildsp ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ ion      ┃ ecs     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ systemd_ │ script │ generic. │ None     │ None  │ None  │ check if │ /home/d │
│ default_ │        │ local.ba │          │       │       │ default  │ ocs/che │
│ target/6 │        │ sh       │          │       │       │ target   │ ckouts/ │
│ 25bf342  │        │          │          │       │       │ is       │ readthe │
│          │        │          │          │       │       │ multi-us │ docs.or │
│          │        │          │          │       │       │ er.targe │ g/user_ │
│          │        │          │          │       │       │ t        │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/g │
│          │        │          │          │       │       │          │ eneral_ │
│          │        │          │          │       │       │          │ tests/c │
│          │        │          │          │       │       │          │ onfigur │
│          │        │          │          │       │       │          │ ation/s │
│          │        │          │          │       │       │          │ ystemd- │
│          │        │          │          │       │       │          │ default │
│          │        │          │          │       │       │          │ -target │
│          │        │          │          │       │       │          │ .yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ root_dis │ script │ generic. │ None     │ None  │ None  │ Check    │ /home/d │
│ k_usage/ │        │ local.ba │          │       │       │ root     │ ocs/che │
│ 434a429f │        │ sh       │          │       │       │ disk     │ ckouts/ │
│          │        │          │          │       │       │ usage    │ readthe │
│          │        │          │          │       │       │ and      │ docs.or │
│          │        │          │          │       │       │ report   │ g/user_ │
│          │        │          │          │       │       │ if it    │ builds/ │
│          │        │          │          │       │       │ exceeds  │ buildte │
│          │        │          │          │       │       │ threshol │ st/chec │
│          │        │          │          │       │       │ d        │ kouts/s │
│          │        │          │          │       │       │          │ table/g │
│          │        │          │          │       │       │          │ eneral_ │
│          │        │          │          │       │       │          │ tests/c │
│          │        │          │          │       │       │          │ onfigur │
│          │        │          │          │       │       │          │ ation/d │
│          │        │          │          │       │       │          │ isk_usa │
│          │        │          │          │       │       │          │ ge.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ kernel_s │ script │ generic. │ None     │ None  │ None  │ Retrieve │ /home/d │
│ wapusage │        │ local.ba │          │       │       │ Kernel   │ ocs/che │
│ /dfbe17d │        │ sh       │          │       │       │ Swap     │ ckouts/ │
│ 3        │        │          │          │       │       │ Usage    │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/g │
│          │        │          │          │       │       │          │ eneral_ │
│          │        │          │          │       │       │          │ tests/c │
│          │        │          │          │       │       │          │ onfigur │
│          │        │          │          │       │       │          │ ation/k │
│          │        │          │          │       │       │          │ ernel_s │
│          │        │          │          │       │       │          │ tate.ym │
│          │        │          │          │       │       │          │ l       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ ulimit_f │ script │ generic. │ None     │ None  │ None  │ Check if │ /home/d │
│ ilelock_ │        │ local.ba │          │       │       │ file     │ ocs/che │
│ unlimite │        │ sh       │          │       │       │ lock is  │ ckouts/ │
│ d/a68e73 │        │          │          │       │       │ set to   │ readthe │
│ 68       │        │          │          │       │       │ unlimite │ docs.or │
│          │        │          │          │       │       │ d in     │ g/user_ │
│          │        │          │          │       │       │ ulimits  │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/g │
│          │        │          │          │       │       │          │ eneral_ │
│          │        │          │          │       │       │          │ tests/c │
│          │        │          │          │       │       │          │ onfigur │
│          │        │          │          │       │       │          │ ation/u │
│          │        │          │          │       │       │          │ limits. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ ulimit_c │ script │ generic. │ None     │ None  │ None  │ Check if │ /home/d │
│ putime_u │        │ local.ba │          │       │       │ cputime  │ ocs/che │
│ nlimited │        │ sh       │          │       │       │ is set   │ ckouts/ │
│ /44ed52d │        │          │          │       │       │ to       │ readthe │
│ 4        │        │          │          │       │       │ unlimite │ docs.or │
│          │        │          │          │       │       │ d in     │ g/user_ │
│          │        │          │          │       │       │ ulimits  │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/g │
│          │        │          │          │       │       │          │ eneral_ │
│          │        │          │          │       │       │          │ tests/c │
│          │        │          │          │       │       │          │ onfigur │
│          │        │          │          │       │       │          │ ation/u │
│          │        │          │          │       │       │          │ limits. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ ulimit_s │ script │ generic. │ None     │ None  │ None  │ Check if │ /home/d │
│ tacksize │        │ local.ba │          │       │       │ stack    │ ocs/che │
│ _unlimit │        │ sh       │          │       │       │ size is  │ ckouts/ │
│ ed/a6c48 │        │          │          │       │       │ set to   │ readthe │
│ b09      │        │          │          │       │       │ unlimite │ docs.or │
│          │        │          │          │       │       │ d in     │ g/user_ │
│          │        │          │          │       │       │ ulimits  │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/g │
│          │        │          │          │       │       │          │ eneral_ │
│          │        │          │          │       │       │          │ tests/c │
│          │        │          │          │       │       │          │ onfigur │
│          │        │          │          │       │       │          │ ation/u │
│          │        │          │          │       │       │          │ limits. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ ulimit_v │ script │ generic. │ None     │ None  │ None  │ Check    │ /home/d │
│ msize_un │        │ local.ba │          │       │       │ virtual  │ ocs/che │
│ limited/ │        │ sh       │          │       │       │ memory   │ ckouts/ │
│ 24300f67 │        │          │          │       │       │ size and │ readthe │
│          │        │          │          │       │       │ check if │ docs.or │
│          │        │          │          │       │       │ its set  │ g/user_ │
│          │        │          │          │       │       │ to       │ builds/ │
│          │        │          │          │       │       │ unlimite │ buildte │
│          │        │          │          │       │       │ d        │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/g │
│          │        │          │          │       │       │          │ eneral_ │
│          │        │          │          │       │       │          │ tests/c │
│          │        │          │          │       │       │          │ onfigur │
│          │        │          │          │       │       │          │ ation/u │
│          │        │          │          │       │       │          │ limits. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ ulimit_f │ script │ generic. │ None     │ None  │ None  │ Check if │ /home/d │
│ iledescr │        │ local.ba │          │       │       │ open     │ ocs/che │
│ iptor_40 │        │ sh       │          │       │       │ file     │ ckouts/ │
│ 96/2a960 │        │          │          │       │       │ descript │ readthe │
│ 514      │        │          │          │       │       │ ors      │ docs.or │
│          │        │          │          │       │       │ limit is │ g/user_ │
│          │        │          │          │       │       │ set to   │ builds/ │
│          │        │          │          │       │       │ 4096     │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/g │
│          │        │          │          │       │       │          │ eneral_ │
│          │        │          │          │       │       │          │ tests/c │
│          │        │          │          │       │       │          │ onfigur │
│          │        │          │          │       │       │          │ ation/u │
│          │        │          │          │       │       │          │ limits. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ ulimit_m │ script │ generic. │ None     │ None  │ None  │ Check    │ /home/d │
│ ax_user_ │        │ local.ba │          │       │       │ max      │ ocs/che │
│ process_ │        │ sh       │          │       │       │ number   │ ckouts/ │
│ 2048/983 │        │          │          │       │       │ of user  │ readthe │
│ 0e562    │        │          │          │       │       │ process  │ docs.or │
│          │        │          │          │       │       │ limit is │ g/user_ │
│          │        │          │          │       │       │ set to   │ builds/ │
│          │        │          │          │       │       │ 2048     │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/g │
│          │        │          │          │       │       │          │ eneral_ │
│          │        │          │          │       │       │          │ tests/c │
│          │        │          │          │       │       │          │ onfigur │
│          │        │          │          │       │       │          │ ation/u │
│          │        │          │          │       │       │          │ limits. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ variable │ script │ generic. │ None     │ None  │ None  │ Declare  │ /home/d │
│ s_bash/e │        │ local.ba │          │       │       │ shell    │ ocs/che │
│ d19c31a  │        │ sh       │          │       │       │ variable │ ckouts/ │
│          │        │          │          │       │       │ s in     │ readthe │
│          │        │          │          │       │       │ bash     │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/vars. │
│          │        │          │          │       │       │          │ yml     │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
systemd_default_target/625bf342: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/systemd-default-target/systemd_default_target/625bf342
root_disk_usage/434a429f: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/disk_usage/root_disk_usage/434a429f
kernel_swapusage/dfbe17d3: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/kernel_state/kernel_swapusage/dfbe17d3
ulimit_filelock_unlimited/a68e7368: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_filelock_unlimited/a68e7368
ulimit_cputime_unlimited/44ed52d4: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_cputime_unlimited/44ed52d4
ulimit_stacksize_unlimited/a6c48b09: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_stacksize_unlimited/a6c48b09
ulimit_vmsize_unlimited/24300f67: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_vmsize_unlimited/24300f67
ulimit_filedescriptor_4096/2a960514: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_filedescriptor_4096/2a960514
ulimit_max_user_process_2048/9830e562: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_max_user_process_2048/9830e562
variables_bash/ed19c31a: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/vars/variables_bash/ed19c31a
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
ulimit_filelock_unlimited/a68e7368 does not have any dependencies adding test to queue
systemd_default_target/625bf342 does not have any dependencies adding test to queue
ulimit_stacksize_unlimited/a6c48b09 does not have any dependencies adding test to queue
ulimit_max_user_process_2048/9830e562 does not have any dependencies adding test to queue
ulimit_filedescriptor_4096/2a960514 does not have any dependencies adding test to queue
variables_bash/ed19c31a does not have any dependencies adding test to queue
ulimit_vmsize_unlimited/24300f67 does not have any dependencies adding test to queue
root_disk_usage/434a429f does not have any dependencies adding test to queue
ulimit_cputime_unlimited/44ed52d4 does not have any dependencies adding test to queue
kernel_swapusage/dfbe17d3 does not have any dependencies adding test to queue
        Builders Eligible to Run         
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                               ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ ulimit_filelock_unlimited/a68e7368    │
│ systemd_default_target/625bf342       │
│ ulimit_stacksize_unlimited/a6c48b09   │
│ ulimit_max_user_process_2048/9830e562 │
│ ulimit_filedescriptor_4096/2a960514   │
│ ulimit_cputime_unlimited/44ed52d4     │
│ ulimit_vmsize_unlimited/24300f67      │
│ root_disk_usage/434a429f              │
│ variables_bash/ed19c31a               │
│ kernel_swapusage/dfbe17d3             │
└───────────────────────────────────────┘
ulimit_filelock_unlimited/a68e7368: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_filelock_unlimited/a68e7368/stage
ulimit_filelock_unlimited/a68e7368: Running Test via command: bash ulimit_filelock_unlimited_build.sh
ulimit_filelock_unlimited/a68e7368: Test completed in 0.006091 seconds with returncode: 0
ulimit_filelock_unlimited/a68e7368: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_filelock_unlimited/a68e7368/ulimit_filelock_unlimited.out
ulimit_filelock_unlimited/a68e7368: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_filelock_unlimited/a68e7368/ulimit_filelock_unlimited.err
ulimit_filelock_unlimited/a68e7368: performing regular expression - '^unlimited$' on file: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_filelock_unlimited/a68e7368/ulimit_filelock_unlimited.out
ulimit_filelock_unlimited/a68e7368: Regular Expression Match - Success!
systemd_default_target/625bf342: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/systemd-default-target/systemd_default_target/625bf342/stage
systemd_default_target/625bf342: Running Test via command: bash systemd_default_target_build.sh
systemd_default_target/625bf342: failed to submit job with returncode: 1
────────────── Error Message for systemd_default_target/625bf342 ───────────────

systemd_default_target/625bf342: Detected failure in running test, will attempt to retry test: 1 times
systemd_default_target/625bf342: Run - 1/1
systemd_default_target/625bf342: Running Test via command: bash systemd_default_target_build.sh
systemd_default_target/625bf342: failed to submit job with returncode: 1
systemd_default_target/625bf342: Test completed in 0.019301 seconds with returncode: 1
systemd_default_target/625bf342: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/systemd-default-target/systemd_default_target/625bf342/systemd_default_target.out
systemd_default_target/625bf342: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/systemd-default-target/systemd_default_target/625bf342/systemd_default_target.err
ulimit_stacksize_unlimited/a6c48b09: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_stacksize_unlimited/a6c48b09/stage
ulimit_stacksize_unlimited/a6c48b09: Running Test via command: bash ulimit_stacksize_unlimited_build.sh
ulimit_stacksize_unlimited/a6c48b09: Test completed in 0.005442 seconds with returncode: 0
ulimit_stacksize_unlimited/a6c48b09: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_stacksize_unlimited/a6c48b09/ulimit_stacksize_unlimited.out
ulimit_stacksize_unlimited/a6c48b09: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_stacksize_unlimited/a6c48b09/ulimit_stacksize_unlimited.err
ulimit_stacksize_unlimited/a6c48b09: performing regular expression - '^unlimited$' on file: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_stacksize_unlimited/a6c48b09/ulimit_stacksize_unlimited.out
ulimit_stacksize_unlimited/a6c48b09: Regular Expression Match - Failed!
ulimit_max_user_process_2048/9830e562: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_max_user_process_2048/9830e562/stage
ulimit_max_user_process_2048/9830e562: Running Test via command: bash ulimit_max_user_process_2048_build.sh
ulimit_max_user_process_2048/9830e562: Test completed in 0.005699 seconds with returncode: 0
ulimit_max_user_process_2048/9830e562: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_max_user_process_2048/9830e562/ulimit_max_user_process_2048.out
ulimit_max_user_process_2048/9830e562: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_max_user_process_2048/9830e562/ulimit_max_user_process_2048.err
ulimit_max_user_process_2048/9830e562: performing regular expression - '^2048$' on file: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_max_user_process_2048/9830e562/ulimit_max_user_process_2048.out
ulimit_max_user_process_2048/9830e562: Regular Expression Match - Failed!
ulimit_filedescriptor_4096/2a960514: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_filedescriptor_4096/2a960514/stage
ulimit_filedescriptor_4096/2a960514: Running Test via command: bash ulimit_filedescriptor_4096_build.sh
ulimit_filedescriptor_4096/2a960514: Test completed in 0.005509 seconds with returncode: 0
ulimit_filedescriptor_4096/2a960514: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_filedescriptor_4096/2a960514/ulimit_filedescriptor_4096.out
ulimit_filedescriptor_4096/2a960514: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_filedescriptor_4096/2a960514/ulimit_filedescriptor_4096.err
ulimit_filedescriptor_4096/2a960514: performing regular expression - '^4096$' on file: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_filedescriptor_4096/2a960514/ulimit_filedescriptor_4096.out
ulimit_filedescriptor_4096/2a960514: Regular Expression Match - Failed!
ulimit_cputime_unlimited/44ed52d4: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_cputime_unlimited/44ed52d4/stage
ulimit_cputime_unlimited/44ed52d4: Running Test via command: bash ulimit_cputime_unlimited_build.sh
ulimit_cputime_unlimited/44ed52d4: Test completed in 0.00721 seconds with returncode: 0
ulimit_cputime_unlimited/44ed52d4: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_cputime_unlimited/44ed52d4/ulimit_cputime_unlimited.out
ulimit_cputime_unlimited/44ed52d4: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_cputime_unlimited/44ed52d4/ulimit_cputime_unlimited.err
ulimit_cputime_unlimited/44ed52d4: performing regular expression - '^unlimited$' on file: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_cputime_unlimited/44ed52d4/ulimit_cputime_unlimited.out
ulimit_cputime_unlimited/44ed52d4: Regular Expression Match - Success!
ulimit_vmsize_unlimited/24300f67: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_vmsize_unlimited/24300f67/stage
ulimit_vmsize_unlimited/24300f67: Running Test via command: bash ulimit_vmsize_unlimited_build.sh
ulimit_vmsize_unlimited/24300f67: Test completed in 0.005701 seconds with returncode: 0
ulimit_vmsize_unlimited/24300f67: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_vmsize_unlimited/24300f67/ulimit_vmsize_unlimited.out
ulimit_vmsize_unlimited/24300f67: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_vmsize_unlimited/24300f67/ulimit_vmsize_unlimited.err
ulimit_vmsize_unlimited/24300f67: performing regular expression - '^unlimited$' on file: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ulimits/ulimit_vmsize_unlimited/24300f67/ulimit_vmsize_unlimited.out
ulimit_vmsize_unlimited/24300f67: Regular Expression Match - Success!
root_disk_usage/434a429f: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/disk_usage/root_disk_usage/434a429f/stage
root_disk_usage/434a429f: Running Test via command: bash root_disk_usage_build.sh
root_disk_usage/434a429f: Test completed in 0.01195 seconds with returncode: 0
root_disk_usage/434a429f: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/disk_usage/root_disk_usage/434a429f/root_disk_usage.out
root_disk_usage/434a429f: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/disk_usage/root_disk_usage/434a429f/root_disk_usage.err
variables_bash/ed19c31a: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/vars/variables_bash/ed19c31a/stage
variables_bash/ed19c31a: Running Test via command: bash variables_bash_build.sh
variables_bash/ed19c31a: Test completed in 0.009905 seconds with returncode: 0
variables_bash/ed19c31a: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/vars/variables_bash/ed19c31a/variables_bash.out
variables_bash/ed19c31a: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/vars/variables_bash/ed19c31a/variables_bash.err
kernel_swapusage/dfbe17d3: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/kernel_state/kernel_swapusage/dfbe17d3/stage
kernel_swapusage/dfbe17d3: Running Test via command: bash kernel_swapusage_build.sh
kernel_swapusage/dfbe17d3: failed to submit job with returncode: 255
───────────────── Error Message for kernel_swapusage/dfbe17d3 ──────────────────
sysctl: cannot stat /proc/sys/kernel/swapusage: No such file or directory

kernel_swapusage/dfbe17d3: Detected failure in running test, will attempt to retry test: 1 times
kernel_swapusage/dfbe17d3: Run - 1/1
kernel_swapusage/dfbe17d3: Running Test via command: bash kernel_swapusage_build.sh
kernel_swapusage/dfbe17d3: failed to submit job with returncode: 255
kernel_swapusage/dfbe17d3: Test completed in 0.018093 seconds with returncode: 255
kernel_swapusage/dfbe17d3: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/kernel_state/kernel_swapusage/dfbe17d3/kernel_swapusage.out
kernel_swapusage/dfbe17d3: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/kernel_state/kernel_swapusage/dfbe17d3/kernel_swapusage.err
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ ulimit_filedescriptor_4 │ generic.local.bash │ FAIL   │ 0          │ 0.006   │
│ 096/2a960514            │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ systemd_default_target/ │ generic.local.bash │ FAIL   │ 1          │ 0.019   │
│ 625bf342                │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ ulimit_cputime_unlimite │ generic.local.bash │ PASS   │ 0          │ 0.007   │
│ d/44ed52d4              │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ ulimit_vmsize_unlimited │ generic.local.bash │ PASS   │ 0          │ 0.006   │
│ /24300f67               │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ variables_bash/ed19c31a │ generic.local.bash │ PASS   │ 0          │ 0.010   │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ ulimit_stacksize_unlimi │ generic.local.bash │ FAIL   │ 0          │ 0.005   │
│ ted/a6c48b09            │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ ulimit_max_user_process │ generic.local.bash │ FAIL   │ 0          │ 0.006   │
│ _2048/9830e562          │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ ulimit_filelock_unlimit │ generic.local.bash │ PASS   │ 0          │ 0.006   │
│ ed/a68e7368             │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ kernel_swapusage/dfbe17 │ generic.local.bash │ FAIL   │ 255        │ 0.018   │
│ d3                      │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ root_disk_usage/434a429 │ generic.local.bash │ PASS   │ 0          │ 0.012   │
│ f                       │                    │        │            │         │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



Passed Tests: 5/10 Percentage: 50.000%
Failed Tests: 5/10 Percentage: 50.000%


Adding 10 test results to report file: /tmp/tmpdzcbbdmp/var/report.json
Writing Logfile to /tmp/tmpdzcbbdmp/var/logs/buildtest_h5lyirji.log

Excluding Buildspecs (buildtest build --exclude)

So far we learned how to build buildspecs by file and directory path using the -b option. Next, we will discuss how one may exclude buildspecs which behaves similar to -b option. You can exclude buildspecs via --exclude or short option -x which can be useful when you want to exclude certain files or sub directory.

For example we can build all buildspecs in tutorials but exclude file tutorials/vars.yml by running:

$ buildtest build -b tutorials -x tutorials/vars.yml

buildtest will discover all buildspecs and then exclude any buildspecs specified by -x option. You can specify -x multiple times just like -b option.

For example, we can undo discovery by passing same option to -b and -x as follows

buildtest bd -b tutorials/ -x tutorials/
$ buildtest bd -b tutorials/ -x tutorials/
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:47:58                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
Unable to detect any buildspec files to process.

Buildtest will stop immediately if there are no Buildspecs to process, this is true if you were to specify files instead of directory.

In this example, we build all buildspecs in a directory but exclude a file. Buildtest will report the excluded buildspecs in the output and -x option can be appended multiple times. The -x can be a file or a directory and behaves similar to -b option.

buildtest bd -b general_tests/configuration/ -x general_tests/configuration/ulimits.yml
$ buildtest bd -b general_tests/configuration/ -x general_tests/configuration/ulimits.yml
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:47:58                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ general_tests/configuration/kernel_state.yml                                 ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ general_tests/configuration/disk_usage.yml                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ general_tests/configuration/ulimits.yml                                      ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ general_tests/configuration/systemd-default-target.yml                       ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 4                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝
                              Excluded buildspecs                               
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ general_tests/configuration/ulimits.yml                                      ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  4
Total Excluded Buildspecs:  1
Detected Buildspecs after exclusion:  3
────────────────────────────── Parsing Buildspecs ──────────────────────────────
Valid Buildspecs: 3
Invalid Buildspecs: 0
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/general_tests/configuration/kernel_state.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/general_tests/configuration/disk_usage.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/general_tests/configuration/systemd-default-target.yml: VALID
Total builder objects created: 3
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descript ┃ buildsp ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ ion      ┃ ecs     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ kernel_s │ script │ generic. │ None     │ None  │ None  │ Retrieve │ /home/d │
│ wapusage │        │ local.ba │          │       │       │ Kernel   │ ocs/che │
│ /7b2c257 │        │ sh       │          │       │       │ Swap     │ ckouts/ │
│ 0        │        │          │          │       │       │ Usage    │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/g │
│          │        │          │          │       │       │          │ eneral_ │
│          │        │          │          │       │       │          │ tests/c │
│          │        │          │          │       │       │          │ onfigur │
│          │        │          │          │       │       │          │ ation/k │
│          │        │          │          │       │       │          │ ernel_s │
│          │        │          │          │       │       │          │ tate.ym │
│          │        │          │          │       │       │          │ l       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ root_dis │ script │ generic. │ None     │ None  │ None  │ Check    │ /home/d │
│ k_usage/ │        │ local.ba │          │       │       │ root     │ ocs/che │
│ 54505714 │        │ sh       │          │       │       │ disk     │ ckouts/ │
│          │        │          │          │       │       │ usage    │ readthe │
│          │        │          │          │       │       │ and      │ docs.or │
│          │        │          │          │       │       │ report   │ g/user_ │
│          │        │          │          │       │       │ if it    │ builds/ │
│          │        │          │          │       │       │ exceeds  │ buildte │
│          │        │          │          │       │       │ threshol │ st/chec │
│          │        │          │          │       │       │ d        │ kouts/s │
│          │        │          │          │       │       │          │ table/g │
│          │        │          │          │       │       │          │ eneral_ │
│          │        │          │          │       │       │          │ tests/c │
│          │        │          │          │       │       │          │ onfigur │
│          │        │          │          │       │       │          │ ation/d │
│          │        │          │          │       │       │          │ isk_usa │
│          │        │          │          │       │       │          │ ge.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ systemd_ │ script │ generic. │ None     │ None  │ None  │ check if │ /home/d │
│ default_ │        │ local.ba │          │       │       │ default  │ ocs/che │
│ target/e │        │ sh       │          │       │       │ target   │ ckouts/ │
│ 6bbd314  │        │          │          │       │       │ is       │ readthe │
│          │        │          │          │       │       │ multi-us │ docs.or │
│          │        │          │          │       │       │ er.targe │ g/user_ │
│          │        │          │          │       │       │ t        │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/g │
│          │        │          │          │       │       │          │ eneral_ │
│          │        │          │          │       │       │          │ tests/c │
│          │        │          │          │       │       │          │ onfigur │
│          │        │          │          │       │       │          │ ation/s │
│          │        │          │          │       │       │          │ ystemd- │
│          │        │          │          │       │       │          │ default │
│          │        │          │          │       │       │          │ -target │
│          │        │          │          │       │       │          │ .yml    │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
kernel_swapusage/7b2c2570: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/kernel_state/kernel_swapusage/7b2c2570
root_disk_usage/54505714: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/disk_usage/root_disk_usage/54505714
systemd_default_target/e6bbd314: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/systemd-default-target/systemd_default_target/e6bbd314
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
kernel_swapusage/7b2c2570 does not have any dependencies adding test to queue
systemd_default_target/e6bbd314 does not have any dependencies adding test to queue
root_disk_usage/54505714 does not have any dependencies adding test to queue
     Builders Eligible to Run      
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                         ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ kernel_swapusage/7b2c2570       │
│ root_disk_usage/54505714        │
│ systemd_default_target/e6bbd314 │
└─────────────────────────────────┘
kernel_swapusage/7b2c2570: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/kernel_state/kernel_swapusage/7b2c2570/stage
kernel_swapusage/7b2c2570: Running Test via command: bash kernel_swapusage_build.sh
kernel_swapusage/7b2c2570: failed to submit job with returncode: 255
───────────────── Error Message for kernel_swapusage/7b2c2570 ──────────────────
sysctl: cannot stat /proc/sys/kernel/swapusage: No such file or directory

kernel_swapusage/7b2c2570: Detected failure in running test, will attempt to retry test: 1 times
kernel_swapusage/7b2c2570: Run - 1/1
kernel_swapusage/7b2c2570: Running Test via command: bash kernel_swapusage_build.sh
kernel_swapusage/7b2c2570: failed to submit job with returncode: 255
kernel_swapusage/7b2c2570: Test completed in 0.016845 seconds with returncode: 255
kernel_swapusage/7b2c2570: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/kernel_state/kernel_swapusage/7b2c2570/kernel_swapusage.out
kernel_swapusage/7b2c2570: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/kernel_state/kernel_swapusage/7b2c2570/kernel_swapusage.err
root_disk_usage/54505714: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/disk_usage/root_disk_usage/54505714/stage
root_disk_usage/54505714: Running Test via command: bash root_disk_usage_build.sh
root_disk_usage/54505714: Test completed in 0.009183 seconds with returncode: 0
root_disk_usage/54505714: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/disk_usage/root_disk_usage/54505714/root_disk_usage.out
root_disk_usage/54505714: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/disk_usage/root_disk_usage/54505714/root_disk_usage.err
systemd_default_target/e6bbd314: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/systemd-default-target/systemd_default_target/e6bbd314/stage
systemd_default_target/e6bbd314: Running Test via command: bash systemd_default_target_build.sh
systemd_default_target/e6bbd314: failed to submit job with returncode: 1
────────────── Error Message for systemd_default_target/e6bbd314 ───────────────

systemd_default_target/e6bbd314: Detected failure in running test, will attempt to retry test: 1 times
systemd_default_target/e6bbd314: Run - 1/1
systemd_default_target/e6bbd314: Running Test via command: bash systemd_default_target_build.sh
systemd_default_target/e6bbd314: failed to submit job with returncode: 1
systemd_default_target/e6bbd314: Test completed in 0.019115 seconds with returncode: 1
systemd_default_target/e6bbd314: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/systemd-default-target/systemd_default_target/e6bbd314/systemd_default_target.out
systemd_default_target/e6bbd314: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/systemd-default-target/systemd_default_target/e6bbd314/systemd_default_target.err
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ systemd_default_target/ │ generic.local.bash │ FAIL   │ 1          │ 0.019   │
│ e6bbd314                │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ root_disk_usage/5450571 │ generic.local.bash │ PASS   │ 0          │ 0.009   │
│ 4                       │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ kernel_swapusage/7b2c25 │ generic.local.bash │ FAIL   │ 255        │ 0.017   │
│ 70                      │                    │        │            │         │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



Passed Tests: 1/3 Percentage: 33.333%
Failed Tests: 2/3 Percentage: 66.667%


Adding 3 test results to report file: /tmp/tmpdzcbbdmp/var/report.json
Writing Logfile to /tmp/tmpdzcbbdmp/var/logs/buildtest_42ka4hp8.log

Building By Tags (buildtest build --tags)

buildtest can perform builds by tags by using --tags or short option (-t). In order to use this feature, buildtest must load buildspecs in cache which can be run via buildtest buildspec find. If you are unsure of the available tags you can run buildtest buildspec find --tags or let buildtest tab-complete the available tags. For more details see Querying buildspec tags.

Let’s assume you want to build by tag name network, buildtest will attempt to find all tests that contain tags: ['network'] in the buildspec which is loaded in the buildcache cache. If a test matches the tag name, the test will be picked up during the discover process.

buildtest build -t network
$ buildtest build -t network
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:47:59                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/tags_example.yml                                                   ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝
                           Buildspecs By Tag=network                            
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/tags_example.yml                                                   ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  1
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  1
────────────────────────────── Parsing Buildspecs ──────────────────────────────
Valid Buildspecs: 1
Invalid Buildspecs: 0
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/tags_example.yml: VALID
Total builder objects created: 2
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descript ┃ buildsp ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ ion      ┃ ecs     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ string_t │ script │ generic. │ None     │ None  │ None  │ tags can │ /home/d │
│ ag/d3160 │        │ local.ba │          │       │       │ be a     │ ocs/che │
│ b34      │        │ sh       │          │       │       │ string   │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/tags_ │
│          │        │          │          │       │       │          │ example │
│          │        │          │          │       │       │          │ .yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ list_of_ │ script │ generic. │ None     │ None  │ None  │ tags can │ /home/d │
│ strings_ │        │ local.ba │          │       │       │ be a     │ ocs/che │
│ tags/dbb │        │ sh       │          │       │       │ list of  │ ckouts/ │
│ c9043    │        │          │          │       │       │ strings  │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/tags_ │
│          │        │          │          │       │       │          │ example │
│          │        │          │          │       │       │          │ .yml    │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
string_tag/d3160b34: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/tags_example/string_tag/d3160b34
list_of_strings_tags/dbbc9043: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/tags_example/list_of_strings_tags/dbbc9043
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
list_of_strings_tags/dbbc9043 does not have any dependencies adding test to queue
string_tag/d3160b34 does not have any dependencies adding test to queue
    Builders Eligible to Run     
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                       ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ string_tag/d3160b34           │
│ list_of_strings_tags/dbbc9043 │
└───────────────────────────────┘
string_tag/d3160b34: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/tags_example/string_tag/d3160b34/stage
string_tag/d3160b34: Running Test via command: bash string_tag_build.sh
string_tag/d3160b34: Test completed in 0.006647 seconds with returncode: 0
string_tag/d3160b34: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/tags_example/string_tag/d3160b34/string_tag.out
string_tag/d3160b34: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/tags_example/string_tag/d3160b34/string_tag.err
list_of_strings_tags/dbbc9043: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/tags_example/list_of_strings_tags/dbbc9043/stage
list_of_strings_tags/dbbc9043: Running Test via command: bash list_of_strings_tags_build.sh
list_of_strings_tags/dbbc9043: Test completed in 3.028566 seconds with returncode: 0
list_of_strings_tags/dbbc9043: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/tags_example/list_of_strings_tags/dbbc9043/list_of_strings_tags.out
list_of_strings_tags/dbbc9043: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/tags_example/list_of_strings_tags/dbbc9043/list_of_strings_tags.err
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ list_of_strings_tags/db │ generic.local.bash │ PASS   │ 0          │ 3.029   │
│ bc9043                  │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ string_tag/d3160b34     │ generic.local.bash │ PASS   │ 0          │ 0.007   │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



Passed Tests: 2/2 Percentage: 100.000%
Failed Tests: 0/2 Percentage: 0.000%


Adding 2 test results to report file: /tmp/tmpdzcbbdmp/var/report.json
Writing Logfile to /tmp/tmpdzcbbdmp/var/logs/buildtest_1r1dru8r.log

You can build by multiple tags by specifying --tags multiple times. In next example we build all tests with tag name pass and python.

buildtest build -t python -t pass
$ buildtest build -t python -t pass
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:48:02                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/python-hello.yml                                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/pass_returncode.yml                                    ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/python-shell.yml                                                   ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 3                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝
                            Buildspecs By Tag=python                            
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/python-hello.yml                                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/python-shell.yml                                                   ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 2                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝
                             Buildspecs By Tag=pass                             
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/pass_returncode.yml                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  3
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  3
────────────────────────────── Parsing Buildspecs ──────────────────────────────
Valid Buildspecs: 3
Invalid Buildspecs: 0
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/python-hello.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/pass_returncode.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/python-shell.yml: VALID
Total builder objects created: 6
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descript ┃ buildsp ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ ion      ┃ ecs     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ python_h │ script │ generic. │ None     │ None  │ None  │ Hello    │ /home/d │
│ ello/1d6 │        │ local.ba │          │       │       │ World    │ ocs/che │
│ 485bc    │        │ sh       │          │       │       │ python   │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/pytho │
│          │        │          │          │       │       │          │ n-hello │
│          │        │          │          │       │       │          │ .yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ exit1_fa │ script │ generic. │ None     │ None  │ None  │ exit 1   │ /home/d │
│ il/32d8a │        │ local.ba │          │       │       │ by       │ ocs/che │
│ 2dc      │        │ sh       │          │       │       │ default  │ ckouts/ │
│          │        │          │          │       │       │ is FAIL  │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/test_ │
│          │        │          │          │       │       │          │ status/ │
│          │        │          │          │       │       │          │ pass_re │
│          │        │          │          │       │       │          │ turncod │
│          │        │          │          │       │       │          │ e.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ exit1_pa │ script │ generic. │ None     │ None  │ None  │ report   │ /home/d │
│ ss/06ed3 │        │ local.ba │          │       │       │ exit 1   │ ocs/che │
│ dcf      │        │ sh       │          │       │       │ as PASS  │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/test_ │
│          │        │          │          │       │       │          │ status/ │
│          │        │          │          │       │       │          │ pass_re │
│          │        │          │          │       │       │          │ turncod │
│          │        │          │          │       │       │          │ e.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 2   │ /home/d │
│ de_list_ │        │ local.ba │          │       │       │ failed   │ ocs/che │
│ mismatch │        │ sh       │          │       │       │ since it │ ckouts/ │
│ /d135881 │        │          │          │       │       │ failed   │ readthe │
│ 5        │        │          │          │       │       │ to match │ docs.or │
│          │        │          │          │       │       │ returnco │ g/user_ │
│          │        │          │          │       │       │ de 1     │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/test_ │
│          │        │          │          │       │       │          │ status/ │
│          │        │          │          │       │       │          │ pass_re │
│          │        │          │          │       │       │          │ turncod │
│          │        │          │          │       │       │          │ e.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 128 │ /home/d │
│ de_int_m │        │ local.ba │          │       │       │ matches  │ ocs/che │
│ atch/479 │        │ sh       │          │       │       │ returnco │ ckouts/ │
│ c2d40    │        │          │          │       │       │ de 128   │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/test_ │
│          │        │          │          │       │       │          │ status/ │
│          │        │          │          │       │       │          │ pass_re │
│          │        │          │          │       │       │          │ turncod │
│          │        │          │          │       │       │          │ e.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ circle_a │ script │ generic. │ None     │ None  │ None  │ Calculat │ /home/d │
│ rea/50a5 │        │ local.ba │          │       │       │ e circle │ ocs/che │
│ d64c     │        │ sh       │          │       │       │ of area  │ ckouts/ │
│          │        │          │          │       │       │ given a  │ readthe │
│          │        │          │          │       │       │ radius   │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/pytho │
│          │        │          │          │       │       │          │ n-shell │
│          │        │          │          │       │       │          │ .yml    │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
python_hello/1d6485bc: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-hello/python_hello/1d6485bc
exit1_fail/32d8a2dc: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/32d8a2dc
exit1_pass/06ed3dcf: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/06ed3dcf
returncode_list_mismatch/d1358815: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/d1358815
returncode_int_match/479c2d40: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_int_match/479c2d40
circle_area/50a5d64c: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-shell/circle_area/50a5d64c
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
exit1_fail/32d8a2dc does not have any dependencies adding test to queue
exit1_pass/06ed3dcf does not have any dependencies adding test to queue
returncode_int_match/479c2d40 does not have any dependencies adding test to queue
python_hello/1d6485bc does not have any dependencies adding test to queue
returncode_list_mismatch/d1358815 does not have any dependencies adding test to queue
circle_area/50a5d64c does not have any dependencies adding test to queue
      Builders Eligible to Run       
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                           ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ exit1_fail/32d8a2dc               │
│ exit1_pass/06ed3dcf               │
│ returncode_int_match/479c2d40     │
│ python_hello/1d6485bc             │
│ returncode_list_mismatch/d1358815 │
│ circle_area/50a5d64c              │
└───────────────────────────────────┘
exit1_fail/32d8a2dc: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/32d8a2dc/stage
exit1_fail/32d8a2dc: Running Test via command: bash exit1_fail_build.sh
exit1_fail/32d8a2dc: failed to submit job with returncode: 1
──────────────────── Error Message for exit1_fail/32d8a2dc ─────────────────────

exit1_fail/32d8a2dc: Detected failure in running test, will attempt to retry test: 1 times
exit1_fail/32d8a2dc: Run - 1/1
exit1_fail/32d8a2dc: Running Test via command: bash exit1_fail_build.sh
exit1_fail/32d8a2dc: failed to submit job with returncode: 1
exit1_fail/32d8a2dc: Test completed in 0.014845 seconds with returncode: 1
exit1_fail/32d8a2dc: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/32d8a2dc/exit1_fail.out
exit1_fail/32d8a2dc: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/32d8a2dc/exit1_fail.err
exit1_pass/06ed3dcf: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/06ed3dcf/stage
exit1_pass/06ed3dcf: Running Test via command: bash exit1_pass_build.sh
exit1_pass/06ed3dcf: failed to submit job with returncode: 1
──────────────────── Error Message for exit1_pass/06ed3dcf ─────────────────────

exit1_pass/06ed3dcf: Detected failure in running test, will attempt to retry test: 1 times
exit1_pass/06ed3dcf: Run - 1/1
exit1_pass/06ed3dcf: Running Test via command: bash exit1_pass_build.sh
exit1_pass/06ed3dcf: failed to submit job with returncode: 1
exit1_pass/06ed3dcf: Test completed in 0.014017 seconds with returncode: 1
exit1_pass/06ed3dcf: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/06ed3dcf/exit1_pass.out
exit1_pass/06ed3dcf: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/06ed3dcf/exit1_pass.err
exit1_pass/06ed3dcf: Checking returncode - 1 is matched in list [1]
returncode_int_match/479c2d40: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_int_match/479c2d40/stage
returncode_int_match/479c2d40: Running Test via command: bash returncode_int_match_build.sh
returncode_int_match/479c2d40: failed to submit job with returncode: 128
─────────────── Error Message for returncode_int_match/479c2d40 ────────────────

returncode_int_match/479c2d40: Detected failure in running test, will attempt to retry test: 1 times
returncode_int_match/479c2d40: Run - 1/1
returncode_int_match/479c2d40: Running Test via command: bash returncode_int_match_build.sh
returncode_int_match/479c2d40: failed to submit job with returncode: 128
returncode_int_match/479c2d40: Test completed in 0.014397 seconds with returncode: 128
returncode_int_match/479c2d40: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_int_match/479c2d40/returncode_int_match.out
returncode_int_match/479c2d40: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_int_match/479c2d40/returncode_int_match.err
returncode_int_match/479c2d40: Checking returncode - 128 is matched in list [128]
python_hello/1d6485bc: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-hello/python_hello/1d6485bc/stage
python_hello/1d6485bc: Running Test via command: bash python_hello_build.sh
python_hello/1d6485bc: Test completed in 0.030548 seconds with returncode: 0
python_hello/1d6485bc: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-hello/python_hello/1d6485bc/python_hello.out
python_hello/1d6485bc: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-hello/python_hello/1d6485bc/python_hello.err
returncode_list_mismatch/d1358815: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/d1358815/stage
returncode_list_mismatch/d1358815: Running Test via command: bash returncode_list_mismatch_build.sh
returncode_list_mismatch/d1358815: failed to submit job with returncode: 2
───────────── Error Message for returncode_list_mismatch/d1358815 ──────────────

returncode_list_mismatch/d1358815: Detected failure in running test, will attempt to retry test: 1 times
returncode_list_mismatch/d1358815: Run - 1/1
returncode_list_mismatch/d1358815: Running Test via command: bash returncode_list_mismatch_build.sh
returncode_list_mismatch/d1358815: failed to submit job with returncode: 2
returncode_list_mismatch/d1358815: Test completed in 0.01482 seconds with returncode: 2
returncode_list_mismatch/d1358815: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/d1358815/returncode_list_mismatch.out
returncode_list_mismatch/d1358815: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/d1358815/returncode_list_mismatch.err
returncode_list_mismatch/d1358815: Checking returncode - 2 is matched in list [1, 3]
circle_area/50a5d64c: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-shell/circle_area/50a5d64c/stage
circle_area/50a5d64c: Running Test via command: bash circle_area_build.sh
circle_area/50a5d64c: Test completed in 0.030254 seconds with returncode: 0
circle_area/50a5d64c: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-shell/circle_area/50a5d64c/circle_area.out
circle_area/50a5d64c: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-shell/circle_area/50a5d64c/circle_area.err
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ returncode_int_match/47 │ generic.local.bash │ PASS   │ 128        │ 0.014   │
│ 9c2d40                  │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ returncode_list_mismatc │ generic.local.bash │ FAIL   │ 2          │ 0.015   │
│ h/d1358815              │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ circle_area/50a5d64c    │ generic.local.bash │ PASS   │ 0          │ 0.030   │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ exit1_fail/32d8a2dc     │ generic.local.bash │ FAIL   │ 1          │ 0.015   │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ exit1_pass/06ed3dcf     │ generic.local.bash │ PASS   │ 1          │ 0.014   │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ python_hello/1d6485bc   │ generic.local.bash │ PASS   │ 0          │ 0.031   │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



Passed Tests: 4/6 Percentage: 66.667%
Failed Tests: 2/6 Percentage: 33.333%


Adding 6 test results to report file: /tmp/tmpdzcbbdmp/var/report.json
Writing Logfile to /tmp/tmpdzcbbdmp/var/logs/buildtest_f5kw8pql.log

When multiple tags are specified, we search each tag independently and if it’s found in the buildspec cache we retrieve the buildspec file and add file to queue. This queue is a list of buildspecs that buildtest will process (i.e parse, build, run). You can query tags from buildspecs cache to see all available tags by running buildtest buildspec find --tags.

Note

The --tags is used for discovering buildspec file and not filtering tests by tag.

You can specify multiple tag names as a comma separated list. In the example below we build all tests with tag names pass, fail and network.

buildtest build -t pass,fail -t network
$ buildtest build -t pass,fail -t network
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:48:03                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/pass_returncode.yml                                    ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/tags_example.yml                                                   ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 2                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝
                             Buildspecs By Tag=pass                             
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/pass_returncode.yml                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝
                             Buildspecs By Tag=fail                             
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/pass_returncode.yml                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝
                           Buildspecs By Tag=network                            
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/tags_example.yml                                                   ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  2
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  2
────────────────────────────── Parsing Buildspecs ──────────────────────────────
Valid Buildspecs: 2
Invalid Buildspecs: 0
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/pass_returncode.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/tags_example.yml: VALID
Total builder objects created: 6
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descript ┃ buildsp ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ ion      ┃ ecs     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ exit1_fa │ script │ generic. │ None     │ None  │ None  │ exit 1   │ /home/d │
│ il/8348a │        │ local.ba │          │       │       │ by       │ ocs/che │
│ 017      │        │ sh       │          │       │       │ default  │ ckouts/ │
│          │        │          │          │       │       │ is FAIL  │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/test_ │
│          │        │          │          │       │       │          │ status/ │
│          │        │          │          │       │       │          │ pass_re │
│          │        │          │          │       │       │          │ turncod │
│          │        │          │          │       │       │          │ e.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ exit1_pa │ script │ generic. │ None     │ None  │ None  │ report   │ /home/d │
│ ss/859d3 │        │ local.ba │          │       │       │ exit 1   │ ocs/che │
│ 30f      │        │ sh       │          │       │       │ as PASS  │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/test_ │
│          │        │          │          │       │       │          │ status/ │
│          │        │          │          │       │       │          │ pass_re │
│          │        │          │          │       │       │          │ turncod │
│          │        │          │          │       │       │          │ e.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 2   │ /home/d │
│ de_list_ │        │ local.ba │          │       │       │ failed   │ ocs/che │
│ mismatch │        │ sh       │          │       │       │ since it │ ckouts/ │
│ /1d7990a │        │          │          │       │       │ failed   │ readthe │
│ c        │        │          │          │       │       │ to match │ docs.or │
│          │        │          │          │       │       │ returnco │ g/user_ │
│          │        │          │          │       │       │ de 1     │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/test_ │
│          │        │          │          │       │       │          │ status/ │
│          │        │          │          │       │       │          │ pass_re │
│          │        │          │          │       │       │          │ turncod │
│          │        │          │          │       │       │          │ e.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 128 │ /home/d │
│ de_int_m │        │ local.ba │          │       │       │ matches  │ ocs/che │
│ atch/9e6 │        │ sh       │          │       │       │ returnco │ ckouts/ │
│ 73e30    │        │          │          │       │       │ de 128   │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/test_ │
│          │        │          │          │       │       │          │ status/ │
│          │        │          │          │       │       │          │ pass_re │
│          │        │          │          │       │       │          │ turncod │
│          │        │          │          │       │       │          │ e.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ string_t │ script │ generic. │ None     │ None  │ None  │ tags can │ /home/d │
│ ag/220f2 │        │ local.ba │          │       │       │ be a     │ ocs/che │
│ 246      │        │ sh       │          │       │       │ string   │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/tags_ │
│          │        │          │          │       │       │          │ example │
│          │        │          │          │       │       │          │ .yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ list_of_ │ script │ generic. │ None     │ None  │ None  │ tags can │ /home/d │
│ strings_ │        │ local.ba │          │       │       │ be a     │ ocs/che │
│ tags/5c4 │        │ sh       │          │       │       │ list of  │ ckouts/ │
│ 5368d    │        │          │          │       │       │ strings  │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/tags_ │
│          │        │          │          │       │       │          │ example │
│          │        │          │          │       │       │          │ .yml    │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
exit1_fail/8348a017: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/8348a017
exit1_pass/859d330f: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/859d330f
returncode_list_mismatch/1d7990ac: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/1d7990ac
returncode_int_match/9e673e30: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_int_match/9e673e30
string_tag/220f2246: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/tags_example/string_tag/220f2246
list_of_strings_tags/5c45368d: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/tags_example/list_of_strings_tags/5c45368d
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
returncode_list_mismatch/1d7990ac does not have any dependencies adding test to queue
exit1_fail/8348a017 does not have any dependencies adding test to queue
list_of_strings_tags/5c45368d does not have any dependencies adding test to queue
returncode_int_match/9e673e30 does not have any dependencies adding test to queue
exit1_pass/859d330f does not have any dependencies adding test to queue
string_tag/220f2246 does not have any dependencies adding test to queue
      Builders Eligible to Run       
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                           ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ returncode_list_mismatch/1d7990ac │
│ exit1_fail/8348a017               │
│ list_of_strings_tags/5c45368d     │
│ returncode_int_match/9e673e30     │
│ exit1_pass/859d330f               │
│ string_tag/220f2246               │
└───────────────────────────────────┘
returncode_list_mismatch/1d7990ac: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/1d7990ac/stage
returncode_list_mismatch/1d7990ac: Running Test via command: bash returncode_list_mismatch_build.sh
returncode_list_mismatch/1d7990ac: failed to submit job with returncode: 2
───────────── Error Message for returncode_list_mismatch/1d7990ac ──────────────

returncode_list_mismatch/1d7990ac: Detected failure in running test, will attempt to retry test: 1 times
returncode_list_mismatch/1d7990ac: Run - 1/1
returncode_list_mismatch/1d7990ac: Running Test via command: bash returncode_list_mismatch_build.sh
returncode_list_mismatch/1d7990ac: failed to submit job with returncode: 2
returncode_list_mismatch/1d7990ac: Test completed in 0.014852 seconds with returncode: 2
returncode_list_mismatch/1d7990ac: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/1d7990ac/returncode_list_mismatch.out
returncode_list_mismatch/1d7990ac: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/1d7990ac/returncode_list_mismatch.err
returncode_list_mismatch/1d7990ac: Checking returncode - 2 is matched in list [1, 3]
exit1_fail/8348a017: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/8348a017/stage
exit1_fail/8348a017: Running Test via command: bash exit1_fail_build.sh
exit1_fail/8348a017: failed to submit job with returncode: 1
──────────────────── Error Message for exit1_fail/8348a017 ─────────────────────

exit1_fail/8348a017: Detected failure in running test, will attempt to retry test: 1 times
exit1_fail/8348a017: Run - 1/1
exit1_fail/8348a017: Running Test via command: bash exit1_fail_build.sh
exit1_fail/8348a017: failed to submit job with returncode: 1
exit1_fail/8348a017: Test completed in 0.014284 seconds with returncode: 1
exit1_fail/8348a017: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/8348a017/exit1_fail.out
exit1_fail/8348a017: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/8348a017/exit1_fail.err
list_of_strings_tags/5c45368d: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/tags_example/list_of_strings_tags/5c45368d/stage
list_of_strings_tags/5c45368d: Running Test via command: bash list_of_strings_tags_build.sh
list_of_strings_tags/5c45368d: Test completed in 3.029353 seconds with returncode: 0
list_of_strings_tags/5c45368d: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/tags_example/list_of_strings_tags/5c45368d/list_of_strings_tags.out
list_of_strings_tags/5c45368d: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/tags_example/list_of_strings_tags/5c45368d/list_of_strings_tags.err
returncode_int_match/9e673e30: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_int_match/9e673e30/stage
returncode_int_match/9e673e30: Running Test via command: bash returncode_int_match_build.sh
returncode_int_match/9e673e30: failed to submit job with returncode: 128
─────────────── Error Message for returncode_int_match/9e673e30 ────────────────

returncode_int_match/9e673e30: Detected failure in running test, will attempt to retry test: 1 times
returncode_int_match/9e673e30: Run - 1/1
returncode_int_match/9e673e30: Running Test via command: bash returncode_int_match_build.sh
returncode_int_match/9e673e30: failed to submit job with returncode: 128
returncode_int_match/9e673e30: Test completed in 0.015213 seconds with returncode: 128
returncode_int_match/9e673e30: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_int_match/9e673e30/returncode_int_match.out
returncode_int_match/9e673e30: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_int_match/9e673e30/returncode_int_match.err
returncode_int_match/9e673e30: Checking returncode - 128 is matched in list [128]
exit1_pass/859d330f: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/859d330f/stage
exit1_pass/859d330f: Running Test via command: bash exit1_pass_build.sh
exit1_pass/859d330f: failed to submit job with returncode: 1
──────────────────── Error Message for exit1_pass/859d330f ─────────────────────

exit1_pass/859d330f: Detected failure in running test, will attempt to retry test: 1 times
exit1_pass/859d330f: Run - 1/1
exit1_pass/859d330f: Running Test via command: bash exit1_pass_build.sh
exit1_pass/859d330f: failed to submit job with returncode: 1
exit1_pass/859d330f: Test completed in 0.014085 seconds with returncode: 1
exit1_pass/859d330f: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/859d330f/exit1_pass.out
exit1_pass/859d330f: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/859d330f/exit1_pass.err
exit1_pass/859d330f: Checking returncode - 1 is matched in list [1]
string_tag/220f2246: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/tags_example/string_tag/220f2246/stage
string_tag/220f2246: Running Test via command: bash string_tag_build.sh
string_tag/220f2246: Test completed in 0.006153 seconds with returncode: 0
string_tag/220f2246: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/tags_example/string_tag/220f2246/string_tag.out
string_tag/220f2246: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/tags_example/string_tag/220f2246/string_tag.err
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ exit1_fail/8348a017     │ generic.local.bash │ FAIL   │ 1          │ 0.014   │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ list_of_strings_tags/5c │ generic.local.bash │ PASS   │ 0          │ 3.029   │
│ 45368d                  │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ returncode_int_match/9e │ generic.local.bash │ PASS   │ 128        │ 0.015   │
│ 673e30                  │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ string_tag/220f2246     │ generic.local.bash │ PASS   │ 0          │ 0.006   │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ returncode_list_mismatc │ generic.local.bash │ FAIL   │ 2          │ 0.015   │
│ h/1d7990ac              │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ exit1_pass/859d330f     │ generic.local.bash │ PASS   │ 1          │ 0.014   │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



Passed Tests: 4/6 Percentage: 66.667%
Failed Tests: 2/6 Percentage: 33.333%


Adding 6 test results to report file: /tmp/tmpdzcbbdmp/var/report.json
Writing Logfile to /tmp/tmpdzcbbdmp/var/logs/buildtest_jm9elh__.log

You can combine --tags with --buildspec to discover buildspecs in a single command. buildtest will query tags and buildspecs independently and combine all discovered buildspecs together.

buildtest build --tags pass --buildspec tutorials/python-hello.yml
$ buildtest build --tags pass --buildspec tutorials/python-hello.yml
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:48:07                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/python-hello.yml                                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/pass_returncode.yml                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 2                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝
                             Buildspecs By Tag=pass                             
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/pass_returncode.yml                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  2
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  2
────────────────────────────── Parsing Buildspecs ──────────────────────────────
Valid Buildspecs: 2
Invalid Buildspecs: 0
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/python-hello.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/pass_returncode.yml: VALID
Total builder objects created: 5
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descript ┃ buildsp ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ ion      ┃ ecs     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ python_h │ script │ generic. │ None     │ None  │ None  │ Hello    │ /home/d │
│ ello/254 │        │ local.ba │          │       │       │ World    │ ocs/che │
│ a0fcc    │        │ sh       │          │       │       │ python   │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/pytho │
│          │        │          │          │       │       │          │ n-hello │
│          │        │          │          │       │       │          │ .yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ exit1_fa │ script │ generic. │ None     │ None  │ None  │ exit 1   │ /home/d │
│ il/880f9 │        │ local.ba │          │       │       │ by       │ ocs/che │
│ 5a0      │        │ sh       │          │       │       │ default  │ ckouts/ │
│          │        │          │          │       │       │ is FAIL  │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/test_ │
│          │        │          │          │       │       │          │ status/ │
│          │        │          │          │       │       │          │ pass_re │
│          │        │          │          │       │       │          │ turncod │
│          │        │          │          │       │       │          │ e.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ exit1_pa │ script │ generic. │ None     │ None  │ None  │ report   │ /home/d │
│ ss/b0488 │        │ local.ba │          │       │       │ exit 1   │ ocs/che │
│ c1f      │        │ sh       │          │       │       │ as PASS  │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/test_ │
│          │        │          │          │       │       │          │ status/ │
│          │        │          │          │       │       │          │ pass_re │
│          │        │          │          │       │       │          │ turncod │
│          │        │          │          │       │       │          │ e.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 2   │ /home/d │
│ de_list_ │        │ local.ba │          │       │       │ failed   │ ocs/che │
│ mismatch │        │ sh       │          │       │       │ since it │ ckouts/ │
│ /43b1a92 │        │          │          │       │       │ failed   │ readthe │
│ 9        │        │          │          │       │       │ to match │ docs.or │
│          │        │          │          │       │       │ returnco │ g/user_ │
│          │        │          │          │       │       │ de 1     │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/test_ │
│          │        │          │          │       │       │          │ status/ │
│          │        │          │          │       │       │          │ pass_re │
│          │        │          │          │       │       │          │ turncod │
│          │        │          │          │       │       │          │ e.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 128 │ /home/d │
│ de_int_m │        │ local.ba │          │       │       │ matches  │ ocs/che │
│ atch/235 │        │ sh       │          │       │       │ returnco │ ckouts/ │
│ cc9b9    │        │          │          │       │       │ de 128   │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/test_ │
│          │        │          │          │       │       │          │ status/ │
│          │        │          │          │       │       │          │ pass_re │
│          │        │          │          │       │       │          │ turncod │
│          │        │          │          │       │       │          │ e.yml   │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
python_hello/254a0fcc: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-hello/python_hello/254a0fcc
exit1_fail/880f95a0: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/880f95a0
exit1_pass/b0488c1f: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/b0488c1f
returncode_list_mismatch/43b1a929: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/43b1a929
returncode_int_match/235cc9b9: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_int_match/235cc9b9
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
python_hello/254a0fcc does not have any dependencies adding test to queue
returncode_list_mismatch/43b1a929 does not have any dependencies adding test to queue
returncode_int_match/235cc9b9 does not have any dependencies adding test to queue
exit1_pass/b0488c1f does not have any dependencies adding test to queue
exit1_fail/880f95a0 does not have any dependencies adding test to queue
      Builders Eligible to Run       
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                           ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ python_hello/254a0fcc             │
│ returncode_list_mismatch/43b1a929 │
│ exit1_pass/b0488c1f               │
│ returncode_int_match/235cc9b9     │
│ exit1_fail/880f95a0               │
└───────────────────────────────────┘
python_hello/254a0fcc: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-hello/python_hello/254a0fcc/stage
python_hello/254a0fcc: Running Test via command: bash python_hello_build.sh
python_hello/254a0fcc: Test completed in 0.031416 seconds with returncode: 0
python_hello/254a0fcc: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-hello/python_hello/254a0fcc/python_hello.out
python_hello/254a0fcc: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-hello/python_hello/254a0fcc/python_hello.err
returncode_list_mismatch/43b1a929: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/43b1a929/stage
returncode_list_mismatch/43b1a929: Running Test via command: bash returncode_list_mismatch_build.sh
returncode_list_mismatch/43b1a929: failed to submit job with returncode: 2
───────────── Error Message for returncode_list_mismatch/43b1a929 ──────────────

returncode_list_mismatch/43b1a929: Detected failure in running test, will attempt to retry test: 1 times
returncode_list_mismatch/43b1a929: Run - 1/1
returncode_list_mismatch/43b1a929: Running Test via command: bash returncode_list_mismatch_build.sh
returncode_list_mismatch/43b1a929: failed to submit job with returncode: 2
returncode_list_mismatch/43b1a929: Test completed in 0.014552 seconds with returncode: 2
returncode_list_mismatch/43b1a929: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/43b1a929/returncode_list_mismatch.out
returncode_list_mismatch/43b1a929: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/43b1a929/returncode_list_mismatch.err
returncode_list_mismatch/43b1a929: Checking returncode - 2 is matched in list [1, 3]
exit1_pass/b0488c1f: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/b0488c1f/stage
exit1_pass/b0488c1f: Running Test via command: bash exit1_pass_build.sh
exit1_pass/b0488c1f: failed to submit job with returncode: 1
──────────────────── Error Message for exit1_pass/b0488c1f ─────────────────────

exit1_pass/b0488c1f: Detected failure in running test, will attempt to retry test: 1 times
exit1_pass/b0488c1f: Run - 1/1
exit1_pass/b0488c1f: Running Test via command: bash exit1_pass_build.sh
exit1_pass/b0488c1f: failed to submit job with returncode: 1
exit1_pass/b0488c1f: Test completed in 0.014188 seconds with returncode: 1
exit1_pass/b0488c1f: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/b0488c1f/exit1_pass.out
exit1_pass/b0488c1f: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/b0488c1f/exit1_pass.err
exit1_pass/b0488c1f: Checking returncode - 1 is matched in list [1]
returncode_int_match/235cc9b9: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_int_match/235cc9b9/stage
returncode_int_match/235cc9b9: Running Test via command: bash returncode_int_match_build.sh
returncode_int_match/235cc9b9: failed to submit job with returncode: 128
─────────────── Error Message for returncode_int_match/235cc9b9 ────────────────

returncode_int_match/235cc9b9: Detected failure in running test, will attempt to retry test: 1 times
returncode_int_match/235cc9b9: Run - 1/1
returncode_int_match/235cc9b9: Running Test via command: bash returncode_int_match_build.sh
returncode_int_match/235cc9b9: failed to submit job with returncode: 128
returncode_int_match/235cc9b9: Test completed in 0.014589 seconds with returncode: 128
returncode_int_match/235cc9b9: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_int_match/235cc9b9/returncode_int_match.out
returncode_int_match/235cc9b9: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_int_match/235cc9b9/returncode_int_match.err
returncode_int_match/235cc9b9: Checking returncode - 128 is matched in list [128]
exit1_fail/880f95a0: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/880f95a0/stage
exit1_fail/880f95a0: Running Test via command: bash exit1_fail_build.sh
exit1_fail/880f95a0: failed to submit job with returncode: 1
──────────────────── Error Message for exit1_fail/880f95a0 ─────────────────────

exit1_fail/880f95a0: Detected failure in running test, will attempt to retry test: 1 times
exit1_fail/880f95a0: Run - 1/1
exit1_fail/880f95a0: Running Test via command: bash exit1_fail_build.sh
exit1_fail/880f95a0: failed to submit job with returncode: 1
exit1_fail/880f95a0: Test completed in 0.014492 seconds with returncode: 1
exit1_fail/880f95a0: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/880f95a0/exit1_fail.out
exit1_fail/880f95a0: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/880f95a0/exit1_fail.err
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ returncode_list_mismatc │ generic.local.bash │ FAIL   │ 2          │ 0.015   │
│ h/43b1a929              │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ returncode_int_match/23 │ generic.local.bash │ PASS   │ 128        │ 0.015   │
│ 5cc9b9                  │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ exit1_fail/880f95a0     │ generic.local.bash │ FAIL   │ 1          │ 0.014   │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ python_hello/254a0fcc   │ generic.local.bash │ PASS   │ 0          │ 0.031   │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ exit1_pass/b0488c1f     │ generic.local.bash │ PASS   │ 1          │ 0.014   │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



Passed Tests: 3/5 Percentage: 60.000%
Failed Tests: 2/5 Percentage: 40.000%


Adding 5 test results to report file: /tmp/tmpdzcbbdmp/var/report.json
Writing Logfile to /tmp/tmpdzcbbdmp/var/logs/buildtest_v975cvfi.log

As you may see, there are several ways to build buildspecs with buildtest. Tags is great way to build a whole collection of tests if you don’t know path to all the files. You can specify multiple tags per buildspecs to classify how test can be run.

Exclude by tags (buildtest build --exclude-tags)

You can exclude tests by tagname using --exclude-tags option or short option (-xt). Any tests that contains the tags field is searched with list of excluded tags. If there is a match, the test is skipped. If the test does not contain tags key, the test will be included to run.

Let’s take an example buildspec file which contains 4 tests.

buildspecs:

  exit1_fail:
    executor: generic.local.bash
    type: script
    description: exit 1 by default is FAIL
    tags: [tutorials, fail]
    run: exit 1

  exit1_pass:
    executor: generic.local.bash
    type: script
    description: report exit 1 as PASS
    run: exit 1
    tags: [tutorials, pass]
    status:
      returncode: [1]

  returncode_list_mismatch:
    executor: generic.local.bash
    type: script
    description: exit 2 failed since it failed to match returncode 1
    run: exit 2
    tags: [tutorials, fail]
    status:
      returncode: [1, 3]

  returncode_int_match:
    executor: generic.local.bash
    type: script
    description: exit 128 matches returncode 128
    run: exit 128
    tags: [tutorials, pass]
    status:
      returncode: 128

We will demonstrate this feature, by excluding tests with tag name pass. Take note all tests are run except for those that include pass.

buildtest build -b tutorials/test_status/pass_returncode.yml -xt pass
$ buildtest build -b tutorials/test_status/pass_returncode.yml -xt pass
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:48:08                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/pass_returncode.yml                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  1
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  1
────────────────────────────── Parsing Buildspecs ──────────────────────────────
Skipping test: exit1_pass from buildspec: /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/pass_returncode.yml due to tag exclusion: ['pass']
Skipping test: returncode_int_match from buildspec: /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/pass_returncode.yml due to tag exclusion: ['pass']
Valid Buildspecs: 1
Invalid Buildspecs: 0
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/pass_returncode.yml: VALID
Total builder objects created: 2
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descript ┃ buildsp ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ ion      ┃ ecs     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ exit1_fa │ script │ generic. │ None     │ None  │ None  │ exit 1   │ /home/d │
│ il/5b067 │        │ local.ba │          │       │       │ by       │ ocs/che │
│ 598      │        │ sh       │          │       │       │ default  │ ckouts/ │
│          │        │          │          │       │       │ is FAIL  │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/test_ │
│          │        │          │          │       │       │          │ status/ │
│          │        │          │          │       │       │          │ pass_re │
│          │        │          │          │       │       │          │ turncod │
│          │        │          │          │       │       │          │ e.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 2   │ /home/d │
│ de_list_ │        │ local.ba │          │       │       │ failed   │ ocs/che │
│ mismatch │        │ sh       │          │       │       │ since it │ ckouts/ │
│ /586f67a │        │          │          │       │       │ failed   │ readthe │
│ 9        │        │          │          │       │       │ to match │ docs.or │
│          │        │          │          │       │       │ returnco │ g/user_ │
│          │        │          │          │       │       │ de 1     │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/test_ │
│          │        │          │          │       │       │          │ status/ │
│          │        │          │          │       │       │          │ pass_re │
│          │        │          │          │       │       │          │ turncod │
│          │        │          │          │       │       │          │ e.yml   │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
exit1_fail/5b067598: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/5b067598
returncode_list_mismatch/586f67a9: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/586f67a9
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
exit1_fail/5b067598 does not have any dependencies adding test to queue
returncode_list_mismatch/586f67a9 does not have any dependencies adding test to queue
      Builders Eligible to Run       
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                           ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ exit1_fail/5b067598               │
│ returncode_list_mismatch/586f67a9 │
└───────────────────────────────────┘
exit1_fail/5b067598: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/5b067598/stage
exit1_fail/5b067598: Running Test via command: bash exit1_fail_build.sh
exit1_fail/5b067598: failed to submit job with returncode: 1
──────────────────── Error Message for exit1_fail/5b067598 ─────────────────────

exit1_fail/5b067598: Detected failure in running test, will attempt to retry test: 1 times
exit1_fail/5b067598: Run - 1/1
exit1_fail/5b067598: Running Test via command: bash exit1_fail_build.sh
exit1_fail/5b067598: failed to submit job with returncode: 1
exit1_fail/5b067598: Test completed in 0.01458 seconds with returncode: 1
exit1_fail/5b067598: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/5b067598/exit1_fail.out
exit1_fail/5b067598: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/5b067598/exit1_fail.err
returncode_list_mismatch/586f67a9: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/586f67a9/stage
returncode_list_mismatch/586f67a9: Running Test via command: bash returncode_list_mismatch_build.sh
returncode_list_mismatch/586f67a9: failed to submit job with returncode: 2
───────────── Error Message for returncode_list_mismatch/586f67a9 ──────────────

returncode_list_mismatch/586f67a9: Detected failure in running test, will attempt to retry test: 1 times
returncode_list_mismatch/586f67a9: Run - 1/1
returncode_list_mismatch/586f67a9: Running Test via command: bash returncode_list_mismatch_build.sh
returncode_list_mismatch/586f67a9: failed to submit job with returncode: 2
returncode_list_mismatch/586f67a9: Test completed in 0.014316 seconds with returncode: 2
returncode_list_mismatch/586f67a9: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/586f67a9/returncode_list_mismatch.out
returncode_list_mismatch/586f67a9: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/586f67a9/returncode_list_mismatch.err
returncode_list_mismatch/586f67a9: Checking returncode - 2 is matched in list [1, 3]
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ returncode_list_mismatc │ generic.local.bash │ FAIL   │ 2          │ 0.014   │
│ h/586f67a9              │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ exit1_fail/5b067598     │ generic.local.bash │ FAIL   │ 1          │ 0.015   │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



Passed Tests: 0/2 Percentage: 0.000%
Failed Tests: 2/2 Percentage: 100.000%


Adding 2 test results to report file: /tmp/tmpdzcbbdmp/var/report.json
Writing Logfile to /tmp/tmpdzcbbdmp/var/logs/buildtest_345dacwb.log

We can specify tags as a comma separated list to specify multiple tags so one can do -xt tag1,tag2 which is equivalent to -xt tag1 -xt tag2. You may even mix the two formats together where you can exclude tags: tag1, tag2, tag3 by running -xt tag1 -xt tag2,tag3.

In this example below, we will exclude both pass and fail tags which results in error message where no test are eligible to run after exclusion has been applied.

buildtest build -b tutorials/test_status/pass_returncode.yml -xt pass,fail
$ buildtest build -b tutorials/test_status/pass_returncode.yml -xt pass,fail
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:48:09                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/pass_returncode.yml                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  1
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  1
────────────────────────────── Parsing Buildspecs ──────────────────────────────
Skipping test: exit1_fail from buildspec: /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/pass_returncode.yml due to tag exclusion: ['pass', 'fail']
Skipping test: exit1_pass from buildspec: /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/pass_returncode.yml due to tag exclusion: ['pass', 'fail']
Skipping test: returncode_list_mismatch from buildspec: /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/pass_returncode.yml due to tag exclusion: ['pass', 'fail']
Skipping test: returncode_int_match from buildspec: /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/pass_returncode.yml due to tag exclusion: ['pass', 'fail']
Valid Buildspecs: 1
Invalid Buildspecs: 0
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/pass_returncode.yml: VALID
                            Buildspecs Filtered out                             
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ buildspecs                                                                   ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
└──────────────────────────────────────────────────────────────────────────────┘

buildtest is unable to create any tests because there are no valid buildspecs. 

Please see logfile: /tmp/tmpdzcbbdmp/var/buildtest.log

Building by Test Names (buildtest build --name)

You can discover buildspecs by test names using the --name option or short option -n. This feature can be used if you want to run a particular test and not worrying about the buildspec file that is belongs to. Note we have tab completion builtin to this feature to show list of tests that are found in the buildspec cache. Shown below is an example output of the tab completion listing all available tests

  buildtest build --name _bin_bash_shell
_bin_bash_shell                   current_user_queue                lsf_version                       runtime_test_pass                 status_regex_stderr_pass
_bin_sh_shell                     dead_nodes                        metric_file_regex                 sh_shell                          status_regex_stdout_fail
add_numbers                       display_hosts_format              metric_file_regex_invalid_file    shell_options                     status_regex_stdout_pass
always_fail                       display_lsf_hosts                 metric_regex_example              show_accounts                     status_returncode_by_executors
always_pass                       executors_sbatch_declaration      multiple_executors                show_all_jobs                     stream_test
assert_contains_fail              executors_vars_env_declaration    node_down_fail_list_reason        show_host_groups                  string_tag
assert_eq_example                 exit1_fail                        nodes_state_allocated             show_jobs                         summary_example
assert_eq_invalid_metric          exit1_pass                        nodes_state_completing            show_lsf_configuration            symlink_test
assert_eq_mismatch                fail_test                         nodes_state_down                  show_lsf_models                   systemd_default_target
assert_gt_example                 file_and_dir_checks               nodes_state_idle                  show_lsf_queues                   tcsh_env_declaration
assert_le_example                 file_count_by_expression          nodes_state_reboot                show_lsf_queues_current_user      test1
assert_lt_example                 file_count_by_extension           pass_and_fail_test                show_lsf_queues_formatted         test2

Let’s try building an example test by name hello_world. Take note in output, buildtest will show a breakdown of buildspecs discovered by the test name.

buildtest build --name hello_world
$ buildtest build --name hello_world
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:48:09                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/hello_world.yml                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝
                         Buildspecs by Name=hello_world                         
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspecs                                                                   ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/hello_world.yml                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  1
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  1
────────────────────────────── Parsing Buildspecs ──────────────────────────────
Valid Buildspecs: 1
Invalid Buildspecs: 0
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/hello_world.yml: VALID
Total builder objects created: 1
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descript ┃ buildsp ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ ion      ┃ ecs     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ hello_wo │ script │ generic. │ None     │ None  │ None  │ hello    │ /home/d │
│ rld/caf6 │        │ local.ba │          │       │       │ world    │ ocs/che │
│ 227a     │        │ sh       │          │       │       │ example  │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/hello │
│          │        │          │          │       │       │          │ _world. │
│          │        │          │          │       │       │          │ yml     │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
hello_world/caf6227a: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/hello_world/hello_world/caf6227a
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
hello_world/caf6227a does not have any dependencies adding test to queue
Builders Eligible to Run
┏━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder              ┃
┡━━━━━━━━━━━━━━━━━━━━━━┩
│ hello_world/caf6227a │
└──────────────────────┘
hello_world/caf6227a: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/hello_world/hello_world/caf6227a/stage
hello_world/caf6227a: Running Test via command: bash hello_world_build.sh
hello_world/caf6227a: Test completed in 0.005901 seconds with returncode: 0
hello_world/caf6227a: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/hello_world/hello_world/caf6227a/hello_world.out
hello_world/caf6227a: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/hello_world/hello_world/caf6227a/hello_world.err
                                Test Summary                                 
┏━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder              ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ hello_world/caf6227a │ generic.local.bash │ PASS   │ 0          │ 0.006   │
└──────────────────────┴────────────────────┴────────┴────────────┴─────────┘



Passed Tests: 1/1 Percentage: 100.000%
Failed Tests: 0/1 Percentage: 0.000%


Adding 1 test results to report file: /tmp/tmpdzcbbdmp/var/report.json
Writing Logfile to /tmp/tmpdzcbbdmp/var/logs/buildtest_kqrezdw0.log

You can specify multiple test names just specify the option multiple times. In example below we will demonstrate this example

buildtest build --name add_numbers --name summary_example
$ buildtest build --name add_numbers --name summary_example
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:48:10                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/add_numbers.yml                                                    ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/summary_example.yml                                                ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 2                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝
                         Buildspecs by Name=add_numbers                         
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspecs                                                                   ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/add_numbers.yml                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝
                       Buildspecs by Name=summary_example                       
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspecs                                                                   ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/summary_example.yml                                                ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  2
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  2
────────────────────────────── Parsing Buildspecs ──────────────────────────────
Valid Buildspecs: 2
Invalid Buildspecs: 0
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/add_numbers.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/summary_example.yml: VALID
Total builder objects created: 2
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descript ┃ buildsp ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ ion      ┃ ecs     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ add_numb │ script │ generic. │ None     │ None  │ None  │ Add X+Y  │ /home/d │
│ ers/4f96 │        │ local.ba │          │       │       │          │ ocs/che │
│ 8757     │        │ sh       │          │       │       │          │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/add_n │
│          │        │          │          │       │       │          │ umbers. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ summary_ │ script │ generic. │ None     │ None  │ None  │ The      │ /home/d │
│ example/ │        │ local.ba │          │       │       │ summary  │ ocs/che │
│ eb815234 │        │ sh       │          │       │       │ field    │ ckouts/ │
│          │        │          │          │       │       │ can be a │ readthe │
│          │        │          │          │       │       │ multi-li │ docs.or │
│          │        │          │          │       │       │ ne       │ g/user_ │
│          │        │          │          │       │       │ string   │ builds/ │
│          │        │          │          │       │       │ and      │ buildte │
│          │        │          │          │       │       │ exceed   │ st/chec │
│          │        │          │          │       │       │ 80 char  │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/summa │
│          │        │          │          │       │       │          │ ry_exam │
│          │        │          │          │       │       │          │ ple.yml │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
add_numbers/4f968757: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/add_numbers/add_numbers/4f968757
summary_example/eb815234: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/summary_example/summary_example/eb815234
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
summary_example/eb815234 does not have any dependencies adding test to queue
add_numbers/4f968757 does not have any dependencies adding test to queue
  Builders Eligible to Run  
┏━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ add_numbers/4f968757     │
│ summary_example/eb815234 │
└──────────────────────────┘
add_numbers/4f968757: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/add_numbers/add_numbers/4f968757/stage
add_numbers/4f968757: Running Test via command: bash add_numbers_build.sh
add_numbers/4f968757: Test completed in 0.006002 seconds with returncode: 0
add_numbers/4f968757: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/add_numbers/add_numbers/4f968757/add_numbers.out
add_numbers/4f968757: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/add_numbers/add_numbers/4f968757/add_numbers.err
summary_example/eb815234: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/summary_example/summary_example/eb815234/stage
summary_example/eb815234: Running Test via command: bash summary_example_build.sh
summary_example/eb815234: Test completed in 0.00631 seconds with returncode: 0
summary_example/eb815234: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/summary_example/summary_example/eb815234/summary_example.out
summary_example/eb815234: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/summary_example/summary_example/eb815234/summary_example.err
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ summary_example/eb81523 │ generic.local.bash │ PASS   │ 0          │ 0.006   │
│ 4                       │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ add_numbers/4f968757    │ generic.local.bash │ PASS   │ 0          │ 0.006   │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



Passed Tests: 2/2 Percentage: 100.000%
Failed Tests: 0/2 Percentage: 0.000%


Adding 2 test results to report file: /tmp/tmpdzcbbdmp/var/report.json
Writing Logfile to /tmp/tmpdzcbbdmp/var/logs/buildtest_r1zvwxjo.log

Please note, buildtest will discover buildspecs given the test name (--name) option and then run all tests defined in the buildspec file. A buildspec file may include several tests and by default all of them are run. This option is not meant to filter buildspecs by the selected test, but only a means for discovering buildspecs by test name.

Building by Executors (buildtest build --executor)

Every buildspec is associated to an executor which is responsible for running the test. You can instruct buildtest to run all tests by given executor via --executor option or short option -e. For instance, if you want to build all test associated to executor generic.local.csh you can run:

$ buildtest build --executor generic.local.csh

buildtest will query buildspec cache for the executor name and retrieve a list of buildspecs with matching executor name. To see a list of available executors in buildspec cache see querying buildspec executor.

Note

By default all tests are run in buildspec file. The buildtest build --executor option discovers buildspecs if one of the test matches the executor name. The --executor option is not filtering tests but only discovering buildspecs.

In this example we run all tests that are associated to generic.local.csh executor.

buildtest build --executor generic.local.csh
$ buildtest build --executor generic.local.csh
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:48:10                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/environment.yml                                                    ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/csh_shell_examples.yml                                             ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 2                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝
                    Buildspecs by Executor=generic.local.csh                    
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspecs                                                                   ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/environment.yml                                                    ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/csh_shell_examples.yml                                             ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 2                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  2
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  2
────────────────────────────── Parsing Buildspecs ──────────────────────────────
Valid Buildspecs: 2
Invalid Buildspecs: 0
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/environment.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/csh_shell_examples.yml: VALID
Total builder objects created: 4
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descript ┃ buildsp ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ ion      ┃ ecs     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ bash_env │ script │ generic. │ None     │ None  │ None  │ Declare  │ /home/d │
│ _variabl │        │ local.ba │          │       │       │ environm │ ocs/che │
│ es/07152 │        │ sh       │          │       │       │ ent      │ ckouts/ │
│ 568      │        │          │          │       │       │ variable │ readthe │
│          │        │          │          │       │       │ s in     │ docs.or │
│          │        │          │          │       │       │ default  │ g/user_ │
│          │        │          │          │       │       │ shell    │ builds/ │
│          │        │          │          │       │       │ (bash)   │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/envir │
│          │        │          │          │       │       │          │ onment. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ csh_env_ │ script │ generic. │ None     │ None  │ None  │ csh      │ /home/d │
│ declarat │        │ local.cs │          │       │       │ shell    │ ocs/che │
│ ion/6f7e │        │ h        │          │       │       │ example  │ ckouts/ │
│ 467e     │        │          │          │       │       │ to       │ readthe │
│          │        │          │          │       │       │ declare  │ docs.or │
│          │        │          │          │       │       │ environm │ g/user_ │
│          │        │          │          │       │       │ ent      │ builds/ │
│          │        │          │          │       │       │ variable │ buildte │
│          │        │          │          │       │       │ s        │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/envir │
│          │        │          │          │       │       │          │ onment. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ tcsh_env │ script │ generic. │ None     │ None  │ None  │ tcsh     │ /home/d │
│ _declara │        │ local.cs │          │       │       │ shell    │ ocs/che │
│ tion/071 │        │ h        │          │       │       │ example  │ ckouts/ │
│ e5bb0    │        │          │          │       │       │ to       │ readthe │
│          │        │          │          │       │       │ declare  │ docs.or │
│          │        │          │          │       │       │ environm │ g/user_ │
│          │        │          │          │       │       │ ent      │ builds/ │
│          │        │          │          │       │       │ variable │ buildte │
│          │        │          │          │       │       │ s        │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/envir │
│          │        │          │          │       │       │          │ onment. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ csh_shel │ script │ generic. │ None     │ None  │ None  │ csh      │ /home/d │
│ l/4aa56e │        │ local.cs │          │       │       │ shell    │ ocs/che │
│ f3       │        │ h        │          │       │       │ example  │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/csh_s │
│          │        │          │          │       │       │          │ hell_ex │
│          │        │          │          │       │       │          │ amples. │
│          │        │          │          │       │       │          │ yml     │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
bash_env_variables/07152568: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/environment/bash_env_variables/07152568
csh_env_declaration/6f7e467e: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.csh/environment/csh_env_declaration/6f7e467e
tcsh_env_declaration/071e5bb0: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.csh/environment/tcsh_env_declaration/071e5bb0
csh_shell/4aa56ef3: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.csh/csh_shell_examples/csh_shell/4aa56ef3
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
csh_env_declaration/6f7e467e does not have any dependencies adding test to queue
bash_env_variables/07152568 does not have any dependencies adding test to queue
tcsh_env_declaration/071e5bb0 does not have any dependencies adding test to queue
csh_shell/4aa56ef3 does not have any dependencies adding test to queue
    Builders Eligible to Run     
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                       ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ csh_env_declaration/6f7e467e  │
│ bash_env_variables/07152568   │
│ tcsh_env_declaration/071e5bb0 │
│ csh_shell/4aa56ef3            │
└───────────────────────────────┘
csh_env_declaration/6f7e467e: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.csh/environment/csh_env_declaration/6f7e467e/stage
csh_env_declaration/6f7e467e: Running Test via command: bash csh_env_declaration_build.sh
csh_env_declaration/6f7e467e: Test completed in 2.172597 seconds with returncode: 0
csh_env_declaration/6f7e467e: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.csh/environment/csh_env_declaration/6f7e467e/csh_env_declaration.out
csh_env_declaration/6f7e467e: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.csh/environment/csh_env_declaration/6f7e467e/csh_env_declaration.err
bash_env_variables/07152568: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/environment/bash_env_variables/07152568/stage
bash_env_variables/07152568: Running Test via command: bash bash_env_variables_build.sh
bash_env_variables/07152568: Test completed in 0.00774 seconds with returncode: 0
bash_env_variables/07152568: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/environment/bash_env_variables/07152568/bash_env_variables.out
bash_env_variables/07152568: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/environment/bash_env_variables/07152568/bash_env_variables.err
tcsh_env_declaration/071e5bb0: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.csh/environment/tcsh_env_declaration/071e5bb0/stage
tcsh_env_declaration/071e5bb0: Running Test via command: bash tcsh_env_declaration_build.sh
tcsh_env_declaration/071e5bb0: Test completed in 0.013719 seconds with returncode: 0
tcsh_env_declaration/071e5bb0: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.csh/environment/tcsh_env_declaration/071e5bb0/tcsh_env_declaration.out
tcsh_env_declaration/071e5bb0: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.csh/environment/tcsh_env_declaration/071e5bb0/tcsh_env_declaration.err
csh_shell/4aa56ef3: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.csh/csh_shell_examples/csh_shell/4aa56ef3/stage
csh_shell/4aa56ef3: Running Test via command: bash csh_shell_build.sh
csh_shell/4aa56ef3: Test completed in 2.166193 seconds with returncode: 0
csh_shell/4aa56ef3: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.csh/csh_shell_examples/csh_shell/4aa56ef3/csh_shell.out
csh_shell/4aa56ef3: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.csh/csh_shell_examples/csh_shell/4aa56ef3/csh_shell.err
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ csh_shell/4aa56ef3      │ generic.local.csh  │ PASS   │ 0          │ 2.166   │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ csh_env_declaration/6f7 │ generic.local.csh  │ PASS   │ 0          │ 2.173   │
│ e467e                   │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ tcsh_env_declaration/07 │ generic.local.csh  │ PASS   │ 0          │ 0.014   │
│ 1e5bb0                  │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ bash_env_variables/0715 │ generic.local.bash │ PASS   │ 0          │ 0.008   │
│ 2568                    │                    │        │            │         │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



Passed Tests: 4/4 Percentage: 100.000%
Failed Tests: 0/4 Percentage: 0.000%


Adding 4 test results to report file: /tmp/tmpdzcbbdmp/var/report.json
Writing Logfile to /tmp/tmpdzcbbdmp/var/logs/buildtest_b95cgt9x.log

Note

The --executor option can be appended to discover tests by multiple executors.

Filtering Buildspecs (buildtest build --filter)

buildtest has support for filtering buildspecs based on certain attributes defined in buildspec file. Upon Discover Buildspecs, buildtest will filter out tests or entire buildspec files. The buildtest build --filter option can be used to filter tests where the format is key1=val1;key2=val2,val3. The semicolon is used to specify multiple filter fields and the comma is used to specify multiple values for a given field.

To see all available filter fields you can run buildtest build --helpfilter and buildtest will report the fields followed by description.

buildtest build --helpfilter
$ buildtest build --helpfilter
                 Buildtest Filters                  
┏━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Field       ┃ Description                        ┃
┡━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ tags        │ Filter tests by 'tag' field        │
│ type        │ Filter test by 'type' field        │
│ maintainers │ Filter test by 'maintainers' field │
└─────────────┴────────────────────────────────────┘

In this example, we will discover all buildspecs based on tagname pass and then filter each test by tagname pass specified by --filter tags=pass.

buildtest build -t pass --filter tags=pass
$ buildtest build -t pass --filter tags=pass
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:48:16                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/pass_returncode.yml                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝
                             Buildspecs By Tag=pass                             
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/pass_returncode.yml                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  1
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  1
────────────────────────────── Parsing Buildspecs ──────────────────────────────
[exit1_fail][/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/pass_returncode.yml]: test is skipped because it is not in tag filter list: {'tags': ['pass']}
[returncode_list_mismatch][/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/pass_returncode.yml]: test is skipped because it is not in tag filter list: {'tags': ['pass']}
Valid Buildspecs: 1
Invalid Buildspecs: 0
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/pass_returncode.yml: VALID
Total builder objects created: 2
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descript ┃ buildsp ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ ion      ┃ ecs     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ exit1_pa │ script │ generic. │ None     │ None  │ None  │ report   │ /home/d │
│ ss/5d294 │        │ local.ba │          │       │       │ exit 1   │ ocs/che │
│ bbc      │        │ sh       │          │       │       │ as PASS  │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/test_ │
│          │        │          │          │       │       │          │ status/ │
│          │        │          │          │       │       │          │ pass_re │
│          │        │          │          │       │       │          │ turncod │
│          │        │          │          │       │       │          │ e.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 128 │ /home/d │
│ de_int_m │        │ local.ba │          │       │       │ matches  │ ocs/che │
│ atch/61b │        │ sh       │          │       │       │ returnco │ ckouts/ │
│ 98f96    │        │          │          │       │       │ de 128   │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/test_ │
│          │        │          │          │       │       │          │ status/ │
│          │        │          │          │       │       │          │ pass_re │
│          │        │          │          │       │       │          │ turncod │
│          │        │          │          │       │       │          │ e.yml   │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
exit1_pass/5d294bbc: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/5d294bbc
returncode_int_match/61b98f96: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_int_match/61b98f96
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
exit1_pass/5d294bbc does not have any dependencies adding test to queue
returncode_int_match/61b98f96 does not have any dependencies adding test to queue
    Builders Eligible to Run     
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                       ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ exit1_pass/5d294bbc           │
│ returncode_int_match/61b98f96 │
└───────────────────────────────┘
exit1_pass/5d294bbc: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/5d294bbc/stage
exit1_pass/5d294bbc: Running Test via command: bash exit1_pass_build.sh
exit1_pass/5d294bbc: failed to submit job with returncode: 1
──────────────────── Error Message for exit1_pass/5d294bbc ─────────────────────

exit1_pass/5d294bbc: Detected failure in running test, will attempt to retry test: 1 times
exit1_pass/5d294bbc: Run - 1/1
exit1_pass/5d294bbc: Running Test via command: bash exit1_pass_build.sh
exit1_pass/5d294bbc: failed to submit job with returncode: 1
exit1_pass/5d294bbc: Test completed in 0.01489 seconds with returncode: 1
exit1_pass/5d294bbc: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/5d294bbc/exit1_pass.out
exit1_pass/5d294bbc: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/5d294bbc/exit1_pass.err
exit1_pass/5d294bbc: Checking returncode - 1 is matched in list [1]
returncode_int_match/61b98f96: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_int_match/61b98f96/stage
returncode_int_match/61b98f96: Running Test via command: bash returncode_int_match_build.sh
returncode_int_match/61b98f96: failed to submit job with returncode: 128
─────────────── Error Message for returncode_int_match/61b98f96 ────────────────

returncode_int_match/61b98f96: Detected failure in running test, will attempt to retry test: 1 times
returncode_int_match/61b98f96: Run - 1/1
returncode_int_match/61b98f96: Running Test via command: bash returncode_int_match_build.sh
returncode_int_match/61b98f96: failed to submit job with returncode: 128
returncode_int_match/61b98f96: Test completed in 0.014356 seconds with returncode: 128
returncode_int_match/61b98f96: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_int_match/61b98f96/returncode_int_match.out
returncode_int_match/61b98f96: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_int_match/61b98f96/returncode_int_match.err
returncode_int_match/61b98f96: Checking returncode - 128 is matched in list [128]
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ returncode_int_match/61 │ generic.local.bash │ PASS   │ 128        │ 0.014   │
│ b98f96                  │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ exit1_pass/5d294bbc     │ generic.local.bash │ PASS   │ 1          │ 0.015   │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



Passed Tests: 2/2 Percentage: 100.000%
Failed Tests: 0/2 Percentage: 0.000%


Adding 2 test results to report file: /tmp/tmpdzcbbdmp/var/report.json
Writing Logfile to /tmp/tmpdzcbbdmp/var/logs/buildtest_h9h6bl1z.log

buildtest can run filter tests by maintainers, this can be useful if you want to run tests that you are maintainer. The maintainers field is set per buildspec and not each test. You can filter maintiners via --filter maintainers=<MAINTAINER_NAME>. If the maintainers field is not specified the buildspec will be filtered out if --filter maintainers is specified. In this next example, we will build all tests for maintainer @shahzebsiddiqui.

buildtest build -b tutorials --filter maintainers=@shahzebsiddiqui
$ buildtest build -b tutorials --filter maintainers=@shahzebsiddiqui
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:48:17                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/hello_world.yml                                                    ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/invalid_buildspec_section.yml                                      ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/file_count_filetype.yml                                ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/skip_buildspec.yml                                                 ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/python-shell.yml                                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/containers/container_executor/python_container.yml                 ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/file_linecount.yml                                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/metrics/missing_required_in_metrics.yml                            ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/python-hello.yml                                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/containers/bind_mounts.yml                                         ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/exists.yml                                             ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/perf_checks/assert_ne.yml                                          ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/summary_example.yml                                                ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/compilation/stream.yml                                             ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/file_count_file_traverse_limit.yml                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/csh_shell_examples.yml                                             ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/job_dependency/ex2.yml                                             ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/perf_checks/assert_range.yml                                       ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/perf_checks/assert_eq.yml                                          ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/multi_executors/executor_regex_script.yml                          ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/explicit_state.yml                                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/is_symlink.yml                                         ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/perf_checks/assert_ge.yml                                          ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/perf_checks/contains.yml                                           ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/compilation/compiler_exclude.yml                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/file_and_dir_check.yml                                 ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/multi_executors/status_by_executors.yml                            ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/file_exists_exception.yml                              ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/file_count.yml                                         ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/shell_examples.yml                                                 ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/gcc_version.yml                                                    ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/job_dependency/ex3.yml                                             ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/multi_executors/executor_scheduler.yml                             ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/containers/container_executor/ubuntu.yml                           ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/metrics/metrics_file_regex_invalid_file.yml                        ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/regex_on_filename.yml                                  ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/multi_executors/executors_var_env_declaration.yml                  ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/metrics/invalid_metrics.yml                                        ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/perf_checks/assert_le.yml                                          ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/containers/hello_world.yml                                         ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/environment.yml                                                    ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/metrics/metrics_regex_with_invalid_linenum.yml                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/status_regex.yml                                       ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/sleep.yml                                                          ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/job_dependency/ex4.yml                                             ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/perf_checks/assert_eq_exceptions.yml                               ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/skip_tests.yml                                                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/file_count_pattern.yml                                 ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/runtime_status_test.yml                                ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/containers/run_commands.yml                                        ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/containers/run_script.yml                                          ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/perf_checks/assert_lt.yml                                          ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/metrics/invalid_metric_name.yml                                    ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/perf_checks/assert_gt.yml                                          ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/compilation/hello_world_compilation.yml                            ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/vars.yml                                                           ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/maintainers_example.yml                                            ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/job_dependency/ex1.yml                                             ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/invalid_tags.yml                                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/pass_returncode.yml                                    ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/linecount.yml                                          ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/tags_example.yml                                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/shebang.yml                                                        ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/metrics/metrics_regex.yml                                          ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/file_exists_with_number.yml                            ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/add_numbers.yml                                                    ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/file_linecount_invalid.yml                             ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/burstbuffer_datawarp_executors.yml                                 ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/specify_regex_type.yml                                 ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/file_linecount_failure.yml                             ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/metrics/metrics_with_regex_type.yml                                ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/containers/hello_world_singularity.yml                             ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/invalid_executor.yml                                               ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/mode.yml                                               ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/metrics/metrics_regex_with_linenum.yml                             ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 75                                                                    ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  75
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  75
────────────────────────────── Parsing Buildspecs ──────────────────────────────
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/file_count_filetype.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/skip_buildspec.yml: skipping all test since 'skip' is defined
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/python-shell.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/containers/container_executor/python_container.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/file_linecount.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/python-hello.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/containers/bind_mounts.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/exists.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/perf_checks/assert_ne.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/summary_example.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/compilation/stream.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/file_count_file_traverse_limit.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/csh_shell_examples.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/job_dependency/ex2.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/perf_checks/assert_range.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/perf_checks/assert_eq.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/multi_executors/executor_regex_script.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/explicit_state.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/is_symlink.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/perf_checks/assert_ge.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/perf_checks/contains.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/compilation/compiler_exclude.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/file_and_dir_check.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/multi_executors/status_by_executors.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/file_count.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/shell_examples.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/gcc_version.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/job_dependency/ex3.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/multi_executors/executor_scheduler.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/containers/container_executor/ubuntu.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/metrics/metrics_file_regex_invalid_file.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/regex_on_filename.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/multi_executors/executors_var_env_declaration.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/perf_checks/assert_le.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/containers/hello_world.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/environment.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/metrics/metrics_regex_with_invalid_linenum.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/status_regex.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/sleep.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/job_dependency/ex4.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/perf_checks/assert_eq_exceptions.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/skip_tests.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/file_count_pattern.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/runtime_status_test.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/containers/run_commands.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/containers/run_script.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/perf_checks/assert_lt.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/perf_checks/assert_gt.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/compilation/hello_world_compilation.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/vars.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/maintainers_example.yml: unable to find maintainer: ['@shahzebsiddiqui'] in buildspec which contains the following maintainers: ['@johndoe', '@bobsmith'] therefore we skip this test
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/job_dependency/ex1.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/pass_returncode.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/linecount.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/tags_example.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/shebang.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/metrics/metrics_regex.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/file_exists_with_number.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/add_numbers.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/burstbuffer_datawarp_executors.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/specify_regex_type.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/file_linecount_failure.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/metrics/metrics_with_regex_type.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/containers/hello_world_singularity.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/invalid_executor.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/mode.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/metrics/metrics_regex_with_linenum.yml: skipping test because 'maintainers' field is not specified in buildspec.
Valid Buildspecs: 68
Invalid Buildspecs: 7
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/hello_world.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/file_count_filetype.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/skip_buildspec.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/python-shell.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/containers/container_executor/python_container.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/file_linecount.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/python-hello.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/containers/bind_mounts.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/exists.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/perf_checks/assert_ne.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/summary_example.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/compilation/stream.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/file_count_file_traverse_limit.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/csh_shell_examples.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/job_dependency/ex2.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/perf_checks/assert_range.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/perf_checks/assert_eq.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/multi_executors/executor_regex_script.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/explicit_state.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/is_symlink.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/perf_checks/assert_ge.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/perf_checks/contains.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/compilation/compiler_exclude.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/file_and_dir_check.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/multi_executors/status_by_executors.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/file_count.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/shell_examples.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/gcc_version.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/job_dependency/ex3.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/multi_executors/executor_scheduler.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/containers/container_executor/ubuntu.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/metrics/metrics_file_regex_invalid_file.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/regex_on_filename.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/multi_executors/executors_var_env_declaration.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/perf_checks/assert_le.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/containers/hello_world.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/environment.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/metrics/metrics_regex_with_invalid_linenum.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/status_regex.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/sleep.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/job_dependency/ex4.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/perf_checks/assert_eq_exceptions.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/skip_tests.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/file_count_pattern.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/runtime_status_test.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/containers/run_commands.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/containers/run_script.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/perf_checks/assert_lt.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/perf_checks/assert_gt.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/compilation/hello_world_compilation.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/vars.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/maintainers_example.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/job_dependency/ex1.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/pass_returncode.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/linecount.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/tags_example.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/shebang.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/metrics/metrics_regex.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/file_exists_with_number.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/add_numbers.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/burstbuffer_datawarp_executors.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/specify_regex_type.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/file_linecount_failure.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/metrics/metrics_with_regex_type.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/containers/hello_world_singularity.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/invalid_executor.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/mode.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/metrics/metrics_regex_with_linenum.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/invalid_buildspec_section.yml: INVALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/metrics/missing_required_in_metrics.yml: INVALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/file_exists_exception.yml: INVALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/metrics/invalid_metrics.yml: INVALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/metrics/invalid_metric_name.yml: INVALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/invalid_tags.yml: INVALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/file_linecount_invalid.yml: INVALID
                            Buildspecs Filtered out                             
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ buildspecs                                                                   ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
└──────────────────────────────────────────────────────────────────────────────┘
Total builder objects created: 1
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descript ┃ buildsp ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ ion      ┃ ecs     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ hello_wo │ script │ generic. │ None     │ None  │ None  │ hello    │ /home/d │
│ rld/c60b │        │ local.ba │          │       │       │ world    │ ocs/che │
│ bd26     │        │ sh       │          │       │       │ example  │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/hello │
│          │        │          │          │       │       │          │ _world. │
│          │        │          │          │       │       │          │ yml     │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
hello_world/c60bbd26: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/hello_world/hello_world/c60bbd26
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
hello_world/c60bbd26 does not have any dependencies adding test to queue
Builders Eligible to Run
┏━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder              ┃
┡━━━━━━━━━━━━━━━━━━━━━━┩
│ hello_world/c60bbd26 │
└──────────────────────┘
hello_world/c60bbd26: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/hello_world/hello_world/c60bbd26/stage
hello_world/c60bbd26: Running Test via command: bash hello_world_build.sh
hello_world/c60bbd26: Test completed in 0.006627 seconds with returncode: 0
hello_world/c60bbd26: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/hello_world/hello_world/c60bbd26/hello_world.out
hello_world/c60bbd26: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/hello_world/hello_world/c60bbd26/hello_world.err
                                Test Summary                                 
┏━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder              ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ hello_world/c60bbd26 │ generic.local.bash │ PASS   │ 0          │ 0.007   │
└──────────────────────┴────────────────────┴────────┴────────────┴─────────┘



Passed Tests: 1/1 Percentage: 100.000%
Failed Tests: 0/1 Percentage: 0.000%


Adding 1 test results to report file: /tmp/tmpdzcbbdmp/var/report.json
Writing Logfile to /tmp/tmpdzcbbdmp/var/logs/buildtest_ypwso89t.log

Please see Query Maintainers (buildtest buildspec maintainers) on list of maintainers and breakdown of buildspecs by maintainers.

We can also filter tests by type field in the buildspec which corresponds to the schema type. In this next example, we filter all tests by script schema type by passing option --filter type=script.

buildtest build -b tutorials --filter type=script --dry-run
$ buildtest build -b tutorials --filter type=script --dry-run
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:48:18                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/summary_example.yml                                                ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/invalid_tags.yml                                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/metrics/metrics_with_regex_type.yml                                ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/maintainers_example.yml                                            ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/job_dependency/ex3.yml                                             ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/perf_checks/assert_lt.yml                                          ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/multi_executors/executors_var_env_declaration.yml                  ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/file_exists_with_number.yml                            ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/job_dependency/ex2.yml                                             ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/perf_checks/assert_range.yml                                       ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/status_regex.yml                                       ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/skip_tests.yml                                                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/add_numbers.yml                                                    ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/file_exists_exception.yml                              ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/exists.yml                                             ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/burstbuffer_datawarp_executors.yml                                 ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/metrics/metrics_regex_with_invalid_linenum.yml                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/sleep.yml                                                          ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/metrics/missing_required_in_metrics.yml                            ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/pass_returncode.yml                                    ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/runtime_status_test.yml                                ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/multi_executors/executor_regex_script.yml                          ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/containers/run_script.yml                                          ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/job_dependency/ex4.yml                                             ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/regex_on_filename.yml                                  ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/job_dependency/ex1.yml                                             ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/linecount.yml                                          ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/specify_regex_type.yml                                 ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/file_count_file_traverse_limit.yml                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/perf_checks/assert_eq_exceptions.yml                               ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/perf_checks/contains.yml                                           ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/metrics/invalid_metrics.yml                                        ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/metrics/metrics_regex.yml                                          ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/shebang.yml                                                        ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/perf_checks/assert_ne.yml                                          ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/tags_example.yml                                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/skip_buildspec.yml                                                 ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/containers/bind_mounts.yml                                         ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/invalid_executor.yml                                               ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/shell_examples.yml                                                 ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/file_linecount_invalid.yml                             ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/file_linecount_failure.yml                             ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/python-hello.yml                                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/invalid_buildspec_section.yml                                      ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/python-shell.yml                                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/vars.yml                                                           ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/multi_executors/executor_scheduler.yml                             ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/file_linecount.yml                                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/mode.yml                                               ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/containers/hello_world_singularity.yml                             ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/perf_checks/assert_gt.yml                                          ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/perf_checks/assert_ge.yml                                          ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/metrics/metrics_regex_with_linenum.yml                             ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/hello_world.yml                                                    ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/containers/hello_world.yml                                         ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/gcc_version.yml                                                    ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/csh_shell_examples.yml                                             ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/file_count_pattern.yml                                 ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/multi_executors/status_by_executors.yml                            ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/is_symlink.yml                                         ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/file_count_filetype.yml                                ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/containers/run_commands.yml                                        ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/explicit_state.yml                                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/compilation/hello_world_compilation.yml                            ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/environment.yml                                                    ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/compilation/compiler_exclude.yml                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/perf_checks/assert_le.yml                                          ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/metrics/metrics_file_regex_invalid_file.yml                        ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/metrics/invalid_metric_name.yml                                    ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/containers/container_executor/ubuntu.yml                           ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/compilation/stream.yml                                             ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/file_and_dir_check.yml                                 ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/perf_checks/assert_eq.yml                                          ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/containers/container_executor/python_container.yml                 ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/file_count.yml                                         ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 75                                                                    ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  75
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  75
────────────────────────────── Parsing Buildspecs ──────────────────────────────
skip: skipping test due to 'skip' property.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/skip_buildspec.yml: skipping all test since 'skip' is defined
[compiler_exclude_example][/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/compilation/compiler_exclude.yml]: Unable to find any compilers based on regular expression: ['gcc'] so no tests were created.
Valid Buildspecs: 68
Invalid Buildspecs: 7
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/summary_example.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/metrics/metrics_with_regex_type.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/maintainers_example.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/job_dependency/ex3.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/perf_checks/assert_lt.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/multi_executors/executors_var_env_declaration.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/file_exists_with_number.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/job_dependency/ex2.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/perf_checks/assert_range.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/status_regex.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/skip_tests.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/add_numbers.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/exists.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/burstbuffer_datawarp_executors.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/metrics/metrics_regex_with_invalid_linenum.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/sleep.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/pass_returncode.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/runtime_status_test.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/multi_executors/executor_regex_script.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/containers/run_script.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/job_dependency/ex4.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/regex_on_filename.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/job_dependency/ex1.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/linecount.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/specify_regex_type.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/file_count_file_traverse_limit.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/perf_checks/assert_eq_exceptions.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/perf_checks/contains.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/metrics/metrics_regex.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/shebang.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/perf_checks/assert_ne.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/tags_example.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/skip_buildspec.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/containers/bind_mounts.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/invalid_executor.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/shell_examples.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/file_linecount_failure.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/python-hello.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/python-shell.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/vars.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/multi_executors/executor_scheduler.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/file_linecount.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/mode.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/containers/hello_world_singularity.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/perf_checks/assert_gt.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/perf_checks/assert_ge.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/metrics/metrics_regex_with_linenum.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/hello_world.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/containers/hello_world.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/gcc_version.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/csh_shell_examples.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/file_count_pattern.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/multi_executors/status_by_executors.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/is_symlink.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/file_count_filetype.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/containers/run_commands.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/explicit_state.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/compilation/hello_world_compilation.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/environment.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/compilation/compiler_exclude.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/perf_checks/assert_le.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/metrics/metrics_file_regex_invalid_file.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/containers/container_executor/ubuntu.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/compilation/stream.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/file_and_dir_check.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/perf_checks/assert_eq.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/containers/container_executor/python_container.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/file_count.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/invalid_tags.yml: INVALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/file_exists_exception.yml: INVALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/metrics/missing_required_in_metrics.yml: INVALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/metrics/invalid_metrics.yml: INVALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/file_linecount_invalid.yml: INVALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/invalid_buildspec_section.yml: INVALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/metrics/invalid_metric_name.yml: INVALID
                            Buildspecs Filtered out                             
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ buildspecs                                                                   ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
└──────────────────────────────────────────────────────────────────────────────┘
Total builder objects created: 113
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━┳━━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descrip ┃ buildspe ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ tion    ┃ cs       ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━╇━━━━━━━━━━┩
│ summary_ │ script │ generic. │ None     │ None  │ None  │ The     │ /home/do │
│ example/ │        │ local.ba │          │       │       │ summary │ cs/check │
│ 3fc278c1 │        │ sh       │          │       │       │ field   │ outs/rea │
│          │        │          │          │       │       │ can be  │ dthedocs │
│          │        │          │          │       │       │ a       │ .org/use │
│          │        │          │          │       │       │ multi-l │ r_builds │
│          │        │          │          │       │       │ ine     │ /buildte │
│          │        │          │          │       │       │ string  │ st/check │
│          │        │          │          │       │       │ and     │ outs/sta │
│          │        │          │          │       │       │ exceed  │ ble/tuto │
│          │        │          │          │       │       │ 80 char │ rials/su │
│          │        │          │          │       │       │         │ mmary_ex │
│          │        │          │          │       │       │         │ ample.ym │
│          │        │          │          │       │       │         │ l        │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ metric_r │ script │ generic. │ None     │ None  │ None  │ capture │ /home/do │
│ egex_exa │        │ local.ba │          │       │       │ metric  │ cs/check │
│ mple_wit │        │ sh       │          │       │       │ with    │ outs/rea │
│ h_re/a5b │        │          │          │       │       │ differe │ dthedocs │
│ a026f    │        │          │          │       │       │ nt      │ .org/use │
│          │        │          │          │       │       │ regex   │ r_builds │
│          │        │          │          │       │       │ types   │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/me │
│          │        │          │          │       │       │         │ trics/me │
│          │        │          │          │       │       │         │ trics_wi │
│          │        │          │          │       │       │         │ th_regex │
│          │        │          │          │       │       │         │ _type.ym │
│          │        │          │          │       │       │         │ l        │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ foo_bar/ │ script │ generic. │ None     │ None  │ None  │ prints  │ /home/do │
│ 838dc90d │        │ local.sh │          │       │       │ variabl │ cs/check │
│          │        │          │          │       │       │ e $FOO  │ outs/rea │
│          │        │          │          │       │       │         │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/ma │
│          │        │          │          │       │       │         │ intainer │
│          │        │          │          │       │       │         │ s_exampl │
│          │        │          │          │       │       │         │ e.yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ pass_tes │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ t/3d8220 │        │ local.ba │          │       │       │ test    │ cs/check │
│ 8e       │        │ sh       │          │       │       │ will    │ outs/rea │
│          │        │          │          │       │       │ always  │ dthedocs │
│          │        │          │          │       │       │ pass    │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/jo │
│          │        │          │          │       │       │         │ b_depend │
│          │        │          │          │       │       │         │ ency/ex3 │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ fail_tes │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ t/7b9e5e │        │ local.ba │          │       │       │ test    │ cs/check │
│ 51       │        │ sh       │          │       │       │ will    │ outs/rea │
│          │        │          │          │       │       │ run if  │ dthedocs │
│          │        │          │          │       │       │ test    │ .org/use │
│          │        │          │          │       │       │ 'pass_t │ r_builds │
│          │        │          │          │       │       │ est' is │ /buildte │
│          │        │          │          │       │       │ in      │ st/check │
│          │        │          │          │       │       │ state   │ outs/sta │
│          │        │          │          │       │       │ 'PASS'  │ ble/tuto │
│          │        │          │          │       │       │         │ rials/jo │
│          │        │          │          │       │       │         │ b_depend │
│          │        │          │          │       │       │         │ ency/ex3 │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ pass_and │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ _fail_te │        │ local.ba │          │       │       │ test    │ cs/check │
│ st/feace │        │ sh       │          │       │       │ will    │ outs/rea │
│ d1b      │        │          │          │       │       │ run if  │ dthedocs │
│          │        │          │          │       │       │ pass_te │ .org/use │
│          │        │          │          │       │       │ st is   │ r_builds │
│          │        │          │          │       │       │ 'PASS'  │ /buildte │
│          │        │          │          │       │       │ and     │ st/check │
│          │        │          │          │       │       │ fail_te │ outs/sta │
│          │        │          │          │       │       │ st is   │ ble/tuto │
│          │        │          │          │       │       │ 'FAIL'  │ rials/jo │
│          │        │          │          │       │       │         │ b_depend │
│          │        │          │          │       │       │         │ ency/ex3 │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ final_te │ script │ generic. │ None     │ None  │ None  │ Test    │ /home/do │
│ st/063a4 │        │ local.ba │          │       │       │ will    │ cs/check │
│ 10e      │        │ sh       │          │       │       │ run     │ outs/rea │
│          │        │          │          │       │       │ after   │ dthedocs │
│          │        │          │          │       │       │ 'pass_t │ .org/use │
│          │        │          │          │       │       │ est',   │ r_builds │
│          │        │          │          │       │       │ 'fail_t │ /buildte │
│          │        │          │          │       │       │ est',   │ st/check │
│          │        │          │          │       │       │ and     │ outs/sta │
│          │        │          │          │       │       │ 'pass_a │ ble/tuto │
│          │        │          │          │       │       │ nd_fail │ rials/jo │
│          │        │          │          │       │       │ _test'  │ b_depend │
│          │        │          │          │       │       │         │ ency/ex3 │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ assert_l │ script │ generic. │ None     │ None  │ None  │ Run     │ /home/do │
│ t_exampl │        │ local.ba │          │       │       │ stream  │ cs/check │
│ e/d48d9d │        │ sh       │          │       │       │ test    │ outs/rea │
│ 84       │        │          │          │       │       │ with    │ dthedocs │
│          │        │          │          │       │       │ metrics │ .org/use │
│          │        │          │          │       │       │ example │ r_builds │
│          │        │          │          │       │       │ using   │ /buildte │
│          │        │          │          │       │       │ assert  │ st/check │
│          │        │          │          │       │       │ less    │ outs/sta │
│          │        │          │          │       │       │ than    │ ble/tuto │
│          │        │          │          │       │       │         │ rials/pe │
│          │        │          │          │       │       │         │ rf_check │
│          │        │          │          │       │       │         │ s/assert │
│          │        │          │          │       │       │         │ _lt.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ executor │ script │ generic. │ None     │ None  │ None  │ Declari │ /home/do │
│ s_vars_e │        │ local.ba │          │       │       │ ng env  │ cs/check │
│ nv_decla │        │ sh       │          │       │       │ and     │ outs/rea │
│ ration/4 │        │          │          │       │       │ vars by │ dthedocs │
│ 7eba473  │        │          │          │       │       │ executo │ .org/use │
│          │        │          │          │       │       │ rs      │ r_builds │
│          │        │          │          │       │       │ section │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/mu │
│          │        │          │          │       │       │         │ lti_exec │
│          │        │          │          │       │       │         │ utors/ex │
│          │        │          │          │       │       │         │ ecutors_ │
│          │        │          │          │       │       │         │ var_env_ │
│          │        │          │          │       │       │         │ declarat │
│          │        │          │          │       │       │         │ ion.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ executor │ script │ generic. │ None     │ None  │ None  │ Declari │ /home/do │
│ s_vars_e │        │ local.sh │          │       │       │ ng env  │ cs/check │
│ nv_decla │        │          │          │       │       │ and     │ outs/rea │
│ ration/9 │        │          │          │       │       │ vars by │ dthedocs │
│ b1f93aa  │        │          │          │       │       │ executo │ .org/use │
│          │        │          │          │       │       │ rs      │ r_builds │
│          │        │          │          │       │       │ section │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/mu │
│          │        │          │          │       │       │         │ lti_exec │
│          │        │          │          │       │       │         │ utors/ex │
│          │        │          │          │       │       │         │ ecutors_ │
│          │        │          │          │       │       │         │ var_env_ │
│          │        │          │          │       │       │         │ declarat │
│          │        │          │          │       │       │         │ ion.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ file_exi │ script │ generic. │ None     │ None  │ None  │ this    │ /home/do │
│ sts_pass │        │ local.ba │          │       │       │ test    │ cs/check │
│ /0e3310a │        │ sh       │          │       │       │ will    │ outs/rea │
│ 9        │        │          │          │       │       │ pass    │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/file_e │
│          │        │          │          │       │       │         │ xists_wi │
│          │        │          │          │       │       │         │ th_numbe │
│          │        │          │          │       │       │         │ r.yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ test1/85 │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ 71dffa   │        │ local.ba │          │       │       │ test    │ cs/check │
│          │        │ sh       │          │       │       │ will    │ outs/rea │
│          │        │          │          │       │       │ pass    │ dthedocs │
│          │        │          │          │       │       │ with    │ .org/use │
│          │        │          │          │       │       │ exit 1  │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/jo │
│          │        │          │          │       │       │         │ b_depend │
│          │        │          │          │       │       │         │ ency/ex2 │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ test2/cc │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ fbfc2b   │        │ local.ba │          │       │       │ test    │ cs/check │
│          │        │ sh       │          │       │       │ will    │ outs/rea │
│          │        │          │          │       │       │ run if  │ dthedocs │
│          │        │          │          │       │       │ test1   │ .org/use │
│          │        │          │          │       │       │ has     │ r_builds │
│          │        │          │          │       │       │ returnc │ /buildte │
│          │        │          │          │       │       │ ode 1   │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/jo │
│          │        │          │          │       │       │         │ b_depend │
│          │        │          │          │       │       │         │ ency/ex2 │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ test3/d0 │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ d31076   │        │ local.ba │          │       │       │ test    │ cs/check │
│          │        │ sh       │          │       │       │ will    │ outs/rea │
│          │        │          │          │       │       │ run if  │ dthedocs │
│          │        │          │          │       │       │ test1   │ .org/use │
│          │        │          │          │       │       │ has     │ r_builds │
│          │        │          │          │       │       │ returnc │ /buildte │
│          │        │          │          │       │       │ ode 1   │ st/check │
│          │        │          │          │       │       │ and     │ outs/sta │
│          │        │          │          │       │       │ test2   │ ble/tuto │
│          │        │          │          │       │       │ has     │ rials/jo │
│          │        │          │          │       │       │ returnc │ b_depend │
│          │        │          │          │       │       │ ode 2   │ ency/ex2 │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ assert_r │ script │ generic. │ None     │ None  │ None  │ Example │ /home/do │
│ ange_ex/ │        │ local.ba │          │       │       │ on      │ cs/check │
│ 2c6ff738 │        │ sh       │          │       │       │ assert_ │ outs/rea │
│          │        │          │          │       │       │ range   │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/pe │
│          │        │          │          │       │       │         │ rf_check │
│          │        │          │          │       │       │         │ s/assert │
│          │        │          │          │       │       │         │ _range.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ status_r │ script │ generic. │ None     │ None  │ None  │ Pass    │ /home/do │
│ egex_std │        │ local.ba │          │       │       │ test    │ cs/check │
│ out_pass │        │ sh       │          │       │       │ based   │ outs/rea │
│ /a78ac40 │        │          │          │       │       │ on      │ dthedocs │
│ e        │        │          │          │       │       │ regular │ .org/use │
│          │        │          │          │       │       │ express │ r_builds │
│          │        │          │          │       │       │ ion     │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/status │
│          │        │          │          │       │       │         │ _regex.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ status_r │ script │ generic. │ None     │ None  │ None  │ Pass    │ /home/do │
│ egex_std │        │ local.ba │          │       │       │ test    │ cs/check │
│ out_fail │        │ sh       │          │       │       │ based   │ outs/rea │
│ /3857f49 │        │          │          │       │       │ on      │ dthedocs │
│ b        │        │          │          │       │       │ regular │ .org/use │
│          │        │          │          │       │       │ express │ r_builds │
│          │        │          │          │       │       │ ion     │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/status │
│          │        │          │          │       │       │         │ _regex.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ status_r │ script │ generic. │ None     │ None  │ None  │ Pass    │ /home/do │
│ egex_std │        │ local.ba │          │       │       │ test    │ cs/check │
│ err_pass │        │ sh       │          │       │       │ based   │ outs/rea │
│ /6619647 │        │          │          │       │       │ on      │ dthedocs │
│ 1        │        │          │          │       │       │ regular │ .org/use │
│          │        │          │          │       │       │ express │ r_builds │
│          │        │          │          │       │       │ ion     │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/status │
│          │        │          │          │       │       │         │ _regex.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ status_r │ script │ generic. │ None     │ None  │ None  │ Pass    │ /home/do │
│ egex_std │        │ local.ba │          │       │       │ test    │ cs/check │
│ err_fail │        │ sh       │          │       │       │ based   │ outs/rea │
│ /68a343b │        │          │          │       │       │ on      │ dthedocs │
│ b        │        │          │          │       │       │ regular │ .org/use │
│          │        │          │          │       │       │ express │ r_builds │
│          │        │          │          │       │       │ ion     │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/status │
│          │        │          │          │       │       │         │ _regex.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ unskippe │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ d/9fa244 │        │ local.ba │          │       │       │ test is │ cs/check │
│ 73       │        │ sh       │          │       │       │ not     │ outs/rea │
│          │        │          │          │       │       │ skipped │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/sk │
│          │        │          │          │       │       │         │ ip_tests │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ add_numb │ script │ generic. │ None     │ None  │ None  │ Add X+Y │ /home/do │
│ ers/5921 │        │ local.ba │          │       │       │         │ cs/check │
│ 4b20     │        │ sh       │          │       │       │         │ outs/rea │
│          │        │          │          │       │       │         │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/ad │
│          │        │          │          │       │       │         │ d_number │
│          │        │          │          │       │       │         │ s.yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ status_e │ script │ generic. │ None     │ None  │ None  │ status  │ /home/do │
│ xists/fe │        │ local.ba │          │       │       │ check   │ cs/check │
│ 4fd9a7   │        │ sh       │          │       │       │ based   │ outs/rea │
│          │        │          │          │       │       │ for     │ dthedocs │
│          │        │          │          │       │       │ file    │ .org/use │
│          │        │          │          │       │       │ and     │ r_builds │
│          │        │          │          │       │       │ directo │ /buildte │
│          │        │          │          │       │       │ ry      │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/exists │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ status_e │ script │ generic. │ None     │ None  │ None  │ status  │ /home/do │
│ xists_fa │        │ local.ba │          │       │       │ check   │ cs/check │
│ ilure/fe │        │ sh       │          │       │       │ failure │ outs/rea │
│ c53517   │        │          │          │       │       │ for     │ dthedocs │
│          │        │          │          │       │       │ existen │ .org/use │
│          │        │          │          │       │       │ ce      │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/exists │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ create_b │ script │ generic. │ None     │ None  │ None  │ Create  │ /home/do │
│ urst_buf │        │ local.ba │          │       │       │ a burst │ cs/check │
│ fer_exec │        │ sh       │          │       │       │ buffer  │ outs/rea │
│ utors/34 │        │          │          │       │       │ for     │ dthedocs │
│ 0e98dd   │        │          │          │       │       │ multipl │ .org/use │
│          │        │          │          │       │       │ e       │ r_builds │
│          │        │          │          │       │       │ executo │ /buildte │
│          │        │          │          │       │       │ rs      │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/bu │
│          │        │          │          │       │       │         │ rstbuffe │
│          │        │          │          │       │       │         │ r_datawa │
│          │        │          │          │       │       │         │ rp_execu │
│          │        │          │          │       │       │         │ tors.yml │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ create_b │ script │ generic. │ None     │ None  │ None  │ Create  │ /home/do │
│ urst_buf │        │ local.sh │          │       │       │ a burst │ cs/check │
│ fer_exec │        │          │          │       │       │ buffer  │ outs/rea │
│ utors/93 │        │          │          │       │       │ for     │ dthedocs │
│ f7e852   │        │          │          │       │       │ multipl │ .org/use │
│          │        │          │          │       │       │ e       │ r_builds │
│          │        │          │          │       │       │ executo │ /buildte │
│          │        │          │          │       │       │ rs      │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/bu │
│          │        │          │          │       │       │         │ rstbuffe │
│          │        │          │          │       │       │         │ r_datawa │
│          │        │          │          │       │       │         │ rp_execu │
│          │        │          │          │       │       │         │ tors.yml │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ metric_r │ script │ generic. │ None     │ None  │ None  │ invalid │ /home/do │
│ egex_lin │        │ local.ba │          │       │       │ linenum │ cs/check │
│ enum_fai │        │ sh       │          │       │       │ can     │ outs/rea │
│ lure_exa │        │          │          │       │       │ result  │ dthedocs │
│ mple/b46 │        │          │          │       │       │ in      │ .org/use │
│ 28d64    │        │          │          │       │       │ failure │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/me │
│          │        │          │          │       │       │         │ trics/me │
│          │        │          │          │       │       │         │ trics_re │
│          │        │          │          │       │       │         │ gex_with │
│          │        │          │          │       │       │         │ _invalid │
│          │        │          │          │       │       │         │ _linenum │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ sleep/c9 │ script │ generic. │ None     │ None  │ None  │ sleep 2 │ /home/do │
│ 6f6dde   │        │ local.ba │          │       │       │ seconds │ cs/check │
│          │        │ sh       │          │       │       │         │ outs/rea │
│          │        │          │          │       │       │         │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/sl │
│          │        │          │          │       │       │         │ eep.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ exit1_fa │ script │ generic. │ None     │ None  │ None  │ exit 1  │ /home/do │
│ il/cb2f4 │        │ local.ba │          │       │       │ by      │ cs/check │
│ e78      │        │ sh       │          │       │       │ default │ outs/rea │
│          │        │          │          │       │       │ is FAIL │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/pass_r │
│          │        │          │          │       │       │         │ eturncod │
│          │        │          │          │       │       │         │ e.yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ exit1_pa │ script │ generic. │ None     │ None  │ None  │ report  │ /home/do │
│ ss/afd77 │        │ local.ba │          │       │       │ exit 1  │ cs/check │
│ 98d      │        │ sh       │          │       │       │ as PASS │ outs/rea │
│          │        │          │          │       │       │         │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/pass_r │
│          │        │          │          │       │       │         │ eturncod │
│          │        │          │          │       │       │         │ e.yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 2  │ /home/do │
│ de_list_ │        │ local.ba │          │       │       │ failed  │ cs/check │
│ mismatch │        │ sh       │          │       │       │ since   │ outs/rea │
│ /2961056 │        │          │          │       │       │ it      │ dthedocs │
│ 8        │        │          │          │       │       │ failed  │ .org/use │
│          │        │          │          │       │       │ to      │ r_builds │
│          │        │          │          │       │       │ match   │ /buildte │
│          │        │          │          │       │       │ returnc │ st/check │
│          │        │          │          │       │       │ ode 1   │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/pass_r │
│          │        │          │          │       │       │         │ eturncod │
│          │        │          │          │       │       │         │ e.yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit    │ /home/do │
│ de_int_m │        │ local.ba │          │       │       │ 128     │ cs/check │
│ atch/cb6 │        │ sh       │          │       │       │ matches │ outs/rea │
│ 0ab20    │        │          │          │       │       │ returnc │ dthedocs │
│          │        │          │          │       │       │ ode 128 │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/pass_r │
│          │        │          │          │       │       │         │ eturncod │
│          │        │          │          │       │       │         │ e.yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ timelimi │ script │ generic. │ None     │ None  │ None  │ Run a   │ /home/do │
│ t_min_ma │        │ local.sh │          │       │       │ sleep   │ cs/check │
│ x/375a6c │        │          │          │       │       │ job for │ outs/rea │
│ 14       │        │          │          │       │       │ 2       │ dthedocs │
│          │        │          │          │       │       │ seconds │ .org/use │
│          │        │          │          │       │       │ and     │ r_builds │
│          │        │          │          │       │       │ test    │ /buildte │
│          │        │          │          │       │       │ pass if │ st/check │
│          │        │          │          │       │       │ its     │ outs/sta │
│          │        │          │          │       │       │ within  │ ble/tuto │
│          │        │          │          │       │       │ 1.0-3.0 │ rials/te │
│          │        │          │          │       │       │ sec     │ st_statu │
│          │        │          │          │       │       │         │ s/runtim │
│          │        │          │          │       │       │         │ e_status │
│          │        │          │          │       │       │         │ _test.ym │
│          │        │          │          │       │       │         │ l        │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ timelimi │ script │ generic. │ None     │ None  │ None  │ Run a   │ /home/do │
│ t_min/c5 │        │ local.sh │          │       │       │ sleep   │ cs/check │
│ 41e35f   │        │          │          │       │       │ job for │ outs/rea │
│          │        │          │          │       │       │ 2       │ dthedocs │
│          │        │          │          │       │       │ seconds │ .org/use │
│          │        │          │          │       │       │ and     │ r_builds │
│          │        │          │          │       │       │ test    │ /buildte │
│          │        │          │          │       │       │ pass if │ st/check │
│          │        │          │          │       │       │ its     │ outs/sta │
│          │        │          │          │       │       │ exceeds │ ble/tuto │
│          │        │          │          │       │       │ min     │ rials/te │
│          │        │          │          │       │       │ time of │ st_statu │
│          │        │          │          │       │       │ 1.0 sec │ s/runtim │
│          │        │          │          │       │       │         │ e_status │
│          │        │          │          │       │       │         │ _test.ym │
│          │        │          │          │       │       │         │ l        │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ timelimi │ script │ generic. │ None     │ None  │ None  │ Run a   │ /home/do │
│ t_max/2c │        │ local.sh │          │       │       │ sleep   │ cs/check │
│ d69acb   │        │          │          │       │       │ job for │ outs/rea │
│          │        │          │          │       │       │ 2       │ dthedocs │
│          │        │          │          │       │       │ seconds │ .org/use │
│          │        │          │          │       │       │ and     │ r_builds │
│          │        │          │          │       │       │ test    │ /buildte │
│          │        │          │          │       │       │ pass if │ st/check │
│          │        │          │          │       │       │ it's    │ outs/sta │
│          │        │          │          │       │       │ within  │ ble/tuto │
│          │        │          │          │       │       │ max     │ rials/te │
│          │        │          │          │       │       │ time:   │ st_statu │
│          │        │          │          │       │       │ 5.0 sec │ s/runtim │
│          │        │          │          │       │       │         │ e_status │
│          │        │          │          │       │       │         │ _test.ym │
│          │        │          │          │       │       │         │ l        │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ timelimi │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ t_min_fa │        │ local.sh │          │       │       │ test    │ cs/check │
│ il/71e84 │        │          │          │       │       │ fails   │ outs/rea │
│ f86      │        │          │          │       │       │ because │ dthedocs │
│          │        │          │          │       │       │ it runs │ .org/use │
│          │        │          │          │       │       │ less    │ r_builds │
│          │        │          │          │       │       │ than    │ /buildte │
│          │        │          │          │       │       │ mintime │ st/check │
│          │        │          │          │       │       │ of 10   │ outs/sta │
│          │        │          │          │       │       │ second  │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/runtim │
│          │        │          │          │       │       │         │ e_status │
│          │        │          │          │       │       │         │ _test.ym │
│          │        │          │          │       │       │         │ l        │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ timelimi │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ t_max_fa │        │ local.sh │          │       │       │ test    │ cs/check │
│ il/c567d │        │          │          │       │       │ fails   │ outs/rea │
│ c9c      │        │          │          │       │       │ because │ dthedocs │
│          │        │          │          │       │       │ it      │ .org/use │
│          │        │          │          │       │       │ exceeds │ r_builds │
│          │        │          │          │       │       │ maxtime │ /buildte │
│          │        │          │          │       │       │ of 1.0  │ st/check │
│          │        │          │          │       │       │ second  │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/runtim │
│          │        │          │          │       │       │         │ e_status │
│          │        │          │          │       │       │         │ _test.ym │
│          │        │          │          │       │       │         │ l        │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ multiple │ script │ generic. │ None     │ None  │ None  │ run     │ /home/do │
│ _executo │        │ local.ba │          │       │       │ test    │ cs/check │
│ rs/c0af6 │        │ sh       │          │       │       │ with    │ outs/rea │
│ 41d      │        │          │          │       │       │ executo │ dthedocs │
│          │        │          │          │       │       │ r       │ .org/use │
│          │        │          │          │       │       │ generic │ r_builds │
│          │        │          │          │       │       │ .local. │ /buildte │
│          │        │          │          │       │       │ bash    │ st/check │
│          │        │          │          │       │       │ and     │ outs/sta │
│          │        │          │          │       │       │ generic │ ble/tuto │
│          │        │          │          │       │       │ .local. │ rials/mu │
│          │        │          │          │       │       │ sh      │ lti_exec │
│          │        │          │          │       │       │ executo │ utors/ex │
│          │        │          │          │       │       │ r       │ ecutor_r │
│          │        │          │          │       │       │         │ egex_scr │
│          │        │          │          │       │       │         │ ipt.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ multiple │ script │ generic. │ None     │ None  │ None  │ run     │ /home/do │
│ _executo │        │ local.sh │          │       │       │ test    │ cs/check │
│ rs/42a92 │        │          │          │       │       │ with    │ outs/rea │
│ 044      │        │          │          │       │       │ executo │ dthedocs │
│          │        │          │          │       │       │ r       │ .org/use │
│          │        │          │          │       │       │ generic │ r_builds │
│          │        │          │          │       │       │ .local. │ /buildte │
│          │        │          │          │       │       │ bash    │ st/check │
│          │        │          │          │       │       │ and     │ outs/sta │
│          │        │          │          │       │       │ generic │ ble/tuto │
│          │        │          │          │       │       │ .local. │ rials/mu │
│          │        │          │          │       │       │ sh      │ lti_exec │
│          │        │          │          │       │       │ executo │ utors/ex │
│          │        │          │          │       │       │ r       │ ecutor_r │
│          │        │          │          │       │       │         │ egex_scr │
│          │        │          │          │       │       │         │ ipt.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ run_scri │ script │ generic. │ None     │ None  │ None  │ run a   │ /home/do │
│ pt_in_co │        │ local.ba │          │       │       │ python  │ cs/check │
│ ntainer/ │        │ sh       │          │       │       │ script  │ outs/rea │
│ 6c21ee4f │        │          │          │       │       │ in      │ dthedocs │
│          │        │          │          │       │       │ contain │ .org/use │
│          │        │          │          │       │       │ er      │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/co │
│          │        │          │          │       │       │         │ ntainers │
│          │        │          │          │       │       │         │ /run_scr │
│          │        │          │          │       │       │         │ ipt.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ runtime_ │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ test/68d │        │ local.ba │          │       │       │ test    │ cs/check │
│ 17889    │        │ sh       │          │       │       │ will    │ outs/rea │
│          │        │          │          │       │       │ sleep 5 │ dthedocs │
│          │        │          │          │       │       │ second  │ .org/use │
│          │        │          │          │       │       │ but     │ r_builds │
│          │        │          │          │       │       │ will    │ /buildte │
│          │        │          │          │       │       │ fail    │ st/check │
│          │        │          │          │       │       │ due to  │ outs/sta │
│          │        │          │          │       │       │ runtime │ ble/tuto │
│          │        │          │          │       │       │ 2sec    │ rials/jo │
│          │        │          │          │       │       │         │ b_depend │
│          │        │          │          │       │       │         │ ency/ex4 │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ runtime_ │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ test_pas │        │ local.ba │          │       │       │ test    │ cs/check │
│ s/0e768c │        │ sh       │          │       │       │ will    │ outs/rea │
│ e5       │        │          │          │       │       │ run     │ dthedocs │
│          │        │          │          │       │       │ when    │ .org/use │
│          │        │          │          │       │       │ runtime │ r_builds │
│          │        │          │          │       │       │ _test_p │ /buildte │
│          │        │          │          │       │       │ ass is  │ st/check │
│          │        │          │          │       │       │ PASS    │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/jo │
│          │        │          │          │       │       │         │ b_depend │
│          │        │          │          │       │       │         │ ency/ex4 │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ runtime_ │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ test_fai │        │ local.ba │          │       │       │ test    │ cs/check │
│ l/4f852b │        │ sh       │          │       │       │ will    │ outs/rea │
│ fd       │        │          │          │       │       │ run     │ dthedocs │
│          │        │          │          │       │       │ when    │ .org/use │
│          │        │          │          │       │       │ runtime │ r_builds │
│          │        │          │          │       │       │ _test_p │ /buildte │
│          │        │          │          │       │       │ ass is  │ st/check │
│          │        │          │          │       │       │ FAIL    │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/jo │
│          │        │          │          │       │       │         │ b_depend │
│          │        │          │          │       │       │         │ ency/ex4 │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ regex_on │ script │ generic. │ None     │ None  │ None  │ Test    │ /home/do │
│ _multipl │        │ local.ba │          │       │       │ regex   │ cs/check │
│ e_files/ │        │ sh       │          │       │       │ on      │ outs/rea │
│ 026f5e60 │        │          │          │       │       │ multipl │ dthedocs │
│          │        │          │          │       │       │ e files │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/regex_ │
│          │        │          │          │       │       │         │ on_filen │
│          │        │          │          │       │       │         │ ame.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ regex_on │ script │ generic. │ None     │ None  │ None  │ Test    │ /home/do │
│ _directo │        │ local.ba │          │       │       │ regex   │ cs/check │
│ ry_not_s │        │ sh       │          │       │       │ on      │ outs/rea │
│ upported │        │          │          │       │       │ directo │ dthedocs │
│ /1f5d88b │        │          │          │       │       │ ry is   │ .org/use │
│ a        │        │          │          │       │       │ not     │ r_builds │
│          │        │          │          │       │       │ support │ /buildte │
│          │        │          │          │       │       │ ed      │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/regex_ │
│          │        │          │          │       │       │         │ on_filen │
│          │        │          │          │       │       │         │ ame.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ file_exp │ script │ generic. │ None     │ None  │ None  │ Test    │ /home/do │
│ ansion_s │        │ local.ba │          │       │       │ regex   │ cs/check │
│ upported │        │ sh       │          │       │       │ with    │ outs/rea │
│ /791e89c │        │          │          │       │       │ variabl │ dthedocs │
│ b        │        │          │          │       │       │ e and   │ .org/use │
│          │        │          │          │       │       │ shell   │ r_builds │
│          │        │          │          │       │       │ expansi │ /buildte │
│          │        │          │          │       │       │ on      │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/regex_ │
│          │        │          │          │       │       │         │ on_filen │
│          │        │          │          │       │       │         │ ame.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ jobA/5b5 │ script │ generic. │ None     │ None  │ None  │ no job  │ /home/do │
│ 12581    │        │ local.ba │          │       │       │ depende │ cs/check │
│          │        │ sh       │          │       │       │ ncy     │ outs/rea │
│          │        │          │          │       │       │         │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/jo │
│          │        │          │          │       │       │         │ b_depend │
│          │        │          │          │       │       │         │ ency/ex1 │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ jobB/89f │ script │ generic. │ None     │ None  │ None  │ job     │ /home/do │
│ 2020b    │        │ local.ba │          │       │       │ depende │ cs/check │
│          │        │ sh       │          │       │       │ ncy on  │ outs/rea │
│          │        │          │          │       │       │ jobA    │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/jo │
│          │        │          │          │       │       │         │ b_depend │
│          │        │          │          │       │       │         │ ency/ex1 │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ jobC/a6c │ script │ generic. │ None     │ None  │ None  │ job     │ /home/do │
│ 0dedb    │        │ local.ba │          │       │       │ depende │ cs/check │
│          │        │ sh       │          │       │       │ ncy on  │ outs/rea │
│          │        │          │          │       │       │ jobA    │ dthedocs │
│          │        │          │          │       │       │ and     │ .org/use │
│          │        │          │          │       │       │ jobB    │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/jo │
│          │        │          │          │       │       │         │ b_depend │
│          │        │          │          │       │       │         │ ency/ex1 │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ linecoun │ script │ generic. │ None     │ None  │ None  │ Write   │ /home/do │
│ t_stdout │        │ local.ba │          │       │       │ 10      │ cs/check │
│ /505c7c9 │        │ sh       │          │       │       │ lines   │ outs/rea │
│ 8        │        │          │          │       │       │ to      │ dthedocs │
│          │        │          │          │       │       │ stdout  │ .org/use │
│          │        │          │          │       │       │ and run │ r_builds │
│          │        │          │          │       │       │ linecou │ /buildte │
│          │        │          │          │       │       │ nt      │ st/check │
│          │        │          │          │       │       │ check   │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/lineco │
│          │        │          │          │       │       │         │ unt.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ linecoun │ script │ generic. │ None     │ None  │ None  │ Write   │ /home/do │
│ t_stderr │        │ local.ba │          │       │       │ 10      │ cs/check │
│ _mismatc │        │ sh       │          │       │       │ lines   │ outs/rea │
│ h/74721a │        │          │          │       │       │ to      │ dthedocs │
│ ae       │        │          │          │       │       │ stderr  │ .org/use │
│          │        │          │          │       │       │ and run │ r_builds │
│          │        │          │          │       │       │ linecou │ /buildte │
│          │        │          │          │       │       │ nt      │ st/check │
│          │        │          │          │       │       │ check   │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/lineco │
│          │        │          │          │       │       │         │ unt.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ re.searc │ script │ generic. │ None     │ None  │ None  │ Test    │ /home/do │
│ h.stdout │        │ local.ba │          │       │       │ re.sear │ cs/check │
│ /4fe47c6 │        │ sh       │          │       │       │ ch on   │ outs/rea │
│ c        │        │          │          │       │       │ stdout  │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/specif │
│          │        │          │          │       │       │         │ y_regex_ │
│          │        │          │          │       │       │         │ type.yml │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ re.match │ script │ generic. │ None     │ None  │ None  │ Test    │ /home/do │
│ .stdout/ │        │ local.ba │          │       │       │ re.matc │ cs/check │
│ 5b333595 │        │ sh       │          │       │       │ h on    │ outs/rea │
│          │        │          │          │       │       │ stdout  │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/specif │
│          │        │          │          │       │       │         │ y_regex_ │
│          │        │          │          │       │       │         │ type.yml │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ re.fullm │ script │ generic. │ None     │ None  │ None  │ Test    │ /home/do │
│ atch.std │        │ local.ba │          │       │       │ re.full │ cs/check │
│ out/dfcc │        │ sh       │          │       │       │ match   │ outs/rea │
│ 5485     │        │          │          │       │       │ on      │ dthedocs │
│          │        │          │          │       │       │ stdout  │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/specif │
│          │        │          │          │       │       │         │ y_regex_ │
│          │        │          │          │       │       │         │ type.yml │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ re.match │ script │ generic. │ None     │ None  │ None  │ Test    │ /home/do │
│ _on_file │        │ local.ba │          │       │       │ re.matc │ cs/check │
│ _regex/4 │        │ sh       │          │       │       │ h on    │ outs/rea │
│ 82c5bf3  │        │          │          │       │       │ file    │ dthedocs │
│          │        │          │          │       │       │ regex   │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/specif │
│          │        │          │          │       │       │         │ y_regex_ │
│          │        │          │          │       │       │         │ type.yml │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ file_tra │ script │ generic. │ None     │ None  │ None  │ Use of  │ /home/do │
│ verse_li │        │ local.ba │          │       │       │ file_tr │ cs/check │
│ mit/3524 │        │ sh       │          │       │       │ averse_ │ outs/rea │
│ da29     │        │          │          │       │       │ limit   │ dthedocs │
│          │        │          │          │       │       │ to      │ .org/use │
│          │        │          │          │       │       │ limit   │ r_builds │
│          │        │          │          │       │       │ number  │ /buildte │
│          │        │          │          │       │       │ of      │ st/check │
│          │        │          │          │       │       │ files   │ outs/sta │
│          │        │          │          │       │       │ searche │ ble/tuto │
│          │        │          │          │       │       │ d in a  │ rials/te │
│          │        │          │          │       │       │ directo │ st_statu │
│          │        │          │          │       │       │ ry      │ s/file_c │
│          │        │          │          │       │       │         │ ount_fil │
│          │        │          │          │       │       │         │ e_traver │
│          │        │          │          │       │       │         │ se_limit │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ assert_e │ script │ generic. │ None     │ None  │ None  │ An      │ /home/do │
│ q_invali │        │ local.ba │          │       │       │ invalid │ cs/check │
│ d_metric │        │ sh       │          │       │       │ metric  │ outs/rea │
│ /fef26d9 │        │          │          │       │       │ name    │ dthedocs │
│ 7        │        │          │          │       │       │ will    │ .org/use │
│          │        │          │          │       │       │ cause   │ r_builds │
│          │        │          │          │       │       │ failure │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/pe │
│          │        │          │          │       │       │         │ rf_check │
│          │        │          │          │       │       │         │ s/assert │
│          │        │          │          │       │       │         │ _eq_exce │
│          │        │          │          │       │       │         │ ptions.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ assert_e │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ q_mismat │        │ local.ba │          │       │       │ test    │ cs/check │
│ ch/d351a │        │ sh       │          │       │       │ will    │ outs/rea │
│ cc6      │        │          │          │       │       │ fail    │ dthedocs │
│          │        │          │          │       │       │ because │ .org/use │
│          │        │          │          │       │       │ there   │ r_builds │
│          │        │          │          │       │       │ is a    │ /buildte │
│          │        │          │          │       │       │ mismatc │ st/check │
│          │        │          │          │       │       │ h in    │ outs/sta │
│          │        │          │          │       │       │ metric  │ ble/tuto │
│          │        │          │          │       │       │ x       │ rials/pe │
│          │        │          │          │       │       │ assert  │ rf_check │
│          │        │          │          │       │       │ equalit │ s/assert │
│          │        │          │          │       │       │ y       │ _eq_exce │
│          │        │          │          │       │       │         │ ptions.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ contains │ script │ generic. │ None     │ None  │ None  │ Status  │ /home/do │
│ _and_not │        │ local.ba │          │       │       │ check   │ cs/check │
│ _contain │        │ sh       │          │       │       │ based   │ outs/rea │
│ s/40ee3e │        │          │          │       │       │ on      │ dthedocs │
│ 60       │        │          │          │       │       │ contain │ .org/use │
│          │        │          │          │       │       │ s and   │ r_builds │
│          │        │          │          │       │       │ not     │ /buildte │
│          │        │          │          │       │       │ contain │ st/check │
│          │        │          │          │       │       │ s where │ outs/sta │
│          │        │          │          │       │       │ test    │ ble/tuto │
│          │        │          │          │       │       │ pass    │ rials/pe │
│          │        │          │          │       │       │         │ rf_check │
│          │        │          │          │       │       │         │ s/contai │
│          │        │          │          │       │       │         │ ns.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ assert_c │ script │ generic. │ None     │ None  │ None  │ Status  │ /home/do │
│ ontains_ │        │ local.ba │          │       │       │ check   │ cs/check │
│ fail/dae │        │ sh       │          │       │       │ based   │ outs/rea │
│ 44b1b    │        │          │          │       │       │ on      │ dthedocs │
│          │        │          │          │       │       │ contain │ .org/use │
│          │        │          │          │       │       │ s where │ r_builds │
│          │        │          │          │       │       │ test    │ /buildte │
│          │        │          │          │       │       │ fails   │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/pe │
│          │        │          │          │       │       │         │ rf_check │
│          │        │          │          │       │       │         │ s/contai │
│          │        │          │          │       │       │         │ ns.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ metric_r │ script │ generic. │ None     │ None  │ None  │ capture │ /home/do │
│ egex_exa │        │ local.ba │          │       │       │ result  │ cs/check │
│ mple/3cb │        │ sh       │          │       │       │ metric  │ outs/rea │
│ eb896    │        │          │          │       │       │ from    │ dthedocs │
│          │        │          │          │       │       │ output  │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/me │
│          │        │          │          │       │       │         │ trics/me │
│          │        │          │          │       │       │         │ trics_re │
│          │        │          │          │       │       │         │ gex.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ metric_f │ script │ generic. │ None     │ None  │ None  │ capture │ /home/do │
│ ile_rege │        │ local.ba │          │       │       │ result  │ cs/check │
│ x/0ecf98 │        │ sh       │          │       │       │ metric  │ outs/rea │
│ a5       │        │          │          │       │       │ from    │ dthedocs │
│          │        │          │          │       │       │ file    │ .org/use │
│          │        │          │          │       │       │ path    │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/me │
│          │        │          │          │       │       │         │ trics/me │
│          │        │          │          │       │       │         │ trics_re │
│          │        │          │          │       │       │         │ gex.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ bash_log │ script │ generic. │ None     │ None  │ None  │ customi │ /home/do │
│ in_sheba │        │ local.ba │          │       │       │ ze      │ cs/check │
│ ng/4e228 │        │ sh       │          │       │       │ shebang │ outs/rea │
│ f14      │        │          │          │       │       │ line    │ dthedocs │
│          │        │          │          │       │       │ with    │ .org/use │
│          │        │          │          │       │       │ bash    │ r_builds │
│          │        │          │          │       │       │ login   │ /buildte │
│          │        │          │          │       │       │ shell   │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/sh │
│          │        │          │          │       │       │         │ ebang.ym │
│          │        │          │          │       │       │         │ l        │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ bash_non │ script │ generic. │ None     │ None  │ None  │ customi │ /home/do │
│ login_sh │        │ local.ba │          │       │       │ ze      │ cs/check │
│ ebang/85 │        │ sh       │          │       │       │ shebang │ outs/rea │
│ ac6e5a   │        │          │          │       │       │ line    │ dthedocs │
│          │        │          │          │       │       │ with    │ .org/use │
│          │        │          │          │       │       │ default │ r_builds │
│          │        │          │          │       │       │ bash    │ /buildte │
│          │        │          │          │       │       │ (nonlog │ st/check │
│          │        │          │          │       │       │ in)     │ outs/sta │
│          │        │          │          │       │       │ shell   │ ble/tuto │
│          │        │          │          │       │       │         │ rials/sh │
│          │        │          │          │       │       │         │ ebang.ym │
│          │        │          │          │       │       │         │ l        │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ assert_n │ script │ generic. │ None     │ None  │ None  │ Test    │ /home/do │
│ e_exampl │        │ local.ba │          │       │       │ for     │ cs/check │
│ e/76ea68 │        │ sh       │          │       │       │ assert  │ outs/rea │
│ 6a       │        │          │          │       │       │ not     │ dthedocs │
│          │        │          │          │       │       │ equal   │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/pe │
│          │        │          │          │       │       │         │ rf_check │
│          │        │          │          │       │       │         │ s/assert │
│          │        │          │          │       │       │         │ _ne.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ string_t │ script │ generic. │ None     │ None  │ None  │ tags    │ /home/do │
│ ag/91956 │        │ local.ba │          │       │       │ can be  │ cs/check │
│ f4e      │        │ sh       │          │       │       │ a       │ outs/rea │
│          │        │          │          │       │       │ string  │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/ta │
│          │        │          │          │       │       │         │ gs_examp │
│          │        │          │          │       │       │         │ le.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ list_of_ │ script │ generic. │ None     │ None  │ None  │ tags    │ /home/do │
│ strings_ │        │ local.ba │          │       │       │ can be  │ cs/check │
│ tags/a6a │        │ sh       │          │       │       │ a list  │ outs/rea │
│ e9711    │        │          │          │       │       │ of      │ dthedocs │
│          │        │          │          │       │       │ strings │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/ta │
│          │        │          │          │       │       │         │ gs_examp │
│          │        │          │          │       │       │         │ le.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ bind_mou │ script │ generic. │ None     │ None  │ None  │ run a   │ /home/do │
│ nt_in_co │        │ local.ba │          │       │       │ python  │ cs/check │
│ ntainer/ │        │ sh       │          │       │       │ script  │ outs/rea │
│ 44d6e67e │        │          │          │       │       │ in      │ dthedocs │
│          │        │          │          │       │       │ contain │ .org/use │
│          │        │          │          │       │       │ er      │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/co │
│          │        │          │          │       │       │         │ ntainers │
│          │        │          │          │       │       │         │ /bind_mo │
│          │        │          │          │       │       │         │ unts.yml │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ _bin_sh_ │ script │ generic. │ None     │ None  │ None  │ /bin/sh │ /home/do │
│ shell/e0 │        │ local.sh │          │       │       │ shell   │ cs/check │
│ c14567   │        │          │          │       │       │ example │ outs/rea │
│          │        │          │          │       │       │         │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/sh │
│          │        │          │          │       │       │         │ ell_exam │
│          │        │          │          │       │       │         │ ples.yml │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ _bin_bas │ script │ generic. │ None     │ None  │ None  │ /bin/ba │ /home/do │
│ h_shell/ │        │ local.ba │          │       │       │ sh      │ cs/check │
│ 9be5cb39 │        │ sh       │          │       │       │ shell   │ outs/rea │
│          │        │          │          │       │       │ example │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/sh │
│          │        │          │          │       │       │         │ ell_exam │
│          │        │          │          │       │       │         │ ples.yml │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ bash_she │ script │ generic. │ None     │ None  │ None  │ bash    │ /home/do │
│ ll/46ccb │        │ local.ba │          │       │       │ shell   │ cs/check │
│ b40      │        │ sh       │          │       │       │ example │ outs/rea │
│          │        │          │          │       │       │         │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/sh │
│          │        │          │          │       │       │         │ ell_exam │
│          │        │          │          │       │       │         │ ples.yml │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ sh_shell │ script │ generic. │ None     │ None  │ None  │ sh      │ /home/do │
│ /3e16f4c │        │ local.sh │          │       │       │ shell   │ cs/check │
│ e        │        │          │          │       │       │ example │ outs/rea │
│          │        │          │          │       │       │         │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/sh │
│          │        │          │          │       │       │         │ ell_exam │
│          │        │          │          │       │       │         │ ples.yml │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ shell_op │ script │ generic. │ None     │ None  │ None  │ shell   │ /home/do │
│ tions/6b │        │ local.sh │          │       │       │ options │ cs/check │
│ 8ee087   │        │          │          │       │       │         │ outs/rea │
│          │        │          │          │       │       │         │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/sh │
│          │        │          │          │       │       │         │ ell_exam │
│          │        │          │          │       │       │         │ ples.yml │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ file_lin │ script │ generic. │ None     │ None  │ None  │ Perform │ /home/do │
│ ecount_e │        │ local.ba │          │       │       │ ing     │ cs/check │
│ xception │        │ sh       │          │       │       │ file    │ outs/rea │
│ s/7cc6bb │        │          │          │       │       │ count   │ dthedocs │
│ 7d       │        │          │          │       │       │ on      │ .org/use │
│          │        │          │          │       │       │ directo │ r_builds │
│          │        │          │          │       │       │ ry or   │ /buildte │
│          │        │          │          │       │       │ invalid │ st/check │
│          │        │          │          │       │       │ files   │ outs/sta │
│          │        │          │          │       │       │ can     │ ble/tuto │
│          │        │          │          │       │       │ result  │ rials/te │
│          │        │          │          │       │       │ in      │ st_statu │
│          │        │          │          │       │       │ failure │ s/file_l │
│          │        │          │          │       │       │         │ inecount │
│          │        │          │          │       │       │         │ _failure │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ python_h │ script │ generic. │ None     │ None  │ None  │ Hello   │ /home/do │
│ ello/63d │        │ local.ba │          │       │       │ World   │ cs/check │
│ 1b941    │        │ sh       │          │       │       │ python  │ outs/rea │
│          │        │          │          │       │       │         │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/py │
│          │        │          │          │       │       │         │ thon-hel │
│          │        │          │          │       │       │         │ lo.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ circle_a │ script │ generic. │ None     │ None  │ None  │ Calcula │ /home/do │
│ rea/2b02 │        │ local.ba │          │       │       │ te      │ cs/check │
│ c083     │        │ sh       │          │       │       │ circle  │ outs/rea │
│          │        │          │          │       │       │ of area │ dthedocs │
│          │        │          │          │       │       │ given a │ .org/use │
│          │        │          │          │       │       │ radius  │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/py │
│          │        │          │          │       │       │         │ thon-she │
│          │        │          │          │       │       │         │ ll.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ variable │ script │ generic. │ None     │ None  │ None  │ Declare │ /home/do │
│ s_bash/a │        │ local.ba │          │       │       │ shell   │ cs/check │
│ 200b436  │        │ sh       │          │       │       │ variabl │ outs/rea │
│          │        │          │          │       │       │ es in   │ dthedocs │
│          │        │          │          │       │       │ bash    │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/va │
│          │        │          │          │       │       │         │ rs.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ executor │ script │ generic. │ None     │ None  │ None  │ Declari │ /home/do │
│ s_sbatch │        │ local.ba │          │       │       │ ng env  │ cs/check │
│ _declara │        │ sh       │          │       │       │ and     │ outs/rea │
│ tion/5f4 │        │          │          │       │       │ vars by │ dthedocs │
│ 3f243    │        │          │          │       │       │ executo │ .org/use │
│          │        │          │          │       │       │ rs      │ r_builds │
│          │        │          │          │       │       │ section │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/mu │
│          │        │          │          │       │       │         │ lti_exec │
│          │        │          │          │       │       │         │ utors/ex │
│          │        │          │          │       │       │         │ ecutor_s │
│          │        │          │          │       │       │         │ cheduler │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ executor │ script │ generic. │ None     │ None  │ None  │ Declari │ /home/do │
│ s_sbatch │        │ local.sh │          │       │       │ ng env  │ cs/check │
│ _declara │        │          │          │       │       │ and     │ outs/rea │
│ tion/ed6 │        │          │          │       │       │ vars by │ dthedocs │
│ e527d    │        │          │          │       │       │ executo │ .org/use │
│          │        │          │          │       │       │ rs      │ r_builds │
│          │        │          │          │       │       │ section │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/mu │
│          │        │          │          │       │       │         │ lti_exec │
│          │        │          │          │       │       │         │ utors/ex │
│          │        │          │          │       │       │         │ ecutor_s │
│          │        │          │          │       │       │         │ cheduler │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ file_lin │ script │ generic. │ None     │ None  │ None  │ Perform │ /home/do │
│ ecount/3 │        │ local.ba │          │       │       │ linecou │ cs/check │
│ 555a491  │        │ sh       │          │       │       │ nt      │ outs/rea │
│          │        │          │          │       │       │ compari │ dthedocs │
│          │        │          │          │       │       │ son on  │ .org/use │
│          │        │          │          │       │       │ files   │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/file_l │
│          │        │          │          │       │       │         │ inecount │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ status_l │ script │ generic. │ None     │ None  │ None  │ Using   │ /home/do │
│ ogical_a │        │ local.ba │          │       │       │ logical │ cs/check │
│ nd/80016 │        │ sh       │          │       │       │ AND to  │ outs/rea │
│ 628      │        │          │          │       │       │ check   │ dthedocs │
│          │        │          │          │       │       │ status  │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/mode.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ status_l │ script │ generic. │ None     │ None  │ None  │ Using   │ /home/do │
│ ogical_o │        │ local.ba │          │       │       │ logical │ cs/check │
│ r/40d820 │        │ sh       │          │       │       │ OR to   │ outs/rea │
│ a3       │        │          │          │       │       │ check   │ dthedocs │
│          │        │          │          │       │       │ status  │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/mode.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ hello_wo │ script │ generic. │ None     │ None  │ None  │ run     │ /home/do │
│ rld_sing │        │ local.ba │          │       │       │ hello-w │ cs/check │
│ ularity/ │        │ sh       │          │       │       │ orld    │ outs/rea │
│ 10a3e5a1 │        │          │          │       │       │ contain │ dthedocs │
│          │        │          │          │       │       │ er      │ .org/use │
│          │        │          │          │       │       │ using   │ r_builds │
│          │        │          │          │       │       │ singula │ /buildte │
│          │        │          │          │       │       │ rity    │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/co │
│          │        │          │          │       │       │         │ ntainers │
│          │        │          │          │       │       │         │ /hello_w │
│          │        │          │          │       │       │         │ orld_sin │
│          │        │          │          │       │       │         │ gularity │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ assert_g │ script │ generic. │ None     │ None  │ None  │ Run     │ /home/do │
│ t_exampl │        │ local.ba │          │       │       │ stream  │ cs/check │
│ e/78878a │        │ sh       │          │       │       │ test    │ outs/rea │
│ 7a       │        │          │          │       │       │ with    │ dthedocs │
│          │        │          │          │       │       │ metrics │ .org/use │
│          │        │          │          │       │       │ example │ r_builds │
│          │        │          │          │       │       │ using   │ /buildte │
│          │        │          │          │       │       │ assert  │ st/check │
│          │        │          │          │       │       │ greater │ outs/sta │
│          │        │          │          │       │       │ than.   │ ble/tuto │
│          │        │          │          │       │       │         │ rials/pe │
│          │        │          │          │       │       │         │ rf_check │
│          │        │          │          │       │       │         │ s/assert │
│          │        │          │          │       │       │         │ _gt.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ stream_t │ script │ generic. │ None     │ None  │ None  │ Run     │ /home/do │
│ est/2f3b │        │ local.ba │          │       │       │ stream  │ cs/check │
│ f99e     │        │ sh       │          │       │       │ test    │ outs/rea │
│          │        │          │          │       │       │ with    │ dthedocs │
│          │        │          │          │       │       │ metrics │ .org/use │
│          │        │          │          │       │       │ example │ r_builds │
│          │        │          │          │       │       │ using   │ /buildte │
│          │        │          │          │       │       │ assert  │ st/check │
│          │        │          │          │       │       │ greater │ outs/sta │
│          │        │          │          │       │       │ equal   │ ble/tuto │
│          │        │          │          │       │       │         │ rials/pe │
│          │        │          │          │       │       │         │ rf_check │
│          │        │          │          │       │       │         │ s/assert │
│          │        │          │          │       │       │         │ _ge.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ metric_r │ script │ generic. │ None     │ None  │ None  │ capture │ /home/do │
│ egex_wit │        │ local.ba │          │       │       │ result  │ cs/check │
│ h_linenu │        │ sh       │          │       │       │ metric  │ outs/rea │
│ m_exampl │        │          │          │       │       │ from    │ dthedocs │
│ e/bec8f1 │        │          │          │       │       │ output  │ .org/use │
│ 46       │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/me │
│          │        │          │          │       │       │         │ trics/me │
│          │        │          │          │       │       │         │ trics_re │
│          │        │          │          │       │       │         │ gex_with │
│          │        │          │          │       │       │         │ _linenum │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ hello_wo │ script │ generic. │ None     │ None  │ None  │ hello   │ /home/do │
│ rld/cfb5 │        │ local.ba │          │       │       │ world   │ cs/check │
│ dbad     │        │ sh       │          │       │       │ example │ outs/rea │
│          │        │          │          │       │       │         │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/he │
│          │        │          │          │       │       │         │ llo_worl │
│          │        │          │          │       │       │         │ d.yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ hello_wo │ script │ generic. │ None     │ None  │ None  │ run     │ /home/do │
│ rld_dock │        │ local.ba │          │       │       │ hello-w │ cs/check │
│ er/5e77f │        │ sh       │          │       │       │ orld    │ outs/rea │
│ 9cf      │        │          │          │       │       │ contain │ dthedocs │
│          │        │          │          │       │       │ er with │ .org/use │
│          │        │          │          │       │       │ docker  │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/co │
│          │        │          │          │       │       │         │ ntainers │
│          │        │          │          │       │       │         │ /hello_w │
│          │        │          │          │       │       │         │ orld.yml │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ gcc_vers │ script │ generic. │ None     │ None  │ None  │ Print   │ /home/do │
│ ion/c2d4 │        │ local.ba │          │       │       │ gcc     │ cs/check │
│ 9801     │        │ sh       │          │       │       │ version │ outs/rea │
│          │        │          │          │       │       │         │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/gc │
│          │        │          │          │       │       │         │ c_versio │
│          │        │          │          │       │       │         │ n.yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ csh_shel │ script │ generic. │ None     │ None  │ None  │ csh     │ /home/do │
│ l/48787c │        │ local.cs │          │       │       │ shell   │ cs/check │
│ 35       │        │ h        │          │       │       │ example │ outs/rea │
│          │        │          │          │       │       │         │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/cs │
│          │        │          │          │       │       │         │ h_shell_ │
│          │        │          │          │       │       │         │ examples │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ file_cou │ script │ generic. │ None     │ None  │ None  │ file    │ /home/do │
│ nt_by_ex │        │ local.ba │          │       │       │ count   │ cs/check │
│ pression │        │ sh       │          │       │       │ by      │ outs/rea │
│ /5b8f4cc │        │          │          │       │       │ express │ dthedocs │
│ 8        │        │          │          │       │       │ ion     │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/file_c │
│          │        │          │          │       │       │         │ ount_pat │
│          │        │          │          │       │       │         │ tern.yml │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ file_ext │ script │ generic. │ None     │ None  │ None  │ file    │ /home/do │
│ ension_a │        │ local.ba │          │       │       │ count   │ cs/check │
│ nd_filep │        │ sh       │          │       │       │ by file │ outs/rea │
│ attern/9 │        │          │          │       │       │ extensi │ dthedocs │
│ e4d63b9  │        │          │          │       │       │ on and  │ .org/use │
│          │        │          │          │       │       │ file    │ r_builds │
│          │        │          │          │       │       │ pattern │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/file_c │
│          │        │          │          │       │       │         │ ount_pat │
│          │        │          │          │       │       │         │ tern.yml │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ status_r │ script │ generic. │ None     │ None  │ None  │ define  │ /home/do │
│ eturncod │        │ local.ba │          │       │       │ status  │ cs/check │
│ e_by_exe │        │ sh       │          │       │       │ per     │ outs/rea │
│ cutors/c │        │          │          │       │       │ executo │ dthedocs │
│ 24f9ad1  │        │          │          │       │       │ r type. │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/mu │
│          │        │          │          │       │       │         │ lti_exec │
│          │        │          │          │       │       │         │ utors/st │
│          │        │          │          │       │       │         │ atus_by_ │
│          │        │          │          │       │       │         │ executor │
│          │        │          │          │       │       │         │ s.yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ status_r │ script │ generic. │ None     │ None  │ None  │ define  │ /home/do │
│ eturncod │        │ local.sh │          │       │       │ status  │ cs/check │
│ e_by_exe │        │          │          │       │       │ per     │ outs/rea │
│ cutors/3 │        │          │          │       │       │ executo │ dthedocs │
│ 05dd910  │        │          │          │       │       │ r type. │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/mu │
│          │        │          │          │       │       │         │ lti_exec │
│          │        │          │          │       │       │         │ utors/st │
│          │        │          │          │       │       │         │ atus_by_ │
│          │        │          │          │       │       │         │ executor │
│          │        │          │          │       │       │         │ s.yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ symlink_ │ script │ generic. │ None     │ None  │ None  │ status  │ /home/do │
│ test/020 │        │ local.ba │          │       │       │ check   │ cs/check │
│ 0471c    │        │ sh       │          │       │       │ based   │ outs/rea │
│          │        │          │          │       │       │ on      │ dthedocs │
│          │        │          │          │       │       │ symboli │ .org/use │
│          │        │          │          │       │       │ c link  │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/is_sym │
│          │        │          │          │       │       │         │ link.yml │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ file_cou │ script │ generic. │ None     │ None  │ None  │ Count   │ /home/do │
│ nt_by_fi │        │ local.ba │          │       │       │ the     │ cs/check │
│ letype/b │        │ sh       │          │       │       │ number  │ outs/rea │
│ 2ebc8ae  │        │          │          │       │       │ of      │ dthedocs │
│          │        │          │          │       │       │ directo │ .org/use │
│          │        │          │          │       │       │ ries    │ r_builds │
│          │        │          │          │       │       │ and     │ /buildte │
│          │        │          │          │       │       │ symboli │ st/check │
│          │        │          │          │       │       │ c links │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/file_c │
│          │        │          │          │       │       │         │ ount_fil │
│          │        │          │          │       │       │         │ etype.ym │
│          │        │          │          │       │       │         │ l        │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ containe │ script │ generic. │ None     │ None  │ None  │ run     │ /home/do │
│ r_comman │        │ local.ba │          │       │       │ arbitra │ cs/check │
│ ds_ubunt │        │ sh       │          │       │       │ ry      │ outs/rea │
│ u/73b1d2 │        │          │          │       │       │ linux   │ dthedocs │
│ d6       │        │          │          │       │       │ command │ .org/use │
│          │        │          │          │       │       │ s in    │ r_builds │
│          │        │          │          │       │       │ ubuntu  │ /buildte │
│          │        │          │          │       │       │ contain │ st/check │
│          │        │          │          │       │       │ er      │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/co │
│          │        │          │          │       │       │         │ ntainers │
│          │        │          │          │       │       │         │ /run_com │
│          │        │          │          │       │       │         │ mands.ym │
│          │        │          │          │       │       │         │ l        │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ containe │ script │ generic. │ None     │ None  │ None  │ run     │ /home/do │
│ r_option │        │ local.ba │          │       │       │ arbitra │ cs/check │
│ s/1b8ebe │        │ sh       │          │       │       │ ry      │ outs/rea │
│ 05       │        │          │          │       │       │ linux   │ dthedocs │
│          │        │          │          │       │       │ command │ .org/use │
│          │        │          │          │       │       │ s in    │ r_builds │
│          │        │          │          │       │       │ ubuntu  │ /buildte │
│          │        │          │          │       │       │ contain │ st/check │
│          │        │          │          │       │       │ er      │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/co │
│          │        │          │          │       │       │         │ ntainers │
│          │        │          │          │       │       │         │ /run_com │
│          │        │          │          │       │       │         │ mands.ym │
│          │        │          │          │       │       │         │ l        │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ always_p │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ ass/8a99 │        │ local.sh │          │       │       │ test    │ cs/check │
│ 3491     │        │          │          │       │       │ will    │ outs/rea │
│          │        │          │          │       │       │ always  │ dthedocs │
│          │        │          │          │       │       │ 'PASS'  │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/explic │
│          │        │          │          │       │       │         │ it_state │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ always_f │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ ail/1d1c │        │ local.sh │          │       │       │ test    │ cs/check │
│ bc02     │        │          │          │       │       │ will    │ outs/rea │
│          │        │          │          │       │       │ always  │ dthedocs │
│          │        │          │          │       │       │ 'FAIL'  │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/explic │
│          │        │          │          │       │       │         │ it_state │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ test_fai │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ l_return │        │ local.sh │          │       │       │ test    │ cs/check │
│ code_mat │        │          │          │       │       │ will    │ outs/rea │
│ ch/1e992 │        │          │          │       │       │ 'FAIL'  │ dthedocs │
│ 6f6      │        │          │          │       │       │ even if │ .org/use │
│          │        │          │          │       │       │ we have │ r_builds │
│          │        │          │          │       │       │ returnc │ /buildte │
│          │        │          │          │       │       │ ode     │ st/check │
│          │        │          │          │       │       │ match   │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/explic │
│          │        │          │          │       │       │         │ it_state │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ test_pas │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ s_return │        │ local.sh │          │       │       │ test    │ cs/check │
│ code_mis │        │          │          │       │       │ will    │ outs/rea │
│ match/e5 │        │          │          │       │       │ 'PASS'  │ dthedocs │
│ 6918d5   │        │          │          │       │       │ even if │ .org/use │
│          │        │          │          │       │       │ we have │ r_builds │
│          │        │          │          │       │       │ returnc │ /buildte │
│          │        │          │          │       │       │ ode     │ st/check │
│          │        │          │          │       │       │ mismatc │ outs/sta │
│          │        │          │          │       │       │ h       │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/explic │
│          │        │          │          │       │       │         │ it_state │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ hello_wo │ script │ generic. │ builtin_ │ None  │ None  │ Hello   │ /home/do │
│ rld_c_cp │        │ local.ba │ gcc      │       │       │ world   │ cs/check │
│ p/bcd825 │        │ sh       │          │       │       │ compila │ outs/rea │
│ 50       │        │          │          │       │       │ tion in │ dthedocs │
│          │        │          │          │       │       │ C and   │ .org/use │
│          │        │          │          │       │       │ C++     │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/co │
│          │        │          │          │       │       │         │ mpilatio │
│          │        │          │          │       │       │         │ n/hello_ │
│          │        │          │          │       │       │         │ world_co │
│          │        │          │          │       │       │         │ mpilatio │
│          │        │          │          │       │       │         │ n.yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ bash_env │ script │ generic. │ None     │ None  │ None  │ Declare │ /home/do │
│ _variabl │        │ local.ba │          │       │       │ environ │ cs/check │
│ es/2e027 │        │ sh       │          │       │       │ ment    │ outs/rea │
│ 2b3      │        │          │          │       │       │ variabl │ dthedocs │
│          │        │          │          │       │       │ es in   │ .org/use │
│          │        │          │          │       │       │ default │ r_builds │
│          │        │          │          │       │       │ shell   │ /buildte │
│          │        │          │          │       │       │ (bash)  │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/en │
│          │        │          │          │       │       │         │ vironmen │
│          │        │          │          │       │       │         │ t.yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ csh_env_ │ script │ generic. │ None     │ None  │ None  │ csh     │ /home/do │
│ declarat │        │ local.cs │          │       │       │ shell   │ cs/check │
│ ion/e9e1 │        │ h        │          │       │       │ example │ outs/rea │
│ c289     │        │          │          │       │       │ to      │ dthedocs │
│          │        │          │          │       │       │ declare │ .org/use │
│          │        │          │          │       │       │ environ │ r_builds │
│          │        │          │          │       │       │ ment    │ /buildte │
│          │        │          │          │       │       │ variabl │ st/check │
│          │        │          │          │       │       │ es      │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/en │
│          │        │          │          │       │       │         │ vironmen │
│          │        │          │          │       │       │         │ t.yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ tcsh_env │ script │ generic. │ None     │ None  │ None  │ tcsh    │ /home/do │
│ _declara │        │ local.cs │          │       │       │ shell   │ cs/check │
│ tion/899 │        │ h        │          │       │       │ example │ outs/rea │
│ 961d4    │        │          │          │       │       │ to      │ dthedocs │
│          │        │          │          │       │       │ declare │ .org/use │
│          │        │          │          │       │       │ environ │ r_builds │
│          │        │          │          │       │       │ ment    │ /buildte │
│          │        │          │          │       │       │ variabl │ st/check │
│          │        │          │          │       │       │ es      │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/en │
│          │        │          │          │       │       │         │ vironmen │
│          │        │          │          │       │       │         │ t.yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ assert_l │ script │ generic. │ None     │ None  │ None  │ Run     │ /home/do │
│ e_exampl │        │ local.ba │          │       │       │ stream  │ cs/check │
│ e/ec2f48 │        │ sh       │          │       │       │ test    │ outs/rea │
│ 0b       │        │          │          │       │       │ with    │ dthedocs │
│          │        │          │          │       │       │ metrics │ .org/use │
│          │        │          │          │       │       │ example │ r_builds │
│          │        │          │          │       │       │ using   │ /buildte │
│          │        │          │          │       │       │ assert  │ st/check │
│          │        │          │          │       │       │ less    │ outs/sta │
│          │        │          │          │       │       │ than    │ ble/tuto │
│          │        │          │          │       │       │ equal   │ rials/pe │
│          │        │          │          │       │       │         │ rf_check │
│          │        │          │          │       │       │         │ s/assert │
│          │        │          │          │       │       │         │ _le.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ metric_f │ script │ generic. │ None     │ None  │ None  │ capture │ /home/do │
│ ile_rege │        │ local.ba │          │       │       │ result  │ cs/check │
│ x_invali │        │ sh       │          │       │       │ metric  │ outs/rea │
│ d_file/5 │        │          │          │       │       │ from    │ dthedocs │
│ 397c69b  │        │          │          │       │       │ file    │ .org/use │
│          │        │          │          │       │       │ path    │ r_builds │
│          │        │          │          │       │       │ when we │ /buildte │
│          │        │          │          │       │       │ have    │ st/check │
│          │        │          │          │       │       │ invalid │ outs/sta │
│          │        │          │          │       │       │ file    │ ble/tuto │
│          │        │          │          │       │       │ path    │ rials/me │
│          │        │          │          │       │       │         │ trics/me │
│          │        │          │          │       │       │         │ trics_fi │
│          │        │          │          │       │       │         │ le_regex │
│          │        │          │          │       │       │         │ _invalid │
│          │        │          │          │       │       │         │ _file.ym │
│          │        │          │          │       │       │         │ l        │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ stream_o │ script │ generic. │ builtin_ │ None  │ None  │ STREAM  │ /home/do │
│ penmp_c/ │        │ local.ba │ gcc      │       │       │ Microbe │ cs/check │
│ 058f821d │        │ sh       │          │       │       │ nchmark │ outs/rea │
│          │        │          │          │       │       │  C Test │ dthedocs │
│          │        │          │          │       │       │ with    │ .org/use │
│          │        │          │          │       │       │ OpenMP  │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/co │
│          │        │          │          │       │       │         │ mpilatio │
│          │        │          │          │       │       │         │ n/stream │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ file_and │ script │ generic. │ None     │ None  │ None  │ status  │ /home/do │
│ _dir_che │        │ local.ba │          │       │       │ check   │ cs/check │
│ cks/a25e │        │ sh       │          │       │       │ for     │ outs/rea │
│ 096a     │        │          │          │       │       │ files   │ dthedocs │
│          │        │          │          │       │       │ and     │ .org/use │
│          │        │          │          │       │       │ directo │ r_builds │
│          │        │          │          │       │       │ ries    │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/file_a │
│          │        │          │          │       │       │         │ nd_dir_c │
│          │        │          │          │       │       │         │ heck.yml │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ combined │ script │ generic. │ None     │ None  │ None  │ status  │ /home/do │
│ _file_an │        │ local.ba │          │       │       │ check   │ cs/check │
│ d_dir_ch │        │ sh       │          │       │       │ for     │ outs/rea │
│ ecks/c7c │        │          │          │       │       │ files   │ dthedocs │
│ 2354f    │        │          │          │       │       │ and     │ .org/use │
│          │        │          │          │       │       │ directo │ r_builds │
│          │        │          │          │       │       │ ries    │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/file_a │
│          │        │          │          │       │       │         │ nd_dir_c │
│          │        │          │          │       │       │         │ heck.yml │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ assert_e │ script │ generic. │ None     │ None  │ None  │ Test    │ /home/do │
│ q_exampl │        │ local.ba │          │       │       │ for     │ cs/check │
│ e/28a920 │        │ sh       │          │       │       │ assert  │ outs/rea │
│ ca       │        │          │          │       │       │ equalit │ dthedocs │
│          │        │          │          │       │       │ y       │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/pe │
│          │        │          │          │       │       │         │ rf_check │
│          │        │          │          │       │       │         │ s/assert │
│          │        │          │          │       │       │         │ _eq.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ file_cou │ script │ generic. │ None     │ None  │ None  │ file    │ /home/do │
│ nt_on_di │        │ local.ba │          │       │       │ count   │ cs/check │
│ rectory/ │        │ sh       │          │       │       │ check   │ outs/rea │
│ 8f661e15 │        │          │          │       │       │ in      │ dthedocs │
│          │        │          │          │       │       │ directo │ .org/use │
│          │        │          │          │       │       │ ry      │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/file_c │
│          │        │          │          │       │       │         │ ount.yml │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ file_cou │ script │ generic. │ None     │ None  │ None  │ file    │ /home/do │
│ nt_by_ex │        │ local.ba │          │       │       │ count   │ cs/check │
│ tension/ │        │ sh       │          │       │       │ by      │ outs/rea │
│ 4fb04e3c │        │          │          │       │       │ extensi │ dthedocs │
│          │        │          │          │       │       │ on      │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/sta │
│          │        │          │          │       │       │         │ ble/tuto │
│          │        │          │          │       │       │         │ rials/te │
│          │        │          │          │       │       │         │ st_statu │
│          │        │          │          │       │       │         │ s/file_c │
│          │        │          │          │       │       │         │ ount.yml │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴─────────┴──────────┘
──────────────────────────────── Building Test ─────────────────────────────────
summary_example/3fc278c1: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/summary_example/summary_example/3fc278c1
metric_regex_example_with_re/a5ba026f: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/metrics_with_regex_type/metric_regex_example_with_re/a5ba026f
foo_bar/838dc90d: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.sh/maintainers_example/foo_bar/838dc90d
pass_test/3d82208e: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ex3/pass_test/3d82208e
fail_test/7b9e5e51: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ex3/fail_test/7b9e5e51
pass_and_fail_test/feaced1b: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ex3/pass_and_fail_test/feaced1b
final_test/063a410e: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ex3/final_test/063a410e
assert_lt_example/d48d9d84: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/assert_lt/assert_lt_example/d48d9d84
executors_vars_env_declaration/47eba473: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/executors_var_env_declaration/executors_vars_env_declaration/47eba473
executors_vars_env_declaration/9b1f93aa: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.sh/executors_var_env_declaration/executors_vars_env_declaration/9b1f93aa
file_exists_pass/0e3310a9: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/file_exists_with_number/file_exists_pass/0e3310a9
test1/8571dffa: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ex2/test1/8571dffa
test2/ccfbfc2b: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ex2/test2/ccfbfc2b
test3/d0d31076: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ex2/test3/d0d31076
assert_range_ex/2c6ff738: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/assert_range/assert_range_ex/2c6ff738
status_regex_stdout_pass/a78ac40e: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/status_regex/status_regex_stdout_pass/a78ac40e
status_regex_stdout_fail/3857f49b: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/status_regex/status_regex_stdout_fail/3857f49b
status_regex_stderr_pass/66196471: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/status_regex/status_regex_stderr_pass/66196471
status_regex_stderr_fail/68a343bb: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/status_regex/status_regex_stderr_fail/68a343bb
unskipped/9fa24473: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/skip_tests/unskipped/9fa24473
add_numbers/59214b20: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/add_numbers/add_numbers/59214b20
status_exists/fe4fd9a7: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/exists/status_exists/fe4fd9a7
status_exists_failure/fec53517: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/exists/status_exists_failure/fec53517
create_burst_buffer_executors/340e98dd: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/burstbuffer_datawarp_executors/create_burst_buffer_executors/340e98dd
create_burst_buffer_executors/93f7e852: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.sh/burstbuffer_datawarp_executors/create_burst_buffer_executors/93f7e852
metric_regex_linenum_failure_example/b4628d64: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/metrics_regex_with_invalid_linenum/metric_regex_linenum_failure_example/b4628d64
sleep/c96f6dde: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/sleep/sleep/c96f6dde
exit1_fail/cb2f4e78: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/cb2f4e78
exit1_pass/afd7798d: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/afd7798d
returncode_list_mismatch/29610568: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/29610568
returncode_int_match/cb60ab20: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_int_match/cb60ab20
timelimit_min_max/375a6c14: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.sh/runtime_status_test/timelimit_min_max/375a6c14
timelimit_min/c541e35f: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.sh/runtime_status_test/timelimit_min/c541e35f
timelimit_max/2cd69acb: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.sh/runtime_status_test/timelimit_max/2cd69acb
timelimit_min_fail/71e84f86: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.sh/runtime_status_test/timelimit_min_fail/71e84f86
timelimit_max_fail/c567dc9c: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.sh/runtime_status_test/timelimit_max_fail/c567dc9c
multiple_executors/c0af641d: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/executor_regex_script/multiple_executors/c0af641d
multiple_executors/42a92044: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.sh/executor_regex_script/multiple_executors/42a92044
run_script_in_container/6c21ee4f: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/run_script/run_script_in_container/6c21ee4f
runtime_test/68d17889: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ex4/runtime_test/68d17889
runtime_test_pass/0e768ce5: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ex4/runtime_test_pass/0e768ce5
runtime_test_fail/4f852bfd: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ex4/runtime_test_fail/4f852bfd
regex_on_multiple_files/026f5e60: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/regex_on_filename/regex_on_multiple_files/026f5e60
regex_on_directory_not_supported/1f5d88ba: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/regex_on_filename/regex_on_directory_not_supported/1f5d88ba
file_expansion_supported/791e89cb: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/regex_on_filename/file_expansion_supported/791e89cb
jobA/5b512581: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ex1/jobA/5b512581
jobB/89f2020b: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ex1/jobB/89f2020b
jobC/a6c0dedb: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/ex1/jobC/a6c0dedb
linecount_stdout/505c7c98: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/linecount/linecount_stdout/505c7c98
linecount_stderr_mismatch/74721aae: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/linecount/linecount_stderr_mismatch/74721aae
re.search.stdout/4fe47c6c: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/specify_regex_type/re.search.stdout/4fe47c6c
re.match.stdout/5b333595: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/specify_regex_type/re.match.stdout/5b333595
re.fullmatch.stdout/dfcc5485: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/specify_regex_type/re.fullmatch.stdout/dfcc5485
re.match_on_file_regex/482c5bf3: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/specify_regex_type/re.match_on_file_regex/482c5bf3
file_traverse_limit/3524da29: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/file_count_file_traverse_limit/file_traverse_limit/3524da29
assert_eq_invalid_metric/fef26d97: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/assert_eq_exceptions/assert_eq_invalid_metric/fef26d97
assert_eq_mismatch/d351acc6: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/assert_eq_exceptions/assert_eq_mismatch/d351acc6
contains_and_not_contains/40ee3e60: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/contains/contains_and_not_contains/40ee3e60
assert_contains_fail/dae44b1b: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/contains/assert_contains_fail/dae44b1b
metric_regex_example/3cbeb896: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/metrics_regex/metric_regex_example/3cbeb896
metric_file_regex/0ecf98a5: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/metrics_regex/metric_file_regex/0ecf98a5
bash_login_shebang/4e228f14: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/shebang/bash_login_shebang/4e228f14
bash_nonlogin_shebang/85ac6e5a: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/shebang/bash_nonlogin_shebang/85ac6e5a
assert_ne_example/76ea686a: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/assert_ne/assert_ne_example/76ea686a
string_tag/91956f4e: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/tags_example/string_tag/91956f4e
list_of_strings_tags/a6ae9711: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/tags_example/list_of_strings_tags/a6ae9711
bind_mount_in_container/44d6e67e: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/bind_mounts/bind_mount_in_container/44d6e67e
_bin_sh_shell/e0c14567: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.sh/shell_examples/_bin_sh_shell/e0c14567
_bin_bash_shell/9be5cb39: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/shell_examples/_bin_bash_shell/9be5cb39
bash_shell/46ccbb40: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/shell_examples/bash_shell/46ccbb40
sh_shell/3e16f4ce: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.sh/shell_examples/sh_shell/3e16f4ce
shell_options/6b8ee087: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.sh/shell_examples/shell_options/6b8ee087
file_linecount_exceptions/7cc6bb7d: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/file_linecount_failure/file_linecount_exceptions/7cc6bb7d
python_hello/63d1b941: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-hello/python_hello/63d1b941
circle_area/2b02c083: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-shell/circle_area/2b02c083
variables_bash/a200b436: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/vars/variables_bash/a200b436
executors_sbatch_declaration/5f43f243: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/executor_scheduler/executors_sbatch_declaration/5f43f243
executors_sbatch_declaration/ed6e527d: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.sh/executor_scheduler/executors_sbatch_declaration/ed6e527d
file_linecount/3555a491: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/file_linecount/file_linecount/3555a491
status_logical_and/80016628: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/mode/status_logical_and/80016628
status_logical_or/40d820a3: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/mode/status_logical_or/40d820a3
hello_world_singularity/10a3e5a1: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/hello_world_singularity/hello_world_singularity/10a3e5a1
assert_gt_example/78878a7a: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/assert_gt/assert_gt_example/78878a7a
stream_test/2f3bf99e: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/assert_ge/stream_test/2f3bf99e
metric_regex_with_linenum_example/bec8f146: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/metrics_regex_with_linenum/metric_regex_with_linenum_example/bec8f146
hello_world/cfb5dbad: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/hello_world/hello_world/cfb5dbad
hello_world_docker/5e77f9cf: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/hello_world/hello_world_docker/5e77f9cf
gcc_version/c2d49801: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/gcc_version/gcc_version/c2d49801
csh_shell/48787c35: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.csh/csh_shell_examples/csh_shell/48787c35
file_count_by_expression/5b8f4cc8: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/file_count_pattern/file_count_by_expression/5b8f4cc8
file_extension_and_filepattern/9e4d63b9: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/file_count_pattern/file_extension_and_filepattern/9e4d63b9
status_returncode_by_executors/c24f9ad1: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/status_by_executors/status_returncode_by_executors/c24f9ad1
status_returncode_by_executors/305dd910: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.sh/status_by_executors/status_returncode_by_executors/305dd910
symlink_test/0200471c: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/is_symlink/symlink_test/0200471c
file_count_by_filetype/b2ebc8ae: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/file_count_filetype/file_count_by_filetype/b2ebc8ae
container_commands_ubuntu/73b1d2d6: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/run_commands/container_commands_ubuntu/73b1d2d6
container_options/1b8ebe05: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/run_commands/container_options/1b8ebe05
always_pass/8a993491: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.sh/explicit_state/always_pass/8a993491
always_fail/1d1cbc02: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.sh/explicit_state/always_fail/1d1cbc02
test_fail_returncode_match/1e9926f6: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.sh/explicit_state/test_fail_returncode_match/1e9926f6
test_pass_returncode_mismatch/e56918d5: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.sh/explicit_state/test_pass_returncode_mismatch/e56918d5
hello_world_c_cpp/bcd82550: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/hello_world_compilation/hello_world_c_cpp/bcd82550
bash_env_variables/2e0272b3: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/environment/bash_env_variables/2e0272b3
csh_env_declaration/e9e1c289: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.csh/environment/csh_env_declaration/e9e1c289
tcsh_env_declaration/899961d4: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.csh/environment/tcsh_env_declaration/899961d4
assert_le_example/ec2f480b: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/assert_le/assert_le_example/ec2f480b
metric_file_regex_invalid_file/5397c69b: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/metrics_file_regex_invalid_file/metric_file_regex_invalid_file/5397c69b
stream_openmp_c/058f821d: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/stream/stream_openmp_c/058f821d
file_and_dir_checks/a25e096a: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/file_and_dir_check/file_and_dir_checks/a25e096a
combined_file_and_dir_checks/c7c2354f: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/file_and_dir_check/combined_file_and_dir_checks/c7c2354f
assert_eq_example/28a920ca: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/assert_eq/assert_eq_example/28a920ca
file_count_on_directory/8f661e15: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/file_count/file_count_on_directory/8f661e15
file_count_by_extension/4fb04e3c: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/file_count/file_count_by_extension/4fb04e3c

Filter By Executor Type

In a HPC environment, you may want to run test locally on a login node or perhaps you only want to run batch jobs given a list of buildspecs specified on command line. This can be done in buildtest via option buildtest build –executor-type which takes one of two values local or batch. If you want to filter all tests by local executor you can do buildtest build --executor-type local. buildtest will filter test based on the executor property defined in the buildspec. Let’s assume we want to run all test by python tag on local executor you can do the following:

buildtest build -t python --executor-type local
$ buildtest build -t python --executor-type local
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:48:19                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/python-hello.yml                                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/python-shell.yml                                                   ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 2                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝
                            Buildspecs By Tag=python                            
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/python-hello.yml                                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/python-shell.yml                                                   ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 2                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  2
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  2
────────────────────────────── Parsing Buildspecs ──────────────────────────────
Valid Buildspecs: 2
Invalid Buildspecs: 0
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/python-hello.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/python-shell.yml: VALID
Total builder objects created: 2
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descript ┃ buildsp ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ ion      ┃ ecs     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ python_h │ script │ generic. │ None     │ None  │ None  │ Hello    │ /home/d │
│ ello/987 │        │ local.ba │          │       │       │ World    │ ocs/che │
│ 3bf07    │        │ sh       │          │       │       │ python   │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/pytho │
│          │        │          │          │       │       │          │ n-hello │
│          │        │          │          │       │       │          │ .yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ circle_a │ script │ generic. │ None     │ None  │ None  │ Calculat │ /home/d │
│ rea/9bb1 │        │ local.ba │          │       │       │ e circle │ ocs/che │
│ 8b8b     │        │ sh       │          │       │       │ of area  │ ckouts/ │
│          │        │          │          │       │       │ given a  │ readthe │
│          │        │          │          │       │       │ radius   │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/pytho │
│          │        │          │          │       │       │          │ n-shell │
│          │        │          │          │       │       │          │ .yml    │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
python_hello/9873bf07: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-hello/python_hello/9873bf07
circle_area/9bb18b8b: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-shell/circle_area/9bb18b8b
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
circle_area/9bb18b8b does not have any dependencies adding test to queue
python_hello/9873bf07 does not have any dependencies adding test to queue
Builders Eligible to Run 
┏━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder               ┃
┡━━━━━━━━━━━━━━━━━━━━━━━┩
│ python_hello/9873bf07 │
│ circle_area/9bb18b8b  │
└───────────────────────┘
python_hello/9873bf07: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-hello/python_hello/9873bf07/stage
python_hello/9873bf07: Running Test via command: bash python_hello_build.sh
python_hello/9873bf07: Test completed in 0.030781 seconds with returncode: 0
python_hello/9873bf07: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-hello/python_hello/9873bf07/python_hello.out
python_hello/9873bf07: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-hello/python_hello/9873bf07/python_hello.err
circle_area/9bb18b8b: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-shell/circle_area/9bb18b8b/stage
circle_area/9bb18b8b: Running Test via command: bash circle_area_build.sh
circle_area/9bb18b8b: Test completed in 0.030626 seconds with returncode: 0
circle_area/9bb18b8b: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-shell/circle_area/9bb18b8b/circle_area.out
circle_area/9bb18b8b: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-shell/circle_area/9bb18b8b/circle_area.err
                                 Test Summary                                 
┏━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder               ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ circle_area/9bb18b8b  │ generic.local.bash │ PASS   │ 0          │ 0.031   │
├───────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ python_hello/9873bf07 │ generic.local.bash │ PASS   │ 0          │ 0.031   │
└───────────────────────┴────────────────────┴────────┴────────────┴─────────┘



Passed Tests: 2/2 Percentage: 100.000%
Failed Tests: 0/2 Percentage: 0.000%


Adding 2 test results to report file: /tmp/tmpdzcbbdmp/var/report.json
Writing Logfile to /tmp/tmpdzcbbdmp/var/logs/buildtest_eo5ruq8o.log

Now let’s say we want to rerun same command but now only run test that are batch, we can specify --executor-type batch and buildtest will filter tests by executor and find all batch executors. In this case we see that all tests were filtered out and we have no test run.

buildtest build -t python --executor-type batch
$ buildtest build -t python --executor-type batch
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:48:20                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/python-hello.yml                                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/python-shell.yml                                                   ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 2                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝
                            Buildspecs By Tag=python                            
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/python-hello.yml                                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/python-shell.yml                                                   ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 2                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  2
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  2
────────────────────────────── Parsing Buildspecs ──────────────────────────────
python_hello/5a77ad85 is excluded since its not using batch executor
circle_area/8cfaadfa is excluded since its not using batch executor
Valid Buildspecs: 2
Invalid Buildspecs: 0
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/python-hello.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/python-shell.yml: VALID
                            Buildspecs Filtered out                             
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ buildspecs                                                                   ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
└──────────────────────────────────────────────────────────────────────────────┘

buildtest is unable to create any tests because there are no valid buildspecs. 

Please see logfile: /tmp/tmpdzcbbdmp/var/buildtest.log

This option can be particularly useful if want to run a lot of tests and you are not sure which ones will run locally or batch. Let’s say you have all your buildspecs in a directory name tests and you want to run all test that will use local executor and you don’t want to run the batch jobs then you can do the following:

buildtest build -b tests --executor-type local

Configure Build Stages

We can control behavior of buildtest build command to stop at certain phase using --validate and --dry-run options.

Buildtest will validate all the buildspecs in the parse stage, so you can instruct buildtest to stop at parse stage via --validate. This can be useful when debugging buildspecs that are invalid. In this example below, we instruct buildtest to stop after parse stage.

buildtest build -b tutorials/vars.yml --validate
$ buildtest build -b tutorials/vars.yml --validate
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:48:21                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/vars.yml                                                           ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  1
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  1
────────────────────────────── Parsing Buildspecs ──────────────────────────────
Valid Buildspecs: 1
Invalid Buildspecs: 0
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/vars.yml: VALID
Total builder objects created: 1
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descript ┃ buildsp ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ ion      ┃ ecs     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ variable │ script │ generic. │ None     │ None  │ None  │ Declare  │ /home/d │
│ s_bash/f │        │ local.ba │          │       │       │ shell    │ ocs/che │
│ 88a4061  │        │ sh       │          │       │       │ variable │ ckouts/ │
│          │        │          │          │       │       │ s in     │ readthe │
│          │        │          │          │       │       │ bash     │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/vars. │
│          │        │          │          │       │       │          │ yml     │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘

Invalid Buildspecs

buildtest will skip any buildspecs that fail to validate, in that case the test script will not be generated. Here is an example where we have an invalid buildspec.

buildtest build -b tutorials/invalid_buildspec_section.yml
$ buildtest build -b tutorials/invalid_buildspec_section.yml
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:48:21                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/invalid_buildspec_section.yml                                      ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  1
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  1
────────────────────────────── Parsing Buildspecs ──────────────────────────────
Valid Buildspecs: 0
Invalid Buildspecs: 1
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/invalid_buildspec_section.yml: INVALID

buildtest is unable to create any tests because there are no valid buildspecs. 

Please see logfile: /tmp/tmpdzcbbdmp/var/buildtest.log

buildtest may skip tests from running if buildspec specifies an invalid executor name since buildtest needs to know this in order to delegate test to Executor class responsible for running the test. Here is an example where test failed to run since we provided invalid executor.

buildtest build -b tutorials/invalid_executor.yml
$ buildtest build -b tutorials/invalid_executor.yml
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:48:22                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/invalid_executor.yml                                               ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  1
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  1
────────────────────────────── Parsing Buildspecs ──────────────────────────────
Valid Buildspecs: 1
Invalid Buildspecs: 0
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/invalid_executor.yml: VALID
                            Buildspecs Filtered out                             
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ buildspecs                                                                   ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable… │
└──────────────────────────────────────────────────────────────────────────────┘

buildtest is unable to create any tests because there are no valid buildspecs. 

Please see logfile: /tmp/tmpdzcbbdmp/var/buildtest.log

Validate Tests (buildtest build --validate)

When you use the buildtest build command, you have the option to enter a validate mode by adding the --validate option. In this mode, the command will validate given buildspecs and stop after the parse stage. It’s particularly useful when you’re creating or editing a buildspec file and want to check its validity before entering the build stage. For instance, in the following example, we demonstrate how to instruct buildtest to halt after the parse stage.

buildtest build -b tutorials/vars.yml --validate
$ buildtest build -b tutorials/vars.yml --validate
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:48:21                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/vars.yml                                                           ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  1
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  1
────────────────────────────── Parsing Buildspecs ──────────────────────────────
Valid Buildspecs: 1
Invalid Buildspecs: 0
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/vars.yml: VALID
Total builder objects created: 1
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descript ┃ buildsp ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ ion      ┃ ecs     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ variable │ script │ generic. │ None     │ None  │ None  │ Declare  │ /home/d │
│ s_bash/f │        │ local.ba │          │       │       │ shell    │ ocs/che │
│ 88a4061  │        │ sh       │          │       │       │ variable │ ckouts/ │
│          │        │          │          │       │       │ s in     │ readthe │
│          │        │          │          │       │       │ bash     │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/vars. │
│          │        │          │          │       │       │          │ yml     │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘

Dry Run (buildtest build --dry-run)

When you use the buildtest build command, you have the option to enter a dry run mode by adding the --dry-run option. In this mode, the command will simulate the build process but won’t execute the tests. It’s particularly useful when you’re creating or editing a buildspec file and want to see how the test script is generated without actually running the tests. For instance, in the following example, we demonstrate how to instruct buildtest to halt after the build stage.

buildtest build -b tutorials/vars.yml --dry-run
$ buildtest build -b tutorials/vars.yml --dry-run
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:48:22                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/vars.yml                                                           ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  1
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  1
────────────────────────────── Parsing Buildspecs ──────────────────────────────
Valid Buildspecs: 1
Invalid Buildspecs: 0
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/vars.yml: VALID
Total builder objects created: 1
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descript ┃ buildsp ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ ion      ┃ ecs     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ variable │ script │ generic. │ None     │ None  │ None  │ Declare  │ /home/d │
│ s_bash/6 │        │ local.ba │          │       │       │ shell    │ ocs/che │
│ b260b05  │        │ sh       │          │       │       │ variable │ ckouts/ │
│          │        │          │          │       │       │ s in     │ readthe │
│          │        │          │          │       │       │ bash     │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/vars. │
│          │        │          │          │       │       │          │ yml     │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
variables_bash/6b260b05: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/vars/variables_bash/6b260b05

Rebuild Tests (buildtest build --rebuild)

buildtest can rebuild tests using the --rebuild option which can be useful if you want to test a particular test multiple times. The rebuild option works across all discovered buildspecs and create a new test instance (unique id) and test directory path. To demonstrate we will build tutorials/python-shell.yml three times using --rebuild=3.

buildtest build -b tutorials/python-shell.yml --rebuild=3
$ buildtest build -b tutorials/python-shell.yml --rebuild=3
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:48:23                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/python-shell.yml                                                   ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  1
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  1
────────────────────────────── Parsing Buildspecs ──────────────────────────────
Valid Buildspecs: 1
Invalid Buildspecs: 0
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/python-shell.yml: VALID
Total builder objects created: 3
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descript ┃ buildsp ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ ion      ┃ ecs     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ circle_a │ script │ generic. │ None     │ None  │ None  │ Calculat │ /home/d │
│ rea/96be │        │ local.ba │          │       │       │ e circle │ ocs/che │
│ 3b18     │        │ sh       │          │       │       │ of area  │ ckouts/ │
│          │        │          │          │       │       │ given a  │ readthe │
│          │        │          │          │       │       │ radius   │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/pytho │
│          │        │          │          │       │       │          │ n-shell │
│          │        │          │          │       │       │          │ .yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ circle_a │ script │ generic. │ None     │ None  │ None  │ Calculat │ /home/d │
│ rea/48b5 │        │ local.ba │          │       │       │ e circle │ ocs/che │
│ 8936     │        │ sh       │          │       │       │ of area  │ ckouts/ │
│          │        │          │          │       │       │ given a  │ readthe │
│          │        │          │          │       │       │ radius   │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/pytho │
│          │        │          │          │       │       │          │ n-shell │
│          │        │          │          │       │       │          │ .yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ circle_a │ script │ generic. │ None     │ None  │ None  │ Calculat │ /home/d │
│ rea/3151 │        │ local.ba │          │       │       │ e circle │ ocs/che │
│ 4560     │        │ sh       │          │       │       │ of area  │ ckouts/ │
│          │        │          │          │       │       │ given a  │ readthe │
│          │        │          │          │       │       │ radius   │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/pytho │
│          │        │          │          │       │       │          │ n-shell │
│          │        │          │          │       │       │          │ .yml    │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
circle_area/96be3b18: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-shell/circle_area/96be3b18
circle_area/48b58936: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-shell/circle_area/48b58936
circle_area/31514560: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-shell/circle_area/31514560
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
circle_area/31514560 does not have any dependencies adding test to queue
circle_area/96be3b18 does not have any dependencies adding test to queue
circle_area/48b58936 does not have any dependencies adding test to queue
Builders Eligible to Run
┏━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder              ┃
┡━━━━━━━━━━━━━━━━━━━━━━┩
│ circle_area/31514560 │
│ circle_area/96be3b18 │
│ circle_area/48b58936 │
└──────────────────────┘
circle_area/31514560: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-shell/circle_area/31514560/stage
circle_area/31514560: Running Test via command: bash circle_area_build.sh
circle_area/31514560: Test completed in 0.031903 seconds with returncode: 0
circle_area/31514560: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-shell/circle_area/31514560/circle_area.out
circle_area/31514560: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-shell/circle_area/31514560/circle_area.err
circle_area/96be3b18: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-shell/circle_area/96be3b18/stage
circle_area/96be3b18: Running Test via command: bash circle_area_build.sh
circle_area/96be3b18: Test completed in 0.031741 seconds with returncode: 0
circle_area/96be3b18: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-shell/circle_area/96be3b18/circle_area.out
circle_area/96be3b18: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-shell/circle_area/96be3b18/circle_area.err
circle_area/48b58936: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-shell/circle_area/48b58936/stage
circle_area/48b58936: Running Test via command: bash circle_area_build.sh
circle_area/48b58936: Test completed in 0.030664 seconds with returncode: 0
circle_area/48b58936: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-shell/circle_area/48b58936/circle_area.out
circle_area/48b58936: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-shell/circle_area/48b58936/circle_area.err
                                Test Summary                                 
┏━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder              ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ circle_area/48b58936 │ generic.local.bash │ PASS   │ 0          │ 0.031   │
├──────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ circle_area/96be3b18 │ generic.local.bash │ PASS   │ 0          │ 0.032   │
├──────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ circle_area/31514560 │ generic.local.bash │ PASS   │ 0          │ 0.032   │
└──────────────────────┴────────────────────┴────────┴────────────┴─────────┘



Passed Tests: 3/3 Percentage: 100.000%
Failed Tests: 0/3 Percentage: 0.000%


Adding 3 test results to report file: /tmp/tmpdzcbbdmp/var/report.json
Writing Logfile to /tmp/tmpdzcbbdmp/var/logs/buildtest_xmoitm2b.log

The rebuild works with all options including: --buildspec, --exclude, --tags and --executor. buildtest will perform rebuild for all discovered tests, for instance in this next example we will discover all tests by tag name fail and each test is rebuild twice.

buildtest build -t fail --rebuild 2
$ buildtest build -t fail --rebuild 2
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:48:24                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/pass_returncode.yml                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝
                             Buildspecs By Tag=fail                             
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/pass_returncode.yml                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  1
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  1
────────────────────────────── Parsing Buildspecs ──────────────────────────────
Valid Buildspecs: 1
Invalid Buildspecs: 0
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/pass_returncode.yml: VALID
Total builder objects created: 8
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descript ┃ buildsp ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ ion      ┃ ecs     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ exit1_fa │ script │ generic. │ None     │ None  │ None  │ exit 1   │ /home/d │
│ il/50c17 │        │ local.ba │          │       │       │ by       │ ocs/che │
│ b58      │        │ sh       │          │       │       │ default  │ ckouts/ │
│          │        │          │          │       │       │ is FAIL  │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/test_ │
│          │        │          │          │       │       │          │ status/ │
│          │        │          │          │       │       │          │ pass_re │
│          │        │          │          │       │       │          │ turncod │
│          │        │          │          │       │       │          │ e.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ exit1_pa │ script │ generic. │ None     │ None  │ None  │ report   │ /home/d │
│ ss/e42c2 │        │ local.ba │          │       │       │ exit 1   │ ocs/che │
│ a29      │        │ sh       │          │       │       │ as PASS  │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/test_ │
│          │        │          │          │       │       │          │ status/ │
│          │        │          │          │       │       │          │ pass_re │
│          │        │          │          │       │       │          │ turncod │
│          │        │          │          │       │       │          │ e.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 2   │ /home/d │
│ de_list_ │        │ local.ba │          │       │       │ failed   │ ocs/che │
│ mismatch │        │ sh       │          │       │       │ since it │ ckouts/ │
│ /cdd34ab │        │          │          │       │       │ failed   │ readthe │
│ f        │        │          │          │       │       │ to match │ docs.or │
│          │        │          │          │       │       │ returnco │ g/user_ │
│          │        │          │          │       │       │ de 1     │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/test_ │
│          │        │          │          │       │       │          │ status/ │
│          │        │          │          │       │       │          │ pass_re │
│          │        │          │          │       │       │          │ turncod │
│          │        │          │          │       │       │          │ e.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 128 │ /home/d │
│ de_int_m │        │ local.ba │          │       │       │ matches  │ ocs/che │
│ atch/60e │        │ sh       │          │       │       │ returnco │ ckouts/ │
│ 50499    │        │          │          │       │       │ de 128   │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/test_ │
│          │        │          │          │       │       │          │ status/ │
│          │        │          │          │       │       │          │ pass_re │
│          │        │          │          │       │       │          │ turncod │
│          │        │          │          │       │       │          │ e.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ exit1_fa │ script │ generic. │ None     │ None  │ None  │ exit 1   │ /home/d │
│ il/aa97d │        │ local.ba │          │       │       │ by       │ ocs/che │
│ 9a4      │        │ sh       │          │       │       │ default  │ ckouts/ │
│          │        │          │          │       │       │ is FAIL  │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/test_ │
│          │        │          │          │       │       │          │ status/ │
│          │        │          │          │       │       │          │ pass_re │
│          │        │          │          │       │       │          │ turncod │
│          │        │          │          │       │       │          │ e.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ exit1_pa │ script │ generic. │ None     │ None  │ None  │ report   │ /home/d │
│ ss/0e719 │        │ local.ba │          │       │       │ exit 1   │ ocs/che │
│ 3f1      │        │ sh       │          │       │       │ as PASS  │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/test_ │
│          │        │          │          │       │       │          │ status/ │
│          │        │          │          │       │       │          │ pass_re │
│          │        │          │          │       │       │          │ turncod │
│          │        │          │          │       │       │          │ e.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 2   │ /home/d │
│ de_list_ │        │ local.ba │          │       │       │ failed   │ ocs/che │
│ mismatch │        │ sh       │          │       │       │ since it │ ckouts/ │
│ /d2a14ff │        │          │          │       │       │ failed   │ readthe │
│ a        │        │          │          │       │       │ to match │ docs.or │
│          │        │          │          │       │       │ returnco │ g/user_ │
│          │        │          │          │       │       │ de 1     │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/test_ │
│          │        │          │          │       │       │          │ status/ │
│          │        │          │          │       │       │          │ pass_re │
│          │        │          │          │       │       │          │ turncod │
│          │        │          │          │       │       │          │ e.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 128 │ /home/d │
│ de_int_m │        │ local.ba │          │       │       │ matches  │ ocs/che │
│ atch/1de │        │ sh       │          │       │       │ returnco │ ckouts/ │
│ a00d2    │        │          │          │       │       │ de 128   │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/test_ │
│          │        │          │          │       │       │          │ status/ │
│          │        │          │          │       │       │          │ pass_re │
│          │        │          │          │       │       │          │ turncod │
│          │        │          │          │       │       │          │ e.yml   │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
exit1_fail/50c17b58: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/50c17b58
exit1_pass/e42c2a29: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/e42c2a29
returncode_list_mismatch/cdd34abf: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/cdd34abf
returncode_int_match/60e50499: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_int_match/60e50499
exit1_fail/aa97d9a4: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/aa97d9a4
exit1_pass/0e7193f1: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/0e7193f1
returncode_list_mismatch/d2a14ffa: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/d2a14ffa
returncode_int_match/1dea00d2: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_int_match/1dea00d2
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
exit1_fail/aa97d9a4 does not have any dependencies adding test to queue
exit1_pass/0e7193f1 does not have any dependencies adding test to queue
returncode_int_match/60e50499 does not have any dependencies adding test to queue
returncode_list_mismatch/d2a14ffa does not have any dependencies adding test to queue
returncode_list_mismatch/cdd34abf does not have any dependencies adding test to queue
exit1_pass/e42c2a29 does not have any dependencies adding test to queue
exit1_fail/50c17b58 does not have any dependencies adding test to queue
returncode_int_match/1dea00d2 does not have any dependencies adding test to queue
      Builders Eligible to Run       
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                           ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ exit1_fail/aa97d9a4               │
│ exit1_pass/0e7193f1               │
│ returncode_int_match/60e50499     │
│ returncode_list_mismatch/d2a14ffa │
│ returncode_list_mismatch/cdd34abf │
│ exit1_pass/e42c2a29               │
│ exit1_fail/50c17b58               │
│ returncode_int_match/1dea00d2     │
└───────────────────────────────────┘
exit1_fail/aa97d9a4: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/aa97d9a4/stage
exit1_fail/aa97d9a4: Running Test via command: bash exit1_fail_build.sh
exit1_fail/aa97d9a4: failed to submit job with returncode: 1
──────────────────── Error Message for exit1_fail/aa97d9a4 ─────────────────────

exit1_fail/aa97d9a4: Detected failure in running test, will attempt to retry test: 1 times
exit1_fail/aa97d9a4: Run - 1/1
exit1_fail/aa97d9a4: Running Test via command: bash exit1_fail_build.sh
exit1_fail/aa97d9a4: failed to submit job with returncode: 1
exit1_fail/aa97d9a4: Test completed in 0.014752 seconds with returncode: 1
exit1_fail/aa97d9a4: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/aa97d9a4/exit1_fail.out
exit1_fail/aa97d9a4: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/aa97d9a4/exit1_fail.err
exit1_pass/0e7193f1: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/0e7193f1/stage
exit1_pass/0e7193f1: Running Test via command: bash exit1_pass_build.sh
exit1_pass/0e7193f1: failed to submit job with returncode: 1
──────────────────── Error Message for exit1_pass/0e7193f1 ─────────────────────

exit1_pass/0e7193f1: Detected failure in running test, will attempt to retry test: 1 times
exit1_pass/0e7193f1: Run - 1/1
exit1_pass/0e7193f1: Running Test via command: bash exit1_pass_build.sh
exit1_pass/0e7193f1: failed to submit job with returncode: 1
exit1_pass/0e7193f1: Test completed in 0.014244 seconds with returncode: 1
exit1_pass/0e7193f1: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/0e7193f1/exit1_pass.out
exit1_pass/0e7193f1: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/0e7193f1/exit1_pass.err
exit1_pass/0e7193f1: Checking returncode - 1 is matched in list [1]
returncode_int_match/60e50499: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_int_match/60e50499/stage
returncode_int_match/60e50499: Running Test via command: bash returncode_int_match_build.sh
returncode_int_match/60e50499: failed to submit job with returncode: 128
─────────────── Error Message for returncode_int_match/60e50499 ────────────────

returncode_int_match/60e50499: Detected failure in running test, will attempt to retry test: 1 times
returncode_int_match/60e50499: Run - 1/1
returncode_int_match/60e50499: Running Test via command: bash returncode_int_match_build.sh
returncode_int_match/60e50499: failed to submit job with returncode: 128
returncode_int_match/60e50499: Test completed in 0.014587 seconds with returncode: 128
returncode_int_match/60e50499: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_int_match/60e50499/returncode_int_match.out
returncode_int_match/60e50499: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_int_match/60e50499/returncode_int_match.err
returncode_int_match/60e50499: Checking returncode - 128 is matched in list [128]
returncode_list_mismatch/d2a14ffa: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/d2a14ffa/stage
returncode_list_mismatch/d2a14ffa: Running Test via command: bash returncode_list_mismatch_build.sh
returncode_list_mismatch/d2a14ffa: failed to submit job with returncode: 2
───────────── Error Message for returncode_list_mismatch/d2a14ffa ──────────────

returncode_list_mismatch/d2a14ffa: Detected failure in running test, will attempt to retry test: 1 times
returncode_list_mismatch/d2a14ffa: Run - 1/1
returncode_list_mismatch/d2a14ffa: Running Test via command: bash returncode_list_mismatch_build.sh
returncode_list_mismatch/d2a14ffa: failed to submit job with returncode: 2
returncode_list_mismatch/d2a14ffa: Test completed in 0.015937 seconds with returncode: 2
returncode_list_mismatch/d2a14ffa: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/d2a14ffa/returncode_list_mismatch.out
returncode_list_mismatch/d2a14ffa: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/d2a14ffa/returncode_list_mismatch.err
returncode_list_mismatch/d2a14ffa: Checking returncode - 2 is matched in list [1, 3]
returncode_list_mismatch/cdd34abf: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/cdd34abf/stage
returncode_list_mismatch/cdd34abf: Running Test via command: bash returncode_list_mismatch_build.sh
returncode_list_mismatch/cdd34abf: failed to submit job with returncode: 2
───────────── Error Message for returncode_list_mismatch/cdd34abf ──────────────

returncode_list_mismatch/cdd34abf: Detected failure in running test, will attempt to retry test: 1 times
returncode_list_mismatch/cdd34abf: Run - 1/1
returncode_list_mismatch/cdd34abf: Running Test via command: bash returncode_list_mismatch_build.sh
returncode_list_mismatch/cdd34abf: failed to submit job with returncode: 2
returncode_list_mismatch/cdd34abf: Test completed in 0.014318 seconds with returncode: 2
returncode_list_mismatch/cdd34abf: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/cdd34abf/returncode_list_mismatch.out
returncode_list_mismatch/cdd34abf: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/cdd34abf/returncode_list_mismatch.err
returncode_list_mismatch/cdd34abf: Checking returncode - 2 is matched in list [1, 3]
exit1_pass/e42c2a29: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/e42c2a29/stage
exit1_pass/e42c2a29: Running Test via command: bash exit1_pass_build.sh
exit1_pass/e42c2a29: failed to submit job with returncode: 1
──────────────────── Error Message for exit1_pass/e42c2a29 ─────────────────────

exit1_pass/e42c2a29: Detected failure in running test, will attempt to retry test: 1 times
exit1_pass/e42c2a29: Run - 1/1
exit1_pass/e42c2a29: Running Test via command: bash exit1_pass_build.sh
exit1_pass/e42c2a29: failed to submit job with returncode: 1
exit1_pass/e42c2a29: Test completed in 0.014273 seconds with returncode: 1
exit1_pass/e42c2a29: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/e42c2a29/exit1_pass.out
exit1_pass/e42c2a29: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/e42c2a29/exit1_pass.err
exit1_pass/e42c2a29: Checking returncode - 1 is matched in list [1]
exit1_fail/50c17b58: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/50c17b58/stage
exit1_fail/50c17b58: Running Test via command: bash exit1_fail_build.sh
exit1_fail/50c17b58: failed to submit job with returncode: 1
──────────────────── Error Message for exit1_fail/50c17b58 ─────────────────────

exit1_fail/50c17b58: Detected failure in running test, will attempt to retry test: 1 times
exit1_fail/50c17b58: Run - 1/1
exit1_fail/50c17b58: Running Test via command: bash exit1_fail_build.sh
exit1_fail/50c17b58: failed to submit job with returncode: 1
exit1_fail/50c17b58: Test completed in 0.014625 seconds with returncode: 1
exit1_fail/50c17b58: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/50c17b58/exit1_fail.out
exit1_fail/50c17b58: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/50c17b58/exit1_fail.err
returncode_int_match/1dea00d2: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_int_match/1dea00d2/stage
returncode_int_match/1dea00d2: Running Test via command: bash returncode_int_match_build.sh
returncode_int_match/1dea00d2: failed to submit job with returncode: 128
─────────────── Error Message for returncode_int_match/1dea00d2 ────────────────

returncode_int_match/1dea00d2: Detected failure in running test, will attempt to retry test: 1 times
returncode_int_match/1dea00d2: Run - 1/1
returncode_int_match/1dea00d2: Running Test via command: bash returncode_int_match_build.sh
returncode_int_match/1dea00d2: failed to submit job with returncode: 128
returncode_int_match/1dea00d2: Test completed in 0.014768 seconds with returncode: 128
returncode_int_match/1dea00d2: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_int_match/1dea00d2/returncode_int_match.out
returncode_int_match/1dea00d2: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_int_match/1dea00d2/returncode_int_match.err
returncode_int_match/1dea00d2: Checking returncode - 128 is matched in list [128]
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ exit1_fail/aa97d9a4     │ generic.local.bash │ FAIL   │ 1          │ 0.015   │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ returncode_list_mismatc │ generic.local.bash │ FAIL   │ 2          │ 0.016   │
│ h/d2a14ffa              │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ returncode_int_match/60 │ generic.local.bash │ PASS   │ 128        │ 0.015   │
│ e50499                  │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ returncode_list_mismatc │ generic.local.bash │ FAIL   │ 2          │ 0.014   │
│ h/cdd34abf              │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ returncode_int_match/1d │ generic.local.bash │ PASS   │ 128        │ 0.015   │
│ ea00d2                  │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ exit1_fail/50c17b58     │ generic.local.bash │ FAIL   │ 1          │ 0.015   │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ exit1_pass/e42c2a29     │ generic.local.bash │ PASS   │ 1          │ 0.014   │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ exit1_pass/0e7193f1     │ generic.local.bash │ PASS   │ 1          │ 0.014   │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



Passed Tests: 4/8 Percentage: 50.000%
Failed Tests: 4/8 Percentage: 50.000%


Adding 8 test results to report file: /tmp/tmpdzcbbdmp/var/report.json
Writing Logfile to /tmp/tmpdzcbbdmp/var/logs/buildtest_5f49ii7g.log

The rebuild option expects a range between 1-50, the --rebuild=1 is equivalent to running without --rebuild option. We set a max limit for rebuild option to avoid system degredation due to high workload.

If you try to exceed this bound you will get an error such as

buildtest build -b tutorials/test_status/pass_returncode.yml --rebuild 51
$ buildtest build -b tutorials/test_status/pass_returncode.yml --rebuild 51
╭───────────────────── Traceback (most recent call last) ──────────────────────╮
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ │
│ bin/buildtest:38 in <module>                                                 │
│                                                                              │
│   35                                                                         │
│   36 if __name__ == "__main__":                                              │
│   37                                                                         │
│ ❱ 38   sys.exit(main())                                                      │
│   39                                                                         │
│                                                                              │
│ ╭───────────────────────────────── locals ─────────────────────────────────╮ │
│ │ buildtest_file = '/home/docs/checkouts/readthedocs.org/user_builds/buil… │ │
│ │           main = <function main at 0x7f076880eee0>                       │ │
│ │             os = <module 'os' from                                       │ │
│ │                  '/home/docs/.asdf/installs/python/3.8.18/lib/python3.8… │ │
│ │         prefix = '/home/docs/checkouts/readthedocs.org/user_builds/buil… │ │
│ │            sys = <module 'sys' (built-in)>                               │ │
│ ╰──────────────────────────────────────────────────────────────────────────╯ │
│                                                                              │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ │
│ buildtest/main.py:163 in main                                                │
│                                                                              │
│   160 │   if args.subcommands in ["build", "bd"]:                            │
│   161 │   │   stdout_file = tempfile.NamedTemporaryFile(delete=True, suffix= │
│   162 │   │   with Tee(stdout_file.name):                                    │
│ ❱ 163 │   │   │   cmd = BuildTest(                                           │
│   164 │   │   │   │   configuration=configuration,                           │
│   165 │   │   │   │   buildspecs=args.buildspec,                             │
│   166 │   │   │   │   exclude_buildspecs=args.exclude,                       │
│                                                                              │
│ ╭───────────────────────────────── locals ─────────────────────────────────╮ │
│ │             args = Namespace(account=None,                               │ │
│ │                    buildspec=['tutorials/test_status/pass_returncode.ym… │ │
│ │                    color=None, configfile=None, debug=False,             │ │
│ │                    dry_run=False, editor=None, exclude=None,             │ │
│ │                    exclude_tags=None, executor=None, executor_type=None, │ │
│ │                    filter=None, helpcolor=False, helpfilter=False,       │ │
│ │                    limit=None, listopts=False, loglevel='DEBUG',         │ │
│ │                    logpath=False, max_jobs=None, maxpendtime=None,       │ │
│ │                    module_purge=False, modules=None, name=None,          │ │
│ │                    no_color=False, nodes=None, pollinterval=None,        │ │
│ │                    print_log=False, procs=None, profile=None,            │ │
│ │                    rebuild=51, remove_stagedir=False, report=None,       │ │
│ │                    rerun=False, retry=1, save_profile=None,              │ │
│ │                    subcommands='build', tags=None, testdir=None,         │ │
│ │                    timeout=None, unload_modules=None, validate=False,    │ │
│ │                    verbose=False, view_log=False)                        │ │
│ │ buildtest_editor = '/usr/bin/vim'                                        │ │
│ │      config_file = None                                                  │ │
│ │    configuration = <buildtest.config.SiteConfiguration object at         │ │
│ │                    0x7f07669a9760>                                       │ │
│ │           logger = <Logger buildtest (DEBUG)>                            │ │
│ │         no_color = False                                                 │ │
│ │           parser = <buildtest.cli.BuildTestParser object at              │ │
│ │                    0x7f07688b2a90>                                       │ │
│ │      report_file = None                                                  │ │
│ │      stdout_file = <tempfile._TemporaryFileWrapper object at             │ │
│ │                    0x7f076697a8b0>                                       │ │
│ │           system = <buildtest.system.BuildTestSystem object at           │ │
│ │                    0x7f07669388b0>                                       │ │
│ ╰──────────────────────────────────────────────────────────────────────────╯ │
│                                                                              │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ │
│ buildtest/cli/build.py:703 in __init__                                       │
│                                                                              │
│    700 │   │   │   │   raise BuildTestError(f"{rebuild} is not of type int") │
│    701 │   │   │                                                             │
│    702 │   │   │   if rebuild > 50:                                          │
│ ❱  703 │   │   │   │   raise BuildTestError(                                 │
│    704 │   │   │   │   │   f"--rebuild {rebuild} exceeds maximum rebuild lim │
│    705 │   │   │   │   )                                                     │
│    706                                                                       │
│                                                                              │
│ ╭───────────────────────────────── locals ─────────────────────────────────╮ │
│ │            account = None                                                │ │
│ │           arg_name = None                                                │ │
│ │         buildspecs = ['tutorials/test_status/pass_returncode.yml']       │ │
│ │      configuration = <buildtest.config.SiteConfiguration object at       │ │
│ │                      0x7f07669a9760>                                     │ │
│ │            dry_run = False                                               │ │
│ │ exclude_buildspecs = None                                                │ │
│ │       exclude_tags = None                                                │ │
│ │      executor_type = None                                                │ │
│ │          executors = None                                                │ │
│ │  filter_buildspecs = None                                                │ │
│ │         helpfilter = False                                               │ │
│ │              limit = None                                                │ │
│ │           max_jobs = None                                                │ │
│ │        maxpendtime = None                                                │ │
│ │        modulepurge = False                                               │ │
│ │            modules = None                                                │ │
│ │               name = None                                                │ │
│ │           numnodes = None                                                │ │
│ │           numprocs = None                                                │ │
│ │      poll_interval = None                                                │ │
│ │            profile = None                                                │ │
│ │            rebuild = 51                                                  │ │
│ │    remove_stagedir = False                                               │ │
│ │        report_file = None                                                │ │
│ │              rerun = False                                               │ │
│ │              retry = 1                                                   │ │
│ │       save_profile = None                                                │ │
│ │               self = <buildtest.cli.build.BuildTest object at            │ │
│ │                      0x7f0766971f70>                                     │ │
│ │               tags = None                                                │ │
│ │            testdir = None                                                │ │
│ │            timeout = None                                                │ │
│ │     unload_modules = None                                                │ │
│ │           validate = False                                               │ │
│ │            verbose = False                                               │ │
│ ╰──────────────────────────────────────────────────────────────────────────╯ │
╰──────────────────────────────────────────────────────────────────────────────╯
BuildTestError: '--rebuild 51 exceeds maximum rebuild limit of 50'

Limit Number of Tests (buildtest build --limit)

The buildtest build command can limit the number of tests that can run via --limit option. This can be useful when running large number of tests and you have no idea how many tests will run. The --limit <NUM> option expects a positive number which will limit number of tests to the total limit. If there are less tests to run than the value specified by --limit, then buildtest will run all the test. When buildtest has more tests to run than the value specified by --limit, then buildtest will exclude some tests.

To demonstrate this feature, we will run the same command with and without –limit option.

In first example, we will run a test that will run 4 tests.

buildtest build -b tutorials/test_status/pass_returncode.yml
$ buildtest build -b tutorials/test_status/pass_returncode.yml
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:48:25                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/pass_returncode.yml                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  1
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  1
────────────────────────────── Parsing Buildspecs ──────────────────────────────
Valid Buildspecs: 1
Invalid Buildspecs: 0
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/pass_returncode.yml: VALID
Total builder objects created: 4
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descript ┃ buildsp ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ ion      ┃ ecs     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ exit1_fa │ script │ generic. │ None     │ None  │ None  │ exit 1   │ /home/d │
│ il/38ae7 │        │ local.ba │          │       │       │ by       │ ocs/che │
│ 36d      │        │ sh       │          │       │       │ default  │ ckouts/ │
│          │        │          │          │       │       │ is FAIL  │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/test_ │
│          │        │          │          │       │       │          │ status/ │
│          │        │          │          │       │       │          │ pass_re │
│          │        │          │          │       │       │          │ turncod │
│          │        │          │          │       │       │          │ e.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ exit1_pa │ script │ generic. │ None     │ None  │ None  │ report   │ /home/d │
│ ss/810bc │        │ local.ba │          │       │       │ exit 1   │ ocs/che │
│ 88a      │        │ sh       │          │       │       │ as PASS  │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/test_ │
│          │        │          │          │       │       │          │ status/ │
│          │        │          │          │       │       │          │ pass_re │
│          │        │          │          │       │       │          │ turncod │
│          │        │          │          │       │       │          │ e.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 2   │ /home/d │
│ de_list_ │        │ local.ba │          │       │       │ failed   │ ocs/che │
│ mismatch │        │ sh       │          │       │       │ since it │ ckouts/ │
│ /aefad0f │        │          │          │       │       │ failed   │ readthe │
│ 5        │        │          │          │       │       │ to match │ docs.or │
│          │        │          │          │       │       │ returnco │ g/user_ │
│          │        │          │          │       │       │ de 1     │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/test_ │
│          │        │          │          │       │       │          │ status/ │
│          │        │          │          │       │       │          │ pass_re │
│          │        │          │          │       │       │          │ turncod │
│          │        │          │          │       │       │          │ e.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 128 │ /home/d │
│ de_int_m │        │ local.ba │          │       │       │ matches  │ ocs/che │
│ atch/362 │        │ sh       │          │       │       │ returnco │ ckouts/ │
│ 69a49    │        │          │          │       │       │ de 128   │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/test_ │
│          │        │          │          │       │       │          │ status/ │
│          │        │          │          │       │       │          │ pass_re │
│          │        │          │          │       │       │          │ turncod │
│          │        │          │          │       │       │          │ e.yml   │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
exit1_fail/38ae736d: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/38ae736d
exit1_pass/810bc88a: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/810bc88a
returncode_list_mismatch/aefad0f5: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/aefad0f5
returncode_int_match/36269a49: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_int_match/36269a49
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
returncode_list_mismatch/aefad0f5 does not have any dependencies adding test to queue
exit1_pass/810bc88a does not have any dependencies adding test to queue
returncode_int_match/36269a49 does not have any dependencies adding test to queue
exit1_fail/38ae736d does not have any dependencies adding test to queue
      Builders Eligible to Run       
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                           ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ returncode_list_mismatch/aefad0f5 │
│ exit1_fail/38ae736d               │
│ returncode_int_match/36269a49     │
│ exit1_pass/810bc88a               │
└───────────────────────────────────┘
returncode_list_mismatch/aefad0f5: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/aefad0f5/stage
returncode_list_mismatch/aefad0f5: Running Test via command: bash returncode_list_mismatch_build.sh
returncode_list_mismatch/aefad0f5: failed to submit job with returncode: 2
───────────── Error Message for returncode_list_mismatch/aefad0f5 ──────────────

returncode_list_mismatch/aefad0f5: Detected failure in running test, will attempt to retry test: 1 times
returncode_list_mismatch/aefad0f5: Run - 1/1
returncode_list_mismatch/aefad0f5: Running Test via command: bash returncode_list_mismatch_build.sh
returncode_list_mismatch/aefad0f5: failed to submit job with returncode: 2
returncode_list_mismatch/aefad0f5: Test completed in 0.014984 seconds with returncode: 2
returncode_list_mismatch/aefad0f5: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/aefad0f5/returncode_list_mismatch.out
returncode_list_mismatch/aefad0f5: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/aefad0f5/returncode_list_mismatch.err
returncode_list_mismatch/aefad0f5: Checking returncode - 2 is matched in list [1, 3]
exit1_fail/38ae736d: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/38ae736d/stage
exit1_fail/38ae736d: Running Test via command: bash exit1_fail_build.sh
exit1_fail/38ae736d: failed to submit job with returncode: 1
──────────────────── Error Message for exit1_fail/38ae736d ─────────────────────

exit1_fail/38ae736d: Detected failure in running test, will attempt to retry test: 1 times
exit1_fail/38ae736d: Run - 1/1
exit1_fail/38ae736d: Running Test via command: bash exit1_fail_build.sh
exit1_fail/38ae736d: failed to submit job with returncode: 1
exit1_fail/38ae736d: Test completed in 0.014016 seconds with returncode: 1
exit1_fail/38ae736d: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/38ae736d/exit1_fail.out
exit1_fail/38ae736d: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/38ae736d/exit1_fail.err
returncode_int_match/36269a49: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_int_match/36269a49/stage
returncode_int_match/36269a49: Running Test via command: bash returncode_int_match_build.sh
returncode_int_match/36269a49: failed to submit job with returncode: 128
─────────────── Error Message for returncode_int_match/36269a49 ────────────────

returncode_int_match/36269a49: Detected failure in running test, will attempt to retry test: 1 times
returncode_int_match/36269a49: Run - 1/1
returncode_int_match/36269a49: Running Test via command: bash returncode_int_match_build.sh
returncode_int_match/36269a49: failed to submit job with returncode: 128
returncode_int_match/36269a49: Test completed in 0.014801 seconds with returncode: 128
returncode_int_match/36269a49: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_int_match/36269a49/returncode_int_match.out
returncode_int_match/36269a49: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/returncode_int_match/36269a49/returncode_int_match.err
returncode_int_match/36269a49: Checking returncode - 128 is matched in list [128]
exit1_pass/810bc88a: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/810bc88a/stage
exit1_pass/810bc88a: Running Test via command: bash exit1_pass_build.sh
exit1_pass/810bc88a: failed to submit job with returncode: 1
──────────────────── Error Message for exit1_pass/810bc88a ─────────────────────

exit1_pass/810bc88a: Detected failure in running test, will attempt to retry test: 1 times
exit1_pass/810bc88a: Run - 1/1
exit1_pass/810bc88a: Running Test via command: bash exit1_pass_build.sh
exit1_pass/810bc88a: failed to submit job with returncode: 1
exit1_pass/810bc88a: Test completed in 0.014187 seconds with returncode: 1
exit1_pass/810bc88a: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/810bc88a/exit1_pass.out
exit1_pass/810bc88a: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/810bc88a/exit1_pass.err
exit1_pass/810bc88a: Checking returncode - 1 is matched in list [1]
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ exit1_fail/38ae736d     │ generic.local.bash │ FAIL   │ 1          │ 0.014   │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ exit1_pass/810bc88a     │ generic.local.bash │ PASS   │ 1          │ 0.014   │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ returncode_int_match/36 │ generic.local.bash │ PASS   │ 128        │ 0.015   │
│ 269a49                  │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ returncode_list_mismatc │ generic.local.bash │ FAIL   │ 2          │ 0.015   │
│ h/aefad0f5              │                    │        │            │         │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



Passed Tests: 2/4 Percentage: 50.000%
Failed Tests: 2/4 Percentage: 50.000%


Adding 4 test results to report file: /tmp/tmpdzcbbdmp/var/report.json
Writing Logfile to /tmp/tmpdzcbbdmp/var/logs/buildtest_k747oa89.log

Now let’s run this same test with --limit=2 and notice buildtest will run 2/4 tests

buildtest build -b tutorials/test_status/pass_returncode.yml --limit=2
$ buildtest build -b tutorials/test_status/pass_returncode.yml --limit=2
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:48:26                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/test_status/pass_returncode.yml                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  1
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  1
────────────────────────────── Parsing Buildspecs ──────────────────────────────
Valid Buildspecs: 1
Invalid Buildspecs: 0
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/test_status/pass_returncode.yml: VALID
Total builder objects created: 4
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descript ┃ buildsp ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ ion      ┃ ecs     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ exit1_fa │ script │ generic. │ None     │ None  │ None  │ exit 1   │ /home/d │
│ il/dc88a │        │ local.ba │          │       │       │ by       │ ocs/che │
│ 046      │        │ sh       │          │       │       │ default  │ ckouts/ │
│          │        │          │          │       │       │ is FAIL  │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/test_ │
│          │        │          │          │       │       │          │ status/ │
│          │        │          │          │       │       │          │ pass_re │
│          │        │          │          │       │       │          │ turncod │
│          │        │          │          │       │       │          │ e.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ exit1_pa │ script │ generic. │ None     │ None  │ None  │ report   │ /home/d │
│ ss/0b7e8 │        │ local.ba │          │       │       │ exit 1   │ ocs/che │
│ 341      │        │ sh       │          │       │       │ as PASS  │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/test_ │
│          │        │          │          │       │       │          │ status/ │
│          │        │          │          │       │       │          │ pass_re │
│          │        │          │          │       │       │          │ turncod │
│          │        │          │          │       │       │          │ e.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 2   │ /home/d │
│ de_list_ │        │ local.ba │          │       │       │ failed   │ ocs/che │
│ mismatch │        │ sh       │          │       │       │ since it │ ckouts/ │
│ /46aaaa4 │        │          │          │       │       │ failed   │ readthe │
│ f        │        │          │          │       │       │ to match │ docs.or │
│          │        │          │          │       │       │ returnco │ g/user_ │
│          │        │          │          │       │       │ de 1     │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/test_ │
│          │        │          │          │       │       │          │ status/ │
│          │        │          │          │       │       │          │ pass_re │
│          │        │          │          │       │       │          │ turncod │
│          │        │          │          │       │       │          │ e.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 128 │ /home/d │
│ de_int_m │        │ local.ba │          │       │       │ matches  │ ocs/che │
│ atch/71e │        │ sh       │          │       │       │ returnco │ ckouts/ │
│ 10440    │        │          │          │       │       │ de 128   │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/test_ │
│          │        │          │          │       │       │          │ status/ │
│          │        │          │          │       │       │          │ pass_re │
│          │        │          │          │       │       │          │ turncod │
│          │        │          │          │       │       │          │ e.yml   │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
Limit number of tests to 2 for Building and Running. 
──────────────────────────────── Building Test ─────────────────────────────────
exit1_fail/dc88a046: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/dc88a046
exit1_pass/0b7e8341: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/0b7e8341
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
exit1_pass/0b7e8341 does not have any dependencies adding test to queue
exit1_fail/dc88a046 does not have any dependencies adding test to queue
Builders Eligible to Run
┏━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder             ┃
┡━━━━━━━━━━━━━━━━━━━━━┩
│ exit1_fail/dc88a046 │
│ exit1_pass/0b7e8341 │
└─────────────────────┘
exit1_fail/dc88a046: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/dc88a046/stage
exit1_fail/dc88a046: Running Test via command: bash exit1_fail_build.sh
exit1_fail/dc88a046: failed to submit job with returncode: 1
──────────────────── Error Message for exit1_fail/dc88a046 ─────────────────────

exit1_fail/dc88a046: Detected failure in running test, will attempt to retry test: 1 times
exit1_fail/dc88a046: Run - 1/1
exit1_fail/dc88a046: Running Test via command: bash exit1_fail_build.sh
exit1_fail/dc88a046: failed to submit job with returncode: 1
exit1_fail/dc88a046: Test completed in 0.014709 seconds with returncode: 1
exit1_fail/dc88a046: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/dc88a046/exit1_fail.out
exit1_fail/dc88a046: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_fail/dc88a046/exit1_fail.err
exit1_pass/0b7e8341: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/0b7e8341/stage
exit1_pass/0b7e8341: Running Test via command: bash exit1_pass_build.sh
exit1_pass/0b7e8341: failed to submit job with returncode: 1
──────────────────── Error Message for exit1_pass/0b7e8341 ─────────────────────

exit1_pass/0b7e8341: Detected failure in running test, will attempt to retry test: 1 times
exit1_pass/0b7e8341: Run - 1/1
exit1_pass/0b7e8341: Running Test via command: bash exit1_pass_build.sh
exit1_pass/0b7e8341: failed to submit job with returncode: 1
exit1_pass/0b7e8341: Test completed in 0.014011 seconds with returncode: 1
exit1_pass/0b7e8341: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/0b7e8341/exit1_pass.out
exit1_pass/0b7e8341: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/pass_returncode/exit1_pass/0b7e8341/exit1_pass.err
exit1_pass/0b7e8341: Checking returncode - 1 is matched in list [1]
                                Test Summary                                
┏━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder             ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ exit1_pass/0b7e8341 │ generic.local.bash │ PASS   │ 1          │ 0.014   │
├─────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ exit1_fail/dc88a046 │ generic.local.bash │ FAIL   │ 1          │ 0.015   │
└─────────────────────┴────────────────────┴────────┴────────────┴─────────┘



Passed Tests: 1/2 Percentage: 50.000%
Failed Tests: 1/2 Percentage: 50.000%


Adding 2 test results to report file: /tmp/tmpdzcbbdmp/var/report.json
Writing Logfile to /tmp/tmpdzcbbdmp/var/logs/buildtest_aewcm9fz.log

If you specify 0 or negative number you will get an error as follows

buildtest build -b tutorials/test_status/pass_returncode.yml --limit=0
$ buildtest build -b tutorials/test_status/pass_returncode.yml --limit=0
usage: buildtest [options] [COMMANDS] build [-h] [-b BUILDSPEC] [-x EXCLUDE]
                                            [-n NAME] [-e EXECUTOR]
                                            [-xt EXCLUDE_TAGS] [-t TAGS]
                                            [--rerun] [-f FILTER]
                                            [--helpfilter] [-et {local,batch}]
                                            [--module-purge] [-m MODULES]
                                            [-u UNLOAD_MODULES]
                                            [--account ACCOUNT]
                                            [--maxpendtime MAXPENDTIME]
                                            [--pollinterval POLLINTERVAL]
                                            [--procs PROCS [PROCS ...]]
                                            [--nodes NODES [NODES ...]]
                                            [--dry-run] [--limit LIMIT]
                                            [--max-jobs MAX_JOBS]
                                            [--remove-stagedir]
                                            [--rebuild REBUILD]
                                            [--retry RETRY] [--validate]
                                            [--testdir TESTDIR]
                                            [--timeout TIMEOUT]
                                            [--save-profile SAVE_PROFILE]
                                            [--profile PROFILE]
buildtest [options] [COMMANDS] build: error: argument --limit: Input: 0 converted to int: 0 must be a positive number

Rerun Last Command (buildtest build --rerun)

The buildtest build --rerun command can be used to rerun last successful buildtest build command, this can be useful if you want to repeat a certain build without having to remember the command or going through your command history to find the command you ran. When using this option all other options passed to buildtest will be ignored. In order to use –rerun option you must run buildtest build command such that buildtest can rerun your last successful command.

Let’s start by building a simple test.

buildtest build -b tutorials/vars.yml
$ buildtest build -b tutorials/vars.yml
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:48:27                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/vars.yml                                                           ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  1
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  1
────────────────────────────── Parsing Buildspecs ──────────────────────────────
Valid Buildspecs: 1
Invalid Buildspecs: 0
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/vars.yml: VALID
Total builder objects created: 1
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descript ┃ buildsp ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ ion      ┃ ecs     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ variable │ script │ generic. │ None     │ None  │ None  │ Declare  │ /home/d │
│ s_bash/e │        │ local.ba │          │       │       │ shell    │ ocs/che │
│ 52668b2  │        │ sh       │          │       │       │ variable │ ckouts/ │
│          │        │          │          │       │       │ s in     │ readthe │
│          │        │          │          │       │       │ bash     │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/vars. │
│          │        │          │          │       │       │          │ yml     │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
variables_bash/e52668b2: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/vars/variables_bash/e52668b2
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
variables_bash/e52668b2 does not have any dependencies adding test to queue
 Builders Eligible to Run  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                 ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ variables_bash/e52668b2 │
└─────────────────────────┘
variables_bash/e52668b2: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/vars/variables_bash/e52668b2/stage
variables_bash/e52668b2: Running Test via command: bash variables_bash_build.sh
variables_bash/e52668b2: Test completed in 0.00972 seconds with returncode: 0
variables_bash/e52668b2: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/vars/variables_bash/e52668b2/variables_bash.out
variables_bash/e52668b2: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/vars/variables_bash/e52668b2/variables_bash.err
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ variables_bash/e52668b2 │ generic.local.bash │ PASS   │ 0          │ 0.010   │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



Passed Tests: 1/1 Percentage: 100.000%
Failed Tests: 0/1 Percentage: 0.000%


Adding 1 test results to report file: /tmp/tmpdzcbbdmp/var/report.json
Writing Logfile to /tmp/tmpdzcbbdmp/var/logs/buildtest_tkinzcoy.log

Next let’s rerun the same command via buildtest build --rerun and take note that it will rerun same command as before

buildtest build --rerun
$ buildtest build --rerun
Reading content of rerun file /tmp/tmpdzcbbdmp/var/rerun.json all other options will be ignored.
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:48:28                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/vars.yml                                                           ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  1
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  1
────────────────────────────── Parsing Buildspecs ──────────────────────────────
Valid Buildspecs: 1
Invalid Buildspecs: 0
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/vars.yml: VALID
Total builder objects created: 1
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descript ┃ buildsp ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ ion      ┃ ecs     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ variable │ script │ generic. │ None     │ None  │ None  │ Declare  │ /home/d │
│ s_bash/1 │        │ local.ba │          │       │       │ shell    │ ocs/che │
│ 9c5ffe9  │        │ sh       │          │       │       │ variable │ ckouts/ │
│          │        │          │          │       │       │ s in     │ readthe │
│          │        │          │          │       │       │ bash     │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/vars. │
│          │        │          │          │       │       │          │ yml     │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
variables_bash/19c5ffe9: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/vars/variables_bash/19c5ffe9
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
variables_bash/19c5ffe9 does not have any dependencies adding test to queue
 Builders Eligible to Run  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                 ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ variables_bash/19c5ffe9 │
└─────────────────────────┘
variables_bash/19c5ffe9: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/vars/variables_bash/19c5ffe9/stage
variables_bash/19c5ffe9: Running Test via command: bash variables_bash_build.sh
variables_bash/19c5ffe9: Test completed in 0.009765 seconds with returncode: 0
variables_bash/19c5ffe9: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/vars/variables_bash/19c5ffe9/variables_bash.out
variables_bash/19c5ffe9: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/vars/variables_bash/19c5ffe9/variables_bash.err
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ variables_bash/19c5ffe9 │ generic.local.bash │ PASS   │ 0          │ 0.010   │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



Passed Tests: 1/1 Percentage: 100.000%
Failed Tests: 0/1 Percentage: 0.000%


Adding 1 test results to report file: /tmp/tmpdzcbbdmp/var/report.json
Writing Logfile to /tmp/tmpdzcbbdmp/var/logs/buildtest_gktjznd5.log

If you pass additional options with --rerun it will simply be ignored. In this case -t python --dry-run will not be read by buildtest instead we will rerun same command.

buildtest build --rerun -t python --dry-run
$ buildtest build --rerun -t python --dry-run
Reading content of rerun file /tmp/tmpdzcbbdmp/var/rerun.json all other options will be ignored.
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:48:28                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/vars.yml                                                           ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  1
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  1
────────────────────────────── Parsing Buildspecs ──────────────────────────────
Valid Buildspecs: 1
Invalid Buildspecs: 0
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/vars.yml: VALID
Total builder objects created: 1
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descript ┃ buildsp ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ ion      ┃ ecs     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ variable │ script │ generic. │ None     │ None  │ None  │ Declare  │ /home/d │
│ s_bash/4 │        │ local.ba │          │       │       │ shell    │ ocs/che │
│ 9cdf8fc  │        │ sh       │          │       │       │ variable │ ckouts/ │
│          │        │          │          │       │       │ s in     │ readthe │
│          │        │          │          │       │       │ bash     │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/vars. │
│          │        │          │          │       │       │          │ yml     │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
variables_bash/49cdf8fc: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/vars/variables_bash/49cdf8fc
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
variables_bash/49cdf8fc does not have any dependencies adding test to queue
 Builders Eligible to Run  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                 ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ variables_bash/49cdf8fc │
└─────────────────────────┘
variables_bash/49cdf8fc: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/vars/variables_bash/49cdf8fc/stage
variables_bash/49cdf8fc: Running Test via command: bash variables_bash_build.sh
variables_bash/49cdf8fc: Test completed in 0.009673 seconds with returncode: 0
variables_bash/49cdf8fc: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/vars/variables_bash/49cdf8fc/variables_bash.out
variables_bash/49cdf8fc: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/vars/variables_bash/49cdf8fc/variables_bash.err
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ variables_bash/49cdf8fc │ generic.local.bash │ PASS   │ 0          │ 0.010   │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



Passed Tests: 1/1 Percentage: 100.000%
Failed Tests: 0/1 Percentage: 0.000%


Adding 1 test results to report file: /tmp/tmpdzcbbdmp/var/report.json
Writing Logfile to /tmp/tmpdzcbbdmp/var/logs/buildtest_yy4d1u1l.log

Note

The buildtest clean will erase all history of builds and if you run buildtest build --rerun will raise an exception

Specify Modules in command line

If your system supports modules such as environment-modules or Lmod you can specify a list of modules to load (module load) in the test via buildtest build --modules. You can specify a comma separated list of modules to load, for example if you want to load gcc and python module in your test you can run buildtest build --modules gcc,python. You may specify full name of module with version for instance you want test to load gcc/9.3.0 and python/3.7 you can run buildtest build --modules gcc/9.3.0,python/3.7.

If you want test to run module purge before running test you can specify buildtest build --module-purge option. If you specify --module-purge and --modules then module purge will be run prior to loading any modules.

Similarly, you can unload modules before running any test via buildtest build --unload-modules which is a list of modules to run module unload command and works similar to --modules option. Buildtest will unload modules before loading modules if both –modules and –unload-modules are specified. If –module-purge is also specified then we run module purge first before loading/unloading any modules.

Use Alternate Configuration file

If you want to use an alternate configuration file when building test you can use buildtest -c <config> build. buildtest will prefer configuration file on command line over the user configuration ($HOME/.buildtest/config.yml). For more details see Which configuration file does buildtest read?.

Removing Stage Directory

buildtest will write the tests in stage directory where test will be executed, typically buildtest will keep the stage directory but if you want to remove the directory you can use buildtest build --remove-stagedir.

Specify Project Account for batch jobs (buildtest build --account)

For batch jobs you typically require one to specify a project account in order to charge jobs depending on your scheduler you can use buildtest build --account option and specify an account name. The command line argument --account will override configuration setting. For more details see Specifying Project Account

Test Timeout (buildtest build --timeout)

Buildtest can terminate test based on timeout value specified via --timeout option which can be used to terminate long running test. The timeout is in seconds and value must be a positive integer which is applied to all test that are run via buildtest build command. If test exceeds the timeout value, then process will be terminated.

To demonstrate this behavior, we will run the following test with a timeout of 1 sec which is expected to fail. Take note of the test returncode of test.

buildtest build -b tutorials/sleep.yml --timeout 1
$ buildtest build -b tutorials/sleep.yml --timeout 1
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:48:29                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/sleep.yml                                                          ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  1
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  1
────────────────────────────── Parsing Buildspecs ──────────────────────────────
Valid Buildspecs: 1
Invalid Buildspecs: 0
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/sleep.yml: VALID
Total builder objects created: 1
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descript ┃ buildsp ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ ion      ┃ ecs     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ sleep/02 │ script │ generic. │ None     │ None  │ None  │ sleep 2  │ /home/d │
│ a8f739   │        │ local.ba │          │       │       │ seconds  │ ocs/che │
│          │        │ sh       │          │       │       │          │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/sleep │
│          │        │          │          │       │       │          │ .yml    │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
sleep/02a8f739: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/sleep/sleep/02a8f739
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
sleep/02a8f739 does not have any dependencies adding test to queue
Builders Eligible to Run
┏━━━━━━━━━━━━━━━━┓
┃ Builder        ┃
┡━━━━━━━━━━━━━━━━┩
│ sleep/02a8f739 │
└────────────────┘
sleep/02a8f739: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/sleep/sleep/02a8f739/stage
sleep/02a8f739: Running Test via command: bash sleep_build.sh
sleep/02a8f739: failed to submit job with returncode: -9
─────────────────────── Error Message for sleep/02a8f739 ───────────────────────

sleep/02a8f739: Detected failure in running test, will attempt to retry test: 1 times
sleep/02a8f739: Run - 1/1
sleep/02a8f739: Running Test via command: bash sleep_build.sh
sleep/02a8f739: failed to submit job with returncode: -9
sleep/02a8f739: Test completed in 2.01098 seconds with returncode: -9
sleep/02a8f739: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/sleep/sleep/02a8f739/sleep.out
sleep/02a8f739: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/sleep/sleep/02a8f739/sleep.err
                             Test Summary                              
┏━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder        ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ sleep/02a8f739 │ generic.local.bash │ FAIL   │ -9         │ 2.011   │
└────────────────┴────────────────────┴────────┴────────────┴─────────┘



Passed Tests: 0/1 Percentage: 0.000%
Failed Tests: 1/1 Percentage: 100.000%


Adding 1 test results to report file: /tmp/tmpdzcbbdmp/var/report.json
Writing Logfile to /tmp/tmpdzcbbdmp/var/logs/buildtest_4zaqanwe.log

Now if we run this test with a higher timeout value we will see this test will pass, if no timeout is specified then test will run until completion.

buildtest build -b tutorials/sleep.yml --timeout 10
$ buildtest build -b tutorials/sleep.yml --timeout 10
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:48:32                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/sleep.yml                                                          ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  1
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  1
────────────────────────────── Parsing Buildspecs ──────────────────────────────
Valid Buildspecs: 1
Invalid Buildspecs: 0
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/sleep.yml: VALID
Total builder objects created: 1
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descript ┃ buildsp ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ ion      ┃ ecs     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ sleep/20 │ script │ generic. │ None     │ None  │ None  │ sleep 2  │ /home/d │
│ f970fa   │        │ local.ba │          │       │       │ seconds  │ ocs/che │
│          │        │ sh       │          │       │       │          │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/sleep │
│          │        │          │          │       │       │          │ .yml    │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
sleep/20f970fa: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/sleep/sleep/20f970fa
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
sleep/20f970fa does not have any dependencies adding test to queue
Builders Eligible to Run
┏━━━━━━━━━━━━━━━━┓
┃ Builder        ┃
┡━━━━━━━━━━━━━━━━┩
│ sleep/20f970fa │
└────────────────┘
sleep/20f970fa: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/sleep/sleep/20f970fa/stage
sleep/20f970fa: Running Test via command: bash sleep_build.sh
sleep/20f970fa: Test completed in 2.020044 seconds with returncode: 0
sleep/20f970fa: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/sleep/sleep/20f970fa/sleep.out
sleep/20f970fa: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/sleep/sleep/20f970fa/sleep.err
                             Test Summary                              
┏━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder        ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ sleep/20f970fa │ generic.local.bash │ PASS   │ 0          │ 2.020   │
└────────────────┴────────────────────┴────────┴────────────┴─────────┘



Passed Tests: 1/1 Percentage: 100.000%
Failed Tests: 0/1 Percentage: 0.000%


Adding 1 test results to report file: /tmp/tmpdzcbbdmp/var/report.json
Writing Logfile to /tmp/tmpdzcbbdmp/var/logs/buildtest_x_4iyjom.log

Using Profiles (buildtest build --profile)

Buildtest has a concept of profiles, which allows one to run a set of buildtest build options without having to remember all the options. This can be useful if you are running a set of tests repeatedly. In-order to use profiles you must first, create a profile by using --save-profile.

For example, let’s create a profile called python-tests for all tests with tag python

buildtest build -t python --save-profile=python-tests
$ buildtest build -t python --save-profile=python-tests
Saved profile python-tests to configuration file /tmp/tmpdzcbbdmp/config.yml

Next, let’s see our configuration file, you will notice a new section called profiles with a profile called python-tests

buildtest configuration with profile
$ buildtest config view
───────────────────────── /tmp/tmpdzcbbdmp/config.yml ──────────────────────────
   1 system:
   2   generic:
   3     # specify a list of hostnames that is a regular expression where buildtest can run.
   4     hostnames: ['.*']
   5     # system description
   6     description: Generic System
   7     # specify module system to use. Supported module systems are [lmod, environment-modules, none]
   8     moduletool: none
   9 
  10     # specify size of job pool (https://docs.python.org/3/library/multiprocessing.html#multiprocessing.pool.Pool). This will configure the number of processes that can run in parallel.
  11     # If not specified then buildtest will use all available cores on the system.
  12     poolsize: 1
  13 
  14     # maximum number of jobs that can run in parallel. If not specified, buildtest will run all jobs in parallel.
  15     #max_jobs: 1
  16 
  17     # test timeout in number of seconds
  18     # timeout: 3600
  19 
  20     # enable pagination for buildtest
  21     pager: false
  22 
  23     # options for buildtest buildspec find command
  24     buildspecs:
  25       # determine whether to rebuild buildspec cache
  26       rebuild: false
  27       # determine number of records to display
  28       count: 15
  29 
  30       # specify format fields
  31       #format: name,description
  32 
  33       # display output in terse mode
  34       terse: false
  35 
  36       # list of paths to search for buildspecs
  37       #root: ["$BUILDTEST_ROOT/tutorials", "$BUILDTEST_ROOT/examples"]
  38 
  39     # options for buildtest report command
  40     report:
  41       # number of records to display
  42       count: 25
  43       # display output in terse mode
  44       terse: false
  45       # specify format fields
  46       format: name,id,state,runtime,returncode
  47 
  48     # start of executor configuration
  49     executors:
  50       # local executor is used to submit jobs on local machine. In this example we have 4 executors: bash, sh, csh, zsh that will submit jobs using bash, sh, csh, zsh shell respectively.
  51       local:
  52         bash:
  53           description: submit jobs on local machine using bash shell
  54           shell: bash
  55         sh:
  56           description: submit jobs on local machine using sh shell
  57           shell: sh
  58         csh:
  59           description: submit jobs on local machine using csh shell
  60           shell: csh
  61         zsh:
  62           description: submit jobs on local machine using zsh shell
  63           shell: zsh
  64     # specify compiler declaration
  65     compilers:
  66       compiler:
  67         # declaration of all gcc compilers
  68         gcc:
  69           # name of compiler
  70           builtin_gcc:
  71             cc: gcc
  72             fc: gfortran
  73             cxx: g++
  74     # specify CDASH configuration when using 'buildtest cdash upload'
  75     cdash:
  76       # CDASH server
  77       url: https://my.cdash.org/
  78       # name of CDASH project where to push test reports
  79       project: buildtest
  80       # specify the site name which should generally by name of your HPC system. This is used by CDASH to group test results by site
  81       site: generic
  82       # specify the build name which is used to group test results by build name
  83       buildname: tutorials
  84

Next, let’s build the tests via newly created profile and take note that it will run all tests with tag python

buildtest build --profile=python-tests
$ buildtest build --profile=python-tests
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:48:35                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/python-hello.yml                                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/python-shell.yml                                                   ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 2                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝
                            Buildspecs By Tag=python                            
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/python-hello.yml                                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/python-shell.yml                                                   ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 2                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  2
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  2
────────────────────────────── Parsing Buildspecs ──────────────────────────────
Valid Buildspecs: 2
Invalid Buildspecs: 0
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/python-hello.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/python-shell.yml: VALID
Total builder objects created: 2
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descript ┃ buildsp ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ ion      ┃ ecs     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ python_h │ script │ generic. │ None     │ None  │ None  │ Hello    │ /home/d │
│ ello/132 │        │ local.ba │          │       │       │ World    │ ocs/che │
│ e846b    │        │ sh       │          │       │       │ python   │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/pytho │
│          │        │          │          │       │       │          │ n-hello │
│          │        │          │          │       │       │          │ .yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ circle_a │ script │ generic. │ None     │ None  │ None  │ Calculat │ /home/d │
│ rea/53ae │        │ local.ba │          │       │       │ e circle │ ocs/che │
│ 264b     │        │ sh       │          │       │       │ of area  │ ckouts/ │
│          │        │          │          │       │       │ given a  │ readthe │
│          │        │          │          │       │       │ radius   │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/pytho │
│          │        │          │          │       │       │          │ n-shell │
│          │        │          │          │       │       │          │ .yml    │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
python_hello/132e846b: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-hello/python_hello/132e846b
circle_area/53ae264b: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-shell/circle_area/53ae264b
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
python_hello/132e846b does not have any dependencies adding test to queue
circle_area/53ae264b does not have any dependencies adding test to queue
Builders Eligible to Run 
┏━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder               ┃
┡━━━━━━━━━━━━━━━━━━━━━━━┩
│ python_hello/132e846b │
│ circle_area/53ae264b  │
└───────────────────────┘
python_hello/132e846b: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-hello/python_hello/132e846b/stage
python_hello/132e846b: Running Test via command: bash python_hello_build.sh
python_hello/132e846b: Test completed in 0.031628 seconds with returncode: 0
python_hello/132e846b: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-hello/python_hello/132e846b/python_hello.out
python_hello/132e846b: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-hello/python_hello/132e846b/python_hello.err
circle_area/53ae264b: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-shell/circle_area/53ae264b/stage
circle_area/53ae264b: Running Test via command: bash circle_area_build.sh
circle_area/53ae264b: Test completed in 0.031499 seconds with returncode: 0
circle_area/53ae264b: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-shell/circle_area/53ae264b/circle_area.out
circle_area/53ae264b: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/python-shell/circle_area/53ae264b/circle_area.err
                                 Test Summary                                 
┏━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder               ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ circle_area/53ae264b  │ generic.local.bash │ PASS   │ 0          │ 0.031   │
├───────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ python_hello/132e846b │ generic.local.bash │ PASS   │ 0          │ 0.032   │
└───────────────────────┴────────────────────┴────────┴────────────┴─────────┘



Passed Tests: 2/2 Percentage: 100.000%
Failed Tests: 0/2 Percentage: 0.000%


Adding 2 test results to report file: /tmp/tmpdzcbbdmp/var/report.json
Writing Logfile to /tmp/tmpdzcbbdmp/var/logs/buildtest_lmkn36ve.log

Limit Maximum Jobs that can run concurrently (buildtest build --max-jobs)

Buildtest can cap a limit on number of tests that can run concurrently. This can be set in configuration file via max_jobs field or overridden on command line option via --max-jobs. By default, buildtest will run all jobs concurrently, however with --max-jobs, buildtest will limit number of concurrent jobs specified by --max-jobs.

Let’s limit the number of concurrent jobs to 2 tests, take note that buildtest will run 2 tests per iteration, and wait until test is completed and then proceed to next test.

buildtest build -b tutorials/hello_world.yml --rebuild=5 --max-jobs=2
$ buildtest build -b tutorials/hello_world.yml --rebuild=5 --max-jobs=2
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-24085352-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/04/16 16:48:36                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  2.0                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpdzcbbdmp/config.yml                              │
│ Test Directory:     /tmp/tmpdzcbbdmp/var/tests                               │
│ Report File:        /tmp/tmpdzcbbdmp/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
───────────────────────────  Discovering Buildspecs ────────────────────────────
                             Discovered buildspecs                              
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/ ║
║ tutorials/hello_world.yml                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ Total: 1                                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  1
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  1
────────────────────────────── Parsing Buildspecs ──────────────────────────────
Valid Buildspecs: 1
Invalid Buildspecs: 0
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/stable/tutorials/hello_world.yml: VALID
Total builder objects created: 5
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descript ┃ buildsp ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ ion      ┃ ecs     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ hello_wo │ script │ generic. │ None     │ None  │ None  │ hello    │ /home/d │
│ rld/ae3e │        │ local.ba │          │       │       │ world    │ ocs/che │
│ 4115     │        │ sh       │          │       │       │ example  │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/hello │
│          │        │          │          │       │       │          │ _world. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ hello_wo │ script │ generic. │ None     │ None  │ None  │ hello    │ /home/d │
│ rld/64e2 │        │ local.ba │          │       │       │ world    │ ocs/che │
│ 63ce     │        │ sh       │          │       │       │ example  │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/hello │
│          │        │          │          │       │       │          │ _world. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ hello_wo │ script │ generic. │ None     │ None  │ None  │ hello    │ /home/d │
│ rld/7b95 │        │ local.ba │          │       │       │ world    │ ocs/che │
│ b8f3     │        │ sh       │          │       │       │ example  │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/hello │
│          │        │          │          │       │       │          │ _world. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ hello_wo │ script │ generic. │ None     │ None  │ None  │ hello    │ /home/d │
│ rld/bdd8 │        │ local.ba │          │       │       │ world    │ ocs/che │
│ 0133     │        │ sh       │          │       │       │ example  │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/hello │
│          │        │          │          │       │       │          │ _world. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ hello_wo │ script │ generic. │ None     │ None  │ None  │ hello    │ /home/d │
│ rld/4450 │        │ local.ba │          │       │       │ world    │ ocs/che │
│ 97eb     │        │ sh       │          │       │       │ example  │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/s │
│          │        │          │          │       │       │          │ table/t │
│          │        │          │          │       │       │          │ utorial │
│          │        │          │          │       │       │          │ s/hello │
│          │        │          │          │       │       │          │ _world. │
│          │        │          │          │       │       │          │ yml     │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
hello_world/ae3e4115: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/hello_world/hello_world/ae3e4115
hello_world/64e263ce: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/hello_world/hello_world/64e263ce
hello_world/7b95b8f3: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/hello_world/hello_world/7b95b8f3
hello_world/bdd80133: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/hello_world/hello_world/bdd80133
hello_world/445097eb: Creating Test Directory: /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/hello_world/hello_world/445097eb
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
hello_world/64e263ce does not have any dependencies adding test to queue
hello_world/445097eb does not have any dependencies adding test to queue
hello_world/bdd80133 does not have any dependencies adding test to queue
hello_world/ae3e4115 does not have any dependencies adding test to queue
hello_world/7b95b8f3 does not have any dependencies adding test to queue
Builders Eligible to Run
┏━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder              ┃
┡━━━━━━━━━━━━━━━━━━━━━━┩
│ hello_world/64e263ce │
│ hello_world/445097eb │
└──────────────────────┘
hello_world/64e263ce: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/hello_world/hello_world/64e263ce/stage
hello_world/64e263ce: Running Test via command: bash hello_world_build.sh
hello_world/64e263ce: Test completed in 0.005896 seconds with returncode: 0
hello_world/64e263ce: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/hello_world/hello_world/64e263ce/hello_world.out
hello_world/64e263ce: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/hello_world/hello_world/64e263ce/hello_world.err
hello_world/445097eb: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/hello_world/hello_world/445097eb/stage
hello_world/445097eb: Running Test via command: bash hello_world_build.sh
hello_world/445097eb: Test completed in 0.005509 seconds with returncode: 0
hello_world/445097eb: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/hello_world/hello_world/445097eb/hello_world.out
hello_world/445097eb: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/hello_world/hello_world/445097eb/hello_world.err
───────────────────────────────── Iteration 2 ──────────────────────────────────
hello_world/bdd80133 does not have any dependencies adding test to queue
hello_world/ae3e4115 does not have any dependencies adding test to queue
hello_world/7b95b8f3 does not have any dependencies adding test to queue
Builders Eligible to Run
┏━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder              ┃
┡━━━━━━━━━━━━━━━━━━━━━━┩
│ hello_world/7b95b8f3 │
│ hello_world/bdd80133 │
└──────────────────────┘
hello_world/7b95b8f3: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/hello_world/hello_world/7b95b8f3/stage
hello_world/7b95b8f3: Running Test via command: bash hello_world_build.sh
hello_world/7b95b8f3: Test completed in 0.005457 seconds with returncode: 0
hello_world/7b95b8f3: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/hello_world/hello_world/7b95b8f3/hello_world.out
hello_world/7b95b8f3: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/hello_world/hello_world/7b95b8f3/hello_world.err
hello_world/bdd80133: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/hello_world/hello_world/bdd80133/stage
hello_world/bdd80133: Running Test via command: bash hello_world_build.sh
hello_world/bdd80133: Test completed in 0.005456 seconds with returncode: 0
hello_world/bdd80133: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/hello_world/hello_world/bdd80133/hello_world.out
hello_world/bdd80133: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/hello_world/hello_world/bdd80133/hello_world.err
───────────────────────────────── Iteration 3 ──────────────────────────────────
hello_world/ae3e4115 does not have any dependencies adding test to queue
Builders Eligible to Run
┏━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder              ┃
┡━━━━━━━━━━━━━━━━━━━━━━┩
│ hello_world/ae3e4115 │
└──────────────────────┘
hello_world/ae3e4115: Current Working Directory : /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/hello_world/hello_world/ae3e4115/stage
hello_world/ae3e4115: Running Test via command: bash hello_world_build.sh
hello_world/ae3e4115: Test completed in 0.005628 seconds with returncode: 0
hello_world/ae3e4115: Writing output file -  /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/hello_world/hello_world/ae3e4115/hello_world.out
hello_world/ae3e4115: Writing error file - /tmp/tmpdzcbbdmp/var/tests/generic.local.bash/hello_world/hello_world/ae3e4115/hello_world.err
                                Test Summary                                 
┏━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder              ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ hello_world/445097eb │ generic.local.bash │ PASS   │ 0          │ 0.006   │
├──────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ hello_world/bdd80133 │ generic.local.bash │ PASS   │ 0          │ 0.005   │
├──────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ hello_world/64e263ce │ generic.local.bash │ PASS   │ 0          │ 0.006   │
├──────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ hello_world/7b95b8f3 │ generic.local.bash │ PASS   │ 0          │ 0.005   │
├──────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ hello_world/ae3e4115 │ generic.local.bash │ PASS   │ 0          │ 0.006   │
└──────────────────────┴────────────────────┴────────┴────────────┴─────────┘



Passed Tests: 5/5 Percentage: 100.000%
Failed Tests: 0/5 Percentage: 0.000%


Adding 5 test results to report file: /tmp/tmpdzcbbdmp/var/report.json
Writing Logfile to /tmp/tmpdzcbbdmp/var/logs/buildtest_j4uc1pj0.log