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 ...]]
                                            [--limit LIMIT]
                                            [--max-jobs MAX_JOBS]
                                            [--remove-stagedir]
                                            [--rebuild REBUILD]
                                            [--retry RETRY] [-s {parse,build}]
                                            [--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

  --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
  -s {parse,build}, --stage {parse,build}
                        Control behavior of buildtest build to stop execution
                        after 'parse' or 'build' stage
  --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/v1.8/tutorials', '/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/general_tests']
Updating buildspec cache file: /tmp/tmpal36pp10/var/buildspecs/cache.json
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:22:40                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/tu ║
║ torials/vars.yml                                                             ║
╚══════════════════════════════════════════════════════════════════════════════╝


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/v1.8/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 │
│ 92e70de  │        │ sh       │          │       │       │ variable │ ckouts/ │
│          │        │          │          │       │       │ s in     │ readthe │
│          │        │          │          │       │       │ bash     │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ vars.ym │
│          │        │          │          │       │       │          │ l       │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
variables_bash/492e70de: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/vars/variables_bash/492e70de
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
variables_bash/492e70de does not have any dependencies adding test to queue
 Builders Eligible to Run  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                 ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ variables_bash/492e70de │
└─────────────────────────┘
variables_bash/492e70de: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/vars/variables_bash/492e70de/stage
variables_bash/492e70de: Running Test via command: bash variables_bash_build.sh
variables_bash/492e70de: Test completed in 0.016294 seconds with returncode: 0
variables_bash/492e70de: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/vars/variables_bash/492e70de/variables_bash.out
variables_bash/492e70de: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/vars/variables_bash/492e70de/variables_bash.err
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ variables_bash/492e70de │ generic.local.bash │ PASS   │ 0          │ 0.016   │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



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


Adding 1 test results to /tmp/tmpal36pp10/var/report.json
Writing Logfile to /tmp/tmpal36pp10/var/logs/buildtest_89jyaip1.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-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:24:22                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/ge ║
║ neral_tests/configuration/ulimits.yml                                        ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/ge ║
║ neral_tests/configuration/disk_usage.yml                                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/ge ║
║ neral_tests/configuration/kernel_state.yml                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/ge ║
║ neral_tests/configuration/systemd-default-target.yml                         ║
╚══════════════════════════════════════════════════════════════════════════════╝


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/v1.8/general_tests/configuration/ulimits.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/general_tests/configuration/disk_usage.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/general_tests/configuration/kernel_state.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/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     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ ulimit_f │ script │ generic. │ None     │ None  │ None  │ Check if │ /home/d │
│ ilelock_ │        │ local.ba │          │       │       │ file     │ ocs/che │
│ unlimite │        │ sh       │          │       │       │ lock is  │ ckouts/ │
│ d/6b5a06 │        │          │          │       │       │ set to   │ readthe │
│ 6f       │        │          │          │       │       │ unlimite │ docs.or │
│          │        │          │          │       │       │ d in     │ g/user_ │
│          │        │          │          │       │       │ ulimits  │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/gen │
│          │        │          │          │       │       │          │ eral_te │
│          │        │          │          │       │       │          │ sts/con │
│          │        │          │          │       │       │          │ figurat │
│          │        │          │          │       │       │          │ ion/uli │
│          │        │          │          │       │       │          │ mits.ym │
│          │        │          │          │       │       │          │ l       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ ulimit_c │ script │ generic. │ None     │ None  │ None  │ Check if │ /home/d │
│ putime_u │        │ local.ba │          │       │       │ cputime  │ ocs/che │
│ nlimited │        │ sh       │          │       │       │ is set   │ ckouts/ │
│ /bb5db97 │        │          │          │       │       │ to       │ readthe │
│ 6        │        │          │          │       │       │ unlimite │ docs.or │
│          │        │          │          │       │       │ d in     │ g/user_ │
│          │        │          │          │       │       │ ulimits  │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/gen │
│          │        │          │          │       │       │          │ eral_te │
│          │        │          │          │       │       │          │ sts/con │
│          │        │          │          │       │       │          │ figurat │
│          │        │          │          │       │       │          │ ion/uli │
│          │        │          │          │       │       │          │ mits.ym │
│          │        │          │          │       │       │          │ l       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ ulimit_s │ script │ generic. │ None     │ None  │ None  │ Check if │ /home/d │
│ tacksize │        │ local.ba │          │       │       │ stack    │ ocs/che │
│ _unlimit │        │ sh       │          │       │       │ size is  │ ckouts/ │
│ ed/d24e8 │        │          │          │       │       │ set to   │ readthe │
│ 978      │        │          │          │       │       │ unlimite │ docs.or │
│          │        │          │          │       │       │ d in     │ g/user_ │
│          │        │          │          │       │       │ ulimits  │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/gen │
│          │        │          │          │       │       │          │ eral_te │
│          │        │          │          │       │       │          │ sts/con │
│          │        │          │          │       │       │          │ figurat │
│          │        │          │          │       │       │          │ ion/uli │
│          │        │          │          │       │       │          │ mits.ym │
│          │        │          │          │       │       │          │ l       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ ulimit_v │ script │ generic. │ None     │ None  │ None  │ Check    │ /home/d │
│ msize_un │        │ local.ba │          │       │       │ virtual  │ ocs/che │
│ limited/ │        │ sh       │          │       │       │ memory   │ ckouts/ │
│ 6fdbf1bb │        │          │          │       │       │ size and │ readthe │
│          │        │          │          │       │       │ check if │ docs.or │
│          │        │          │          │       │       │ its set  │ g/user_ │
│          │        │          │          │       │       │ to       │ builds/ │
│          │        │          │          │       │       │ unlimite │ buildte │
│          │        │          │          │       │       │ d        │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/gen │
│          │        │          │          │       │       │          │ eral_te │
│          │        │          │          │       │       │          │ sts/con │
│          │        │          │          │       │       │          │ figurat │
│          │        │          │          │       │       │          │ ion/uli │
│          │        │          │          │       │       │          │ mits.ym │
│          │        │          │          │       │       │          │ l       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ ulimit_f │ script │ generic. │ None     │ None  │ None  │ Check if │ /home/d │
│ iledescr │        │ local.ba │          │       │       │ open     │ ocs/che │
│ iptor_40 │        │ sh       │          │       │       │ file     │ ckouts/ │
│ 96/211e5 │        │          │          │       │       │ descript │ readthe │
│ efb      │        │          │          │       │       │ ors      │ docs.or │
│          │        │          │          │       │       │ limit is │ g/user_ │
│          │        │          │          │       │       │ set to   │ builds/ │
│          │        │          │          │       │       │ 4096     │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/gen │
│          │        │          │          │       │       │          │ eral_te │
│          │        │          │          │       │       │          │ sts/con │
│          │        │          │          │       │       │          │ figurat │
│          │        │          │          │       │       │          │ ion/uli │
│          │        │          │          │       │       │          │ mits.ym │
│          │        │          │          │       │       │          │ l       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ ulimit_m │ script │ generic. │ None     │ None  │ None  │ Check    │ /home/d │
│ ax_user_ │        │ local.ba │          │       │       │ max      │ ocs/che │
│ process_ │        │ sh       │          │       │       │ number   │ ckouts/ │
│ 2048/3a6 │        │          │          │       │       │ of user  │ readthe │
│ 717d3    │        │          │          │       │       │ process  │ docs.or │
│          │        │          │          │       │       │ limit is │ g/user_ │
│          │        │          │          │       │       │ set to   │ builds/ │
│          │        │          │          │       │       │ 2048     │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/gen │
│          │        │          │          │       │       │          │ eral_te │
│          │        │          │          │       │       │          │ sts/con │
│          │        │          │          │       │       │          │ figurat │
│          │        │          │          │       │       │          │ ion/uli │
│          │        │          │          │       │       │          │ mits.ym │
│          │        │          │          │       │       │          │ l       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ root_dis │ script │ generic. │ None     │ None  │ None  │ Check    │ /home/d │
│ k_usage/ │        │ local.ba │          │       │       │ root     │ ocs/che │
│ c0cfb270 │        │ sh       │          │       │       │ disk     │ ckouts/ │
│          │        │          │          │       │       │ usage    │ readthe │
│          │        │          │          │       │       │ and      │ docs.or │
│          │        │          │          │       │       │ report   │ g/user_ │
│          │        │          │          │       │       │ if it    │ builds/ │
│          │        │          │          │       │       │ exceeds  │ buildte │
│          │        │          │          │       │       │ threshol │ st/chec │
│          │        │          │          │       │       │ d        │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/gen │
│          │        │          │          │       │       │          │ eral_te │
│          │        │          │          │       │       │          │ sts/con │
│          │        │          │          │       │       │          │ figurat │
│          │        │          │          │       │       │          │ ion/dis │
│          │        │          │          │       │       │          │ k_usage │
│          │        │          │          │       │       │          │ .yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ kernel_s │ script │ generic. │ None     │ None  │ None  │ Retrieve │ /home/d │
│ wapusage │        │ local.ba │          │       │       │ Kernel   │ ocs/che │
│ /1f5d71d │        │ sh       │          │       │       │ Swap     │ ckouts/ │
│ c        │        │          │          │       │       │ Usage    │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/gen │
│          │        │          │          │       │       │          │ eral_te │
│          │        │          │          │       │       │          │ sts/con │
│          │        │          │          │       │       │          │ figurat │
│          │        │          │          │       │       │          │ ion/ker │
│          │        │          │          │       │       │          │ nel_sta │
│          │        │          │          │       │       │          │ te.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ systemd_ │ script │ generic. │ None     │ None  │ None  │ check if │ /home/d │
│ default_ │        │ local.ba │          │       │       │ default  │ ocs/che │
│ target/3 │        │ sh       │          │       │       │ target   │ ckouts/ │
│ 01c4451  │        │          │          │       │       │ is       │ readthe │
│          │        │          │          │       │       │ multi-us │ docs.or │
│          │        │          │          │       │       │ er.targe │ g/user_ │
│          │        │          │          │       │       │ t        │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/gen │
│          │        │          │          │       │       │          │ eral_te │
│          │        │          │          │       │       │          │ sts/con │
│          │        │          │          │       │       │          │ figurat │
│          │        │          │          │       │       │          │ ion/sys │
│          │        │          │          │       │       │          │ temd-de │
│          │        │          │          │       │       │          │ fault-t │
│          │        │          │          │       │       │          │ arget.y │
│          │        │          │          │       │       │          │ ml      │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
ulimit_filelock_unlimited/6b5a066f: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_filelock_unlimited/6b5a066f
ulimit_cputime_unlimited/bb5db976: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_cputime_unlimited/bb5db976
ulimit_stacksize_unlimited/d24e8978: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_stacksize_unlimited/d24e8978
ulimit_vmsize_unlimited/6fdbf1bb: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_vmsize_unlimited/6fdbf1bb
ulimit_filedescriptor_4096/211e5efb: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_filedescriptor_4096/211e5efb
ulimit_max_user_process_2048/3a6717d3: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_max_user_process_2048/3a6717d3
root_disk_usage/c0cfb270: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/disk_usage/root_disk_usage/c0cfb270
kernel_swapusage/1f5d71dc: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/kernel_state/kernel_swapusage/1f5d71dc
systemd_default_target/301c4451: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/systemd-default-target/systemd_default_target/301c4451
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
ulimit_filedescriptor_4096/211e5efb does not have any dependencies adding test to queue
ulimit_filelock_unlimited/6b5a066f does not have any dependencies adding test to queue
kernel_swapusage/1f5d71dc does not have any dependencies adding test to queue
ulimit_vmsize_unlimited/6fdbf1bb does not have any dependencies adding test to queue
ulimit_cputime_unlimited/bb5db976 does not have any dependencies adding test to queue
systemd_default_target/301c4451 does not have any dependencies adding test to queue
root_disk_usage/c0cfb270 does not have any dependencies adding test to queue
ulimit_max_user_process_2048/3a6717d3 does not have any dependencies adding test to queue
ulimit_stacksize_unlimited/d24e8978 does not have any dependencies adding test to queue
        Builders Eligible to Run         
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                               ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ ulimit_filedescriptor_4096/211e5efb   │
│ ulimit_filelock_unlimited/6b5a066f    │
│ kernel_swapusage/1f5d71dc             │
│ ulimit_vmsize_unlimited/6fdbf1bb      │
│ ulimit_cputime_unlimited/bb5db976     │
│ systemd_default_target/301c4451       │
│ root_disk_usage/c0cfb270              │
│ ulimit_max_user_process_2048/3a6717d3 │
│ ulimit_stacksize_unlimited/d24e8978   │
└───────────────────────────────────────┘
ulimit_filedescriptor_4096/211e5efb: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_filedescriptor_4096/211e5efb/stage
ulimit_filedescriptor_4096/211e5efb: Running Test via command: bash ulimit_filedescriptor_4096_build.sh
ulimit_filedescriptor_4096/211e5efb: Test completed in 0.008666 seconds with returncode: 0
ulimit_filedescriptor_4096/211e5efb: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_filedescriptor_4096/211e5efb/ulimit_filedescriptor_4096.out
ulimit_filedescriptor_4096/211e5efb: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_filedescriptor_4096/211e5efb/ulimit_filedescriptor_4096.err
ulimit_filedescriptor_4096/211e5efb: performing regular expression - '^4096$' on file: /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_filedescriptor_4096/211e5efb/ulimit_filedescriptor_4096.out
ulimit_filedescriptor_4096/211e5efb: Regular Expression Match - Failed!
ulimit_filelock_unlimited/6b5a066f: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_filelock_unlimited/6b5a066f/stage
ulimit_filelock_unlimited/6b5a066f: Running Test via command: bash ulimit_filelock_unlimited_build.sh
ulimit_filelock_unlimited/6b5a066f: Test completed in 0.008429 seconds with returncode: 0
ulimit_filelock_unlimited/6b5a066f: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_filelock_unlimited/6b5a066f/ulimit_filelock_unlimited.out
ulimit_filelock_unlimited/6b5a066f: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_filelock_unlimited/6b5a066f/ulimit_filelock_unlimited.err
ulimit_filelock_unlimited/6b5a066f: performing regular expression - '^unlimited$' on file: /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_filelock_unlimited/6b5a066f/ulimit_filelock_unlimited.out
ulimit_filelock_unlimited/6b5a066f: Regular Expression Match - Success!
kernel_swapusage/1f5d71dc: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/kernel_state/kernel_swapusage/1f5d71dc/stage
kernel_swapusage/1f5d71dc: Running Test via command: bash kernel_swapusage_build.sh
kernel_swapusage/1f5d71dc: failed to submit job with returncode: 255
───────────────── Error Message for kernel_swapusage/1f5d71dc ──────────────────
sysctl: cannot stat /proc/sys/kernel/swapusage: No such file or directory

kernel_swapusage/1f5d71dc: Detected failure in running test, will attempt to retry test: 1 times
kernel_swapusage/1f5d71dc: Run - 1/1
kernel_swapusage/1f5d71dc: Running Test via command: bash kernel_swapusage_build.sh
kernel_swapusage/1f5d71dc: failed to submit job with returncode: 255
kernel_swapusage/1f5d71dc: Test completed in 0.025225 seconds with returncode: 255
kernel_swapusage/1f5d71dc: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/kernel_state/kernel_swapusage/1f5d71dc/kernel_swapusage.out
kernel_swapusage/1f5d71dc: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/kernel_state/kernel_swapusage/1f5d71dc/kernel_swapusage.err
ulimit_vmsize_unlimited/6fdbf1bb: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_vmsize_unlimited/6fdbf1bb/stage
ulimit_vmsize_unlimited/6fdbf1bb: Running Test via command: bash ulimit_vmsize_unlimited_build.sh
ulimit_vmsize_unlimited/6fdbf1bb: Test completed in 0.008376 seconds with returncode: 0
ulimit_vmsize_unlimited/6fdbf1bb: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_vmsize_unlimited/6fdbf1bb/ulimit_vmsize_unlimited.out
ulimit_vmsize_unlimited/6fdbf1bb: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_vmsize_unlimited/6fdbf1bb/ulimit_vmsize_unlimited.err
ulimit_vmsize_unlimited/6fdbf1bb: performing regular expression - '^unlimited$' on file: /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_vmsize_unlimited/6fdbf1bb/ulimit_vmsize_unlimited.out
ulimit_vmsize_unlimited/6fdbf1bb: Regular Expression Match - Success!
ulimit_cputime_unlimited/bb5db976: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_cputime_unlimited/bb5db976/stage
ulimit_cputime_unlimited/bb5db976: Running Test via command: bash ulimit_cputime_unlimited_build.sh
ulimit_cputime_unlimited/bb5db976: Test completed in 0.008424 seconds with returncode: 0
ulimit_cputime_unlimited/bb5db976: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_cputime_unlimited/bb5db976/ulimit_cputime_unlimited.out
ulimit_cputime_unlimited/bb5db976: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_cputime_unlimited/bb5db976/ulimit_cputime_unlimited.err
ulimit_cputime_unlimited/bb5db976: performing regular expression - '^unlimited$' on file: /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_cputime_unlimited/bb5db976/ulimit_cputime_unlimited.out
ulimit_cputime_unlimited/bb5db976: Regular Expression Match - Success!
systemd_default_target/301c4451: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/systemd-default-target/systemd_default_target/301c4451/stage
systemd_default_target/301c4451: Running Test via command: bash systemd_default_target_build.sh
systemd_default_target/301c4451: failed to submit job with returncode: 1
────────────── Error Message for systemd_default_target/301c4451 ───────────────

systemd_default_target/301c4451: Detected failure in running test, will attempt to retry test: 1 times
systemd_default_target/301c4451: Run - 1/1
systemd_default_target/301c4451: Running Test via command: bash systemd_default_target_build.sh
systemd_default_target/301c4451: failed to submit job with returncode: 1
systemd_default_target/301c4451: Test completed in 0.029606 seconds with returncode: 1
systemd_default_target/301c4451: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/systemd-default-target/systemd_default_target/301c4451/systemd_default_target.out
systemd_default_target/301c4451: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/systemd-default-target/systemd_default_target/301c4451/systemd_default_target.err
root_disk_usage/c0cfb270: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/disk_usage/root_disk_usage/c0cfb270/stage
root_disk_usage/c0cfb270: Running Test via command: bash root_disk_usage_build.sh
root_disk_usage/c0cfb270: Test completed in 0.015299 seconds with returncode: 0
root_disk_usage/c0cfb270: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/disk_usage/root_disk_usage/c0cfb270/root_disk_usage.out
root_disk_usage/c0cfb270: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/disk_usage/root_disk_usage/c0cfb270/root_disk_usage.err
ulimit_max_user_process_2048/3a6717d3: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_max_user_process_2048/3a6717d3/stage
ulimit_max_user_process_2048/3a6717d3: Running Test via command: bash ulimit_max_user_process_2048_build.sh
ulimit_max_user_process_2048/3a6717d3: Test completed in 0.008711 seconds with returncode: 0
ulimit_max_user_process_2048/3a6717d3: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_max_user_process_2048/3a6717d3/ulimit_max_user_process_2048.out
ulimit_max_user_process_2048/3a6717d3: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_max_user_process_2048/3a6717d3/ulimit_max_user_process_2048.err
ulimit_max_user_process_2048/3a6717d3: performing regular expression - '^2048$' on file: /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_max_user_process_2048/3a6717d3/ulimit_max_user_process_2048.out
ulimit_max_user_process_2048/3a6717d3: Regular Expression Match - Failed!
ulimit_stacksize_unlimited/d24e8978: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_stacksize_unlimited/d24e8978/stage
ulimit_stacksize_unlimited/d24e8978: Running Test via command: bash ulimit_stacksize_unlimited_build.sh
ulimit_stacksize_unlimited/d24e8978: Test completed in 0.008854 seconds with returncode: 0
ulimit_stacksize_unlimited/d24e8978: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_stacksize_unlimited/d24e8978/ulimit_stacksize_unlimited.out
ulimit_stacksize_unlimited/d24e8978: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_stacksize_unlimited/d24e8978/ulimit_stacksize_unlimited.err
ulimit_stacksize_unlimited/d24e8978: performing regular expression - '^unlimited$' on file: /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_stacksize_unlimited/d24e8978/ulimit_stacksize_unlimited.out
ulimit_stacksize_unlimited/d24e8978: Regular Expression Match - Failed!
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ ulimit_stacksize_unlimi │ generic.local.bash │ FAIL   │ 0          │ 0.009   │
│ ted/d24e8978            │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ root_disk_usage/c0cfb27 │ generic.local.bash │ PASS   │ 0          │ 0.015   │
│ 0                       │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ ulimit_vmsize_unlimited │ generic.local.bash │ PASS   │ 0          │ 0.008   │
│ /6fdbf1bb               │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ ulimit_cputime_unlimite │ generic.local.bash │ PASS   │ 0          │ 0.008   │
│ d/bb5db976              │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ ulimit_filelock_unlimit │ generic.local.bash │ PASS   │ 0          │ 0.008   │
│ ed/6b5a066f             │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ ulimit_filedescriptor_4 │ generic.local.bash │ FAIL   │ 0          │ 0.009   │
│ 096/211e5efb            │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ systemd_default_target/ │ generic.local.bash │ FAIL   │ 1          │ 0.030   │
│ 301c4451                │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ kernel_swapusage/1f5d71 │ generic.local.bash │ FAIL   │ 255        │ 0.025   │
│ dc                      │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ ulimit_max_user_process │ generic.local.bash │ FAIL   │ 0          │ 0.009   │
│ _2048/3a6717d3          │                    │        │            │         │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



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


Adding 9 test results to /tmp/tmpal36pp10/var/report.json
Writing Logfile to /tmp/tmpal36pp10/var/logs/buildtest_ufhyn6vj.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-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:24:24                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/ge ║
║ neral_tests/configuration/kernel_state.yml                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/ge ║
║ neral_tests/configuration/disk_usage.yml                                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/vars.yml                                                             ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/ge ║
║ neral_tests/configuration/ulimits.yml                                        ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/ge ║
║ neral_tests/configuration/systemd-default-target.yml                         ║
╚══════════════════════════════════════════════════════════════════════════════╝


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/v1.8/general_tests/configuration/kernel_state.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/general_tests/configuration/disk_usage.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/vars.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/general_tests/configuration/ulimits.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/general_tests/configuration/systemd-default-target.yml: VALID
Total builder objects created: 10
                            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 │
│ /4f26785 │        │ sh       │          │       │       │ Swap     │ ckouts/ │
│ 1        │        │          │          │       │       │ Usage    │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/gen │
│          │        │          │          │       │       │          │ eral_te │
│          │        │          │          │       │       │          │ sts/con │
│          │        │          │          │       │       │          │ figurat │
│          │        │          │          │       │       │          │ ion/ker │
│          │        │          │          │       │       │          │ nel_sta │
│          │        │          │          │       │       │          │ te.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ root_dis │ script │ generic. │ None     │ None  │ None  │ Check    │ /home/d │
│ k_usage/ │        │ local.ba │          │       │       │ root     │ ocs/che │
│ 85d0d748 │        │ sh       │          │       │       │ disk     │ ckouts/ │
│          │        │          │          │       │       │ usage    │ readthe │
│          │        │          │          │       │       │ and      │ docs.or │
│          │        │          │          │       │       │ report   │ g/user_ │
│          │        │          │          │       │       │ if it    │ builds/ │
│          │        │          │          │       │       │ exceeds  │ buildte │
│          │        │          │          │       │       │ threshol │ st/chec │
│          │        │          │          │       │       │ d        │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/gen │
│          │        │          │          │       │       │          │ eral_te │
│          │        │          │          │       │       │          │ sts/con │
│          │        │          │          │       │       │          │ figurat │
│          │        │          │          │       │       │          │ ion/dis │
│          │        │          │          │       │       │          │ k_usage │
│          │        │          │          │       │       │          │ .yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ variable │ script │ generic. │ None     │ None  │ None  │ Declare  │ /home/d │
│ s_bash/7 │        │ local.ba │          │       │       │ shell    │ ocs/che │
│ afceb0a  │        │ sh       │          │       │       │ variable │ ckouts/ │
│          │        │          │          │       │       │ s in     │ readthe │
│          │        │          │          │       │       │ bash     │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ vars.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/ab0461 │        │          │          │       │       │ set to   │ readthe │
│ 78       │        │          │          │       │       │ unlimite │ docs.or │
│          │        │          │          │       │       │ d in     │ g/user_ │
│          │        │          │          │       │       │ ulimits  │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/gen │
│          │        │          │          │       │       │          │ eral_te │
│          │        │          │          │       │       │          │ sts/con │
│          │        │          │          │       │       │          │ figurat │
│          │        │          │          │       │       │          │ ion/uli │
│          │        │          │          │       │       │          │ mits.ym │
│          │        │          │          │       │       │          │ l       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ ulimit_c │ script │ generic. │ None     │ None  │ None  │ Check if │ /home/d │
│ putime_u │        │ local.ba │          │       │       │ cputime  │ ocs/che │
│ nlimited │        │ sh       │          │       │       │ is set   │ ckouts/ │
│ /a0d0440 │        │          │          │       │       │ to       │ readthe │
│ 5        │        │          │          │       │       │ unlimite │ docs.or │
│          │        │          │          │       │       │ d in     │ g/user_ │
│          │        │          │          │       │       │ ulimits  │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/gen │
│          │        │          │          │       │       │          │ eral_te │
│          │        │          │          │       │       │          │ sts/con │
│          │        │          │          │       │       │          │ figurat │
│          │        │          │          │       │       │          │ ion/uli │
│          │        │          │          │       │       │          │ mits.ym │
│          │        │          │          │       │       │          │ l       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ ulimit_s │ script │ generic. │ None     │ None  │ None  │ Check if │ /home/d │
│ tacksize │        │ local.ba │          │       │       │ stack    │ ocs/che │
│ _unlimit │        │ sh       │          │       │       │ size is  │ ckouts/ │
│ ed/9de6a │        │          │          │       │       │ set to   │ readthe │
│ 810      │        │          │          │       │       │ unlimite │ docs.or │
│          │        │          │          │       │       │ d in     │ g/user_ │
│          │        │          │          │       │       │ ulimits  │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/gen │
│          │        │          │          │       │       │          │ eral_te │
│          │        │          │          │       │       │          │ sts/con │
│          │        │          │          │       │       │          │ figurat │
│          │        │          │          │       │       │          │ ion/uli │
│          │        │          │          │       │       │          │ mits.ym │
│          │        │          │          │       │       │          │ l       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ ulimit_v │ script │ generic. │ None     │ None  │ None  │ Check    │ /home/d │
│ msize_un │        │ local.ba │          │       │       │ virtual  │ ocs/che │
│ limited/ │        │ sh       │          │       │       │ memory   │ ckouts/ │
│ d8a39f50 │        │          │          │       │       │ size and │ readthe │
│          │        │          │          │       │       │ check if │ docs.or │
│          │        │          │          │       │       │ its set  │ g/user_ │
│          │        │          │          │       │       │ to       │ builds/ │
│          │        │          │          │       │       │ unlimite │ buildte │
│          │        │          │          │       │       │ d        │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/gen │
│          │        │          │          │       │       │          │ eral_te │
│          │        │          │          │       │       │          │ sts/con │
│          │        │          │          │       │       │          │ figurat │
│          │        │          │          │       │       │          │ ion/uli │
│          │        │          │          │       │       │          │ mits.ym │
│          │        │          │          │       │       │          │ l       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ ulimit_f │ script │ generic. │ None     │ None  │ None  │ Check if │ /home/d │
│ iledescr │        │ local.ba │          │       │       │ open     │ ocs/che │
│ iptor_40 │        │ sh       │          │       │       │ file     │ ckouts/ │
│ 96/a8bd6 │        │          │          │       │       │ descript │ readthe │
│ 0d0      │        │          │          │       │       │ ors      │ docs.or │
│          │        │          │          │       │       │ limit is │ g/user_ │
│          │        │          │          │       │       │ set to   │ builds/ │
│          │        │          │          │       │       │ 4096     │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/gen │
│          │        │          │          │       │       │          │ eral_te │
│          │        │          │          │       │       │          │ sts/con │
│          │        │          │          │       │       │          │ figurat │
│          │        │          │          │       │       │          │ ion/uli │
│          │        │          │          │       │       │          │ mits.ym │
│          │        │          │          │       │       │          │ l       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ ulimit_m │ script │ generic. │ None     │ None  │ None  │ Check    │ /home/d │
│ ax_user_ │        │ local.ba │          │       │       │ max      │ ocs/che │
│ process_ │        │ sh       │          │       │       │ number   │ ckouts/ │
│ 2048/e4e │        │          │          │       │       │ of user  │ readthe │
│ c3967    │        │          │          │       │       │ process  │ docs.or │
│          │        │          │          │       │       │ limit is │ g/user_ │
│          │        │          │          │       │       │ set to   │ builds/ │
│          │        │          │          │       │       │ 2048     │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/gen │
│          │        │          │          │       │       │          │ eral_te │
│          │        │          │          │       │       │          │ sts/con │
│          │        │          │          │       │       │          │ figurat │
│          │        │          │          │       │       │          │ ion/uli │
│          │        │          │          │       │       │          │ mits.ym │
│          │        │          │          │       │       │          │ l       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ systemd_ │ script │ generic. │ None     │ None  │ None  │ check if │ /home/d │
│ default_ │        │ local.ba │          │       │       │ default  │ ocs/che │
│ target/c │        │ sh       │          │       │       │ target   │ ckouts/ │
│ ad2f354  │        │          │          │       │       │ is       │ readthe │
│          │        │          │          │       │       │ multi-us │ docs.or │
│          │        │          │          │       │       │ er.targe │ g/user_ │
│          │        │          │          │       │       │ t        │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/gen │
│          │        │          │          │       │       │          │ eral_te │
│          │        │          │          │       │       │          │ sts/con │
│          │        │          │          │       │       │          │ figurat │
│          │        │          │          │       │       │          │ ion/sys │
│          │        │          │          │       │       │          │ temd-de │
│          │        │          │          │       │       │          │ fault-t │
│          │        │          │          │       │       │          │ arget.y │
│          │        │          │          │       │       │          │ ml      │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
kernel_swapusage/4f267851: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/kernel_state/kernel_swapusage/4f267851
root_disk_usage/85d0d748: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/disk_usage/root_disk_usage/85d0d748
variables_bash/7afceb0a: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/vars/variables_bash/7afceb0a
ulimit_filelock_unlimited/ab046178: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_filelock_unlimited/ab046178
ulimit_cputime_unlimited/a0d04405: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_cputime_unlimited/a0d04405
ulimit_stacksize_unlimited/9de6a810: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_stacksize_unlimited/9de6a810
ulimit_vmsize_unlimited/d8a39f50: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_vmsize_unlimited/d8a39f50
ulimit_filedescriptor_4096/a8bd60d0: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_filedescriptor_4096/a8bd60d0
ulimit_max_user_process_2048/e4ec3967: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_max_user_process_2048/e4ec3967
systemd_default_target/cad2f354: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/systemd-default-target/systemd_default_target/cad2f354
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
kernel_swapusage/4f267851 does not have any dependencies adding test to queue
ulimit_vmsize_unlimited/d8a39f50 does not have any dependencies adding test to queue
ulimit_filelock_unlimited/ab046178 does not have any dependencies adding test to queue
systemd_default_target/cad2f354 does not have any dependencies adding test to queue
ulimit_filedescriptor_4096/a8bd60d0 does not have any dependencies adding test to queue
ulimit_cputime_unlimited/a0d04405 does not have any dependencies adding test to queue
variables_bash/7afceb0a does not have any dependencies adding test to queue
ulimit_stacksize_unlimited/9de6a810 does not have any dependencies adding test to queue
ulimit_max_user_process_2048/e4ec3967 does not have any dependencies adding test to queue
root_disk_usage/85d0d748 does not have any dependencies adding test to queue
        Builders Eligible to Run         
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                               ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ kernel_swapusage/4f267851             │
│ ulimit_vmsize_unlimited/d8a39f50      │
│ ulimit_filelock_unlimited/ab046178    │
│ systemd_default_target/cad2f354       │
│ ulimit_filedescriptor_4096/a8bd60d0   │
│ ulimit_cputime_unlimited/a0d04405     │
│ variables_bash/7afceb0a               │
│ ulimit_stacksize_unlimited/9de6a810   │
│ ulimit_max_user_process_2048/e4ec3967 │
│ root_disk_usage/85d0d748              │
└───────────────────────────────────────┘
kernel_swapusage/4f267851: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/kernel_state/kernel_swapusage/4f267851/stage
kernel_swapusage/4f267851: Running Test via command: bash kernel_swapusage_build.sh
kernel_swapusage/4f267851: failed to submit job with returncode: 255
───────────────── Error Message for kernel_swapusage/4f267851 ──────────────────
sysctl: cannot stat /proc/sys/kernel/swapusage: No such file or directory

kernel_swapusage/4f267851: Detected failure in running test, will attempt to retry test: 1 times
kernel_swapusage/4f267851: Run - 1/1
kernel_swapusage/4f267851: Running Test via command: bash kernel_swapusage_build.sh
kernel_swapusage/4f267851: failed to submit job with returncode: 255
kernel_swapusage/4f267851: Test completed in 0.02623 seconds with returncode: 255
kernel_swapusage/4f267851: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/kernel_state/kernel_swapusage/4f267851/kernel_swapusage.out
kernel_swapusage/4f267851: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/kernel_state/kernel_swapusage/4f267851/kernel_swapusage.err
ulimit_vmsize_unlimited/d8a39f50: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_vmsize_unlimited/d8a39f50/stage
ulimit_vmsize_unlimited/d8a39f50: Running Test via command: bash ulimit_vmsize_unlimited_build.sh
ulimit_vmsize_unlimited/d8a39f50: Test completed in 0.008674 seconds with returncode: 0
ulimit_vmsize_unlimited/d8a39f50: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_vmsize_unlimited/d8a39f50/ulimit_vmsize_unlimited.out
ulimit_vmsize_unlimited/d8a39f50: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_vmsize_unlimited/d8a39f50/ulimit_vmsize_unlimited.err
ulimit_vmsize_unlimited/d8a39f50: performing regular expression - '^unlimited$' on file: /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_vmsize_unlimited/d8a39f50/ulimit_vmsize_unlimited.out
ulimit_vmsize_unlimited/d8a39f50: Regular Expression Match - Success!
ulimit_filelock_unlimited/ab046178: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_filelock_unlimited/ab046178/stage
ulimit_filelock_unlimited/ab046178: Running Test via command: bash ulimit_filelock_unlimited_build.sh
ulimit_filelock_unlimited/ab046178: Test completed in 0.008601 seconds with returncode: 0
ulimit_filelock_unlimited/ab046178: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_filelock_unlimited/ab046178/ulimit_filelock_unlimited.out
ulimit_filelock_unlimited/ab046178: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_filelock_unlimited/ab046178/ulimit_filelock_unlimited.err
ulimit_filelock_unlimited/ab046178: performing regular expression - '^unlimited$' on file: /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_filelock_unlimited/ab046178/ulimit_filelock_unlimited.out
ulimit_filelock_unlimited/ab046178: Regular Expression Match - Success!
systemd_default_target/cad2f354: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/systemd-default-target/systemd_default_target/cad2f354/stage
systemd_default_target/cad2f354: Running Test via command: bash systemd_default_target_build.sh
systemd_default_target/cad2f354: failed to submit job with returncode: 1
────────────── Error Message for systemd_default_target/cad2f354 ───────────────

systemd_default_target/cad2f354: Detected failure in running test, will attempt to retry test: 1 times
systemd_default_target/cad2f354: Run - 1/1
systemd_default_target/cad2f354: Running Test via command: bash systemd_default_target_build.sh
systemd_default_target/cad2f354: failed to submit job with returncode: 1
systemd_default_target/cad2f354: Test completed in 0.030208 seconds with returncode: 1
systemd_default_target/cad2f354: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/systemd-default-target/systemd_default_target/cad2f354/systemd_default_target.out
systemd_default_target/cad2f354: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/systemd-default-target/systemd_default_target/cad2f354/systemd_default_target.err
ulimit_filedescriptor_4096/a8bd60d0: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_filedescriptor_4096/a8bd60d0/stage
ulimit_filedescriptor_4096/a8bd60d0: Running Test via command: bash ulimit_filedescriptor_4096_build.sh
ulimit_filedescriptor_4096/a8bd60d0: Test completed in 0.008669 seconds with returncode: 0
ulimit_filedescriptor_4096/a8bd60d0: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_filedescriptor_4096/a8bd60d0/ulimit_filedescriptor_4096.out
ulimit_filedescriptor_4096/a8bd60d0: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_filedescriptor_4096/a8bd60d0/ulimit_filedescriptor_4096.err
ulimit_filedescriptor_4096/a8bd60d0: performing regular expression - '^4096$' on file: /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_filedescriptor_4096/a8bd60d0/ulimit_filedescriptor_4096.out
ulimit_filedescriptor_4096/a8bd60d0: Regular Expression Match - Failed!
ulimit_cputime_unlimited/a0d04405: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_cputime_unlimited/a0d04405/stage
ulimit_cputime_unlimited/a0d04405: Running Test via command: bash ulimit_cputime_unlimited_build.sh
ulimit_cputime_unlimited/a0d04405: Test completed in 0.008699 seconds with returncode: 0
ulimit_cputime_unlimited/a0d04405: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_cputime_unlimited/a0d04405/ulimit_cputime_unlimited.out
ulimit_cputime_unlimited/a0d04405: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_cputime_unlimited/a0d04405/ulimit_cputime_unlimited.err
ulimit_cputime_unlimited/a0d04405: performing regular expression - '^unlimited$' on file: /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_cputime_unlimited/a0d04405/ulimit_cputime_unlimited.out
ulimit_cputime_unlimited/a0d04405: Regular Expression Match - Success!
variables_bash/7afceb0a: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/vars/variables_bash/7afceb0a/stage
variables_bash/7afceb0a: Running Test via command: bash variables_bash_build.sh
variables_bash/7afceb0a: Test completed in 0.014612 seconds with returncode: 0
variables_bash/7afceb0a: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/vars/variables_bash/7afceb0a/variables_bash.out
variables_bash/7afceb0a: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/vars/variables_bash/7afceb0a/variables_bash.err
ulimit_stacksize_unlimited/9de6a810: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_stacksize_unlimited/9de6a810/stage
ulimit_stacksize_unlimited/9de6a810: Running Test via command: bash ulimit_stacksize_unlimited_build.sh
ulimit_stacksize_unlimited/9de6a810: Test completed in 0.008789 seconds with returncode: 0
ulimit_stacksize_unlimited/9de6a810: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_stacksize_unlimited/9de6a810/ulimit_stacksize_unlimited.out
ulimit_stacksize_unlimited/9de6a810: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_stacksize_unlimited/9de6a810/ulimit_stacksize_unlimited.err
ulimit_stacksize_unlimited/9de6a810: performing regular expression - '^unlimited$' on file: /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_stacksize_unlimited/9de6a810/ulimit_stacksize_unlimited.out
ulimit_stacksize_unlimited/9de6a810: Regular Expression Match - Failed!
ulimit_max_user_process_2048/e4ec3967: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_max_user_process_2048/e4ec3967/stage
ulimit_max_user_process_2048/e4ec3967: Running Test via command: bash ulimit_max_user_process_2048_build.sh
ulimit_max_user_process_2048/e4ec3967: Test completed in 0.009032 seconds with returncode: 0
ulimit_max_user_process_2048/e4ec3967: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_max_user_process_2048/e4ec3967/ulimit_max_user_process_2048.out
ulimit_max_user_process_2048/e4ec3967: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_max_user_process_2048/e4ec3967/ulimit_max_user_process_2048.err
ulimit_max_user_process_2048/e4ec3967: performing regular expression - '^2048$' on file: /tmp/tmpal36pp10/var/tests/generic.local.bash/ulimits/ulimit_max_user_process_2048/e4ec3967/ulimit_max_user_process_2048.out
ulimit_max_user_process_2048/e4ec3967: Regular Expression Match - Failed!
root_disk_usage/85d0d748: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/disk_usage/root_disk_usage/85d0d748/stage
root_disk_usage/85d0d748: Running Test via command: bash root_disk_usage_build.sh
root_disk_usage/85d0d748: Test completed in 0.016205 seconds with returncode: 0
root_disk_usage/85d0d748: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/disk_usage/root_disk_usage/85d0d748/root_disk_usage.out
root_disk_usage/85d0d748: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/disk_usage/root_disk_usage/85d0d748/root_disk_usage.err
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ ulimit_filelock_unlimit │ generic.local.bash │ PASS   │ 0          │ 0.009   │
│ ed/ab046178             │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ ulimit_cputime_unlimite │ generic.local.bash │ PASS   │ 0          │ 0.009   │
│ d/a0d04405              │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ ulimit_filedescriptor_4 │ generic.local.bash │ FAIL   │ 0          │ 0.009   │
│ 096/a8bd60d0            │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ ulimit_vmsize_unlimited │ generic.local.bash │ PASS   │ 0          │ 0.009   │
│ /d8a39f50               │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ ulimit_stacksize_unlimi │ generic.local.bash │ FAIL   │ 0          │ 0.009   │
│ ted/9de6a810            │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ root_disk_usage/85d0d74 │ generic.local.bash │ PASS   │ 0          │ 0.016   │
│ 8                       │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ kernel_swapusage/4f2678 │ generic.local.bash │ FAIL   │ 255        │ 0.026   │
│ 51                      │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ systemd_default_target/ │ generic.local.bash │ FAIL   │ 1          │ 0.030   │
│ cad2f354                │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ ulimit_max_user_process │ generic.local.bash │ FAIL   │ 0          │ 0.009   │
│ _2048/e4ec3967          │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ variables_bash/7afceb0a │ generic.local.bash │ PASS   │ 0          │ 0.015   │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



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


Adding 10 test results to /tmp/tmpal36pp10/var/report.json
Writing Logfile to /tmp/tmpal36pp10/var/logs/buildtest_thbyc130.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-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:24:26                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/var/report.json                         │
│ Command:            /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│                                                                              │
╰──────────────────────────────────────────────────────────────────────────────╯
There are no 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-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:24:26                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/ge ║
║ neral_tests/configuration/disk_usage.yml                                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/ge ║
║ neral_tests/configuration/kernel_state.yml                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/ge ║
║ neral_tests/configuration/ulimits.yml                                        ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/ge ║
║ neral_tests/configuration/systemd-default-target.yml                         ║
╚══════════════════════════════════════════════════════════════════════════════╝
                              Excluded buildspecs                               
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/ge ║
║ neral_tests/configuration/ulimits.yml                                        ║
╚══════════════════════════════════════════════════════════════════════════════╝


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/v1.8/general_tests/configuration/disk_usage.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/general_tests/configuration/kernel_state.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/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     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ root_dis │ script │ generic. │ None     │ None  │ None  │ Check    │ /home/d │
│ k_usage/ │        │ local.ba │          │       │       │ root     │ ocs/che │
│ a0cf80fc │        │ sh       │          │       │       │ disk     │ ckouts/ │
│          │        │          │          │       │       │ usage    │ readthe │
│          │        │          │          │       │       │ and      │ docs.or │
│          │        │          │          │       │       │ report   │ g/user_ │
│          │        │          │          │       │       │ if it    │ builds/ │
│          │        │          │          │       │       │ exceeds  │ buildte │
│          │        │          │          │       │       │ threshol │ st/chec │
│          │        │          │          │       │       │ d        │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/gen │
│          │        │          │          │       │       │          │ eral_te │
│          │        │          │          │       │       │          │ sts/con │
│          │        │          │          │       │       │          │ figurat │
│          │        │          │          │       │       │          │ ion/dis │
│          │        │          │          │       │       │          │ k_usage │
│          │        │          │          │       │       │          │ .yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ kernel_s │ script │ generic. │ None     │ None  │ None  │ Retrieve │ /home/d │
│ wapusage │        │ local.ba │          │       │       │ Kernel   │ ocs/che │
│ /1165572 │        │ sh       │          │       │       │ Swap     │ ckouts/ │
│ d        │        │          │          │       │       │ Usage    │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/gen │
│          │        │          │          │       │       │          │ eral_te │
│          │        │          │          │       │       │          │ sts/con │
│          │        │          │          │       │       │          │ figurat │
│          │        │          │          │       │       │          │ ion/ker │
│          │        │          │          │       │       │          │ nel_sta │
│          │        │          │          │       │       │          │ te.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ systemd_ │ script │ generic. │ None     │ None  │ None  │ check if │ /home/d │
│ default_ │        │ local.ba │          │       │       │ default  │ ocs/che │
│ target/e │        │ sh       │          │       │       │ target   │ ckouts/ │
│ 02f8efa  │        │          │          │       │       │ is       │ readthe │
│          │        │          │          │       │       │ multi-us │ docs.or │
│          │        │          │          │       │       │ er.targe │ g/user_ │
│          │        │          │          │       │       │ t        │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/gen │
│          │        │          │          │       │       │          │ eral_te │
│          │        │          │          │       │       │          │ sts/con │
│          │        │          │          │       │       │          │ figurat │
│          │        │          │          │       │       │          │ ion/sys │
│          │        │          │          │       │       │          │ temd-de │
│          │        │          │          │       │       │          │ fault-t │
│          │        │          │          │       │       │          │ arget.y │
│          │        │          │          │       │       │          │ ml      │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
root_disk_usage/a0cf80fc: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/disk_usage/root_disk_usage/a0cf80fc
kernel_swapusage/1165572d: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/kernel_state/kernel_swapusage/1165572d
systemd_default_target/e02f8efa: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/systemd-default-target/systemd_default_target/e02f8efa
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
root_disk_usage/a0cf80fc does not have any dependencies adding test to queue
systemd_default_target/e02f8efa does not have any dependencies adding test to queue
kernel_swapusage/1165572d does not have any dependencies adding test to queue
     Builders Eligible to Run      
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                         ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ root_disk_usage/a0cf80fc        │
│ systemd_default_target/e02f8efa │
│ kernel_swapusage/1165572d       │
└─────────────────────────────────┘
root_disk_usage/a0cf80fc: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/disk_usage/root_disk_usage/a0cf80fc/stage
root_disk_usage/a0cf80fc: Running Test via command: bash root_disk_usage_build.sh
root_disk_usage/a0cf80fc: Test completed in 0.015559 seconds with returncode: 0
root_disk_usage/a0cf80fc: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/disk_usage/root_disk_usage/a0cf80fc/root_disk_usage.out
root_disk_usage/a0cf80fc: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/disk_usage/root_disk_usage/a0cf80fc/root_disk_usage.err
systemd_default_target/e02f8efa: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/systemd-default-target/systemd_default_target/e02f8efa/stage
systemd_default_target/e02f8efa: Running Test via command: bash systemd_default_target_build.sh
systemd_default_target/e02f8efa: failed to submit job with returncode: 1
────────────── Error Message for systemd_default_target/e02f8efa ───────────────

systemd_default_target/e02f8efa: Detected failure in running test, will attempt to retry test: 1 times
systemd_default_target/e02f8efa: Run - 1/1
systemd_default_target/e02f8efa: Running Test via command: bash systemd_default_target_build.sh
systemd_default_target/e02f8efa: failed to submit job with returncode: 1
systemd_default_target/e02f8efa: Test completed in 0.029571 seconds with returncode: 1
systemd_default_target/e02f8efa: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/systemd-default-target/systemd_default_target/e02f8efa/systemd_default_target.out
systemd_default_target/e02f8efa: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/systemd-default-target/systemd_default_target/e02f8efa/systemd_default_target.err
kernel_swapusage/1165572d: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/kernel_state/kernel_swapusage/1165572d/stage
kernel_swapusage/1165572d: Running Test via command: bash kernel_swapusage_build.sh
kernel_swapusage/1165572d: failed to submit job with returncode: 255
───────────────── Error Message for kernel_swapusage/1165572d ──────────────────
sysctl: cannot stat /proc/sys/kernel/swapusage: No such file or directory

kernel_swapusage/1165572d: Detected failure in running test, will attempt to retry test: 1 times
kernel_swapusage/1165572d: Run - 1/1
kernel_swapusage/1165572d: Running Test via command: bash kernel_swapusage_build.sh
kernel_swapusage/1165572d: failed to submit job with returncode: 255
kernel_swapusage/1165572d: Test completed in 0.025052 seconds with returncode: 255
kernel_swapusage/1165572d: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/kernel_state/kernel_swapusage/1165572d/kernel_swapusage.out
kernel_swapusage/1165572d: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/kernel_state/kernel_swapusage/1165572d/kernel_swapusage.err
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ systemd_default_target/ │ generic.local.bash │ FAIL   │ 1          │ 0.030   │
│ e02f8efa                │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ root_disk_usage/a0cf80f │ generic.local.bash │ PASS   │ 0          │ 0.016   │
│ c                       │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ kernel_swapusage/116557 │ generic.local.bash │ FAIL   │ 255        │ 0.025   │
│ 2d                      │                    │        │            │         │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



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


Adding 3 test results to /tmp/tmpal36pp10/var/report.json
Writing Logfile to /tmp/tmpal36pp10/var/logs/buildtest_wvmos5_3.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-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:24:28                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/tu ║
║ torials/tags_example.yml                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝
                           Buildspecs By Tag=network                            
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/tags_example.yml                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


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/v1.8/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/3ce19 │        │ local.ba │          │       │       │ be a     │ ocs/che │
│ 2a9      │        │ sh       │          │       │       │ string   │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ tags_ex │
│          │        │          │          │       │       │          │ ample.y │
│          │        │          │          │       │       │          │ ml      │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ list_of_ │ script │ generic. │ None     │ None  │ None  │ tags can │ /home/d │
│ strings_ │        │ local.ba │          │       │       │ be a     │ ocs/che │
│ tags/e57 │        │ sh       │          │       │       │ list of  │ ckouts/ │
│ 397d2    │        │          │          │       │       │ strings  │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ tags_ex │
│          │        │          │          │       │       │          │ ample.y │
│          │        │          │          │       │       │          │ ml      │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
string_tag/3ce192a9: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/tags_example/string_tag/3ce192a9
list_of_strings_tags/e57397d2: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/tags_example/list_of_strings_tags/e57397d2
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
string_tag/3ce192a9 does not have any dependencies adding test to queue
list_of_strings_tags/e57397d2 does not have any dependencies adding test to queue
    Builders Eligible to Run     
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                       ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ string_tag/3ce192a9           │
│ list_of_strings_tags/e57397d2 │
└───────────────────────────────┘
string_tag/3ce192a9: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/tags_example/string_tag/3ce192a9/stage
string_tag/3ce192a9: Running Test via command: bash string_tag_build.sh
string_tag/3ce192a9: Test completed in 0.009634 seconds with returncode: 0
string_tag/3ce192a9: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/tags_example/string_tag/3ce192a9/string_tag.out
string_tag/3ce192a9: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/tags_example/string_tag/3ce192a9/string_tag.err
list_of_strings_tags/e57397d2: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/tags_example/list_of_strings_tags/e57397d2/stage
list_of_strings_tags/e57397d2: Running Test via command: bash list_of_strings_tags_build.sh
list_of_strings_tags/e57397d2: Test completed in 3.031621 seconds with returncode: 0
list_of_strings_tags/e57397d2: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/tags_example/list_of_strings_tags/e57397d2/list_of_strings_tags.out
list_of_strings_tags/e57397d2: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/tags_example/list_of_strings_tags/e57397d2/list_of_strings_tags.err
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ string_tag/3ce192a9     │ generic.local.bash │ PASS   │ 0          │ 0.010   │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ list_of_strings_tags/e5 │ generic.local.bash │ PASS   │ 0          │ 3.032   │
│ 7397d2                  │                    │        │            │         │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



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


Adding 2 test results to /tmp/tmpal36pp10/var/report.json
Writing Logfile to /tmp/tmpal36pp10/var/logs/buildtest_s_f11cf3.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-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:24:32                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/tu ║
║ torials/python-shell.yml                                                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/pass_returncode.yml                                      ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/python-hello.yml                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝
                            Buildspecs By Tag=python                            
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/python-shell.yml                                                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/python-hello.yml                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝
                             Buildspecs By Tag=pass                             
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/pass_returncode.yml                                      ║
╚══════════════════════════════════════════════════════════════════════════════╝


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/v1.8/tutorials/python-shell.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/test_status/pass_returncode.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/python-hello.yml: VALID
Total builder objects created: 6
                            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/081d │        │ local.ba │          │       │       │ e circle │ ocs/che │
│ 19a4     │        │ sh       │          │       │       │ of area  │ ckouts/ │
│          │        │          │          │       │       │ given a  │ readthe │
│          │        │          │          │       │       │ radius   │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ python- │
│          │        │          │          │       │       │          │ shell.y │
│          │        │          │          │       │       │          │ ml      │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ exit1_fa │ script │ generic. │ None     │ None  │ None  │ exit 1   │ /home/d │
│ il/47451 │        │ local.ba │          │       │       │ by       │ ocs/che │
│ 696      │        │ sh       │          │       │       │ default  │ ckouts/ │
│          │        │          │          │       │       │ is FAIL  │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ test_st │
│          │        │          │          │       │       │          │ atus/pa │
│          │        │          │          │       │       │          │ ss_retu │
│          │        │          │          │       │       │          │ rncode. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ exit1_pa │ script │ generic. │ None     │ None  │ None  │ report   │ /home/d │
│ ss/c3450 │        │ local.ba │          │       │       │ exit 1   │ ocs/che │
│ b93      │        │ sh       │          │       │       │ as PASS  │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ test_st │
│          │        │          │          │       │       │          │ atus/pa │
│          │        │          │          │       │       │          │ ss_retu │
│          │        │          │          │       │       │          │ rncode. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 2   │ /home/d │
│ de_list_ │        │ local.ba │          │       │       │ failed   │ ocs/che │
│ mismatch │        │ sh       │          │       │       │ since it │ ckouts/ │
│ /3b640a8 │        │          │          │       │       │ failed   │ readthe │
│ a        │        │          │          │       │       │ to match │ docs.or │
│          │        │          │          │       │       │ returnco │ g/user_ │
│          │        │          │          │       │       │ de 1     │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ test_st │
│          │        │          │          │       │       │          │ atus/pa │
│          │        │          │          │       │       │          │ ss_retu │
│          │        │          │          │       │       │          │ rncode. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 128 │ /home/d │
│ de_int_m │        │ local.ba │          │       │       │ matches  │ ocs/che │
│ atch/896 │        │ sh       │          │       │       │ returnco │ ckouts/ │
│ 4a86e    │        │          │          │       │       │ de 128   │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ test_st │
│          │        │          │          │       │       │          │ atus/pa │
│          │        │          │          │       │       │          │ ss_retu │
│          │        │          │          │       │       │          │ rncode. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ python_h │ script │ generic. │ None     │ None  │ None  │ Hello    │ /home/d │
│ ello/6af │        │ local.ba │          │       │       │ World    │ ocs/che │
│ f75a3    │        │ sh       │          │       │       │ python   │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ python- │
│          │        │          │          │       │       │          │ hello.y │
│          │        │          │          │       │       │          │ ml      │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
circle_area/081d19a4: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/python-shell/circle_area/081d19a4
exit1_fail/47451696: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_fail/47451696
exit1_pass/c3450b93: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_pass/c3450b93
returncode_list_mismatch/3b640a8a: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/3b640a8a
returncode_int_match/8964a86e: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/returncode_int_match/8964a86e
python_hello/6aff75a3: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/python-hello/python_hello/6aff75a3
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
exit1_fail/47451696 does not have any dependencies adding test to queue
exit1_pass/c3450b93 does not have any dependencies adding test to queue
returncode_list_mismatch/3b640a8a does not have any dependencies adding test to queue
returncode_int_match/8964a86e does not have any dependencies adding test to queue
python_hello/6aff75a3 does not have any dependencies adding test to queue
circle_area/081d19a4 does not have any dependencies adding test to queue
      Builders Eligible to Run       
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                           ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ exit1_fail/47451696               │
│ returncode_list_mismatch/3b640a8a │
│ exit1_pass/c3450b93               │
│ returncode_int_match/8964a86e     │
│ python_hello/6aff75a3             │
│ circle_area/081d19a4              │
└───────────────────────────────────┘
exit1_fail/47451696: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_fail/47451696/stage
exit1_fail/47451696: Running Test via command: bash exit1_fail_build.sh
exit1_fail/47451696: failed to submit job with returncode: 1
──────────────────── Error Message for exit1_fail/47451696 ─────────────────────

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

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

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

returncode_int_match/8964a86e: Detected failure in running test, will attempt to retry test: 1 times
returncode_int_match/8964a86e: Run - 1/1
returncode_int_match/8964a86e: Running Test via command: bash returncode_int_match_build.sh
returncode_int_match/8964a86e: failed to submit job with returncode: 128
returncode_int_match/8964a86e: Test completed in 0.021984 seconds with returncode: 128
returncode_int_match/8964a86e: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/returncode_int_match/8964a86e/returncode_int_match.out
returncode_int_match/8964a86e: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/returncode_int_match/8964a86e/returncode_int_match.err
returncode_int_match/8964a86e: Checking returncode - 128 is matched in list [128]
python_hello/6aff75a3: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/python-hello/python_hello/6aff75a3/stage
python_hello/6aff75a3: Running Test via command: bash python_hello_build.sh
python_hello/6aff75a3: Test completed in 0.048292 seconds with returncode: 0
python_hello/6aff75a3: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/python-hello/python_hello/6aff75a3/python_hello.out
python_hello/6aff75a3: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/python-hello/python_hello/6aff75a3/python_hello.err
circle_area/081d19a4: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/python-shell/circle_area/081d19a4/stage
circle_area/081d19a4: Running Test via command: bash circle_area_build.sh
circle_area/081d19a4: Test completed in 0.048615 seconds with returncode: 0
circle_area/081d19a4: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/python-shell/circle_area/081d19a4/circle_area.out
circle_area/081d19a4: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/python-shell/circle_area/081d19a4/circle_area.err
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ returncode_list_mismatc │ generic.local.bash │ FAIL   │ 2          │ 0.022   │
│ h/3b640a8a              │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ exit1_pass/c3450b93     │ generic.local.bash │ PASS   │ 1          │ 0.021   │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ circle_area/081d19a4    │ generic.local.bash │ PASS   │ 0          │ 0.049   │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ returncode_int_match/89 │ generic.local.bash │ PASS   │ 128        │ 0.022   │
│ 64a86e                  │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ python_hello/6aff75a3   │ generic.local.bash │ PASS   │ 0          │ 0.048   │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ exit1_fail/47451696     │ generic.local.bash │ FAIL   │ 1          │ 0.022   │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



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


Adding 6 test results to /tmp/tmpal36pp10/var/report.json
Writing Logfile to /tmp/tmpal36pp10/var/logs/buildtest_e2wcjc81.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-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:24:33                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/tu ║
║ torials/tags_example.yml                                                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/pass_returncode.yml                                      ║
╚══════════════════════════════════════════════════════════════════════════════╝
                             Buildspecs By Tag=pass                             
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/pass_returncode.yml                                      ║
╚══════════════════════════════════════════════════════════════════════════════╝
                             Buildspecs By Tag=fail                             
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/pass_returncode.yml                                      ║
╚══════════════════════════════════════════════════════════════════════════════╝
                           Buildspecs By Tag=network                            
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/tags_example.yml                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


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/v1.8/tutorials/tags_example.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/test_status/pass_returncode.yml: VALID
Total builder objects created: 6
                            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/d739c │        │ local.ba │          │       │       │ be a     │ ocs/che │
│ f7f      │        │ sh       │          │       │       │ string   │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ tags_ex │
│          │        │          │          │       │       │          │ ample.y │
│          │        │          │          │       │       │          │ ml      │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ list_of_ │ script │ generic. │ None     │ None  │ None  │ tags can │ /home/d │
│ strings_ │        │ local.ba │          │       │       │ be a     │ ocs/che │
│ tags/a5a │        │ sh       │          │       │       │ list of  │ ckouts/ │
│ 67852    │        │          │          │       │       │ strings  │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ tags_ex │
│          │        │          │          │       │       │          │ ample.y │
│          │        │          │          │       │       │          │ ml      │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ exit1_fa │ script │ generic. │ None     │ None  │ None  │ exit 1   │ /home/d │
│ il/16d6b │        │ local.ba │          │       │       │ by       │ ocs/che │
│ 3b6      │        │ sh       │          │       │       │ default  │ ckouts/ │
│          │        │          │          │       │       │ is FAIL  │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ test_st │
│          │        │          │          │       │       │          │ atus/pa │
│          │        │          │          │       │       │          │ ss_retu │
│          │        │          │          │       │       │          │ rncode. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ exit1_pa │ script │ generic. │ None     │ None  │ None  │ report   │ /home/d │
│ ss/da053 │        │ local.ba │          │       │       │ exit 1   │ ocs/che │
│ a7c      │        │ sh       │          │       │       │ as PASS  │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ test_st │
│          │        │          │          │       │       │          │ atus/pa │
│          │        │          │          │       │       │          │ ss_retu │
│          │        │          │          │       │       │          │ rncode. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 2   │ /home/d │
│ de_list_ │        │ local.ba │          │       │       │ failed   │ ocs/che │
│ mismatch │        │ sh       │          │       │       │ since it │ ckouts/ │
│ /15bd4f5 │        │          │          │       │       │ failed   │ readthe │
│ 3        │        │          │          │       │       │ to match │ docs.or │
│          │        │          │          │       │       │ returnco │ g/user_ │
│          │        │          │          │       │       │ de 1     │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ test_st │
│          │        │          │          │       │       │          │ atus/pa │
│          │        │          │          │       │       │          │ ss_retu │
│          │        │          │          │       │       │          │ rncode. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 128 │ /home/d │
│ de_int_m │        │ local.ba │          │       │       │ matches  │ ocs/che │
│ atch/c88 │        │ sh       │          │       │       │ returnco │ ckouts/ │
│ 7a2ae    │        │          │          │       │       │ de 128   │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ test_st │
│          │        │          │          │       │       │          │ atus/pa │
│          │        │          │          │       │       │          │ ss_retu │
│          │        │          │          │       │       │          │ rncode. │
│          │        │          │          │       │       │          │ yml     │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
string_tag/d739cf7f: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/tags_example/string_tag/d739cf7f
list_of_strings_tags/a5a67852: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/tags_example/list_of_strings_tags/a5a67852
exit1_fail/16d6b3b6: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_fail/16d6b3b6
exit1_pass/da053a7c: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_pass/da053a7c
returncode_list_mismatch/15bd4f53: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/15bd4f53
returncode_int_match/c887a2ae: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/returncode_int_match/c887a2ae
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
list_of_strings_tags/a5a67852 does not have any dependencies adding test to queue
returncode_list_mismatch/15bd4f53 does not have any dependencies adding test to queue
string_tag/d739cf7f does not have any dependencies adding test to queue
returncode_int_match/c887a2ae does not have any dependencies adding test to queue
exit1_fail/16d6b3b6 does not have any dependencies adding test to queue
exit1_pass/da053a7c does not have any dependencies adding test to queue
      Builders Eligible to Run       
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                           ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ list_of_strings_tags/a5a67852     │
│ exit1_pass/da053a7c               │
│ returncode_list_mismatch/15bd4f53 │
│ returncode_int_match/c887a2ae     │
│ exit1_fail/16d6b3b6               │
│ string_tag/d739cf7f               │
└───────────────────────────────────┘
list_of_strings_tags/a5a67852: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/tags_example/list_of_strings_tags/a5a67852/stage
list_of_strings_tags/a5a67852: Running Test via command: bash list_of_strings_tags_build.sh
list_of_strings_tags/a5a67852: Test completed in 3.031745 seconds with returncode: 0
list_of_strings_tags/a5a67852: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/tags_example/list_of_strings_tags/a5a67852/list_of_strings_tags.out
list_of_strings_tags/a5a67852: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/tags_example/list_of_strings_tags/a5a67852/list_of_strings_tags.err
exit1_pass/da053a7c: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_pass/da053a7c/stage
exit1_pass/da053a7c: Running Test via command: bash exit1_pass_build.sh
exit1_pass/da053a7c: failed to submit job with returncode: 1
──────────────────── Error Message for exit1_pass/da053a7c ─────────────────────

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

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

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

exit1_fail/16d6b3b6: Detected failure in running test, will attempt to retry test: 1 times
exit1_fail/16d6b3b6: Run - 1/1
exit1_fail/16d6b3b6: Running Test via command: bash exit1_fail_build.sh
exit1_fail/16d6b3b6: failed to submit job with returncode: 1
exit1_fail/16d6b3b6: Test completed in 0.022131 seconds with returncode: 1
exit1_fail/16d6b3b6: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_fail/16d6b3b6/exit1_fail.out
exit1_fail/16d6b3b6: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_fail/16d6b3b6/exit1_fail.err
string_tag/d739cf7f: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/tags_example/string_tag/d739cf7f/stage
string_tag/d739cf7f: Running Test via command: bash string_tag_build.sh
string_tag/d739cf7f: Test completed in 0.009291 seconds with returncode: 0
string_tag/d739cf7f: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/tags_example/string_tag/d739cf7f/string_tag.out
string_tag/d739cf7f: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/tags_example/string_tag/d739cf7f/string_tag.err
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ returncode_list_mismatc │ generic.local.bash │ FAIL   │ 2          │ 0.022   │
│ h/15bd4f53              │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ exit1_pass/da053a7c     │ generic.local.bash │ PASS   │ 1          │ 0.023   │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ exit1_fail/16d6b3b6     │ generic.local.bash │ FAIL   │ 1          │ 0.022   │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ returncode_int_match/c8 │ generic.local.bash │ PASS   │ 128        │ 0.022   │
│ 87a2ae                  │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ string_tag/d739cf7f     │ generic.local.bash │ PASS   │ 0          │ 0.009   │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ list_of_strings_tags/a5 │ generic.local.bash │ PASS   │ 0          │ 3.032   │
│ a67852                  │                    │        │            │         │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



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


Adding 6 test results to /tmp/tmpal36pp10/var/report.json
Writing Logfile to /tmp/tmpal36pp10/var/logs/buildtest_coarv8m5.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-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:24:37                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/tu ║
║ torials/python-hello.yml                                                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/pass_returncode.yml                                      ║
╚══════════════════════════════════════════════════════════════════════════════╝
                             Buildspecs By Tag=pass                             
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/pass_returncode.yml                                      ║
╚══════════════════════════════════════════════════════════════════════════════╝


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/v1.8/tutorials/python-hello.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/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/411 │        │ local.ba │          │       │       │ World    │ ocs/che │
│ 4e370    │        │ sh       │          │       │       │ python   │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ python- │
│          │        │          │          │       │       │          │ hello.y │
│          │        │          │          │       │       │          │ ml      │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ exit1_fa │ script │ generic. │ None     │ None  │ None  │ exit 1   │ /home/d │
│ il/cfd1a │        │ local.ba │          │       │       │ by       │ ocs/che │
│ 414      │        │ sh       │          │       │       │ default  │ ckouts/ │
│          │        │          │          │       │       │ is FAIL  │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ test_st │
│          │        │          │          │       │       │          │ atus/pa │
│          │        │          │          │       │       │          │ ss_retu │
│          │        │          │          │       │       │          │ rncode. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ exit1_pa │ script │ generic. │ None     │ None  │ None  │ report   │ /home/d │
│ ss/73702 │        │ local.ba │          │       │       │ exit 1   │ ocs/che │
│ 829      │        │ sh       │          │       │       │ as PASS  │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ test_st │
│          │        │          │          │       │       │          │ atus/pa │
│          │        │          │          │       │       │          │ ss_retu │
│          │        │          │          │       │       │          │ rncode. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 2   │ /home/d │
│ de_list_ │        │ local.ba │          │       │       │ failed   │ ocs/che │
│ mismatch │        │ sh       │          │       │       │ since it │ ckouts/ │
│ /2b0389d │        │          │          │       │       │ failed   │ readthe │
│ c        │        │          │          │       │       │ to match │ docs.or │
│          │        │          │          │       │       │ returnco │ g/user_ │
│          │        │          │          │       │       │ de 1     │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ test_st │
│          │        │          │          │       │       │          │ atus/pa │
│          │        │          │          │       │       │          │ ss_retu │
│          │        │          │          │       │       │          │ rncode. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 128 │ /home/d │
│ de_int_m │        │ local.ba │          │       │       │ matches  │ ocs/che │
│ atch/3b0 │        │ sh       │          │       │       │ returnco │ ckouts/ │
│ c5e88    │        │          │          │       │       │ de 128   │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ test_st │
│          │        │          │          │       │       │          │ atus/pa │
│          │        │          │          │       │       │          │ ss_retu │
│          │        │          │          │       │       │          │ rncode. │
│          │        │          │          │       │       │          │ yml     │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
python_hello/4114e370: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/python-hello/python_hello/4114e370
exit1_fail/cfd1a414: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_fail/cfd1a414
exit1_pass/73702829: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_pass/73702829
returncode_list_mismatch/2b0389dc: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/2b0389dc
returncode_int_match/3b0c5e88: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/returncode_int_match/3b0c5e88
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
returncode_int_match/3b0c5e88 does not have any dependencies adding test to queue
exit1_pass/73702829 does not have any dependencies adding test to queue
python_hello/4114e370 does not have any dependencies adding test to queue
returncode_list_mismatch/2b0389dc does not have any dependencies adding test to queue
exit1_fail/cfd1a414 does not have any dependencies adding test to queue
      Builders Eligible to Run       
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                           ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ returncode_int_match/3b0c5e88     │
│ exit1_pass/73702829               │
│ python_hello/4114e370             │
│ returncode_list_mismatch/2b0389dc │
│ exit1_fail/cfd1a414               │
└───────────────────────────────────┘
returncode_int_match/3b0c5e88: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/returncode_int_match/3b0c5e88/stage
returncode_int_match/3b0c5e88: Running Test via command: bash returncode_int_match_build.sh
returncode_int_match/3b0c5e88: failed to submit job with returncode: 128
─────────────── Error Message for returncode_int_match/3b0c5e88 ────────────────

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

exit1_pass/73702829: Detected failure in running test, will attempt to retry test: 1 times
exit1_pass/73702829: Run - 1/1
exit1_pass/73702829: Running Test via command: bash exit1_pass_build.sh
exit1_pass/73702829: failed to submit job with returncode: 1
exit1_pass/73702829: Test completed in 0.021812 seconds with returncode: 1
exit1_pass/73702829: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_pass/73702829/exit1_pass.out
exit1_pass/73702829: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_pass/73702829/exit1_pass.err
exit1_pass/73702829: Checking returncode - 1 is matched in list [1]
python_hello/4114e370: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/python-hello/python_hello/4114e370/stage
python_hello/4114e370: Running Test via command: bash python_hello_build.sh
python_hello/4114e370: Test completed in 0.04819 seconds with returncode: 0
python_hello/4114e370: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/python-hello/python_hello/4114e370/python_hello.out
python_hello/4114e370: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/python-hello/python_hello/4114e370/python_hello.err
returncode_list_mismatch/2b0389dc: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/2b0389dc/stage
returncode_list_mismatch/2b0389dc: Running Test via command: bash returncode_list_mismatch_build.sh
returncode_list_mismatch/2b0389dc: failed to submit job with returncode: 2
───────────── Error Message for returncode_list_mismatch/2b0389dc ──────────────

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

exit1_fail/cfd1a414: Detected failure in running test, will attempt to retry test: 1 times
exit1_fail/cfd1a414: Run - 1/1
exit1_fail/cfd1a414: Running Test via command: bash exit1_fail_build.sh
exit1_fail/cfd1a414: failed to submit job with returncode: 1
exit1_fail/cfd1a414: Test completed in 0.022243 seconds with returncode: 1
exit1_fail/cfd1a414: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_fail/cfd1a414/exit1_fail.out
exit1_fail/cfd1a414: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_fail/cfd1a414/exit1_fail.err
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ returncode_int_match/3b │ generic.local.bash │ PASS   │ 128        │ 0.023   │
│ 0c5e88                  │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ python_hello/4114e370   │ generic.local.bash │ PASS   │ 0          │ 0.048   │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ exit1_fail/cfd1a414     │ generic.local.bash │ FAIL   │ 1          │ 0.022   │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ exit1_pass/73702829     │ generic.local.bash │ PASS   │ 1          │ 0.022   │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ returncode_list_mismatc │ generic.local.bash │ FAIL   │ 2          │ 0.022   │
│ h/2b0389dc              │                    │        │            │         │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



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


Adding 5 test results to /tmp/tmpal36pp10/var/report.json
Writing Logfile to /tmp/tmpal36pp10/var/logs/buildtest_38tyiv4z.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-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:24:39                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/tu ║
║ torials/test_status/pass_returncode.yml                                      ║
╚══════════════════════════════════════════════════════════════════════════════╝


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/v1.8/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/v1.8/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/v1.8/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/14cee │        │ local.ba │          │       │       │ by       │ ocs/che │
│ 349      │        │ sh       │          │       │       │ default  │ ckouts/ │
│          │        │          │          │       │       │ is FAIL  │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ test_st │
│          │        │          │          │       │       │          │ atus/pa │
│          │        │          │          │       │       │          │ ss_retu │
│          │        │          │          │       │       │          │ rncode. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 2   │ /home/d │
│ de_list_ │        │ local.ba │          │       │       │ failed   │ ocs/che │
│ mismatch │        │ sh       │          │       │       │ since it │ ckouts/ │
│ /c317420 │        │          │          │       │       │ failed   │ readthe │
│ 5        │        │          │          │       │       │ to match │ docs.or │
│          │        │          │          │       │       │ returnco │ g/user_ │
│          │        │          │          │       │       │ de 1     │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ test_st │
│          │        │          │          │       │       │          │ atus/pa │
│          │        │          │          │       │       │          │ ss_retu │
│          │        │          │          │       │       │          │ rncode. │
│          │        │          │          │       │       │          │ yml     │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
exit1_fail/14cee349: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_fail/14cee349
returncode_list_mismatch/c3174205: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/c3174205
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
returncode_list_mismatch/c3174205 does not have any dependencies adding test to queue
exit1_fail/14cee349 does not have any dependencies adding test to queue
      Builders Eligible to Run       
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                           ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ returncode_list_mismatch/c3174205 │
│ exit1_fail/14cee349               │
└───────────────────────────────────┘
returncode_list_mismatch/c3174205: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/c3174205/stage
returncode_list_mismatch/c3174205: Running Test via command: bash returncode_list_mismatch_build.sh
returncode_list_mismatch/c3174205: failed to submit job with returncode: 2
───────────── Error Message for returncode_list_mismatch/c3174205 ──────────────

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

exit1_fail/14cee349: Detected failure in running test, will attempt to retry test: 1 times
exit1_fail/14cee349: Run - 1/1
exit1_fail/14cee349: Running Test via command: bash exit1_fail_build.sh
exit1_fail/14cee349: failed to submit job with returncode: 1
exit1_fail/14cee349: Test completed in 0.022048 seconds with returncode: 1
exit1_fail/14cee349: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_fail/14cee349/exit1_fail.out
exit1_fail/14cee349: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_fail/14cee349/exit1_fail.err
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ returncode_list_mismatc │ generic.local.bash │ FAIL   │ 2          │ 0.023   │
│ h/c3174205              │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ exit1_fail/14cee349     │ generic.local.bash │ FAIL   │ 1          │ 0.022   │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



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


Adding 2 test results to /tmp/tmpal36pp10/var/report.json
Writing Logfile to /tmp/tmpal36pp10/var/logs/buildtest_7lg5j4st.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-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:24:40                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/tu ║
║ torials/test_status/pass_returncode.yml                                      ║
╚══════════════════════════════════════════════════════════════════════════════╝


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/v1.8/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/v1.8/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/v1.8/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/v1.8/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/v1.8/tutorials/test_status/pass_returncode.yml: VALID
                            Buildspecs Filtered out                             
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ buildspecs                                                                   ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
└──────────────────────────────────────────────────────────────────────────────┘

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

Please see logfile: /tmp/tmpal36pp10/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-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:24:41                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/tu ║
║ torials/hello_world.yml                                                      ║
╚══════════════════════════════════════════════════════════════════════════════╝
                         Buildspecs by Name=hello_world                         
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspecs                                                                   ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/hello_world.yml                                                      ║
╚══════════════════════════════════════════════════════════════════════════════╝


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/v1.8/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/cada │        │ local.ba │          │       │       │ world    │ ocs/che │
│ d8f7     │        │ sh       │          │       │       │ example  │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ hello_w │
│          │        │          │          │       │       │          │ orld.ym │
│          │        │          │          │       │       │          │ l       │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
hello_world/cadad8f7: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/hello_world/hello_world/cadad8f7
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
hello_world/cadad8f7 does not have any dependencies adding test to queue
Builders Eligible to Run
┏━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder              ┃
┡━━━━━━━━━━━━━━━━━━━━━━┩
│ hello_world/cadad8f7 │
└──────────────────────┘
hello_world/cadad8f7: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/hello_world/hello_world/cadad8f7/stage
hello_world/cadad8f7: Running Test via command: bash hello_world_build.sh
hello_world/cadad8f7: Test completed in 0.00864 seconds with returncode: 0
hello_world/cadad8f7: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/hello_world/hello_world/cadad8f7/hello_world.out
hello_world/cadad8f7: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/hello_world/hello_world/cadad8f7/hello_world.err
                                Test Summary                                 
┏━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder              ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ hello_world/cadad8f7 │ generic.local.bash │ PASS   │ 0          │ 0.009   │
└──────────────────────┴────────────────────┴────────┴────────────┴─────────┘



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


Adding 1 test results to /tmp/tmpal36pp10/var/report.json
Writing Logfile to /tmp/tmpal36pp10/var/logs/buildtest_kalw5xuu.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-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:24:42                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/tu ║
║ torials/add_numbers.yml                                                      ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/summary_example.yml                                                  ║
╚══════════════════════════════════════════════════════════════════════════════╝
                         Buildspecs by Name=add_numbers                         
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspecs                                                                   ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/add_numbers.yml                                                      ║
╚══════════════════════════════════════════════════════════════════════════════╝
                       Buildspecs by Name=summary_example                       
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspecs                                                                   ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/summary_example.yml                                                  ║
╚══════════════════════════════════════════════════════════════════════════════╝


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/v1.8/tutorials/add_numbers.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/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/ae4f │        │ local.ba │          │       │       │          │ ocs/che │
│ a11e     │        │ sh       │          │       │       │          │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ add_num │
│          │        │          │          │       │       │          │ bers.ym │
│          │        │          │          │       │       │          │ l       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ summary_ │ script │ generic. │ None     │ None  │ None  │ The      │ /home/d │
│ example/ │        │ local.ba │          │       │       │ summary  │ ocs/che │
│ 3a22de9d │        │ sh       │          │       │       │ field    │ ckouts/ │
│          │        │          │          │       │       │ can be a │ readthe │
│          │        │          │          │       │       │ multi-li │ docs.or │
│          │        │          │          │       │       │ ne       │ g/user_ │
│          │        │          │          │       │       │ string   │ builds/ │
│          │        │          │          │       │       │ and      │ buildte │
│          │        │          │          │       │       │ exceed   │ st/chec │
│          │        │          │          │       │       │ 80 char  │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ summary │
│          │        │          │          │       │       │          │ _exampl │
│          │        │          │          │       │       │          │ e.yml   │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
add_numbers/ae4fa11e: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/add_numbers/add_numbers/ae4fa11e
summary_example/3a22de9d: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/summary_example/summary_example/3a22de9d
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
add_numbers/ae4fa11e does not have any dependencies adding test to queue
summary_example/3a22de9d does not have any dependencies adding test to queue
  Builders Eligible to Run  
┏━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ add_numbers/ae4fa11e     │
│ summary_example/3a22de9d │
└──────────────────────────┘
add_numbers/ae4fa11e: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/add_numbers/add_numbers/ae4fa11e/stage
add_numbers/ae4fa11e: Running Test via command: bash add_numbers_build.sh
add_numbers/ae4fa11e: Test completed in 0.008644 seconds with returncode: 0
add_numbers/ae4fa11e: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/add_numbers/add_numbers/ae4fa11e/add_numbers.out
add_numbers/ae4fa11e: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/add_numbers/add_numbers/ae4fa11e/add_numbers.err
summary_example/3a22de9d: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/summary_example/summary_example/3a22de9d/stage
summary_example/3a22de9d: Running Test via command: bash summary_example_build.sh
summary_example/3a22de9d: Test completed in 0.009355 seconds with returncode: 0
summary_example/3a22de9d: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/summary_example/summary_example/3a22de9d/summary_example.out
summary_example/3a22de9d: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/summary_example/summary_example/3a22de9d/summary_example.err
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ summary_example/3a22de9 │ generic.local.bash │ PASS   │ 0          │ 0.009   │
│ d                       │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ add_numbers/ae4fa11e    │ generic.local.bash │ PASS   │ 0          │ 0.009   │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



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


Adding 2 test results to /tmp/tmpal36pp10/var/report.json
Writing Logfile to /tmp/tmpal36pp10/var/logs/buildtest_a7_mpmp0.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-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:24:43                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/tu ║
║ torials/csh_shell_examples.yml                                               ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/environment.yml                                                      ║
╚══════════════════════════════════════════════════════════════════════════════╝
                    Buildspecs by Executor=generic.local.csh                    
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspecs                                                                   ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/csh_shell_examples.yml                                               ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/environment.yml                                                      ║
╚══════════════════════════════════════════════════════════════════════════════╝


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/v1.8/tutorials/csh_shell_examples.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/environment.yml: VALID
Total builder objects created: 4
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descript ┃ buildsp ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ ion      ┃ ecs     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ csh_shel │ script │ generic. │ None     │ None  │ None  │ csh      │ /home/d │
│ l/6dab72 │        │ local.cs │          │       │       │ shell    │ ocs/che │
│ bd       │        │ h        │          │       │       │ example  │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ csh_she │
│          │        │          │          │       │       │          │ ll_exam │
│          │        │          │          │       │       │          │ ples.ym │
│          │        │          │          │       │       │          │ l       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ bash_env │ script │ generic. │ None     │ None  │ None  │ Declare  │ /home/d │
│ _variabl │        │ local.ba │          │       │       │ environm │ ocs/che │
│ es/d2db9 │        │ sh       │          │       │       │ ent      │ ckouts/ │
│ ad0      │        │          │          │       │       │ variable │ readthe │
│          │        │          │          │       │       │ s in     │ docs.or │
│          │        │          │          │       │       │ default  │ g/user_ │
│          │        │          │          │       │       │ shell    │ builds/ │
│          │        │          │          │       │       │ (bash)   │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ environ │
│          │        │          │          │       │       │          │ ment.ym │
│          │        │          │          │       │       │          │ l       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ csh_env_ │ script │ generic. │ None     │ None  │ None  │ csh      │ /home/d │
│ declarat │        │ local.cs │          │       │       │ shell    │ ocs/che │
│ ion/05e7 │        │ h        │          │       │       │ example  │ ckouts/ │
│ 545b     │        │          │          │       │       │ to       │ readthe │
│          │        │          │          │       │       │ declare  │ docs.or │
│          │        │          │          │       │       │ environm │ g/user_ │
│          │        │          │          │       │       │ ent      │ builds/ │
│          │        │          │          │       │       │ variable │ buildte │
│          │        │          │          │       │       │ s        │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ environ │
│          │        │          │          │       │       │          │ ment.ym │
│          │        │          │          │       │       │          │ l       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ tcsh_env │ script │ generic. │ None     │ None  │ None  │ tcsh     │ /home/d │
│ _declara │        │ local.cs │          │       │       │ shell    │ ocs/che │
│ tion/08a │        │ h        │          │       │       │ example  │ ckouts/ │
│ 8b27f    │        │          │          │       │       │ to       │ readthe │
│          │        │          │          │       │       │ declare  │ docs.or │
│          │        │          │          │       │       │ environm │ g/user_ │
│          │        │          │          │       │       │ ent      │ builds/ │
│          │        │          │          │       │       │ variable │ buildte │
│          │        │          │          │       │       │ s        │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ environ │
│          │        │          │          │       │       │          │ ment.ym │
│          │        │          │          │       │       │          │ l       │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
csh_shell/6dab72bd: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.csh/csh_shell_examples/csh_shell/6dab72bd
bash_env_variables/d2db9ad0: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/environment/bash_env_variables/d2db9ad0
csh_env_declaration/05e7545b: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.csh/environment/csh_env_declaration/05e7545b
tcsh_env_declaration/08a8b27f: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.csh/environment/tcsh_env_declaration/08a8b27f
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
csh_env_declaration/05e7545b does not have any dependencies adding test to queue
csh_shell/6dab72bd does not have any dependencies adding test to queue
tcsh_env_declaration/08a8b27f does not have any dependencies adding test to queue
bash_env_variables/d2db9ad0 does not have any dependencies adding test to queue
    Builders Eligible to Run     
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                       ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ bash_env_variables/d2db9ad0   │
│ csh_shell/6dab72bd            │
│ tcsh_env_declaration/08a8b27f │
│ csh_env_declaration/05e7545b  │
└───────────────────────────────┘
bash_env_variables/d2db9ad0: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/environment/bash_env_variables/d2db9ad0/stage
bash_env_variables/d2db9ad0: Running Test via command: bash bash_env_variables_build.sh
bash_env_variables/d2db9ad0: Test completed in 0.011166 seconds with returncode: 0
bash_env_variables/d2db9ad0: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/environment/bash_env_variables/d2db9ad0/bash_env_variables.out
bash_env_variables/d2db9ad0: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/environment/bash_env_variables/d2db9ad0/bash_env_variables.err
csh_shell/6dab72bd: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.csh/csh_shell_examples/csh_shell/6dab72bd/stage
csh_shell/6dab72bd: Running Test via command: bash csh_shell_build.sh
csh_shell/6dab72bd: Test completed in 2.64347 seconds with returncode: 0
csh_shell/6dab72bd: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.csh/csh_shell_examples/csh_shell/6dab72bd/csh_shell.out
csh_shell/6dab72bd: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.csh/csh_shell_examples/csh_shell/6dab72bd/csh_shell.err
tcsh_env_declaration/08a8b27f: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.csh/environment/tcsh_env_declaration/08a8b27f/stage
tcsh_env_declaration/08a8b27f: Running Test via command: bash tcsh_env_declaration_build.sh
tcsh_env_declaration/08a8b27f: Test completed in 0.021445 seconds with returncode: 0
tcsh_env_declaration/08a8b27f: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.csh/environment/tcsh_env_declaration/08a8b27f/tcsh_env_declaration.out
tcsh_env_declaration/08a8b27f: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.csh/environment/tcsh_env_declaration/08a8b27f/tcsh_env_declaration.err
csh_env_declaration/05e7545b: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.csh/environment/csh_env_declaration/05e7545b/stage
csh_env_declaration/05e7545b: Running Test via command: bash csh_env_declaration_build.sh
csh_env_declaration/05e7545b: Test completed in 2.643182 seconds with returncode: 0
csh_env_declaration/05e7545b: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.csh/environment/csh_env_declaration/05e7545b/csh_env_declaration.out
csh_env_declaration/05e7545b: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.csh/environment/csh_env_declaration/05e7545b/csh_env_declaration.err
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ tcsh_env_declaration/08 │ generic.local.csh  │ PASS   │ 0          │ 0.021   │
│ a8b27f                  │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ csh_shell/6dab72bd      │ generic.local.csh  │ PASS   │ 0          │ 2.643   │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ bash_env_variables/d2db │ generic.local.bash │ PASS   │ 0          │ 0.011   │
│ 9ad0                    │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ csh_env_declaration/05e │ generic.local.csh  │ PASS   │ 0          │ 2.643   │
│ 7545b                   │                    │        │            │         │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



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


Adding 4 test results to /tmp/tmpal36pp10/var/report.json
Writing Logfile to /tmp/tmpal36pp10/var/logs/buildtest_apdhueyv.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-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:24:50                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/tu ║
║ torials/test_status/pass_returncode.yml                                      ║
╚══════════════════════════════════════════════════════════════════════════════╝
                             Buildspecs By Tag=pass                             
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/pass_returncode.yml                                      ║
╚══════════════════════════════════════════════════════════════════════════════╝


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/v1.8/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/v1.8/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/v1.8/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/bd51c │        │ local.ba │          │       │       │ exit 1   │ ocs/che │
│ 7c6      │        │ sh       │          │       │       │ as PASS  │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ test_st │
│          │        │          │          │       │       │          │ atus/pa │
│          │        │          │          │       │       │          │ ss_retu │
│          │        │          │          │       │       │          │ rncode. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 128 │ /home/d │
│ de_int_m │        │ local.ba │          │       │       │ matches  │ ocs/che │
│ atch/09c │        │ sh       │          │       │       │ returnco │ ckouts/ │
│ 09239    │        │          │          │       │       │ de 128   │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ test_st │
│          │        │          │          │       │       │          │ atus/pa │
│          │        │          │          │       │       │          │ ss_retu │
│          │        │          │          │       │       │          │ rncode. │
│          │        │          │          │       │       │          │ yml     │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
exit1_pass/bd51c7c6: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_pass/bd51c7c6
returncode_int_match/09c09239: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/returncode_int_match/09c09239
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
exit1_pass/bd51c7c6 does not have any dependencies adding test to queue
returncode_int_match/09c09239 does not have any dependencies adding test to queue
    Builders Eligible to Run     
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                       ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ exit1_pass/bd51c7c6           │
│ returncode_int_match/09c09239 │
└───────────────────────────────┘
exit1_pass/bd51c7c6: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_pass/bd51c7c6/stage
exit1_pass/bd51c7c6: Running Test via command: bash exit1_pass_build.sh
exit1_pass/bd51c7c6: failed to submit job with returncode: 1
──────────────────── Error Message for exit1_pass/bd51c7c6 ─────────────────────

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

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



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


Adding 2 test results to /tmp/tmpal36pp10/var/report.json
Writing Logfile to /tmp/tmpal36pp10/var/logs/buildtest_1v4k6zdt.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-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:24:51                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/tu ║
║ torials/python-hello.yml                                                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/job_dependency/ex2.yml                                               ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/perf_checks/assert_le.yml                                            ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/multi_executors/executor_regex_script.yml                            ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/hello_world.yml                                                      ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/explicit_state.yml                                       ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/skip_buildspec.yml                                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/containers/run_commands.yml                                          ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/sleep.yml                                                            ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/file_exists_exception.yml                                ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/multi_executors/status_by_executors.yml                              ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/compilation/hello_world_compilation.yml                              ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/maintainers_example.yml                                              ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/invalid_executor.yml                                                 ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/regex_on_filename.yml                                    ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/compilation/stream.yml                                               ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/job_dependency/ex1.yml                                               ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/job_dependency/ex4.yml                                               ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/compilation/compiler_exclude.yml                                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/containers/hello_world.yml                                           ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/job_dependency/ex3.yml                                               ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/pass_returncode.yml                                      ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/perf_checks/assert_eq_exceptions.yml                                 ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/metrics/invalid_metrics.yml                                          ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/mode.yml                                                 ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/perf_checks/assert_ne.yml                                            ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/multi_executors/executor_scheduler.yml                               ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/file_count_file_traverse_limit.yml                       ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/file_count_filetype.yml                                  ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/perf_checks/assert_lt.yml                                            ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/burstbuffer_datawarp_executors.yml                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/file_count_pattern.yml                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/shell_examples.yml                                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/containers/bind_mounts.yml                                           ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/metrics/metrics_regex.yml                                            ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/summary_example.yml                                                  ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/containers/run_script.yml                                            ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/vars.yml                                                             ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/environment.yml                                                      ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/add_numbers.yml                                                      ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/runtime_status_test.yml                                  ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/is_symlink.yml                                           ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/gcc_version.yml                                                      ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/invalid_buildspec_section.yml                                        ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/perf_checks/assert_ge.yml                                            ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/status_regex.yml                                         ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/metrics/metrics_file_regex_invalid_file.yml                          ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/file_and_dir_check.yml                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/containers/container_executor/ubuntu.yml                             ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/file_exists_with_number.yml                              ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/exists.yml                                               ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/multi_executors/executors_var_env_declaration.yml                    ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/tags_example.yml                                                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/skip_tests.yml                                                       ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/containers/container_executor/python_container.yml                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/metrics/missing_required_in_metrics.yml                              ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/shebang.yml                                                          ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/file_count.yml                                           ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/perf_checks/contains.yml                                             ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/perf_checks/assert_gt.yml                                            ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/python-shell.yml                                                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/perf_checks/assert_range.yml                                         ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/invalid_tags.yml                                                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/perf_checks/assert_eq.yml                                            ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/csh_shell_examples.yml                                               ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/metrics/invalid_metric_name.yml                                      ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  66
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  66
────────────────────────────── Parsing Buildspecs ──────────────────────────────
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/python-hello.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/job_dependency/ex2.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/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/v1.8/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/v1.8/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/v1.8/tutorials/skip_buildspec.yml: skipping all test since 'skip' is defined
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/containers/run_commands.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/sleep.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/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/v1.8/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/v1.8/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/v1.8/tutorials/invalid_executor.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/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/v1.8/tutorials/compilation/stream.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/job_dependency/ex1.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/job_dependency/ex4.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/compilation/compiler_exclude.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/containers/hello_world.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/job_dependency/ex3.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/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/v1.8/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/v1.8/tutorials/test_status/mode.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/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/v1.8/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/v1.8/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/v1.8/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/v1.8/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/v1.8/tutorials/burstbuffer_datawarp_executors.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/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/v1.8/tutorials/shell_examples.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/containers/bind_mounts.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/metrics/metrics_regex.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/summary_example.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/containers/run_script.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/vars.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/environment.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/add_numbers.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/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/v1.8/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/v1.8/tutorials/gcc_version.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/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/v1.8/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/v1.8/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/v1.8/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/v1.8/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/v1.8/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/v1.8/tutorials/test_status/exists.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/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/v1.8/tutorials/tags_example.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/skip_tests.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/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/v1.8/tutorials/shebang.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/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/v1.8/tutorials/perf_checks/contains.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/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/v1.8/tutorials/python-shell.yml: skipping test because 'maintainers' field is not specified in buildspec.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/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/v1.8/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/v1.8/tutorials/csh_shell_examples.yml: skipping test because 'maintainers' field is not specified in buildspec.
Valid Buildspecs: 60
Invalid Buildspecs: 6
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/python-hello.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/job_dependency/ex2.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/perf_checks/assert_le.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/multi_executors/executor_regex_script.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/hello_world.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/test_status/explicit_state.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/skip_buildspec.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/containers/run_commands.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/sleep.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/multi_executors/status_by_executors.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/compilation/hello_world_compilation.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/maintainers_example.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/invalid_executor.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/test_status/regex_on_filename.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/compilation/stream.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/job_dependency/ex1.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/job_dependency/ex4.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/compilation/compiler_exclude.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/containers/hello_world.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/job_dependency/ex3.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/test_status/pass_returncode.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/perf_checks/assert_eq_exceptions.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/test_status/mode.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/perf_checks/assert_ne.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/multi_executors/executor_scheduler.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/test_status/file_count_file_traverse_limit.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/test_status/file_count_filetype.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/perf_checks/assert_lt.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/burstbuffer_datawarp_executors.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/test_status/file_count_pattern.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/shell_examples.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/containers/bind_mounts.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/metrics/metrics_regex.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/summary_example.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/containers/run_script.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/vars.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/environment.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/add_numbers.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/test_status/runtime_status_test.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/test_status/is_symlink.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/gcc_version.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/perf_checks/assert_ge.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/test_status/status_regex.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/metrics/metrics_file_regex_invalid_file.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/test_status/file_and_dir_check.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/containers/container_executor/ubuntu.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/test_status/file_exists_with_number.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/test_status/exists.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/multi_executors/executors_var_env_declaration.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/tags_example.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/skip_tests.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/containers/container_executor/python_container.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/shebang.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/test_status/file_count.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/perf_checks/contains.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/perf_checks/assert_gt.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/python-shell.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/perf_checks/assert_range.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/perf_checks/assert_eq.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/csh_shell_examples.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/test_status/file_exists_exception.yml: INVALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/metrics/invalid_metrics.yml: INVALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/invalid_buildspec_section.yml: INVALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/metrics/missing_required_in_metrics.yml: INVALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/invalid_tags.yml: INVALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/metrics/invalid_metric_name.yml: INVALID
                            Buildspecs Filtered out                             
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ buildspecs                                                                   ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
└──────────────────────────────────────────────────────────────────────────────┘
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/72e6 │        │ local.ba │          │       │       │ world    │ ocs/che │
│ f908     │        │ sh       │          │       │       │ example  │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ hello_w │
│          │        │          │          │       │       │          │ orld.ym │
│          │        │          │          │       │       │          │ l       │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
hello_world/72e6f908: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/hello_world/hello_world/72e6f908
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
hello_world/72e6f908 does not have any dependencies adding test to queue
Builders Eligible to Run
┏━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder              ┃
┡━━━━━━━━━━━━━━━━━━━━━━┩
│ hello_world/72e6f908 │
└──────────────────────┘
hello_world/72e6f908: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/hello_world/hello_world/72e6f908/stage
hello_world/72e6f908: Running Test via command: bash hello_world_build.sh
hello_world/72e6f908: Test completed in 0.008808 seconds with returncode: 0
hello_world/72e6f908: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/hello_world/hello_world/72e6f908/hello_world.out
hello_world/72e6f908: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/hello_world/hello_world/72e6f908/hello_world.err
                                Test Summary                                 
┏━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder              ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ hello_world/72e6f908 │ generic.local.bash │ PASS   │ 0          │ 0.009   │
└──────────────────────┴────────────────────┴────────┴────────────┴─────────┘



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


Adding 1 test results to /tmp/tmpal36pp10/var/report.json
Writing Logfile to /tmp/tmpal36pp10/var/logs/buildtest_m8tz37qq.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. We inform buildtest to stop after build stage (--stage=build) for more details see Configure Build Stages.

buildtest build -b tutorials --filter type=script --stage=build
$ buildtest build -b tutorials --filter type=script --stage=build
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:24:53                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/tu ║
║ torials/summary_example.yml                                                  ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/compilation/stream.yml                                               ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/perf_checks/assert_ne.yml                                            ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/perf_checks/assert_le.yml                                            ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/invalid_tags.yml                                                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/compilation/hello_world_compilation.yml                              ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/job_dependency/ex3.yml                                               ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/file_exists_exception.yml                                ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/job_dependency/ex4.yml                                               ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/environment.yml                                                      ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/add_numbers.yml                                                      ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/containers/container_executor/python_container.yml                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/perf_checks/assert_lt.yml                                            ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/metrics/metrics_file_regex_invalid_file.yml                          ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/python-hello.yml                                                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/gcc_version.yml                                                      ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/explicit_state.yml                                       ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/shebang.yml                                                          ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/csh_shell_examples.yml                                               ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/job_dependency/ex1.yml                                               ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/compilation/compiler_exclude.yml                                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/file_count_file_traverse_limit.yml                       ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/python-shell.yml                                                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/containers/run_script.yml                                            ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/file_count_pattern.yml                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/regex_on_filename.yml                                    ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/perf_checks/assert_ge.yml                                            ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/burstbuffer_datawarp_executors.yml                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/vars.yml                                                             ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/metrics/invalid_metric_name.yml                                      ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/job_dependency/ex2.yml                                               ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/multi_executors/executors_var_env_declaration.yml                    ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/metrics/missing_required_in_metrics.yml                              ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/skip_buildspec.yml                                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/multi_executors/executor_scheduler.yml                               ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/hello_world.yml                                                      ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/perf_checks/assert_gt.yml                                            ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/perf_checks/assert_eq_exceptions.yml                                 ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/maintainers_example.yml                                              ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/invalid_executor.yml                                                 ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/skip_tests.yml                                                       ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/exists.yml                                               ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/perf_checks/contains.yml                                             ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/invalid_buildspec_section.yml                                        ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/perf_checks/assert_eq.yml                                            ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/metrics/invalid_metrics.yml                                          ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/containers/container_executor/ubuntu.yml                             ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/metrics/metrics_regex.yml                                            ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/sleep.yml                                                            ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/file_exists_with_number.yml                              ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/mode.yml                                                 ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/is_symlink.yml                                           ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/perf_checks/assert_range.yml                                         ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/multi_executors/executor_regex_script.yml                            ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/multi_executors/status_by_executors.yml                              ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/file_and_dir_check.yml                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/containers/bind_mounts.yml                                           ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/containers/hello_world.yml                                           ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/runtime_status_test.yml                                  ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/status_regex.yml                                         ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/pass_returncode.yml                                      ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/tags_example.yml                                                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/file_count.yml                                           ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/shell_examples.yml                                                   ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/file_count_filetype.yml                                  ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/containers/run_commands.yml                                          ║
╚══════════════════════════════════════════════════════════════════════════════╝


Total Discovered Buildspecs:  66
Total Excluded Buildspecs:  0
Detected Buildspecs after exclusion:  66
────────────────────────────── Parsing Buildspecs ──────────────────────────────
[compiler_exclude_example][/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/compilation/compiler_exclude.yml]: Unable to find any compilers based on regular expression: ['gcc'] so no tests were created.
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/skip_buildspec.yml: skipping all test since 'skip' is defined
skip: skipping test due to 'skip' property.
Valid Buildspecs: 60
Invalid Buildspecs: 6
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/summary_example.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/compilation/stream.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/perf_checks/assert_ne.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/perf_checks/assert_le.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/compilation/hello_world_compilation.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/job_dependency/ex3.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/job_dependency/ex4.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/environment.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/add_numbers.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/containers/container_executor/python_container.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/perf_checks/assert_lt.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/metrics/metrics_file_regex_invalid_file.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/python-hello.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/gcc_version.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/test_status/explicit_state.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/shebang.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/csh_shell_examples.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/job_dependency/ex1.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/compilation/compiler_exclude.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/test_status/file_count_file_traverse_limit.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/python-shell.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/containers/run_script.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/test_status/file_count_pattern.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/test_status/regex_on_filename.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/perf_checks/assert_ge.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/burstbuffer_datawarp_executors.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/vars.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/job_dependency/ex2.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/multi_executors/executors_var_env_declaration.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/skip_buildspec.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/multi_executors/executor_scheduler.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/hello_world.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/perf_checks/assert_gt.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/perf_checks/assert_eq_exceptions.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/maintainers_example.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/invalid_executor.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/skip_tests.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/test_status/exists.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/perf_checks/contains.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/perf_checks/assert_eq.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/containers/container_executor/ubuntu.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/metrics/metrics_regex.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/sleep.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/test_status/file_exists_with_number.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/test_status/mode.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/test_status/is_symlink.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/perf_checks/assert_range.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/multi_executors/executor_regex_script.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/multi_executors/status_by_executors.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/test_status/file_and_dir_check.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/containers/bind_mounts.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/containers/hello_world.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/test_status/runtime_status_test.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/test_status/status_regex.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/test_status/pass_returncode.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/tags_example.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/test_status/file_count.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/shell_examples.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/test_status/file_count_filetype.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/containers/run_commands.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/invalid_tags.yml: INVALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/test_status/file_exists_exception.yml: INVALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/metrics/invalid_metric_name.yml: INVALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/metrics/missing_required_in_metrics.yml: INVALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/invalid_buildspec_section.yml: INVALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tutorials/metrics/invalid_metrics.yml: INVALID
                            Buildspecs Filtered out                             
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ buildspecs                                                                   ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
└──────────────────────────────────────────────────────────────────────────────┘
Total builder objects created: 101
                            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 │
│ 62886298 │        │ sh       │          │       │       │ field   │ outs/rea │
│          │        │          │          │       │       │ can be  │ dthedocs │
│          │        │          │          │       │       │ a       │ .org/use │
│          │        │          │          │       │       │ multi-l │ r_builds │
│          │        │          │          │       │       │ ine     │ /buildte │
│          │        │          │          │       │       │ string  │ st/check │
│          │        │          │          │       │       │ and     │ outs/v1. │
│          │        │          │          │       │       │ exceed  │ 8/tutori │
│          │        │          │          │       │       │ 80 char │ als/summ │
│          │        │          │          │       │       │         │ ary_exam │
│          │        │          │          │       │       │         │ ple.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ stream_o │ script │ generic. │ builtin_ │ None  │ None  │ STREAM  │ /home/do │
│ penmp_c/ │        │ local.ba │ gcc      │       │       │ Microbe │ cs/check │
│ 0891f2a5 │        │ sh       │          │       │       │ nchmark │ outs/rea │
│          │        │          │          │       │       │  C Test │ dthedocs │
│          │        │          │          │       │       │ with    │ .org/use │
│          │        │          │          │       │       │ OpenMP  │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/comp │
│          │        │          │          │       │       │         │ ilation/ │
│          │        │          │          │       │       │         │ stream.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ assert_n │ script │ generic. │ None     │ None  │ None  │ Test    │ /home/do │
│ e_exampl │        │ local.ba │          │       │       │ for     │ cs/check │
│ e/3b411c │        │ sh       │          │       │       │ assert  │ outs/rea │
│ 75       │        │          │          │       │       │ not     │ dthedocs │
│          │        │          │          │       │       │ equal   │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/perf │
│          │        │          │          │       │       │         │ _checks/ │
│          │        │          │          │       │       │         │ assert_n │
│          │        │          │          │       │       │         │ e.yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ assert_l │ script │ generic. │ None     │ None  │ None  │ Run     │ /home/do │
│ e_exampl │        │ local.ba │          │       │       │ stream  │ cs/check │
│ e/8e447a │        │ sh       │          │       │       │ test    │ outs/rea │
│ 96       │        │          │          │       │       │ with    │ dthedocs │
│          │        │          │          │       │       │ metrics │ .org/use │
│          │        │          │          │       │       │ example │ r_builds │
│          │        │          │          │       │       │ using   │ /buildte │
│          │        │          │          │       │       │ assert  │ st/check │
│          │        │          │          │       │       │ less    │ outs/v1. │
│          │        │          │          │       │       │ than    │ 8/tutori │
│          │        │          │          │       │       │ equal   │ als/perf │
│          │        │          │          │       │       │         │ _checks/ │
│          │        │          │          │       │       │         │ assert_l │
│          │        │          │          │       │       │         │ e.yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ hello_wo │ script │ generic. │ builtin_ │ None  │ None  │ Hello   │ /home/do │
│ rld_c_cp │        │ local.ba │ gcc      │       │       │ world   │ cs/check │
│ p/489714 │        │ sh       │          │       │       │ compila │ outs/rea │
│ d2       │        │          │          │       │       │ tion in │ dthedocs │
│          │        │          │          │       │       │ C and   │ .org/use │
│          │        │          │          │       │       │ C++     │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/comp │
│          │        │          │          │       │       │         │ ilation/ │
│          │        │          │          │       │       │         │ hello_wo │
│          │        │          │          │       │       │         │ rld_comp │
│          │        │          │          │       │       │         │ ilation. │
│          │        │          │          │       │       │         │ yml      │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ pass_tes │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ t/a7f258 │        │ local.ba │          │       │       │ test    │ cs/check │
│ bf       │        │ sh       │          │       │       │ will    │ outs/rea │
│          │        │          │          │       │       │ always  │ dthedocs │
│          │        │          │          │       │       │ pass    │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/job_ │
│          │        │          │          │       │       │         │ dependen │
│          │        │          │          │       │       │         │ cy/ex3.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ fail_tes │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ t/632051 │        │ local.ba │          │       │       │ test    │ cs/check │
│ fa       │        │ sh       │          │       │       │ will    │ outs/rea │
│          │        │          │          │       │       │ run if  │ dthedocs │
│          │        │          │          │       │       │ test    │ .org/use │
│          │        │          │          │       │       │ 'pass_t │ r_builds │
│          │        │          │          │       │       │ est' is │ /buildte │
│          │        │          │          │       │       │ in      │ st/check │
│          │        │          │          │       │       │ state   │ outs/v1. │
│          │        │          │          │       │       │ 'PASS'  │ 8/tutori │
│          │        │          │          │       │       │         │ als/job_ │
│          │        │          │          │       │       │         │ dependen │
│          │        │          │          │       │       │         │ cy/ex3.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ pass_and │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ _fail_te │        │ local.ba │          │       │       │ test    │ cs/check │
│ st/6ff5c │        │ sh       │          │       │       │ will    │ outs/rea │
│ 6c3      │        │          │          │       │       │ run if  │ dthedocs │
│          │        │          │          │       │       │ pass_te │ .org/use │
│          │        │          │          │       │       │ st is   │ r_builds │
│          │        │          │          │       │       │ 'PASS'  │ /buildte │
│          │        │          │          │       │       │ and     │ st/check │
│          │        │          │          │       │       │ fail_te │ outs/v1. │
│          │        │          │          │       │       │ st is   │ 8/tutori │
│          │        │          │          │       │       │ 'FAIL'  │ als/job_ │
│          │        │          │          │       │       │         │ dependen │
│          │        │          │          │       │       │         │ cy/ex3.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ final_te │ script │ generic. │ None     │ None  │ None  │ Test    │ /home/do │
│ st/f0f88 │        │ local.ba │          │       │       │ will    │ cs/check │
│ e37      │        │ sh       │          │       │       │ run     │ outs/rea │
│          │        │          │          │       │       │ after   │ dthedocs │
│          │        │          │          │       │       │ 'pass_t │ .org/use │
│          │        │          │          │       │       │ est',   │ r_builds │
│          │        │          │          │       │       │ 'fail_t │ /buildte │
│          │        │          │          │       │       │ est',   │ st/check │
│          │        │          │          │       │       │ and     │ outs/v1. │
│          │        │          │          │       │       │ 'pass_a │ 8/tutori │
│          │        │          │          │       │       │ nd_fail │ als/job_ │
│          │        │          │          │       │       │ _test'  │ dependen │
│          │        │          │          │       │       │         │ cy/ex3.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ runtime_ │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ test/acb │        │ local.ba │          │       │       │ test    │ cs/check │
│ 11479    │        │ sh       │          │       │       │ will    │ outs/rea │
│          │        │          │          │       │       │ sleep 5 │ dthedocs │
│          │        │          │          │       │       │ second  │ .org/use │
│          │        │          │          │       │       │ but     │ r_builds │
│          │        │          │          │       │       │ will    │ /buildte │
│          │        │          │          │       │       │ fail    │ st/check │
│          │        │          │          │       │       │ due to  │ outs/v1. │
│          │        │          │          │       │       │ runtime │ 8/tutori │
│          │        │          │          │       │       │ 2sec    │ als/job_ │
│          │        │          │          │       │       │         │ dependen │
│          │        │          │          │       │       │         │ cy/ex4.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ runtime_ │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ test_pas │        │ local.ba │          │       │       │ test    │ cs/check │
│ s/5f3d40 │        │ sh       │          │       │       │ will    │ outs/rea │
│ d7       │        │          │          │       │       │ run     │ dthedocs │
│          │        │          │          │       │       │ when    │ .org/use │
│          │        │          │          │       │       │ runtime │ r_builds │
│          │        │          │          │       │       │ _test_p │ /buildte │
│          │        │          │          │       │       │ ass is  │ st/check │
│          │        │          │          │       │       │ PASS    │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/job_ │
│          │        │          │          │       │       │         │ dependen │
│          │        │          │          │       │       │         │ cy/ex4.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ runtime_ │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ test_fai │        │ local.ba │          │       │       │ test    │ cs/check │
│ l/ef84a6 │        │ sh       │          │       │       │ will    │ outs/rea │
│ ce       │        │          │          │       │       │ run     │ dthedocs │
│          │        │          │          │       │       │ when    │ .org/use │
│          │        │          │          │       │       │ runtime │ r_builds │
│          │        │          │          │       │       │ _test_p │ /buildte │
│          │        │          │          │       │       │ ass is  │ st/check │
│          │        │          │          │       │       │ FAIL    │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/job_ │
│          │        │          │          │       │       │         │ dependen │
│          │        │          │          │       │       │         │ cy/ex4.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ bash_env │ script │ generic. │ None     │ None  │ None  │ Declare │ /home/do │
│ _variabl │        │ local.ba │          │       │       │ environ │ cs/check │
│ es/dafca │        │ sh       │          │       │       │ ment    │ outs/rea │
│ f39      │        │          │          │       │       │ variabl │ dthedocs │
│          │        │          │          │       │       │ es in   │ .org/use │
│          │        │          │          │       │       │ default │ r_builds │
│          │        │          │          │       │       │ shell   │ /buildte │
│          │        │          │          │       │       │ (bash)  │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/envi │
│          │        │          │          │       │       │         │ ronment. │
│          │        │          │          │       │       │         │ yml      │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ csh_env_ │ script │ generic. │ None     │ None  │ None  │ csh     │ /home/do │
│ declarat │        │ local.cs │          │       │       │ shell   │ cs/check │
│ ion/12c8 │        │ h        │          │       │       │ example │ outs/rea │
│ 4931     │        │          │          │       │       │ to      │ dthedocs │
│          │        │          │          │       │       │ declare │ .org/use │
│          │        │          │          │       │       │ environ │ r_builds │
│          │        │          │          │       │       │ ment    │ /buildte │
│          │        │          │          │       │       │ variabl │ st/check │
│          │        │          │          │       │       │ es      │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/envi │
│          │        │          │          │       │       │         │ ronment. │
│          │        │          │          │       │       │         │ yml      │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ tcsh_env │ script │ generic. │ None     │ None  │ None  │ tcsh    │ /home/do │
│ _declara │        │ local.cs │          │       │       │ shell   │ cs/check │
│ tion/a49 │        │ h        │          │       │       │ example │ outs/rea │
│ 31804    │        │          │          │       │       │ to      │ dthedocs │
│          │        │          │          │       │       │ declare │ .org/use │
│          │        │          │          │       │       │ environ │ r_builds │
│          │        │          │          │       │       │ ment    │ /buildte │
│          │        │          │          │       │       │ variabl │ st/check │
│          │        │          │          │       │       │ es      │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/envi │
│          │        │          │          │       │       │         │ ronment. │
│          │        │          │          │       │       │         │ yml      │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ add_numb │ script │ generic. │ None     │ None  │ None  │ Add X+Y │ /home/do │
│ ers/c6fa │        │ local.ba │          │       │       │         │ cs/check │
│ 1d78     │        │ sh       │          │       │       │         │ outs/rea │
│          │        │          │          │       │       │         │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/add_ │
│          │        │          │          │       │       │         │ numbers. │
│          │        │          │          │       │       │         │ yml      │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ assert_l │ script │ generic. │ None     │ None  │ None  │ Run     │ /home/do │
│ t_exampl │        │ local.ba │          │       │       │ stream  │ cs/check │
│ e/4b45e8 │        │ sh       │          │       │       │ test    │ outs/rea │
│ a2       │        │          │          │       │       │ with    │ dthedocs │
│          │        │          │          │       │       │ metrics │ .org/use │
│          │        │          │          │       │       │ example │ r_builds │
│          │        │          │          │       │       │ using   │ /buildte │
│          │        │          │          │       │       │ assert  │ st/check │
│          │        │          │          │       │       │ less    │ outs/v1. │
│          │        │          │          │       │       │ than    │ 8/tutori │
│          │        │          │          │       │       │         │ als/perf │
│          │        │          │          │       │       │         │ _checks/ │
│          │        │          │          │       │       │         │ assert_l │
│          │        │          │          │       │       │         │ t.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/8 │        │          │          │       │       │ from    │ dthedocs │
│ ccc3782  │        │          │          │       │       │ file    │ .org/use │
│          │        │          │          │       │       │ path    │ r_builds │
│          │        │          │          │       │       │ when we │ /buildte │
│          │        │          │          │       │       │ have    │ st/check │
│          │        │          │          │       │       │ invalid │ outs/v1. │
│          │        │          │          │       │       │ file    │ 8/tutori │
│          │        │          │          │       │       │ path    │ als/metr │
│          │        │          │          │       │       │         │ ics/metr │
│          │        │          │          │       │       │         │ ics_file │
│          │        │          │          │       │       │         │ _regex_i │
│          │        │          │          │       │       │         │ nvalid_f │
│          │        │          │          │       │       │         │ ile.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ python_h │ script │ generic. │ None     │ None  │ None  │ Hello   │ /home/do │
│ ello/a45 │        │ local.ba │          │       │       │ World   │ cs/check │
│ ae283    │        │ sh       │          │       │       │ python  │ outs/rea │
│          │        │          │          │       │       │         │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/pyth │
│          │        │          │          │       │       │         │ on-hello │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ gcc_vers │ script │ generic. │ None     │ None  │ None  │ Print   │ /home/do │
│ ion/63a3 │        │ local.ba │          │       │       │ gcc     │ cs/check │
│ 3697     │        │ sh       │          │       │       │ version │ outs/rea │
│          │        │          │          │       │       │         │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/gcc_ │
│          │        │          │          │       │       │         │ version. │
│          │        │          │          │       │       │         │ yml      │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ always_p │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ ass/1853 │        │ local.sh │          │       │       │ test    │ cs/check │
│ cb00     │        │          │          │       │       │ will    │ outs/rea │
│          │        │          │          │       │       │ always  │ dthedocs │
│          │        │          │          │       │       │ 'PASS'  │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/test │
│          │        │          │          │       │       │         │ _status/ │
│          │        │          │          │       │       │         │ explicit │
│          │        │          │          │       │       │         │ _state.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ always_f │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ ail/074a │        │ local.sh │          │       │       │ test    │ cs/check │
│ 0f3e     │        │          │          │       │       │ will    │ outs/rea │
│          │        │          │          │       │       │ always  │ dthedocs │
│          │        │          │          │       │       │ 'FAIL'  │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/test │
│          │        │          │          │       │       │         │ _status/ │
│          │        │          │          │       │       │         │ explicit │
│          │        │          │          │       │       │         │ _state.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ test_fai │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ l_return │        │ local.sh │          │       │       │ test    │ cs/check │
│ code_mat │        │          │          │       │       │ will    │ outs/rea │
│ ch/f1328 │        │          │          │       │       │ 'FAIL'  │ dthedocs │
│ e44      │        │          │          │       │       │ even if │ .org/use │
│          │        │          │          │       │       │ we have │ r_builds │
│          │        │          │          │       │       │ returnc │ /buildte │
│          │        │          │          │       │       │ ode     │ st/check │
│          │        │          │          │       │       │ match   │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/test │
│          │        │          │          │       │       │         │ _status/ │
│          │        │          │          │       │       │         │ explicit │
│          │        │          │          │       │       │         │ _state.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ test_pas │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ s_return │        │ local.sh │          │       │       │ test    │ cs/check │
│ code_mis │        │          │          │       │       │ will    │ outs/rea │
│ match/d8 │        │          │          │       │       │ 'PASS'  │ dthedocs │
│ ac0be4   │        │          │          │       │       │ even if │ .org/use │
│          │        │          │          │       │       │ we have │ r_builds │
│          │        │          │          │       │       │ returnc │ /buildte │
│          │        │          │          │       │       │ ode     │ st/check │
│          │        │          │          │       │       │ mismatc │ outs/v1. │
│          │        │          │          │       │       │ h       │ 8/tutori │
│          │        │          │          │       │       │         │ als/test │
│          │        │          │          │       │       │         │ _status/ │
│          │        │          │          │       │       │         │ explicit │
│          │        │          │          │       │       │         │ _state.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ bash_log │ script │ generic. │ None     │ None  │ None  │ customi │ /home/do │
│ in_sheba │        │ local.ba │          │       │       │ ze      │ cs/check │
│ ng/a68ac │        │ sh       │          │       │       │ shebang │ outs/rea │
│ c24      │        │          │          │       │       │ line    │ dthedocs │
│          │        │          │          │       │       │ with    │ .org/use │
│          │        │          │          │       │       │ bash    │ r_builds │
│          │        │          │          │       │       │ login   │ /buildte │
│          │        │          │          │       │       │ shell   │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/sheb │
│          │        │          │          │       │       │         │ ang.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ bash_non │ script │ generic. │ None     │ None  │ None  │ customi │ /home/do │
│ login_sh │        │ local.ba │          │       │       │ ze      │ cs/check │
│ ebang/13 │        │ sh       │          │       │       │ shebang │ outs/rea │
│ 8a3ab7   │        │          │          │       │       │ line    │ dthedocs │
│          │        │          │          │       │       │ with    │ .org/use │
│          │        │          │          │       │       │ default │ r_builds │
│          │        │          │          │       │       │ bash    │ /buildte │
│          │        │          │          │       │       │ (nonlog │ st/check │
│          │        │          │          │       │       │ in)     │ outs/v1. │
│          │        │          │          │       │       │ shell   │ 8/tutori │
│          │        │          │          │       │       │         │ als/sheb │
│          │        │          │          │       │       │         │ ang.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ csh_shel │ script │ generic. │ None     │ None  │ None  │ csh     │ /home/do │
│ l/93ca90 │        │ local.cs │          │       │       │ shell   │ cs/check │
│ ef       │        │ h        │          │       │       │ example │ outs/rea │
│          │        │          │          │       │       │         │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/csh_ │
│          │        │          │          │       │       │         │ shell_ex │
│          │        │          │          │       │       │         │ amples.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ jobA/fc3 │ script │ generic. │ None     │ None  │ None  │ no job  │ /home/do │
│ 3d16f    │        │ local.ba │          │       │       │ depende │ cs/check │
│          │        │ sh       │          │       │       │ ncy     │ outs/rea │
│          │        │          │          │       │       │         │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/job_ │
│          │        │          │          │       │       │         │ dependen │
│          │        │          │          │       │       │         │ cy/ex1.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ jobB/39a │ script │ generic. │ None     │ None  │ None  │ job     │ /home/do │
│ fe654    │        │ local.ba │          │       │       │ depende │ cs/check │
│          │        │ sh       │          │       │       │ ncy on  │ outs/rea │
│          │        │          │          │       │       │ jobA    │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/job_ │
│          │        │          │          │       │       │         │ dependen │
│          │        │          │          │       │       │         │ cy/ex1.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ jobC/516 │ script │ generic. │ None     │ None  │ None  │ job     │ /home/do │
│ f9fef    │        │ local.ba │          │       │       │ depende │ cs/check │
│          │        │ sh       │          │       │       │ ncy on  │ outs/rea │
│          │        │          │          │       │       │ jobA    │ dthedocs │
│          │        │          │          │       │       │ and     │ .org/use │
│          │        │          │          │       │       │ jobB    │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/job_ │
│          │        │          │          │       │       │         │ dependen │
│          │        │          │          │       │       │         │ cy/ex1.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ file_tra │ script │ generic. │ None     │ None  │ None  │ Use of  │ /home/do │
│ verse_li │        │ local.ba │          │       │       │ file_tr │ cs/check │
│ mit/7126 │        │ sh       │          │       │       │ averse_ │ outs/rea │
│ b007     │        │          │          │       │       │ limit   │ dthedocs │
│          │        │          │          │       │       │ to      │ .org/use │
│          │        │          │          │       │       │ limit   │ r_builds │
│          │        │          │          │       │       │ number  │ /buildte │
│          │        │          │          │       │       │ of      │ st/check │
│          │        │          │          │       │       │ files   │ outs/v1. │
│          │        │          │          │       │       │ searche │ 8/tutori │
│          │        │          │          │       │       │ d in a  │ als/test │
│          │        │          │          │       │       │ directo │ _status/ │
│          │        │          │          │       │       │ ry      │ file_cou │
│          │        │          │          │       │       │         │ nt_file_ │
│          │        │          │          │       │       │         │ traverse │
│          │        │          │          │       │       │         │ _limit.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ circle_a │ script │ generic. │ None     │ None  │ None  │ Calcula │ /home/do │
│ rea/9dd8 │        │ local.ba │          │       │       │ te      │ cs/check │
│ 9d72     │        │ sh       │          │       │       │ circle  │ outs/rea │
│          │        │          │          │       │       │ of area │ dthedocs │
│          │        │          │          │       │       │ given a │ .org/use │
│          │        │          │          │       │       │ radius  │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/pyth │
│          │        │          │          │       │       │         │ on-shell │
│          │        │          │          │       │       │         │ .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 │
│ ce1030f5 │        │          │          │       │       │ in      │ dthedocs │
│          │        │          │          │       │       │ contain │ .org/use │
│          │        │          │          │       │       │ er      │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/cont │
│          │        │          │          │       │       │         │ ainers/r │
│          │        │          │          │       │       │         │ un_scrip │
│          │        │          │          │       │       │         │ t.yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ file_cou │ script │ generic. │ None     │ None  │ None  │ file    │ /home/do │
│ nt_by_ex │        │ local.ba │          │       │       │ count   │ cs/check │
│ pression │        │ sh       │          │       │       │ by      │ outs/rea │
│ /a9aed99 │        │          │          │       │       │ express │ dthedocs │
│ 5        │        │          │          │       │       │ ion     │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/test │
│          │        │          │          │       │       │         │ _status/ │
│          │        │          │          │       │       │         │ file_cou │
│          │        │          │          │       │       │         │ nt_patte │
│          │        │          │          │       │       │         │ rn.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/5 │        │          │          │       │       │ extensi │ dthedocs │
│ fc4453d  │        │          │          │       │       │ on and  │ .org/use │
│          │        │          │          │       │       │ file    │ r_builds │
│          │        │          │          │       │       │ pattern │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/test │
│          │        │          │          │       │       │         │ _status/ │
│          │        │          │          │       │       │         │ file_cou │
│          │        │          │          │       │       │         │ nt_patte │
│          │        │          │          │       │       │         │ rn.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ regex_on │ script │ generic. │ None     │ None  │ None  │ Test    │ /home/do │
│ _multipl │        │ local.ba │          │       │       │ regex   │ cs/check │
│ e_files/ │        │ sh       │          │       │       │ on      │ outs/rea │
│ 32124967 │        │          │          │       │       │ multipl │ dthedocs │
│          │        │          │          │       │       │ e files │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/test │
│          │        │          │          │       │       │         │ _status/ │
│          │        │          │          │       │       │         │ regex_on │
│          │        │          │          │       │       │         │ _filenam │
│          │        │          │          │       │       │         │ e.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 │
│ /7b8d3e1 │        │          │          │       │       │ ry is   │ .org/use │
│ 6        │        │          │          │       │       │ not     │ r_builds │
│          │        │          │          │       │       │ support │ /buildte │
│          │        │          │          │       │       │ ed      │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/test │
│          │        │          │          │       │       │         │ _status/ │
│          │        │          │          │       │       │         │ regex_on │
│          │        │          │          │       │       │         │ _filenam │
│          │        │          │          │       │       │         │ e.yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ file_exp │ script │ generic. │ None     │ None  │ None  │ Test    │ /home/do │
│ ansion_s │        │ local.ba │          │       │       │ regex   │ cs/check │
│ upported │        │ sh       │          │       │       │ with    │ outs/rea │
│ /725d7ac │        │          │          │       │       │ variabl │ dthedocs │
│ 6        │        │          │          │       │       │ e and   │ .org/use │
│          │        │          │          │       │       │ shell   │ r_builds │
│          │        │          │          │       │       │ expansi │ /buildte │
│          │        │          │          │       │       │ on      │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/test │
│          │        │          │          │       │       │         │ _status/ │
│          │        │          │          │       │       │         │ regex_on │
│          │        │          │          │       │       │         │ _filenam │
│          │        │          │          │       │       │         │ e.yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ stream_t │ script │ generic. │ None     │ None  │ None  │ Run     │ /home/do │
│ est/2d07 │        │ local.ba │          │       │       │ stream  │ cs/check │
│ 1465     │        │ sh       │          │       │       │ test    │ outs/rea │
│          │        │          │          │       │       │ with    │ dthedocs │
│          │        │          │          │       │       │ metrics │ .org/use │
│          │        │          │          │       │       │ example │ r_builds │
│          │        │          │          │       │       │ using   │ /buildte │
│          │        │          │          │       │       │ assert  │ st/check │
│          │        │          │          │       │       │ greater │ outs/v1. │
│          │        │          │          │       │       │ equal   │ 8/tutori │
│          │        │          │          │       │       │         │ als/perf │
│          │        │          │          │       │       │         │ _checks/ │
│          │        │          │          │       │       │         │ assert_g │
│          │        │          │          │       │       │         │ e.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/fc │        │          │          │       │       │ for     │ dthedocs │
│ 63ffb5   │        │          │          │       │       │ multipl │ .org/use │
│          │        │          │          │       │       │ e       │ r_builds │
│          │        │          │          │       │       │ executo │ /buildte │
│          │        │          │          │       │       │ rs      │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/burs │
│          │        │          │          │       │       │         │ tbuffer_ │
│          │        │          │          │       │       │         │ datawarp │
│          │        │          │          │       │       │         │ _executo │
│          │        │          │          │       │       │         │ rs.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/4d │        │          │          │       │       │ for     │ dthedocs │
│ 11c395   │        │          │          │       │       │ multipl │ .org/use │
│          │        │          │          │       │       │ e       │ r_builds │
│          │        │          │          │       │       │ executo │ /buildte │
│          │        │          │          │       │       │ rs      │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/burs │
│          │        │          │          │       │       │         │ tbuffer_ │
│          │        │          │          │       │       │         │ datawarp │
│          │        │          │          │       │       │         │ _executo │
│          │        │          │          │       │       │         │ rs.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ variable │ script │ generic. │ None     │ None  │ None  │ Declare │ /home/do │
│ s_bash/e │        │ local.ba │          │       │       │ shell   │ cs/check │
│ 2ffcf47  │        │ sh       │          │       │       │ variabl │ outs/rea │
│          │        │          │          │       │       │ es in   │ dthedocs │
│          │        │          │          │       │       │ bash    │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/vars │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ test1/fb │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ 8f48ff   │        │ local.ba │          │       │       │ test    │ cs/check │
│          │        │ sh       │          │       │       │ will    │ outs/rea │
│          │        │          │          │       │       │ pass    │ dthedocs │
│          │        │          │          │       │       │ with    │ .org/use │
│          │        │          │          │       │       │ exit 1  │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/job_ │
│          │        │          │          │       │       │         │ dependen │
│          │        │          │          │       │       │         │ cy/ex2.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ test2/6d │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ ac4466   │        │ 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/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/job_ │
│          │        │          │          │       │       │         │ dependen │
│          │        │          │          │       │       │         │ cy/ex2.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ test3/12 │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ 194df6   │        │ 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/v1. │
│          │        │          │          │       │       │ test2   │ 8/tutori │
│          │        │          │          │       │       │ has     │ als/job_ │
│          │        │          │          │       │       │ returnc │ dependen │
│          │        │          │          │       │       │ ode 2   │ cy/ex2.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ 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/2 │        │          │          │       │       │ vars by │ dthedocs │
│ 41db01b  │        │          │          │       │       │ executo │ .org/use │
│          │        │          │          │       │       │ rs      │ r_builds │
│          │        │          │          │       │       │ section │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/mult │
│          │        │          │          │       │       │         │ i_execut │
│          │        │          │          │       │       │         │ ors/exec │
│          │        │          │          │       │       │         │ utors_va │
│          │        │          │          │       │       │         │ r_env_de │
│          │        │          │          │       │       │         │ claratio │
│          │        │          │          │       │       │         │ n.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/f │        │          │          │       │       │ vars by │ dthedocs │
│ 37db6b5  │        │          │          │       │       │ executo │ .org/use │
│          │        │          │          │       │       │ rs      │ r_builds │
│          │        │          │          │       │       │ section │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/mult │
│          │        │          │          │       │       │         │ i_execut │
│          │        │          │          │       │       │         │ ors/exec │
│          │        │          │          │       │       │         │ utors_va │
│          │        │          │          │       │       │         │ r_env_de │
│          │        │          │          │       │       │         │ claratio │
│          │        │          │          │       │       │         │ n.yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ executor │ script │ generic. │ None     │ None  │ None  │ Declari │ /home/do │
│ s_sbatch │        │ local.ba │          │       │       │ ng env  │ cs/check │
│ _declara │        │ sh       │          │       │       │ and     │ outs/rea │
│ tion/b3c │        │          │          │       │       │ vars by │ dthedocs │
│ abb48    │        │          │          │       │       │ executo │ .org/use │
│          │        │          │          │       │       │ rs      │ r_builds │
│          │        │          │          │       │       │ section │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/mult │
│          │        │          │          │       │       │         │ i_execut │
│          │        │          │          │       │       │         │ ors/exec │
│          │        │          │          │       │       │         │ utor_sch │
│          │        │          │          │       │       │         │ eduler.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ executor │ script │ generic. │ None     │ None  │ None  │ Declari │ /home/do │
│ s_sbatch │        │ local.sh │          │       │       │ ng env  │ cs/check │
│ _declara │        │          │          │       │       │ and     │ outs/rea │
│ tion/b27 │        │          │          │       │       │ vars by │ dthedocs │
│ e948a    │        │          │          │       │       │ executo │ .org/use │
│          │        │          │          │       │       │ rs      │ r_builds │
│          │        │          │          │       │       │ section │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/mult │
│          │        │          │          │       │       │         │ i_execut │
│          │        │          │          │       │       │         │ ors/exec │
│          │        │          │          │       │       │         │ utor_sch │
│          │        │          │          │       │       │         │ eduler.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ hello_wo │ script │ generic. │ None     │ None  │ None  │ hello   │ /home/do │
│ rld/1e5a │        │ local.ba │          │       │       │ world   │ cs/check │
│ 3de5     │        │ sh       │          │       │       │ example │ outs/rea │
│          │        │          │          │       │       │         │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/hell │
│          │        │          │          │       │       │         │ o_world. │
│          │        │          │          │       │       │         │ yml      │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ assert_g │ script │ generic. │ None     │ None  │ None  │ Run     │ /home/do │
│ t_exampl │        │ local.ba │          │       │       │ stream  │ cs/check │
│ e/ea610e │        │ sh       │          │       │       │ test    │ outs/rea │
│ 25       │        │          │          │       │       │ with    │ dthedocs │
│          │        │          │          │       │       │ metrics │ .org/use │
│          │        │          │          │       │       │ example │ r_builds │
│          │        │          │          │       │       │ using   │ /buildte │
│          │        │          │          │       │       │ assert  │ st/check │
│          │        │          │          │       │       │ greater │ outs/v1. │
│          │        │          │          │       │       │ than.   │ 8/tutori │
│          │        │          │          │       │       │         │ als/perf │
│          │        │          │          │       │       │         │ _checks/ │
│          │        │          │          │       │       │         │ assert_g │
│          │        │          │          │       │       │         │ t.yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ assert_e │ script │ generic. │ None     │ None  │ None  │ An      │ /home/do │
│ q_invali │        │ local.ba │          │       │       │ invalid │ cs/check │
│ d_metric │        │ sh       │          │       │       │ metric  │ outs/rea │
│ /4140591 │        │          │          │       │       │ name    │ dthedocs │
│ 3        │        │          │          │       │       │ will    │ .org/use │
│          │        │          │          │       │       │ cause   │ r_builds │
│          │        │          │          │       │       │ failure │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/perf │
│          │        │          │          │       │       │         │ _checks/ │
│          │        │          │          │       │       │         │ assert_e │
│          │        │          │          │       │       │         │ q_except │
│          │        │          │          │       │       │         │ ions.yml │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ assert_e │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ q_mismat │        │ local.ba │          │       │       │ test    │ cs/check │
│ ch/114d3 │        │ sh       │          │       │       │ will    │ outs/rea │
│ a1c      │        │          │          │       │       │ fail    │ dthedocs │
│          │        │          │          │       │       │ because │ .org/use │
│          │        │          │          │       │       │ there   │ r_builds │
│          │        │          │          │       │       │ is a    │ /buildte │
│          │        │          │          │       │       │ mismatc │ st/check │
│          │        │          │          │       │       │ h in    │ outs/v1. │
│          │        │          │          │       │       │ metric  │ 8/tutori │
│          │        │          │          │       │       │ x       │ als/perf │
│          │        │          │          │       │       │ assert  │ _checks/ │
│          │        │          │          │       │       │ equalit │ assert_e │
│          │        │          │          │       │       │ y       │ q_except │
│          │        │          │          │       │       │         │ ions.yml │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ foo_bar/ │ script │ generic. │ None     │ None  │ None  │ prints  │ /home/do │
│ b2a3b302 │        │ local.sh │          │       │       │ variabl │ cs/check │
│          │        │          │          │       │       │ e $FOO  │ outs/rea │
│          │        │          │          │       │       │         │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/main │
│          │        │          │          │       │       │         │ tainers_ │
│          │        │          │          │       │       │         │ example. │
│          │        │          │          │       │       │         │ yml      │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ unskippe │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ d/97d43b │        │ local.ba │          │       │       │ test is │ cs/check │
│ 8f       │        │ sh       │          │       │       │ not     │ outs/rea │
│          │        │          │          │       │       │ skipped │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/skip │
│          │        │          │          │       │       │         │ _tests.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ status_e │ script │ generic. │ None     │ None  │ None  │ status  │ /home/do │
│ xists/eb │        │ local.ba │          │       │       │ check   │ cs/check │
│ 868416   │        │ sh       │          │       │       │ based   │ outs/rea │
│          │        │          │          │       │       │ for     │ dthedocs │
│          │        │          │          │       │       │ file    │ .org/use │
│          │        │          │          │       │       │ and     │ r_builds │
│          │        │          │          │       │       │ directo │ /buildte │
│          │        │          │          │       │       │ ry      │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/test │
│          │        │          │          │       │       │         │ _status/ │
│          │        │          │          │       │       │         │ exists.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ status_e │ script │ generic. │ None     │ None  │ None  │ status  │ /home/do │
│ xists_fa │        │ local.ba │          │       │       │ check   │ cs/check │
│ ilure/ae │        │ sh       │          │       │       │ failure │ outs/rea │
│ e0714c   │        │          │          │       │       │ for     │ dthedocs │
│          │        │          │          │       │       │ existen │ .org/use │
│          │        │          │          │       │       │ ce      │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/test │
│          │        │          │          │       │       │         │ _status/ │
│          │        │          │          │       │       │         │ exists.y │
│          │        │          │          │       │       │         │ ml       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ contains │ script │ generic. │ None     │ None  │ None  │ Status  │ /home/do │
│ _and_not │        │ local.ba │          │       │       │ check   │ cs/check │
│ _contain │        │ sh       │          │       │       │ based   │ outs/rea │
│ s/240112 │        │          │          │       │       │ on      │ dthedocs │
│ 49       │        │          │          │       │       │ contain │ .org/use │
│          │        │          │          │       │       │ s and   │ r_builds │
│          │        │          │          │       │       │ not     │ /buildte │
│          │        │          │          │       │       │ contain │ st/check │
│          │        │          │          │       │       │ s where │ outs/v1. │
│          │        │          │          │       │       │ test    │ 8/tutori │
│          │        │          │          │       │       │ pass    │ als/perf │
│          │        │          │          │       │       │         │ _checks/ │
│          │        │          │          │       │       │         │ contains │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ assert_c │ script │ generic. │ None     │ None  │ None  │ Status  │ /home/do │
│ ontains_ │        │ local.ba │          │       │       │ check   │ cs/check │
│ fail/107 │        │ sh       │          │       │       │ based   │ outs/rea │
│ 65f81    │        │          │          │       │       │ on      │ dthedocs │
│          │        │          │          │       │       │ contain │ .org/use │
│          │        │          │          │       │       │ s where │ r_builds │
│          │        │          │          │       │       │ test    │ /buildte │
│          │        │          │          │       │       │ fails   │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/perf │
│          │        │          │          │       │       │         │ _checks/ │
│          │        │          │          │       │       │         │ contains │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ assert_e │ script │ generic. │ None     │ None  │ None  │ Test    │ /home/do │
│ q_exampl │        │ local.ba │          │       │       │ for     │ cs/check │
│ e/25c362 │        │ sh       │          │       │       │ assert  │ outs/rea │
│ 7e       │        │          │          │       │       │ equalit │ dthedocs │
│          │        │          │          │       │       │ y       │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/perf │
│          │        │          │          │       │       │         │ _checks/ │
│          │        │          │          │       │       │         │ assert_e │
│          │        │          │          │       │       │         │ q.yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ metric_r │ script │ generic. │ None     │ None  │ None  │ capture │ /home/do │
│ egex_exa │        │ local.ba │          │       │       │ result  │ cs/check │
│ mple/6f6 │        │ sh       │          │       │       │ metric  │ outs/rea │
│ b9c4a    │        │          │          │       │       │ from    │ dthedocs │
│          │        │          │          │       │       │ output  │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/metr │
│          │        │          │          │       │       │         │ ics/metr │
│          │        │          │          │       │       │         │ ics_rege │
│          │        │          │          │       │       │         │ x.yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ metric_f │ script │ generic. │ None     │ None  │ None  │ capture │ /home/do │
│ ile_rege │        │ local.ba │          │       │       │ result  │ cs/check │
│ x/8eeb9c │        │ sh       │          │       │       │ metric  │ outs/rea │
│ 84       │        │          │          │       │       │ from    │ dthedocs │
│          │        │          │          │       │       │ file    │ .org/use │
│          │        │          │          │       │       │ path    │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/metr │
│          │        │          │          │       │       │         │ ics/metr │
│          │        │          │          │       │       │         │ ics_rege │
│          │        │          │          │       │       │         │ x.yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ sleep/48 │ script │ generic. │ None     │ None  │ None  │ sleep 2 │ /home/do │
│ 0fb9f8   │        │ local.ba │          │       │       │ seconds │ cs/check │
│          │        │ sh       │          │       │       │         │ outs/rea │
│          │        │          │          │       │       │         │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/slee │
│          │        │          │          │       │       │         │ p.yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ file_exi │ script │ generic. │ None     │ None  │ None  │ this    │ /home/do │
│ sts_pass │        │ local.ba │          │       │       │ test    │ cs/check │
│ /7e69345 │        │ sh       │          │       │       │ will    │ outs/rea │
│ d        │        │          │          │       │       │ pass    │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/test │
│          │        │          │          │       │       │         │ _status/ │
│          │        │          │          │       │       │         │ file_exi │
│          │        │          │          │       │       │         │ sts_with │
│          │        │          │          │       │       │         │ _number. │
│          │        │          │          │       │       │         │ yml      │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ status_l │ script │ generic. │ None     │ None  │ None  │ Using   │ /home/do │
│ ogical_a │        │ local.ba │          │       │       │ logical │ cs/check │
│ nd/92bd9 │        │ sh       │          │       │       │ AND to  │ outs/rea │
│ b96      │        │          │          │       │       │ check   │ dthedocs │
│          │        │          │          │       │       │ status  │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/test │
│          │        │          │          │       │       │         │ _status/ │
│          │        │          │          │       │       │         │ mode.yml │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ status_l │ script │ generic. │ None     │ None  │ None  │ Using   │ /home/do │
│ ogical_o │        │ local.ba │          │       │       │ logical │ cs/check │
│ r/04cc44 │        │ sh       │          │       │       │ OR to   │ outs/rea │
│ 8e       │        │          │          │       │       │ check   │ dthedocs │
│          │        │          │          │       │       │ status  │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/test │
│          │        │          │          │       │       │         │ _status/ │
│          │        │          │          │       │       │         │ mode.yml │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ symlink_ │ script │ generic. │ None     │ None  │ None  │ status  │ /home/do │
│ test/daf │        │ local.ba │          │       │       │ check   │ cs/check │
│ e0f3a    │        │ sh       │          │       │       │ based   │ outs/rea │
│          │        │          │          │       │       │ on      │ dthedocs │
│          │        │          │          │       │       │ symboli │ .org/use │
│          │        │          │          │       │       │ c link  │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/test │
│          │        │          │          │       │       │         │ _status/ │
│          │        │          │          │       │       │         │ is_symli │
│          │        │          │          │       │       │         │ nk.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ assert_r │ script │ generic. │ None     │ None  │ None  │ Example │ /home/do │
│ ange_ex/ │        │ local.ba │          │       │       │ on      │ cs/check │
│ 0c986acf │        │ sh       │          │       │       │ assert_ │ outs/rea │
│          │        │          │          │       │       │ range   │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/perf │
│          │        │          │          │       │       │         │ _checks/ │
│          │        │          │          │       │       │         │ assert_r │
│          │        │          │          │       │       │         │ ange.yml │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ multiple │ script │ generic. │ None     │ None  │ None  │ run     │ /home/do │
│ _executo │        │ local.ba │          │       │       │ test    │ cs/check │
│ rs/7df35 │        │ sh       │          │       │       │ with    │ outs/rea │
│ 3d6      │        │          │          │       │       │ executo │ dthedocs │
│          │        │          │          │       │       │ r       │ .org/use │
│          │        │          │          │       │       │ generic │ r_builds │
│          │        │          │          │       │       │ .local. │ /buildte │
│          │        │          │          │       │       │ bash    │ st/check │
│          │        │          │          │       │       │ and     │ outs/v1. │
│          │        │          │          │       │       │ generic │ 8/tutori │
│          │        │          │          │       │       │ .local. │ als/mult │
│          │        │          │          │       │       │ sh      │ i_execut │
│          │        │          │          │       │       │ executo │ ors/exec │
│          │        │          │          │       │       │ r       │ utor_reg │
│          │        │          │          │       │       │         │ ex_scrip │
│          │        │          │          │       │       │         │ t.yml    │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ multiple │ script │ generic. │ None     │ None  │ None  │ run     │ /home/do │
│ _executo │        │ local.sh │          │       │       │ test    │ cs/check │
│ rs/60004 │        │          │          │       │       │ with    │ outs/rea │
│ d73      │        │          │          │       │       │ executo │ dthedocs │
│          │        │          │          │       │       │ r       │ .org/use │
│          │        │          │          │       │       │ generic │ r_builds │
│          │        │          │          │       │       │ .local. │ /buildte │
│          │        │          │          │       │       │ bash    │ st/check │
│          │        │          │          │       │       │ and     │ outs/v1. │
│          │        │          │          │       │       │ generic │ 8/tutori │
│          │        │          │          │       │       │ .local. │ als/mult │
│          │        │          │          │       │       │ sh      │ i_execut │
│          │        │          │          │       │       │ executo │ ors/exec │
│          │        │          │          │       │       │ r       │ utor_reg │
│          │        │          │          │       │       │         │ ex_scrip │
│          │        │          │          │       │       │         │ t.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/4 │        │          │          │       │       │ executo │ dthedocs │
│ fe95287  │        │          │          │       │       │ r type. │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/mult │
│          │        │          │          │       │       │         │ i_execut │
│          │        │          │          │       │       │         │ ors/stat │
│          │        │          │          │       │       │         │ us_by_ex │
│          │        │          │          │       │       │         │ ecutors. │
│          │        │          │          │       │       │         │ yml      │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ status_r │ script │ generic. │ None     │ None  │ None  │ define  │ /home/do │
│ eturncod │        │ local.sh │          │       │       │ status  │ cs/check │
│ e_by_exe │        │          │          │       │       │ per     │ outs/rea │
│ cutors/1 │        │          │          │       │       │ executo │ dthedocs │
│ 980bac9  │        │          │          │       │       │ r type. │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/mult │
│          │        │          │          │       │       │         │ i_execut │
│          │        │          │          │       │       │         │ ors/stat │
│          │        │          │          │       │       │         │ us_by_ex │
│          │        │          │          │       │       │         │ ecutors. │
│          │        │          │          │       │       │         │ yml      │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ file_and │ script │ generic. │ None     │ None  │ None  │ status  │ /home/do │
│ _dir_che │        │ local.ba │          │       │       │ check   │ cs/check │
│ cks/fd7d │        │ sh       │          │       │       │ for     │ outs/rea │
│ cb87     │        │          │          │       │       │ files   │ dthedocs │
│          │        │          │          │       │       │ and     │ .org/use │
│          │        │          │          │       │       │ directo │ r_builds │
│          │        │          │          │       │       │ ries    │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/test │
│          │        │          │          │       │       │         │ _status/ │
│          │        │          │          │       │       │         │ file_and │
│          │        │          │          │       │       │         │ _dir_che │
│          │        │          │          │       │       │         │ ck.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/835 │        │          │          │       │       │ files   │ dthedocs │
│ 32817    │        │          │          │       │       │ and     │ .org/use │
│          │        │          │          │       │       │ directo │ r_builds │
│          │        │          │          │       │       │ ries    │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/test │
│          │        │          │          │       │       │         │ _status/ │
│          │        │          │          │       │       │         │ file_and │
│          │        │          │          │       │       │         │ _dir_che │
│          │        │          │          │       │       │         │ ck.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 │
│ c7ac63a9 │        │          │          │       │       │ in      │ dthedocs │
│          │        │          │          │       │       │ contain │ .org/use │
│          │        │          │          │       │       │ er      │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/cont │
│          │        │          │          │       │       │         │ ainers/b │
│          │        │          │          │       │       │         │ ind_moun │
│          │        │          │          │       │       │         │ ts.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ hello_wo │ script │ generic. │ None     │ None  │ None  │ run     │ /home/do │
│ rld_cont │        │ local.ba │          │       │       │ contain │ cs/check │
│ ainer_no │        │ sh       │          │       │       │ er with │ outs/rea │
│ _command │        │          │          │       │       │ no      │ dthedocs │
│ s/7566bf │        │          │          │       │       │ command │ .org/use │
│ 80       │        │          │          │       │       │ s       │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/cont │
│          │        │          │          │       │       │         │ ainers/h │
│          │        │          │          │       │       │         │ ello_wor │
│          │        │          │          │       │       │         │ ld.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ timelimi │ script │ generic. │ None     │ None  │ None  │ Run a   │ /home/do │
│ t_min_ma │        │ local.sh │          │       │       │ sleep   │ cs/check │
│ x/bee5a3 │        │          │          │       │       │ job for │ outs/rea │
│ 94       │        │          │          │       │       │ 2       │ dthedocs │
│          │        │          │          │       │       │ seconds │ .org/use │
│          │        │          │          │       │       │ and     │ r_builds │
│          │        │          │          │       │       │ test    │ /buildte │
│          │        │          │          │       │       │ pass if │ st/check │
│          │        │          │          │       │       │ its     │ outs/v1. │
│          │        │          │          │       │       │ within  │ 8/tutori │
│          │        │          │          │       │       │ 1.0-3.0 │ als/test │
│          │        │          │          │       │       │ sec     │ _status/ │
│          │        │          │          │       │       │         │ runtime_ │
│          │        │          │          │       │       │         │ status_t │
│          │        │          │          │       │       │         │ est.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ timelimi │ script │ generic. │ None     │ None  │ None  │ Run a   │ /home/do │
│ t_min/c3 │        │ local.sh │          │       │       │ sleep   │ cs/check │
│ e8e0e3   │        │          │          │       │       │ job for │ outs/rea │
│          │        │          │          │       │       │ 2       │ dthedocs │
│          │        │          │          │       │       │ seconds │ .org/use │
│          │        │          │          │       │       │ and     │ r_builds │
│          │        │          │          │       │       │ test    │ /buildte │
│          │        │          │          │       │       │ pass if │ st/check │
│          │        │          │          │       │       │ its     │ outs/v1. │
│          │        │          │          │       │       │ exceeds │ 8/tutori │
│          │        │          │          │       │       │ min     │ als/test │
│          │        │          │          │       │       │ time of │ _status/ │
│          │        │          │          │       │       │ 1.0 sec │ runtime_ │
│          │        │          │          │       │       │         │ status_t │
│          │        │          │          │       │       │         │ est.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ timelimi │ script │ generic. │ None     │ None  │ None  │ Run a   │ /home/do │
│ t_max/6f │        │ local.sh │          │       │       │ sleep   │ cs/check │
│ c64c42   │        │          │          │       │       │ job for │ outs/rea │
│          │        │          │          │       │       │ 2       │ dthedocs │
│          │        │          │          │       │       │ seconds │ .org/use │
│          │        │          │          │       │       │ and     │ r_builds │
│          │        │          │          │       │       │ test    │ /buildte │
│          │        │          │          │       │       │ pass if │ st/check │
│          │        │          │          │       │       │ it's    │ outs/v1. │
│          │        │          │          │       │       │ within  │ 8/tutori │
│          │        │          │          │       │       │ max     │ als/test │
│          │        │          │          │       │       │ time:   │ _status/ │
│          │        │          │          │       │       │ 5.0 sec │ runtime_ │
│          │        │          │          │       │       │         │ status_t │
│          │        │          │          │       │       │         │ est.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ timelimi │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ t_min_fa │        │ local.sh │          │       │       │ test    │ cs/check │
│ il/d7659 │        │          │          │       │       │ fails   │ outs/rea │
│ c11      │        │          │          │       │       │ because │ dthedocs │
│          │        │          │          │       │       │ it runs │ .org/use │
│          │        │          │          │       │       │ less    │ r_builds │
│          │        │          │          │       │       │ than    │ /buildte │
│          │        │          │          │       │       │ mintime │ st/check │
│          │        │          │          │       │       │ of 10   │ outs/v1. │
│          │        │          │          │       │       │ second  │ 8/tutori │
│          │        │          │          │       │       │         │ als/test │
│          │        │          │          │       │       │         │ _status/ │
│          │        │          │          │       │       │         │ runtime_ │
│          │        │          │          │       │       │         │ status_t │
│          │        │          │          │       │       │         │ est.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ timelimi │ script │ generic. │ None     │ None  │ None  │ This    │ /home/do │
│ t_max_fa │        │ local.sh │          │       │       │ test    │ cs/check │
│ il/a8653 │        │          │          │       │       │ fails   │ outs/rea │
│ ec1      │        │          │          │       │       │ because │ dthedocs │
│          │        │          │          │       │       │ it      │ .org/use │
│          │        │          │          │       │       │ exceeds │ r_builds │
│          │        │          │          │       │       │ maxtime │ /buildte │
│          │        │          │          │       │       │ of 1.0  │ st/check │
│          │        │          │          │       │       │ second  │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/test │
│          │        │          │          │       │       │         │ _status/ │
│          │        │          │          │       │       │         │ runtime_ │
│          │        │          │          │       │       │         │ status_t │
│          │        │          │          │       │       │         │ est.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ status_r │ script │ generic. │ None     │ None  │ None  │ Pass    │ /home/do │
│ egex_std │        │ local.ba │          │       │       │ test    │ cs/check │
│ out_pass │        │ sh       │          │       │       │ based   │ outs/rea │
│ /74d6311 │        │          │          │       │       │ on      │ dthedocs │
│ 5        │        │          │          │       │       │ regular │ .org/use │
│          │        │          │          │       │       │ express │ r_builds │
│          │        │          │          │       │       │ ion     │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/test │
│          │        │          │          │       │       │         │ _status/ │
│          │        │          │          │       │       │         │ status_r │
│          │        │          │          │       │       │         │ egex.yml │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ status_r │ script │ generic. │ None     │ None  │ None  │ Pass    │ /home/do │
│ egex_std │        │ local.ba │          │       │       │ test    │ cs/check │
│ out_fail │        │ sh       │          │       │       │ based   │ outs/rea │
│ /acc2d4b │        │          │          │       │       │ on      │ dthedocs │
│ 4        │        │          │          │       │       │ regular │ .org/use │
│          │        │          │          │       │       │ express │ r_builds │
│          │        │          │          │       │       │ ion     │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/test │
│          │        │          │          │       │       │         │ _status/ │
│          │        │          │          │       │       │         │ status_r │
│          │        │          │          │       │       │         │ egex.yml │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ status_r │ script │ generic. │ None     │ None  │ None  │ Pass    │ /home/do │
│ egex_std │        │ local.ba │          │       │       │ test    │ cs/check │
│ err_pass │        │ sh       │          │       │       │ based   │ outs/rea │
│ /c683a4e │        │          │          │       │       │ on      │ dthedocs │
│ 0        │        │          │          │       │       │ regular │ .org/use │
│          │        │          │          │       │       │ express │ r_builds │
│          │        │          │          │       │       │ ion     │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/test │
│          │        │          │          │       │       │         │ _status/ │
│          │        │          │          │       │       │         │ status_r │
│          │        │          │          │       │       │         │ egex.yml │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ status_r │ script │ generic. │ None     │ None  │ None  │ Pass    │ /home/do │
│ egex_std │        │ local.ba │          │       │       │ test    │ cs/check │
│ err_fail │        │ sh       │          │       │       │ based   │ outs/rea │
│ /4a8ddc4 │        │          │          │       │       │ on      │ dthedocs │
│ 5        │        │          │          │       │       │ regular │ .org/use │
│          │        │          │          │       │       │ express │ r_builds │
│          │        │          │          │       │       │ ion     │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/test │
│          │        │          │          │       │       │         │ _status/ │
│          │        │          │          │       │       │         │ status_r │
│          │        │          │          │       │       │         │ egex.yml │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ exit1_fa │ script │ generic. │ None     │ None  │ None  │ exit 1  │ /home/do │
│ il/d469d │        │ local.ba │          │       │       │ by      │ cs/check │
│ 4fc      │        │ sh       │          │       │       │ default │ outs/rea │
│          │        │          │          │       │       │ is FAIL │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/test │
│          │        │          │          │       │       │         │ _status/ │
│          │        │          │          │       │       │         │ pass_ret │
│          │        │          │          │       │       │         │ urncode. │
│          │        │          │          │       │       │         │ yml      │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ exit1_pa │ script │ generic. │ None     │ None  │ None  │ report  │ /home/do │
│ ss/ccd7e │        │ local.ba │          │       │       │ exit 1  │ cs/check │
│ 79c      │        │ sh       │          │       │       │ as PASS │ outs/rea │
│          │        │          │          │       │       │         │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/test │
│          │        │          │          │       │       │         │ _status/ │
│          │        │          │          │       │       │         │ pass_ret │
│          │        │          │          │       │       │         │ urncode. │
│          │        │          │          │       │       │         │ yml      │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 2  │ /home/do │
│ de_list_ │        │ local.ba │          │       │       │ failed  │ cs/check │
│ mismatch │        │ sh       │          │       │       │ since   │ outs/rea │
│ /45e5f37 │        │          │          │       │       │ it      │ dthedocs │
│ d        │        │          │          │       │       │ failed  │ .org/use │
│          │        │          │          │       │       │ to      │ r_builds │
│          │        │          │          │       │       │ match   │ /buildte │
│          │        │          │          │       │       │ returnc │ st/check │
│          │        │          │          │       │       │ ode 1   │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/test │
│          │        │          │          │       │       │         │ _status/ │
│          │        │          │          │       │       │         │ pass_ret │
│          │        │          │          │       │       │         │ urncode. │
│          │        │          │          │       │       │         │ yml      │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit    │ /home/do │
│ de_int_m │        │ local.ba │          │       │       │ 128     │ cs/check │
│ atch/305 │        │ sh       │          │       │       │ matches │ outs/rea │
│ 7d349    │        │          │          │       │       │ returnc │ dthedocs │
│          │        │          │          │       │       │ ode 128 │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/test │
│          │        │          │          │       │       │         │ _status/ │
│          │        │          │          │       │       │         │ pass_ret │
│          │        │          │          │       │       │         │ urncode. │
│          │        │          │          │       │       │         │ yml      │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ string_t │ script │ generic. │ None     │ None  │ None  │ tags    │ /home/do │
│ ag/65f34 │        │ local.ba │          │       │       │ can be  │ cs/check │
│ 727      │        │ sh       │          │       │       │ a       │ outs/rea │
│          │        │          │          │       │       │ string  │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/tags │
│          │        │          │          │       │       │         │ _example │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ list_of_ │ script │ generic. │ None     │ None  │ None  │ tags    │ /home/do │
│ strings_ │        │ local.ba │          │       │       │ can be  │ cs/check │
│ tags/4a9 │        │ sh       │          │       │       │ a list  │ outs/rea │
│ a96fe    │        │          │          │       │       │ of      │ dthedocs │
│          │        │          │          │       │       │ strings │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/tags │
│          │        │          │          │       │       │         │ _example │
│          │        │          │          │       │       │         │ .yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ file_cou │ script │ generic. │ None     │ None  │ None  │ file    │ /home/do │
│ nt_on_di │        │ local.ba │          │       │       │ count   │ cs/check │
│ rectory/ │        │ sh       │          │       │       │ check   │ outs/rea │
│ 0cbd1412 │        │          │          │       │       │ in      │ dthedocs │
│          │        │          │          │       │       │ directo │ .org/use │
│          │        │          │          │       │       │ ry      │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/test │
│          │        │          │          │       │       │         │ _status/ │
│          │        │          │          │       │       │         │ file_cou │
│          │        │          │          │       │       │         │ nt.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ file_cou │ script │ generic. │ None     │ None  │ None  │ file    │ /home/do │
│ nt_by_ex │        │ local.ba │          │       │       │ count   │ cs/check │
│ tension/ │        │ sh       │          │       │       │ by      │ outs/rea │
│ 4793fc8c │        │          │          │       │       │ extensi │ dthedocs │
│          │        │          │          │       │       │ on      │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/test │
│          │        │          │          │       │       │         │ _status/ │
│          │        │          │          │       │       │         │ file_cou │
│          │        │          │          │       │       │         │ nt.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ _bin_sh_ │ script │ generic. │ None     │ None  │ None  │ /bin/sh │ /home/do │
│ shell/3d │        │ local.sh │          │       │       │ shell   │ cs/check │
│ 2b31ba   │        │          │          │       │       │ example │ outs/rea │
│          │        │          │          │       │       │         │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/shel │
│          │        │          │          │       │       │         │ l_exampl │
│          │        │          │          │       │       │         │ es.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ _bin_bas │ script │ generic. │ None     │ None  │ None  │ /bin/ba │ /home/do │
│ h_shell/ │        │ local.ba │          │       │       │ sh      │ cs/check │
│ 0c0a8df1 │        │ sh       │          │       │       │ shell   │ outs/rea │
│          │        │          │          │       │       │ example │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/shel │
│          │        │          │          │       │       │         │ l_exampl │
│          │        │          │          │       │       │         │ es.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ bash_she │ script │ generic. │ None     │ None  │ None  │ bash    │ /home/do │
│ ll/21eb0 │        │ local.ba │          │       │       │ shell   │ cs/check │
│ 6f6      │        │ sh       │          │       │       │ example │ outs/rea │
│          │        │          │          │       │       │         │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/shel │
│          │        │          │          │       │       │         │ l_exampl │
│          │        │          │          │       │       │         │ es.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ sh_shell │ script │ generic. │ None     │ None  │ None  │ sh      │ /home/do │
│ /c1e9134 │        │ local.sh │          │       │       │ shell   │ cs/check │
│ f        │        │          │          │       │       │ example │ outs/rea │
│          │        │          │          │       │       │         │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/shel │
│          │        │          │          │       │       │         │ l_exampl │
│          │        │          │          │       │       │         │ es.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ shell_op │ script │ generic. │ None     │ None  │ None  │ shell   │ /home/do │
│ tions/89 │        │ local.sh │          │       │       │ options │ cs/check │
│ 829f3c   │        │          │          │       │       │         │ outs/rea │
│          │        │          │          │       │       │         │ dthedocs │
│          │        │          │          │       │       │         │ .org/use │
│          │        │          │          │       │       │         │ r_builds │
│          │        │          │          │       │       │         │ /buildte │
│          │        │          │          │       │       │         │ st/check │
│          │        │          │          │       │       │         │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/shel │
│          │        │          │          │       │       │         │ l_exampl │
│          │        │          │          │       │       │         │ es.yml   │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ file_cou │ script │ generic. │ None     │ None  │ None  │ Count   │ /home/do │
│ nt_by_fi │        │ local.ba │          │       │       │ the     │ cs/check │
│ letype/f │        │ sh       │          │       │       │ number  │ outs/rea │
│ 854cb03  │        │          │          │       │       │ of      │ dthedocs │
│          │        │          │          │       │       │ directo │ .org/use │
│          │        │          │          │       │       │ ries    │ r_builds │
│          │        │          │          │       │       │ and     │ /buildte │
│          │        │          │          │       │       │ symboli │ st/check │
│          │        │          │          │       │       │ c links │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/test │
│          │        │          │          │       │       │         │ _status/ │
│          │        │          │          │       │       │         │ file_cou │
│          │        │          │          │       │       │         │ nt_filet │
│          │        │          │          │       │       │         │ ype.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ containe │ script │ generic. │ None     │ None  │ None  │ run     │ /home/do │
│ r_comman │        │ local.ba │          │       │       │ arbitra │ cs/check │
│ ds_ubunt │        │ sh       │          │       │       │ ry      │ outs/rea │
│ u/40eec8 │        │          │          │       │       │ linux   │ dthedocs │
│ 9a       │        │          │          │       │       │ command │ .org/use │
│          │        │          │          │       │       │ s in    │ r_builds │
│          │        │          │          │       │       │ ubuntu  │ /buildte │
│          │        │          │          │       │       │ contain │ st/check │
│          │        │          │          │       │       │ er      │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/cont │
│          │        │          │          │       │       │         │ ainers/r │
│          │        │          │          │       │       │         │ un_comma │
│          │        │          │          │       │       │         │ nds.yml  │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼─────────┼──────────┤
│ containe │ script │ generic. │ None     │ None  │ None  │ run     │ /home/do │
│ r_option │        │ local.ba │          │       │       │ arbitra │ cs/check │
│ s/1bf8f5 │        │ sh       │          │       │       │ ry      │ outs/rea │
│ 13       │        │          │          │       │       │ linux   │ dthedocs │
│          │        │          │          │       │       │ command │ .org/use │
│          │        │          │          │       │       │ s in    │ r_builds │
│          │        │          │          │       │       │ ubuntu  │ /buildte │
│          │        │          │          │       │       │ contain │ st/check │
│          │        │          │          │       │       │ er      │ outs/v1. │
│          │        │          │          │       │       │         │ 8/tutori │
│          │        │          │          │       │       │         │ als/cont │
│          │        │          │          │       │       │         │ ainers/r │
│          │        │          │          │       │       │         │ un_comma │
│          │        │          │          │       │       │         │ nds.yml  │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴─────────┴──────────┘
──────────────────────────────── Building Test ─────────────────────────────────
summary_example/62886298: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/summary_example/summary_example/62886298
stream_openmp_c/0891f2a5: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/stream/stream_openmp_c/0891f2a5
assert_ne_example/3b411c75: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/assert_ne/assert_ne_example/3b411c75
assert_le_example/8e447a96: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/assert_le/assert_le_example/8e447a96
hello_world_c_cpp/489714d2: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/hello_world_compilation/hello_world_c_cpp/489714d2
pass_test/a7f258bf: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/ex3/pass_test/a7f258bf
fail_test/632051fa: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/ex3/fail_test/632051fa
pass_and_fail_test/6ff5c6c3: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/ex3/pass_and_fail_test/6ff5c6c3
final_test/f0f88e37: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/ex3/final_test/f0f88e37
runtime_test/acb11479: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/ex4/runtime_test/acb11479
runtime_test_pass/5f3d40d7: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/ex4/runtime_test_pass/5f3d40d7
runtime_test_fail/ef84a6ce: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/ex4/runtime_test_fail/ef84a6ce
bash_env_variables/dafcaf39: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/environment/bash_env_variables/dafcaf39
csh_env_declaration/12c84931: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.csh/environment/csh_env_declaration/12c84931
tcsh_env_declaration/a4931804: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.csh/environment/tcsh_env_declaration/a4931804
add_numbers/c6fa1d78: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/add_numbers/add_numbers/c6fa1d78
assert_lt_example/4b45e8a2: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/assert_lt/assert_lt_example/4b45e8a2
metric_file_regex_invalid_file/8ccc3782: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/metrics_file_regex_invalid_file/metric_file_regex_invalid_file/8ccc3782
python_hello/a45ae283: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/python-hello/python_hello/a45ae283
gcc_version/63a33697: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/gcc_version/gcc_version/63a33697
always_pass/1853cb00: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.sh/explicit_state/always_pass/1853cb00
always_fail/074a0f3e: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.sh/explicit_state/always_fail/074a0f3e
test_fail_returncode_match/f1328e44: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.sh/explicit_state/test_fail_returncode_match/f1328e44
test_pass_returncode_mismatch/d8ac0be4: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.sh/explicit_state/test_pass_returncode_mismatch/d8ac0be4
bash_login_shebang/a68acc24: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/shebang/bash_login_shebang/a68acc24
bash_nonlogin_shebang/138a3ab7: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/shebang/bash_nonlogin_shebang/138a3ab7
csh_shell/93ca90ef: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.csh/csh_shell_examples/csh_shell/93ca90ef
jobA/fc33d16f: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/ex1/jobA/fc33d16f
jobB/39afe654: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/ex1/jobB/39afe654
jobC/516f9fef: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/ex1/jobC/516f9fef
file_traverse_limit/7126b007: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/file_count_file_traverse_limit/file_traverse_limit/7126b007
circle_area/9dd89d72: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/python-shell/circle_area/9dd89d72
run_script_in_container/ce1030f5: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/run_script/run_script_in_container/ce1030f5
file_count_by_expression/a9aed995: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/file_count_pattern/file_count_by_expression/a9aed995
file_extension_and_filepattern/5fc4453d: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/file_count_pattern/file_extension_and_filepattern/5fc4453d
regex_on_multiple_files/32124967: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/regex_on_filename/regex_on_multiple_files/32124967
regex_on_directory_not_supported/7b8d3e16: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/regex_on_filename/regex_on_directory_not_supported/7b8d3e16
file_expansion_supported/725d7ac6: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/regex_on_filename/file_expansion_supported/725d7ac6
stream_test/2d071465: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/assert_ge/stream_test/2d071465
create_burst_buffer_executors/fc63ffb5: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/burstbuffer_datawarp_executors/create_burst_buffer_executors/fc63ffb5
create_burst_buffer_executors/4d11c395: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.sh/burstbuffer_datawarp_executors/create_burst_buffer_executors/4d11c395
variables_bash/e2ffcf47: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/vars/variables_bash/e2ffcf47
test1/fb8f48ff: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/ex2/test1/fb8f48ff
test2/6dac4466: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/ex2/test2/6dac4466
test3/12194df6: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/ex2/test3/12194df6
executors_vars_env_declaration/241db01b: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/executors_var_env_declaration/executors_vars_env_declaration/241db01b
executors_vars_env_declaration/f37db6b5: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.sh/executors_var_env_declaration/executors_vars_env_declaration/f37db6b5
executors_sbatch_declaration/b3cabb48: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/executor_scheduler/executors_sbatch_declaration/b3cabb48
executors_sbatch_declaration/b27e948a: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.sh/executor_scheduler/executors_sbatch_declaration/b27e948a
hello_world/1e5a3de5: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/hello_world/hello_world/1e5a3de5
assert_gt_example/ea610e25: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/assert_gt/assert_gt_example/ea610e25
assert_eq_invalid_metric/41405913: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/assert_eq_exceptions/assert_eq_invalid_metric/41405913
assert_eq_mismatch/114d3a1c: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/assert_eq_exceptions/assert_eq_mismatch/114d3a1c
foo_bar/b2a3b302: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.sh/maintainers_example/foo_bar/b2a3b302
unskipped/97d43b8f: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/skip_tests/unskipped/97d43b8f
status_exists/eb868416: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/exists/status_exists/eb868416
status_exists_failure/aee0714c: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/exists/status_exists_failure/aee0714c
contains_and_not_contains/24011249: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/contains/contains_and_not_contains/24011249
assert_contains_fail/10765f81: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/contains/assert_contains_fail/10765f81
assert_eq_example/25c3627e: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/assert_eq/assert_eq_example/25c3627e
metric_regex_example/6f6b9c4a: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/metrics_regex/metric_regex_example/6f6b9c4a
metric_file_regex/8eeb9c84: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/metrics_regex/metric_file_regex/8eeb9c84
sleep/480fb9f8: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/sleep/sleep/480fb9f8
file_exists_pass/7e69345d: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/file_exists_with_number/file_exists_pass/7e69345d
status_logical_and/92bd9b96: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/mode/status_logical_and/92bd9b96
status_logical_or/04cc448e: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/mode/status_logical_or/04cc448e
symlink_test/dafe0f3a: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/is_symlink/symlink_test/dafe0f3a
assert_range_ex/0c986acf: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/assert_range/assert_range_ex/0c986acf
multiple_executors/7df353d6: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/executor_regex_script/multiple_executors/7df353d6
multiple_executors/60004d73: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.sh/executor_regex_script/multiple_executors/60004d73
status_returncode_by_executors/4fe95287: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/status_by_executors/status_returncode_by_executors/4fe95287
status_returncode_by_executors/1980bac9: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.sh/status_by_executors/status_returncode_by_executors/1980bac9
file_and_dir_checks/fd7dcb87: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/file_and_dir_check/file_and_dir_checks/fd7dcb87
combined_file_and_dir_checks/83532817: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/file_and_dir_check/combined_file_and_dir_checks/83532817
bind_mount_in_container/c7ac63a9: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/bind_mounts/bind_mount_in_container/c7ac63a9
hello_world_container_no_commands/7566bf80: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/hello_world/hello_world_container_no_commands/7566bf80
timelimit_min_max/bee5a394: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.sh/runtime_status_test/timelimit_min_max/bee5a394
timelimit_min/c3e8e0e3: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.sh/runtime_status_test/timelimit_min/c3e8e0e3
timelimit_max/6fc64c42: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.sh/runtime_status_test/timelimit_max/6fc64c42
timelimit_min_fail/d7659c11: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.sh/runtime_status_test/timelimit_min_fail/d7659c11
timelimit_max_fail/a8653ec1: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.sh/runtime_status_test/timelimit_max_fail/a8653ec1
status_regex_stdout_pass/74d63115: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/status_regex/status_regex_stdout_pass/74d63115
status_regex_stdout_fail/acc2d4b4: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/status_regex/status_regex_stdout_fail/acc2d4b4
status_regex_stderr_pass/c683a4e0: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/status_regex/status_regex_stderr_pass/c683a4e0
status_regex_stderr_fail/4a8ddc45: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/status_regex/status_regex_stderr_fail/4a8ddc45
exit1_fail/d469d4fc: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_fail/d469d4fc
exit1_pass/ccd7e79c: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_pass/ccd7e79c
returncode_list_mismatch/45e5f37d: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/45e5f37d
returncode_int_match/3057d349: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/returncode_int_match/3057d349
string_tag/65f34727: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/tags_example/string_tag/65f34727
list_of_strings_tags/4a9a96fe: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/tags_example/list_of_strings_tags/4a9a96fe
file_count_on_directory/0cbd1412: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/file_count/file_count_on_directory/0cbd1412
file_count_by_extension/4793fc8c: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/file_count/file_count_by_extension/4793fc8c
_bin_sh_shell/3d2b31ba: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.sh/shell_examples/_bin_sh_shell/3d2b31ba
_bin_bash_shell/0c0a8df1: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/shell_examples/_bin_bash_shell/0c0a8df1
bash_shell/21eb06f6: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/shell_examples/bash_shell/21eb06f6
sh_shell/c1e9134f: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.sh/shell_examples/sh_shell/c1e9134f
shell_options/89829f3c: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.sh/shell_examples/shell_options/89829f3c
file_count_by_filetype/f854cb03: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/file_count_filetype/file_count_by_filetype/f854cb03
container_commands_ubuntu/40eec89a: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/run_commands/container_commands_ubuntu/40eec89a
container_options/1bf8f513: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/run_commands/container_options/1bf8f513

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-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:24:56                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/tu ║
║ torials/python-hello.yml                                                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/python-shell.yml                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝
                            Buildspecs By Tag=python                            
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/python-hello.yml                                                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/python-shell.yml                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


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/v1.8/tutorials/python-hello.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/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/692 │        │ local.ba │          │       │       │ World    │ ocs/che │
│ 98b65    │        │ sh       │          │       │       │ python   │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ python- │
│          │        │          │          │       │       │          │ hello.y │
│          │        │          │          │       │       │          │ ml      │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ circle_a │ script │ generic. │ None     │ None  │ None  │ Calculat │ /home/d │
│ rea/2ec8 │        │ local.ba │          │       │       │ e circle │ ocs/che │
│ ed5a     │        │ sh       │          │       │       │ of area  │ ckouts/ │
│          │        │          │          │       │       │ given a  │ readthe │
│          │        │          │          │       │       │ radius   │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ python- │
│          │        │          │          │       │       │          │ shell.y │
│          │        │          │          │       │       │          │ ml      │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
python_hello/69298b65: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/python-hello/python_hello/69298b65
circle_area/2ec8ed5a: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/python-shell/circle_area/2ec8ed5a
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
python_hello/69298b65 does not have any dependencies adding test to queue
circle_area/2ec8ed5a does not have any dependencies adding test to queue
Builders Eligible to Run 
┏━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder               ┃
┡━━━━━━━━━━━━━━━━━━━━━━━┩
│ python_hello/69298b65 │
│ circle_area/2ec8ed5a  │
└───────────────────────┘
python_hello/69298b65: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/python-hello/python_hello/69298b65/stage
python_hello/69298b65: Running Test via command: bash python_hello_build.sh
python_hello/69298b65: Test completed in 0.049093 seconds with returncode: 0
python_hello/69298b65: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/python-hello/python_hello/69298b65/python_hello.out
python_hello/69298b65: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/python-hello/python_hello/69298b65/python_hello.err
circle_area/2ec8ed5a: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/python-shell/circle_area/2ec8ed5a/stage
circle_area/2ec8ed5a: Running Test via command: bash circle_area_build.sh
circle_area/2ec8ed5a: Test completed in 0.04895 seconds with returncode: 0
circle_area/2ec8ed5a: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/python-shell/circle_area/2ec8ed5a/circle_area.out
circle_area/2ec8ed5a: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/python-shell/circle_area/2ec8ed5a/circle_area.err
                                 Test Summary                                 
┏━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder               ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ circle_area/2ec8ed5a  │ generic.local.bash │ PASS   │ 0          │ 0.049   │
├───────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ python_hello/69298b65 │ generic.local.bash │ PASS   │ 0          │ 0.049   │
└───────────────────────┴────────────────────┴────────┴────────────┴─────────┘



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


Adding 2 test results to /tmp/tmpal36pp10/var/report.json
Writing Logfile to /tmp/tmpal36pp10/var/logs/buildtest_84xilqez.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-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:24:57                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/tu ║
║ torials/python-hello.yml                                                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/python-shell.yml                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝
                            Buildspecs By Tag=python                            
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/python-hello.yml                                                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/python-shell.yml                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


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

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

Please see logfile: /tmp/tmpal36pp10/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 --stage option. The –stage option accepts parse or build, which will instruct buildtest to stop at parse or build phase of the pipeline.

Buildtest will validate all the buildspecs in the parse stage, so you can instruct buildtest to stop at parse stage via --stage=parse. 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 --stage=parse
$ buildtest build -b tutorials/vars.yml --stage=parse
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:24:58                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/tu ║
║ torials/vars.yml                                                             ║
╚══════════════════════════════════════════════════════════════════════════════╝


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/v1.8/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/7 │        │ local.ba │          │       │       │ shell    │ ocs/che │
│ a73d7e8  │        │ sh       │          │       │       │ variable │ ckouts/ │
│          │        │          │          │       │       │ s in     │ readthe │
│          │        │          │          │       │       │ bash     │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ vars.ym │
│          │        │          │          │       │       │          │ l       │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘

Likewise, if you want to troubleshoot your test script without running them you can use --stage=build which will stop after build phase. This can be used when you are writing buildspec to troubleshoot how test is generated. In this next example, we inform buildtest to stop after build stage.

buildtest build -b tutorials/vars.yml --stage=build
$ buildtest build -b tutorials/vars.yml --stage=build
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:24:59                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/tu ║
║ torials/vars.yml                                                             ║
╚══════════════════════════════════════════════════════════════════════════════╝


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/v1.8/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/7 │        │ local.ba │          │       │       │ shell    │ ocs/che │
│ 1526ca3  │        │ sh       │          │       │       │ variable │ ckouts/ │
│          │        │          │          │       │       │ s in     │ readthe │
│          │        │          │          │       │       │ bash     │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ vars.ym │
│          │        │          │          │       │       │          │ l       │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
variables_bash/71526ca3: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/vars/variables_bash/71526ca3

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-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:25:00                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/tu ║
║ torials/invalid_buildspec_section.yml                                        ║
╚══════════════════════════════════════════════════════════════════════════════╝


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/v1.8/tutorials/invalid_buildspec_section.yml: INVALID

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

Please see logfile: /tmp/tmpal36pp10/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-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:25:01                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/tu ║
║ torials/invalid_executor.yml                                                 ║
╚══════════════════════════════════════════════════════════════════════════════╝


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/v1.8/tutorials/invalid_executor.yml: VALID
                            Buildspecs Filtered out                             
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ buildspecs                                                                   ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/t… │
└──────────────────────────────────────────────────────────────────────────────┘

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

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

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-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:25:02                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/tu ║
║ torials/python-shell.yml                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


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/v1.8/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/6ad7 │        │ local.ba │          │       │       │ e circle │ ocs/che │
│ d041     │        │ sh       │          │       │       │ of area  │ ckouts/ │
│          │        │          │          │       │       │ given a  │ readthe │
│          │        │          │          │       │       │ radius   │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ python- │
│          │        │          │          │       │       │          │ shell.y │
│          │        │          │          │       │       │          │ ml      │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ circle_a │ script │ generic. │ None     │ None  │ None  │ Calculat │ /home/d │
│ rea/84ee │        │ local.ba │          │       │       │ e circle │ ocs/che │
│ 2ce5     │        │ sh       │          │       │       │ of area  │ ckouts/ │
│          │        │          │          │       │       │ given a  │ readthe │
│          │        │          │          │       │       │ radius   │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ python- │
│          │        │          │          │       │       │          │ shell.y │
│          │        │          │          │       │       │          │ ml      │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ circle_a │ script │ generic. │ None     │ None  │ None  │ Calculat │ /home/d │
│ rea/3678 │        │ local.ba │          │       │       │ e circle │ ocs/che │
│ 96c3     │        │ sh       │          │       │       │ of area  │ ckouts/ │
│          │        │          │          │       │       │ given a  │ readthe │
│          │        │          │          │       │       │ radius   │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ python- │
│          │        │          │          │       │       │          │ shell.y │
│          │        │          │          │       │       │          │ ml      │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
circle_area/6ad7d041: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/python-shell/circle_area/6ad7d041
circle_area/84ee2ce5: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/python-shell/circle_area/84ee2ce5
circle_area/367896c3: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/python-shell/circle_area/367896c3
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
circle_area/367896c3 does not have any dependencies adding test to queue
circle_area/84ee2ce5 does not have any dependencies adding test to queue
circle_area/6ad7d041 does not have any dependencies adding test to queue
Builders Eligible to Run
┏━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder              ┃
┡━━━━━━━━━━━━━━━━━━━━━━┩
│ circle_area/367896c3 │
│ circle_area/84ee2ce5 │
│ circle_area/6ad7d041 │
└──────────────────────┘
circle_area/367896c3: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/python-shell/circle_area/367896c3/stage
circle_area/367896c3: Running Test via command: bash circle_area_build.sh
circle_area/367896c3: Test completed in 0.050429 seconds with returncode: 0
circle_area/367896c3: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/python-shell/circle_area/367896c3/circle_area.out
circle_area/367896c3: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/python-shell/circle_area/367896c3/circle_area.err
circle_area/84ee2ce5: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/python-shell/circle_area/84ee2ce5/stage
circle_area/84ee2ce5: Running Test via command: bash circle_area_build.sh
circle_area/84ee2ce5: Test completed in 0.050111 seconds with returncode: 0
circle_area/84ee2ce5: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/python-shell/circle_area/84ee2ce5/circle_area.out
circle_area/84ee2ce5: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/python-shell/circle_area/84ee2ce5/circle_area.err
circle_area/6ad7d041: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/python-shell/circle_area/6ad7d041/stage
circle_area/6ad7d041: Running Test via command: bash circle_area_build.sh
circle_area/6ad7d041: Test completed in 0.050006 seconds with returncode: 0
circle_area/6ad7d041: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/python-shell/circle_area/6ad7d041/circle_area.out
circle_area/6ad7d041: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/python-shell/circle_area/6ad7d041/circle_area.err
                                Test Summary                                 
┏━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder              ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ circle_area/84ee2ce5 │ generic.local.bash │ PASS   │ 0          │ 0.050   │
├──────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ circle_area/367896c3 │ generic.local.bash │ PASS   │ 0          │ 0.050   │
├──────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ circle_area/6ad7d041 │ generic.local.bash │ PASS   │ 0          │ 0.050   │
└──────────────────────┴────────────────────┴────────┴────────────┴─────────┘



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


Adding 3 test results to /tmp/tmpal36pp10/var/report.json
Writing Logfile to /tmp/tmpal36pp10/var/logs/buildtest_6p22wt98.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-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:25:03                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/tu ║
║ torials/test_status/pass_returncode.yml                                      ║
╚══════════════════════════════════════════════════════════════════════════════╝
                             Buildspecs By Tag=fail                             
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/test_status/pass_returncode.yml                                      ║
╚══════════════════════════════════════════════════════════════════════════════╝


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/v1.8/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/98935 │        │ local.ba │          │       │       │ by       │ ocs/che │
│ 280      │        │ sh       │          │       │       │ default  │ ckouts/ │
│          │        │          │          │       │       │ is FAIL  │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ test_st │
│          │        │          │          │       │       │          │ atus/pa │
│          │        │          │          │       │       │          │ ss_retu │
│          │        │          │          │       │       │          │ rncode. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ exit1_pa │ script │ generic. │ None     │ None  │ None  │ report   │ /home/d │
│ ss/946d8 │        │ local.ba │          │       │       │ exit 1   │ ocs/che │
│ da8      │        │ sh       │          │       │       │ as PASS  │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ test_st │
│          │        │          │          │       │       │          │ atus/pa │
│          │        │          │          │       │       │          │ ss_retu │
│          │        │          │          │       │       │          │ rncode. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 2   │ /home/d │
│ de_list_ │        │ local.ba │          │       │       │ failed   │ ocs/che │
│ mismatch │        │ sh       │          │       │       │ since it │ ckouts/ │
│ /310e982 │        │          │          │       │       │ failed   │ readthe │
│ 4        │        │          │          │       │       │ to match │ docs.or │
│          │        │          │          │       │       │ returnco │ g/user_ │
│          │        │          │          │       │       │ de 1     │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ test_st │
│          │        │          │          │       │       │          │ atus/pa │
│          │        │          │          │       │       │          │ ss_retu │
│          │        │          │          │       │       │          │ rncode. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 128 │ /home/d │
│ de_int_m │        │ local.ba │          │       │       │ matches  │ ocs/che │
│ atch/815 │        │ sh       │          │       │       │ returnco │ ckouts/ │
│ 74db7    │        │          │          │       │       │ de 128   │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ test_st │
│          │        │          │          │       │       │          │ atus/pa │
│          │        │          │          │       │       │          │ ss_retu │
│          │        │          │          │       │       │          │ rncode. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ exit1_fa │ script │ generic. │ None     │ None  │ None  │ exit 1   │ /home/d │
│ il/3861b │        │ local.ba │          │       │       │ by       │ ocs/che │
│ f4c      │        │ sh       │          │       │       │ default  │ ckouts/ │
│          │        │          │          │       │       │ is FAIL  │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ test_st │
│          │        │          │          │       │       │          │ atus/pa │
│          │        │          │          │       │       │          │ ss_retu │
│          │        │          │          │       │       │          │ rncode. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ exit1_pa │ script │ generic. │ None     │ None  │ None  │ report   │ /home/d │
│ ss/93315 │        │ local.ba │          │       │       │ exit 1   │ ocs/che │
│ 075      │        │ sh       │          │       │       │ as PASS  │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ test_st │
│          │        │          │          │       │       │          │ atus/pa │
│          │        │          │          │       │       │          │ ss_retu │
│          │        │          │          │       │       │          │ rncode. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 2   │ /home/d │
│ de_list_ │        │ local.ba │          │       │       │ failed   │ ocs/che │
│ mismatch │        │ sh       │          │       │       │ since it │ ckouts/ │
│ /c761d88 │        │          │          │       │       │ failed   │ readthe │
│ 0        │        │          │          │       │       │ to match │ docs.or │
│          │        │          │          │       │       │ returnco │ g/user_ │
│          │        │          │          │       │       │ de 1     │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ test_st │
│          │        │          │          │       │       │          │ atus/pa │
│          │        │          │          │       │       │          │ ss_retu │
│          │        │          │          │       │       │          │ rncode. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 128 │ /home/d │
│ de_int_m │        │ local.ba │          │       │       │ matches  │ ocs/che │
│ atch/72f │        │ sh       │          │       │       │ returnco │ ckouts/ │
│ eb825    │        │          │          │       │       │ de 128   │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ test_st │
│          │        │          │          │       │       │          │ atus/pa │
│          │        │          │          │       │       │          │ ss_retu │
│          │        │          │          │       │       │          │ rncode. │
│          │        │          │          │       │       │          │ yml     │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
exit1_fail/98935280: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_fail/98935280
exit1_pass/946d8da8: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_pass/946d8da8
returncode_list_mismatch/310e9824: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/310e9824
returncode_int_match/81574db7: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/returncode_int_match/81574db7
exit1_fail/3861bf4c: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_fail/3861bf4c
exit1_pass/93315075: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_pass/93315075
returncode_list_mismatch/c761d880: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/c761d880
returncode_int_match/72feb825: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/returncode_int_match/72feb825
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
exit1_fail/98935280 does not have any dependencies adding test to queue
exit1_fail/3861bf4c does not have any dependencies adding test to queue
returncode_list_mismatch/c761d880 does not have any dependencies adding test to queue
exit1_pass/93315075 does not have any dependencies adding test to queue
exit1_pass/946d8da8 does not have any dependencies adding test to queue
returncode_int_match/81574db7 does not have any dependencies adding test to queue
returncode_int_match/72feb825 does not have any dependencies adding test to queue
returncode_list_mismatch/310e9824 does not have any dependencies adding test to queue
      Builders Eligible to Run       
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                           ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ exit1_fail/98935280               │
│ exit1_fail/3861bf4c               │
│ returncode_list_mismatch/c761d880 │
│ exit1_pass/93315075               │
│ exit1_pass/946d8da8               │
│ returncode_int_match/81574db7     │
│ returncode_int_match/72feb825     │
│ returncode_list_mismatch/310e9824 │
└───────────────────────────────────┘
exit1_fail/98935280: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_fail/98935280/stage
exit1_fail/98935280: Running Test via command: bash exit1_fail_build.sh
exit1_fail/98935280: failed to submit job with returncode: 1
──────────────────── Error Message for exit1_fail/98935280 ─────────────────────

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

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

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

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

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

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

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

returncode_list_mismatch/310e9824: Detected failure in running test, will attempt to retry test: 1 times
returncode_list_mismatch/310e9824: Run - 1/1
returncode_list_mismatch/310e9824: Running Test via command: bash returncode_list_mismatch_build.sh
returncode_list_mismatch/310e9824: failed to submit job with returncode: 2
returncode_list_mismatch/310e9824: Test completed in 0.023394 seconds with returncode: 2
returncode_list_mismatch/310e9824: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/310e9824/returncode_list_mismatch.out
returncode_list_mismatch/310e9824: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/310e9824/returncode_list_mismatch.err
returncode_list_mismatch/310e9824: Checking returncode - 2 is matched in list [1, 3]
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ exit1_pass/946d8da8     │ generic.local.bash │ PASS   │ 1          │ 0.023   │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ returncode_list_mismatc │ generic.local.bash │ FAIL   │ 2          │ 0.023   │
│ h/310e9824              │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ returncode_list_mismatc │ generic.local.bash │ FAIL   │ 2          │ 0.023   │
│ h/c761d880              │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ returncode_int_match/72 │ generic.local.bash │ PASS   │ 128        │ 0.024   │
│ feb825                  │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ returncode_int_match/81 │ generic.local.bash │ PASS   │ 128        │ 0.024   │
│ 574db7                  │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ exit1_fail/98935280     │ generic.local.bash │ FAIL   │ 1          │ 0.023   │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ exit1_fail/3861bf4c     │ generic.local.bash │ FAIL   │ 1          │ 0.023   │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ exit1_pass/93315075     │ generic.local.bash │ PASS   │ 1          │ 0.023   │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



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


Adding 8 test results to /tmp/tmpal36pp10/var/report.json
Writing Logfile to /tmp/tmpal36pp10/var/logs/buildtest_lrodrs2y.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/v1.8/bi │
│ n/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 0x7fa28c36af70>                       │ │
│ │             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/v1.8/bu │
│ ildtest/main.py:148 in main                                                  │
│                                                                              │
│   145 │   if args.subcommands in ["build", "bd"]:                            │
│   146 │   │   stdout_file = tempfile.NamedTemporaryFile(delete=True, suffix= │
│   147 │   │   with Tee(stdout_file.name):                                    │
│ ❱ 148 │   │   │   cmd = BuildTest(                                           │
│   149 │   │   │   │   configuration=configuration,                           │
│   150 │   │   │   │   buildspecs=args.buildspec,                             │
│   151 │   │   │   │   exclude_buildspecs=args.exclude,                       │
│                                                                              │
│ ╭───────────────────────────────── locals ─────────────────────────────────╮ │
│ │             args = Namespace(account=None,                               │ │
│ │                    buildspec=['tutorials/test_status/pass_returncode.ym… │ │
│ │                    color=None, configfile=None, debug=False,             │ │
│ │                    editor=None, exclude=None, exclude_tags=None,         │ │
│ │                    executor=None, executor_type=None, filter=None,       │ │
│ │                    helpcolor=False, helpfilter=False, limit=None,        │ │
│ │                    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, │ │
│ │                    stage=None, subcommands='build', tags=None,           │ │
│ │                    testdir=None, timeout=None, unload_modules=None,      │ │
│ │                    view_log=False)                                       │ │
│ │ buildtest_editor = '/usr/bin/vim'                                        │ │
│ │      config_file = None                                                  │ │
│ │    configuration = <buildtest.config.SiteConfiguration object at         │ │
│ │                    0x7fa28a4fe790>                                       │ │
│ │           logger = <Logger buildtest (DEBUG)>                            │ │
│ │         no_color = False                                                 │ │
│ │           parser = <buildtest.cli.BuildTestParser object at              │ │
│ │                    0x7fa28c40ea90>                                       │ │
│ │      report_file = None                                                  │ │
│ │      stdout_file = <tempfile._TemporaryFileWrapper object at             │ │
│ │                    0x7fa28a5376a0>                                       │ │
│ │           system = <buildtest.system.BuildTestSystem object at           │ │
│ │                    0x7fa28a4fe250>                                       │ │
│ ╰──────────────────────────────────────────────────────────────────────────╯ │
│                                                                              │
│ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/bu │
│ ildtest/cli/build.py:629 in __init__                                         │
│                                                                              │
│    626 │   │   │   │   raise BuildTestError(f"{rebuild} is not of type int") │
│    627 │   │   │                                                             │
│    628 │   │   │   if rebuild > 50:                                          │
│ ❱  629 │   │   │   │   raise BuildTestError(                                 │
│    630 │   │   │   │   │   f"--rebuild {rebuild} exceeds maximum rebuild lim │
│    631 │   │   │   │   )                                                     │
│    632                                                                       │
│                                                                              │
│ ╭───────────────────────────────── locals ─────────────────────────────────╮ │
│ │            account = None                                                │ │
│ │           arg_name = None                                                │ │
│ │         buildspecs = ['tutorials/test_status/pass_returncode.yml']       │ │
│ │   buildtest_system = <buildtest.system.BuildTestSystem object at         │ │
│ │                      0x7fa28a4fe250>                                     │ │
│ │      configuration = <buildtest.config.SiteConfiguration object at       │ │
│ │                      0x7fa28a4fe790>                                     │ │
│ │ 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            │ │
│ │                      0x7fa28a4d2040>                                     │ │
│ │              stage = None                                                │ │
│ │               tags = None                                                │ │
│ │            testdir = None                                                │ │
│ │            timeout = None                                                │ │
│ │     unload_modules = None                                                │ │
│ ╰──────────────────────────────────────────────────────────────────────────╯ │
╰──────────────────────────────────────────────────────────────────────────────╯
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-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:25:06                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/tu ║
║ torials/test_status/pass_returncode.yml                                      ║
╚══════════════════════════════════════════════════════════════════════════════╝


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/v1.8/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/1381d │        │ local.ba │          │       │       │ by       │ ocs/che │
│ 379      │        │ sh       │          │       │       │ default  │ ckouts/ │
│          │        │          │          │       │       │ is FAIL  │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ test_st │
│          │        │          │          │       │       │          │ atus/pa │
│          │        │          │          │       │       │          │ ss_retu │
│          │        │          │          │       │       │          │ rncode. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ exit1_pa │ script │ generic. │ None     │ None  │ None  │ report   │ /home/d │
│ ss/03197 │        │ local.ba │          │       │       │ exit 1   │ ocs/che │
│ 0cd      │        │ sh       │          │       │       │ as PASS  │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ test_st │
│          │        │          │          │       │       │          │ atus/pa │
│          │        │          │          │       │       │          │ ss_retu │
│          │        │          │          │       │       │          │ rncode. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 2   │ /home/d │
│ de_list_ │        │ local.ba │          │       │       │ failed   │ ocs/che │
│ mismatch │        │ sh       │          │       │       │ since it │ ckouts/ │
│ /5d1bd84 │        │          │          │       │       │ failed   │ readthe │
│ 1        │        │          │          │       │       │ to match │ docs.or │
│          │        │          │          │       │       │ returnco │ g/user_ │
│          │        │          │          │       │       │ de 1     │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ test_st │
│          │        │          │          │       │       │          │ atus/pa │
│          │        │          │          │       │       │          │ ss_retu │
│          │        │          │          │       │       │          │ rncode. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 128 │ /home/d │
│ de_int_m │        │ local.ba │          │       │       │ matches  │ ocs/che │
│ atch/c73 │        │ sh       │          │       │       │ returnco │ ckouts/ │
│ 6548a    │        │          │          │       │       │ de 128   │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ test_st │
│          │        │          │          │       │       │          │ atus/pa │
│          │        │          │          │       │       │          │ ss_retu │
│          │        │          │          │       │       │          │ rncode. │
│          │        │          │          │       │       │          │ yml     │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
exit1_fail/1381d379: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_fail/1381d379
exit1_pass/031970cd: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_pass/031970cd
returncode_list_mismatch/5d1bd841: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/5d1bd841
returncode_int_match/c736548a: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/returncode_int_match/c736548a
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
returncode_list_mismatch/5d1bd841 does not have any dependencies adding test to queue
exit1_fail/1381d379 does not have any dependencies adding test to queue
returncode_int_match/c736548a does not have any dependencies adding test to queue
exit1_pass/031970cd does not have any dependencies adding test to queue
      Builders Eligible to Run       
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                           ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ returncode_list_mismatch/5d1bd841 │
│ exit1_fail/1381d379               │
│ returncode_int_match/c736548a     │
│ exit1_pass/031970cd               │
└───────────────────────────────────┘
returncode_list_mismatch/5d1bd841: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/returncode_list_mismatch/5d1bd841/stage
returncode_list_mismatch/5d1bd841: Running Test via command: bash returncode_list_mismatch_build.sh
returncode_list_mismatch/5d1bd841: failed to submit job with returncode: 2
───────────── Error Message for returncode_list_mismatch/5d1bd841 ──────────────

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

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

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

exit1_pass/031970cd: Detected failure in running test, will attempt to retry test: 1 times
exit1_pass/031970cd: Run - 1/1
exit1_pass/031970cd: Running Test via command: bash exit1_pass_build.sh
exit1_pass/031970cd: failed to submit job with returncode: 1
exit1_pass/031970cd: Test completed in 0.022475 seconds with returncode: 1
exit1_pass/031970cd: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_pass/031970cd/exit1_pass.out
exit1_pass/031970cd: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_pass/031970cd/exit1_pass.err
exit1_pass/031970cd: Checking returncode - 1 is matched in list [1]
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ exit1_fail/1381d379     │ generic.local.bash │ FAIL   │ 1          │ 0.023   │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ returncode_list_mismatc │ generic.local.bash │ FAIL   │ 2          │ 0.024   │
│ h/5d1bd841              │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ returncode_int_match/c7 │ generic.local.bash │ PASS   │ 128        │ 0.023   │
│ 36548a                  │                    │        │            │         │
├─────────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ exit1_pass/031970cd     │ generic.local.bash │ PASS   │ 1          │ 0.022   │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



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


Adding 4 test results to /tmp/tmpal36pp10/var/report.json
Writing Logfile to /tmp/tmpal36pp10/var/logs/buildtest_jvosd2wc.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-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:25:07                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/tu ║
║ torials/test_status/pass_returncode.yml                                      ║
╚══════════════════════════════════════════════════════════════════════════════╝


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/v1.8/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/349f2 │        │ local.ba │          │       │       │ by       │ ocs/che │
│ aab      │        │ sh       │          │       │       │ default  │ ckouts/ │
│          │        │          │          │       │       │ is FAIL  │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ test_st │
│          │        │          │          │       │       │          │ atus/pa │
│          │        │          │          │       │       │          │ ss_retu │
│          │        │          │          │       │       │          │ rncode. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ exit1_pa │ script │ generic. │ None     │ None  │ None  │ report   │ /home/d │
│ ss/db550 │        │ local.ba │          │       │       │ exit 1   │ ocs/che │
│ f62      │        │ sh       │          │       │       │ as PASS  │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ test_st │
│          │        │          │          │       │       │          │ atus/pa │
│          │        │          │          │       │       │          │ ss_retu │
│          │        │          │          │       │       │          │ rncode. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 2   │ /home/d │
│ de_list_ │        │ local.ba │          │       │       │ failed   │ ocs/che │
│ mismatch │        │ sh       │          │       │       │ since it │ ckouts/ │
│ /5e3fc1f │        │          │          │       │       │ failed   │ readthe │
│ 9        │        │          │          │       │       │ to match │ docs.or │
│          │        │          │          │       │       │ returnco │ g/user_ │
│          │        │          │          │       │       │ de 1     │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ test_st │
│          │        │          │          │       │       │          │ atus/pa │
│          │        │          │          │       │       │          │ ss_retu │
│          │        │          │          │       │       │          │ rncode. │
│          │        │          │          │       │       │          │ yml     │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ returnco │ script │ generic. │ None     │ None  │ None  │ exit 128 │ /home/d │
│ de_int_m │        │ local.ba │          │       │       │ matches  │ ocs/che │
│ atch/479 │        │ sh       │          │       │       │ returnco │ ckouts/ │
│ 73972    │        │          │          │       │       │ de 128   │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ test_st │
│          │        │          │          │       │       │          │ atus/pa │
│          │        │          │          │       │       │          │ ss_retu │
│          │        │          │          │       │       │          │ rncode. │
│          │        │          │          │       │       │          │ yml     │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
Limit number of tests to 2 for Building and Running. 
──────────────────────────────── Building Test ─────────────────────────────────
exit1_fail/349f2aab: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_fail/349f2aab
exit1_pass/db550f62: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_pass/db550f62
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
exit1_fail/349f2aab does not have any dependencies adding test to queue
exit1_pass/db550f62 does not have any dependencies adding test to queue
Builders Eligible to Run
┏━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder             ┃
┡━━━━━━━━━━━━━━━━━━━━━┩
│ exit1_fail/349f2aab │
│ exit1_pass/db550f62 │
└─────────────────────┘
exit1_fail/349f2aab: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/pass_returncode/exit1_fail/349f2aab/stage
exit1_fail/349f2aab: Running Test via command: bash exit1_fail_build.sh
exit1_fail/349f2aab: failed to submit job with returncode: 1
──────────────────── Error Message for exit1_fail/349f2aab ─────────────────────

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

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



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


Adding 2 test results to /tmp/tmpal36pp10/var/report.json
Writing Logfile to /tmp/tmpal36pp10/var/logs/buildtest_2cycxk3q.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 ...]]
                                            [--limit LIMIT]
                                            [--max-jobs MAX_JOBS]
                                            [--remove-stagedir]
                                            [--rebuild REBUILD]
                                            [--retry RETRY] [-s {parse,build}]
                                            [--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-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:25:09                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/tu ║
║ torials/vars.yml                                                             ║
╚══════════════════════════════════════════════════════════════════════════════╝


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/v1.8/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/5 │        │ local.ba │          │       │       │ shell    │ ocs/che │
│ a6a3a8d  │        │ sh       │          │       │       │ variable │ ckouts/ │
│          │        │          │          │       │       │ s in     │ readthe │
│          │        │          │          │       │       │ bash     │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ vars.ym │
│          │        │          │          │       │       │          │ l       │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
variables_bash/5a6a3a8d: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/vars/variables_bash/5a6a3a8d
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
variables_bash/5a6a3a8d does not have any dependencies adding test to queue
 Builders Eligible to Run  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                 ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ variables_bash/5a6a3a8d │
└─────────────────────────┘
variables_bash/5a6a3a8d: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/vars/variables_bash/5a6a3a8d/stage
variables_bash/5a6a3a8d: Running Test via command: bash variables_bash_build.sh
variables_bash/5a6a3a8d: Test completed in 0.014816 seconds with returncode: 0
variables_bash/5a6a3a8d: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/vars/variables_bash/5a6a3a8d/variables_bash.out
variables_bash/5a6a3a8d: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/vars/variables_bash/5a6a3a8d/variables_bash.err
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ variables_bash/5a6a3a8d │ generic.local.bash │ PASS   │ 0          │ 0.015   │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



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


Adding 1 test results to /tmp/tmpal36pp10/var/report.json
Writing Logfile to /tmp/tmpal36pp10/var/logs/buildtest_u5_fcqj6.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/tmpal36pp10/var/rerun.json all other options will be ignored.
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:25:10                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/tu ║
║ torials/vars.yml                                                             ║
╚══════════════════════════════════════════════════════════════════════════════╝


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/v1.8/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/a │        │ local.ba │          │       │       │ shell    │ ocs/che │
│ 159b5a8  │        │ sh       │          │       │       │ variable │ ckouts/ │
│          │        │          │          │       │       │ s in     │ readthe │
│          │        │          │          │       │       │ bash     │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ vars.ym │
│          │        │          │          │       │       │          │ l       │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
variables_bash/a159b5a8: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/vars/variables_bash/a159b5a8
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
variables_bash/a159b5a8 does not have any dependencies adding test to queue
 Builders Eligible to Run  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                 ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ variables_bash/a159b5a8 │
└─────────────────────────┘
variables_bash/a159b5a8: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/vars/variables_bash/a159b5a8/stage
variables_bash/a159b5a8: Running Test via command: bash variables_bash_build.sh
variables_bash/a159b5a8: Test completed in 0.014744 seconds with returncode: 0
variables_bash/a159b5a8: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/vars/variables_bash/a159b5a8/variables_bash.out
variables_bash/a159b5a8: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/vars/variables_bash/a159b5a8/variables_bash.err
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ variables_bash/a159b5a8 │ generic.local.bash │ PASS   │ 0          │ 0.015   │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



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


Adding 1 test results to /tmp/tmpal36pp10/var/report.json
Writing Logfile to /tmp/tmpal36pp10/var/logs/buildtest_bex82viu.log

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

buildtest build --rerun -t python --stage=build
$ buildtest build --rerun -t python --stage=build
Reading content of rerun file /tmp/tmpal36pp10/var/rerun.json all other options will be ignored.
╭───────────────────────────── buildtest summary ──────────────────────────────╮
│                                                                              │
│ User:               docs                                                     │
│ Hostname:           build-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:25:11                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/tu ║
║ torials/vars.yml                                                             ║
╚══════════════════════════════════════════════════════════════════════════════╝


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/v1.8/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/2 │        │ local.ba │          │       │       │ shell    │ ocs/che │
│ e75a38c  │        │ sh       │          │       │       │ variable │ ckouts/ │
│          │        │          │          │       │       │ s in     │ readthe │
│          │        │          │          │       │       │ bash     │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ vars.ym │
│          │        │          │          │       │       │          │ l       │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
variables_bash/2e75a38c: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/vars/variables_bash/2e75a38c
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
variables_bash/2e75a38c does not have any dependencies adding test to queue
 Builders Eligible to Run  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder                 ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━┩
│ variables_bash/2e75a38c │
└─────────────────────────┘
variables_bash/2e75a38c: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/vars/variables_bash/2e75a38c/stage
variables_bash/2e75a38c: Running Test via command: bash variables_bash_build.sh
variables_bash/2e75a38c: Test completed in 0.014941 seconds with returncode: 0
variables_bash/2e75a38c: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/vars/variables_bash/2e75a38c/variables_bash.out
variables_bash/2e75a38c: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/vars/variables_bash/2e75a38c/variables_bash.err
                                  Test Summary                                  
┏━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder                 ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ variables_bash/2e75a38c │ generic.local.bash │ PASS   │ 0          │ 0.015   │
└─────────────────────────┴────────────────────┴────────┴────────────┴─────────┘



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


Adding 1 test results to /tmp/tmpal36pp10/var/report.json
Writing Logfile to /tmp/tmpal36pp10/var/logs/buildtest_dluk7de0.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-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:25:12                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/tu ║
║ torials/sleep.yml                                                            ║
╚══════════════════════════════════════════════════════════════════════════════╝


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/v1.8/tutorials/sleep.yml: VALID
Total builder objects created: 1
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descript ┃ buildsp ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ ion      ┃ ecs     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ sleep/8e │ script │ generic. │ None     │ None  │ None  │ sleep 2  │ /home/d │
│ 1d5b9a   │        │ local.ba │          │       │       │ seconds  │ ocs/che │
│          │        │ sh       │          │       │       │          │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ sleep.y │
│          │        │          │          │       │       │          │ ml      │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
sleep/8e1d5b9a: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/sleep/sleep/8e1d5b9a
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
sleep/8e1d5b9a does not have any dependencies adding test to queue
Builders Eligible to Run
┏━━━━━━━━━━━━━━━━┓
┃ Builder        ┃
┡━━━━━━━━━━━━━━━━┩
│ sleep/8e1d5b9a │
└────────────────┘
sleep/8e1d5b9a: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/sleep/sleep/8e1d5b9a/stage
sleep/8e1d5b9a: Running Test via command: bash sleep_build.sh
sleep/8e1d5b9a: failed to submit job with returncode: -9
─────────────────────── Error Message for sleep/8e1d5b9a ───────────────────────

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



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


Adding 1 test results to /tmp/tmpal36pp10/var/report.json
Writing Logfile to /tmp/tmpal36pp10/var/logs/buildtest_65b3569n.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-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:25:15                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/tu ║
║ torials/sleep.yml                                                            ║
╚══════════════════════════════════════════════════════════════════════════════╝


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/v1.8/tutorials/sleep.yml: VALID
Total builder objects created: 1
                            Builders by type=script                             
┏━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━━┳━━━━━━━┳━━━━━━━┳━━━━━━━━━━┳━━━━━━━━━┓
┃          ┃        ┃          ┃          ┃       ┃       ┃ descript ┃ buildsp ┃
┃ builder  ┃ type   ┃ executor ┃ compiler ┃ nodes ┃ procs ┃ ion      ┃ ecs     ┃
┡━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━━╇━━━━━━━╇━━━━━━━╇━━━━━━━━━━╇━━━━━━━━━┩
│ sleep/40 │ script │ generic. │ None     │ None  │ None  │ sleep 2  │ /home/d │
│ e72eb3   │        │ local.ba │          │       │       │ seconds  │ ocs/che │
│          │        │ sh       │          │       │       │          │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ sleep.y │
│          │        │          │          │       │       │          │ ml      │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
sleep/40e72eb3: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/sleep/sleep/40e72eb3
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
sleep/40e72eb3 does not have any dependencies adding test to queue
Builders Eligible to Run
┏━━━━━━━━━━━━━━━━┓
┃ Builder        ┃
┡━━━━━━━━━━━━━━━━┩
│ sleep/40e72eb3 │
└────────────────┘
sleep/40e72eb3: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/sleep/sleep/40e72eb3/stage
sleep/40e72eb3: Running Test via command: bash sleep_build.sh
sleep/40e72eb3: Test completed in 2.022668 seconds with returncode: 0
sleep/40e72eb3: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/sleep/sleep/40e72eb3/sleep.out
sleep/40e72eb3: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/sleep/sleep/40e72eb3/sleep.err
                             Test Summary                              
┏━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder        ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ sleep/40e72eb3 │ generic.local.bash │ PASS   │ 0          │ 2.023   │
└────────────────┴────────────────────┴────────┴────────────┴─────────┘



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


Adding 1 test results to /tmp/tmpal36pp10/var/report.json
Writing Logfile to /tmp/tmpal36pp10/var/logs/buildtest_spkmxmp8.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/tmpal36pp10/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/tmpal36pp10/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-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:25:19                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/tu ║
║ torials/python-hello.yml                                                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/python-shell.yml                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝
                            Buildspecs By Tag=python                            
╔══════════════════════════════════════════════════════════════════════════════╗
║ buildspec                                                                    ║
╟──────────────────────────────────────────────────────────────────────────────╢
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/python-hello.yml                                                     ║
║ /home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/tu ║
║ torials/python-shell.yml                                                     ║
╚══════════════════════════════════════════════════════════════════════════════╝


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/v1.8/tutorials/python-hello.yml: VALID
/home/docs/checkouts/readthedocs.org/user_builds/buildtest/checkouts/v1.8/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/6b4 │        │ local.ba │          │       │       │ World    │ ocs/che │
│ 34d44    │        │ sh       │          │       │       │ python   │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ python- │
│          │        │          │          │       │       │          │ hello.y │
│          │        │          │          │       │       │          │ ml      │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ circle_a │ script │ generic. │ None     │ None  │ None  │ Calculat │ /home/d │
│ rea/bebd │        │ local.ba │          │       │       │ e circle │ ocs/che │
│ 231a     │        │ sh       │          │       │       │ of area  │ ckouts/ │
│          │        │          │          │       │       │ given a  │ readthe │
│          │        │          │          │       │       │ radius   │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ python- │
│          │        │          │          │       │       │          │ shell.y │
│          │        │          │          │       │       │          │ ml      │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
python_hello/6b434d44: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/python-hello/python_hello/6b434d44
circle_area/bebd231a: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/python-shell/circle_area/bebd231a
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
circle_area/bebd231a does not have any dependencies adding test to queue
python_hello/6b434d44 does not have any dependencies adding test to queue
Builders Eligible to Run 
┏━━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder               ┃
┡━━━━━━━━━━━━━━━━━━━━━━━┩
│ python_hello/6b434d44 │
│ circle_area/bebd231a  │
└───────────────────────┘
python_hello/6b434d44: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/python-hello/python_hello/6b434d44/stage
python_hello/6b434d44: Running Test via command: bash python_hello_build.sh
python_hello/6b434d44: Test completed in 0.051794 seconds with returncode: 0
python_hello/6b434d44: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/python-hello/python_hello/6b434d44/python_hello.out
python_hello/6b434d44: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/python-hello/python_hello/6b434d44/python_hello.err
circle_area/bebd231a: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/python-shell/circle_area/bebd231a/stage
circle_area/bebd231a: Running Test via command: bash circle_area_build.sh
circle_area/bebd231a: Test completed in 0.049236 seconds with returncode: 0
circle_area/bebd231a: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/python-shell/circle_area/bebd231a/circle_area.out
circle_area/bebd231a: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/python-shell/circle_area/bebd231a/circle_area.err
                                 Test Summary                                 
┏━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder               ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ python_hello/6b434d44 │ generic.local.bash │ PASS   │ 0          │ 0.052   │
├───────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ circle_area/bebd231a  │ generic.local.bash │ PASS   │ 0          │ 0.049   │
└───────────────────────┴────────────────────┴────────┴────────────┴─────────┘



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


Adding 2 test results to /tmp/tmpal36pp10/var/report.json
Writing Logfile to /tmp/tmpal36pp10/var/logs/buildtest_xu2cw5bx.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-23444607-project-280831-buildtest                  │
│ Platform:           Linux                                                    │
│ Current Time:       2024/02/14 17:25:20                                      │
│ buildtest path:     /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ buildtest version:  1.7                                                      │
│ python path:        /home/docs/checkouts/readthedocs.org/user_builds/buildte │
│ python version:     3.8.18                                                   │
│ Configuration File: /tmp/tmpal36pp10/config.yml                              │
│ Test Directory:     /tmp/tmpal36pp10/var/tests                               │
│ Report File:        /tmp/tmpal36pp10/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/v1.8/tu ║
║ torials/hello_world.yml                                                      ║
╚══════════════════════════════════════════════════════════════════════════════╝


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/v1.8/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/cdf2 │        │ local.ba │          │       │       │ world    │ ocs/che │
│ ec37     │        │ sh       │          │       │       │ example  │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ hello_w │
│          │        │          │          │       │       │          │ orld.ym │
│          │        │          │          │       │       │          │ l       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ hello_wo │ script │ generic. │ None     │ None  │ None  │ hello    │ /home/d │
│ rld/84b9 │        │ local.ba │          │       │       │ world    │ ocs/che │
│ 13db     │        │ sh       │          │       │       │ example  │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ hello_w │
│          │        │          │          │       │       │          │ orld.ym │
│          │        │          │          │       │       │          │ l       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ hello_wo │ script │ generic. │ None     │ None  │ None  │ hello    │ /home/d │
│ rld/e85a │        │ local.ba │          │       │       │ world    │ ocs/che │
│ 9634     │        │ sh       │          │       │       │ example  │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ hello_w │
│          │        │          │          │       │       │          │ orld.ym │
│          │        │          │          │       │       │          │ l       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ hello_wo │ script │ generic. │ None     │ None  │ None  │ hello    │ /home/d │
│ rld/d32e │        │ local.ba │          │       │       │ world    │ ocs/che │
│ 7e66     │        │ sh       │          │       │       │ example  │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ hello_w │
│          │        │          │          │       │       │          │ orld.ym │
│          │        │          │          │       │       │          │ l       │
├──────────┼────────┼──────────┼──────────┼───────┼───────┼──────────┼─────────┤
│ hello_wo │ script │ generic. │ None     │ None  │ None  │ hello    │ /home/d │
│ rld/7668 │        │ local.ba │          │       │       │ world    │ ocs/che │
│ eeab     │        │ sh       │          │       │       │ example  │ ckouts/ │
│          │        │          │          │       │       │          │ readthe │
│          │        │          │          │       │       │          │ docs.or │
│          │        │          │          │       │       │          │ g/user_ │
│          │        │          │          │       │       │          │ builds/ │
│          │        │          │          │       │       │          │ buildte │
│          │        │          │          │       │       │          │ st/chec │
│          │        │          │          │       │       │          │ kouts/v │
│          │        │          │          │       │       │          │ 1.8/tut │
│          │        │          │          │       │       │          │ orials/ │
│          │        │          │          │       │       │          │ hello_w │
│          │        │          │          │       │       │          │ orld.ym │
│          │        │          │          │       │       │          │ l       │
└──────────┴────────┴──────────┴──────────┴───────┴───────┴──────────┴─────────┘
──────────────────────────────── Building Test ─────────────────────────────────
hello_world/cdf2ec37: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/hello_world/hello_world/cdf2ec37
hello_world/84b913db: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/hello_world/hello_world/84b913db
hello_world/e85a9634: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/hello_world/hello_world/e85a9634
hello_world/d32e7e66: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/hello_world/hello_world/d32e7e66
hello_world/7668eeab: Creating Test Directory: /tmp/tmpal36pp10/var/tests/generic.local.bash/hello_world/hello_world/7668eeab
──────────────────────────────── Running Tests ─────────────────────────────────
Spawning 1 processes for processing builders
───────────────────────────────── Iteration 1 ──────────────────────────────────
hello_world/cdf2ec37 does not have any dependencies adding test to queue
hello_world/d32e7e66 does not have any dependencies adding test to queue
hello_world/e85a9634 does not have any dependencies adding test to queue
hello_world/84b913db does not have any dependencies adding test to queue
hello_world/7668eeab does not have any dependencies adding test to queue
Builders Eligible to Run
┏━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder              ┃
┡━━━━━━━━━━━━━━━━━━━━━━┩
│ hello_world/cdf2ec37 │
│ hello_world/d32e7e66 │
└──────────────────────┘
hello_world/cdf2ec37: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/hello_world/hello_world/cdf2ec37/stage
hello_world/cdf2ec37: Running Test via command: bash hello_world_build.sh
hello_world/cdf2ec37: Test completed in 0.008989 seconds with returncode: 0
hello_world/cdf2ec37: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/hello_world/hello_world/cdf2ec37/hello_world.out
hello_world/cdf2ec37: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/hello_world/hello_world/cdf2ec37/hello_world.err
hello_world/d32e7e66: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/hello_world/hello_world/d32e7e66/stage
hello_world/d32e7e66: Running Test via command: bash hello_world_build.sh
hello_world/d32e7e66: Test completed in 0.008948 seconds with returncode: 0
hello_world/d32e7e66: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/hello_world/hello_world/d32e7e66/hello_world.out
hello_world/d32e7e66: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/hello_world/hello_world/d32e7e66/hello_world.err
───────────────────────────────── Iteration 2 ──────────────────────────────────
hello_world/e85a9634 does not have any dependencies adding test to queue
hello_world/84b913db does not have any dependencies adding test to queue
hello_world/7668eeab does not have any dependencies adding test to queue
Builders Eligible to Run
┏━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder              ┃
┡━━━━━━━━━━━━━━━━━━━━━━┩
│ hello_world/84b913db │
│ hello_world/e85a9634 │
└──────────────────────┘
hello_world/84b913db: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/hello_world/hello_world/84b913db/stage
hello_world/84b913db: Running Test via command: bash hello_world_build.sh
hello_world/84b913db: Test completed in 0.008459 seconds with returncode: 0
hello_world/84b913db: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/hello_world/hello_world/84b913db/hello_world.out
hello_world/84b913db: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/hello_world/hello_world/84b913db/hello_world.err
hello_world/e85a9634: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/hello_world/hello_world/e85a9634/stage
hello_world/e85a9634: Running Test via command: bash hello_world_build.sh
hello_world/e85a9634: Test completed in 0.008592 seconds with returncode: 0
hello_world/e85a9634: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/hello_world/hello_world/e85a9634/hello_world.out
hello_world/e85a9634: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/hello_world/hello_world/e85a9634/hello_world.err
───────────────────────────────── Iteration 3 ──────────────────────────────────
hello_world/7668eeab does not have any dependencies adding test to queue
Builders Eligible to Run
┏━━━━━━━━━━━━━━━━━━━━━━┓
┃ Builder              ┃
┡━━━━━━━━━━━━━━━━━━━━━━┩
│ hello_world/7668eeab │
└──────────────────────┘
hello_world/7668eeab: Current Working Directory : /tmp/tmpal36pp10/var/tests/generic.local.bash/hello_world/hello_world/7668eeab/stage
hello_world/7668eeab: Running Test via command: bash hello_world_build.sh
hello_world/7668eeab: Test completed in 0.008842 seconds with returncode: 0
hello_world/7668eeab: Writing output file -  /tmp/tmpal36pp10/var/tests/generic.local.bash/hello_world/hello_world/7668eeab/hello_world.out
hello_world/7668eeab: Writing error file - /tmp/tmpal36pp10/var/tests/generic.local.bash/hello_world/hello_world/7668eeab/hello_world.err
                                Test Summary                                 
┏━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━━━━━━┳━━━━━━━━━┓
┃ builder              ┃ executor           ┃ status ┃ returncode ┃ runtime ┃
┡━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━━━━━━╇━━━━━━━━━┩
│ hello_world/84b913db │ generic.local.bash │ PASS   │ 0          │ 0.008   │
├──────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ hello_world/cdf2ec37 │ generic.local.bash │ PASS   │ 0          │ 0.009   │
├──────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ hello_world/d32e7e66 │ generic.local.bash │ PASS   │ 0          │ 0.009   │
├──────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ hello_world/e85a9634 │ generic.local.bash │ PASS   │ 0          │ 0.009   │
├──────────────────────┼────────────────────┼────────┼────────────┼─────────┤
│ hello_world/7668eeab │ generic.local.bash │ PASS   │ 0          │ 0.009   │
└──────────────────────┴────────────────────┴────────┴────────────┴─────────┘



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


Adding 5 test results to /tmp/tmpal36pp10/var/report.json
Writing Logfile to /tmp/tmpal36pp10/var/logs/buildtest_h259ht38.log