==> Building on minun ==> Checking for remote environment... ==> Syncing package to remote host... sending incremental file list ./ .SRCINFO 632 100% 0.00kB/s 0:00:00 632 100% 0.00kB/s 0:00:00 (xfr#1, to-chk=3/5) .nvchecker.toml 139 100% 135.74kB/s 0:00:00 139 100% 135.74kB/s 0:00:00 (xfr#2, to-chk=2/5) PKGBUILD 1,400 78% 1.34MB/s 0:00:00 1,788 100% 1.71MB/s 0:00:00 (xfr#3, to-chk=1/5) bats-1.11.0-2.log 331 100% 323.24kB/s 0:00:00 331 100% 323.24kB/s 0:00:00 (xfr#4, to-chk=0/5) sent 1,314 bytes received 125 bytes 959.33 bytes/sec total size is 2,751 speedup is 1.91 ==> Running extra-riscv64-build -- -d /home/felix/packages/riscv64-pkg-cache:/var/cache/pacman/pkg -l root26 on remote host... [?25l:: Synchronizing package databases... core downloading... extra downloading... :: Starting full system upgrade... there is nothing to do [?25h==> Building in chroot for [extra] (riscv64)... ==> Synchronizing chroot copy [/var/lib/archbuild/extra-riscv64/root] -> [root26]...done ==> Making package: bats 1.11.0-2 (Mon Apr 8 20:01:34 2024) ==> Retrieving sources...  -> Found bats-1.11.0.tar.gz ==> Validating source files with sha256sums... bats-1.11.0.tar.gz ... Passed ==> Validating source files with b2sums... bats-1.11.0.tar.gz ... Passed ==> Making package: bats 1.11.0-2 (Mon Apr 8 20:01:52 2024) ==> Checking runtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Package (2) New Version Net Change core/procps-ng 4.0.4-3 2.25 MiB extra/parallel 20240322-1 0.87 MiB Total Installed Size: 3.12 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing procps-ng... installing parallel... Optional dependencies for parallel parallel-docs: documentation [?25h==> Checking buildtime dependencies... ==> Retrieving sources...  -> Found bats-1.11.0.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources...  -> Extracting bats-1.11.0.tar.gz with bsdtar ==> Starting prepare()... renamed 'libexec/bats-core/bats' -> 'lib/bats-core/bats' renamed 'libexec/bats-core/bats-exec-file' -> 'lib/bats-core/bats-exec-file' renamed 'libexec/bats-core/bats-exec-suite' -> 'lib/bats-core/bats-exec-suite' renamed 'libexec/bats-core/bats-exec-test' -> 'lib/bats-core/bats-exec-test' renamed 'libexec/bats-core/bats-format-cat' -> 'lib/bats-core/bats-format-cat' renamed 'libexec/bats-core/bats-format-junit' -> 'lib/bats-core/bats-format-junit' renamed 'libexec/bats-core/bats-format-pretty' -> 'lib/bats-core/bats-format-pretty' renamed 'libexec/bats-core/bats-format-tap' -> 'lib/bats-core/bats-format-tap' renamed 'libexec/bats-core/bats-format-tap13' -> 'lib/bats-core/bats-format-tap13' renamed 'libexec/bats-core/bats-gather-tests' -> 'lib/bats-core/bats-gather-tests' renamed 'libexec/bats-core/bats-preprocess' -> 'lib/bats-core/bats-preprocess' ==> Starting check()... 1..453 ok 1 no arguments prints message and usage instructions ok 2 invalid option prints message and usage instructions ok 3 -v and --version print version number ok 4 -h and --help print help ok 5 invalid filename prints an error ok 6 empty test file runs zero tests ok 7 one passing test ok 8 summary passing tests ok 9 summary passing and skipping tests ok 10 summary passing and failing tests ok 11 summary passing, failing and skipping tests ok 12 BATS_CWD is correctly set to PWD as validated by bats_trim_filename ok 13 one failing test ok 14 one failing and one passing test ok 15 failing test with significant status ok 16 failing helper function logs the test case's line number ok 17 failing bash condition logs correct line number ok 18 failing bash expression logs correct line number ok 19 failing negated command logs correct line number ok 20 test environments are isolated ok 21 setup is run once before each test ok 22 teardown is run once after each test, even if it fails ok 23 setup failure ok 24 passing test with teardown failure ok 25 failing test with teardown failure ok 26 teardown failure with significant status ok 27 failing test file outside of BATS_CWD ok 28 output is discarded for passing tests and printed for failing tests ok 29 -c prints the number of tests ok 30 dash-e is not mangled on beginning of line ok 31 dos line endings are stripped before testing ok 32 test file without trailing newline ok 33 skipped tests ok 34 extended syntax ok 35 timing syntax ok 36 extended timing syntax ok 37 time is greater than 0ms for long test ok 38 single-line tests ok 39 testing IFS not modified by run ok 40 expand variables in test name ok 41 handle quoted and unquoted test names ok 42 ensure compatibility with unofficial Bash strict mode ok 43 parse @test lines with various whitespace combinations ok 44 duplicate tests error and generate a warning on stderr ok 45 sourcing a nonexistent file in setup produces error output ok 46 referencing unset parameter in setup produces error output ok 47 sourcing a nonexistent file in test produces error output ok 48 referencing unset parameter in test produces error output ok 49 sourcing a nonexistent file in teardown produces error output ok 50 referencing unset parameter in teardown produces error output ok 51 execute exported function without breaking failing test output ok 52 output printed even when no final newline ok 53 run tests which consume stdin (see #197) ok 54 report correct line on unset variables ok 55 report correct line on external function calls ok 56 test count validator catches mismatch and returns non zero ok 57 running the same file twice runs its tests twice without errors ok 58 Don't use unbound variables inside bats (issue #340) ok 59 filenames with tab can be used ok 60 each file is evaluated n+1 times ok 61 Don't hang on CTRL-C (issue #353) ok 62 test comment style ok 63 test works even if PATH is reset ok 64 Test nounset does not trip up bats' internals (see #385) ok 65 run tmpdir is cleaned up by default ok 66 run tmpdir is not cleanup up with --no-cleanup-tempdir ok 67 run should exit if tmpdir exist ok 68 run should exit if TMPDIR can't be created ok 69 Fail if BATS_TMPDIR does not exist or is not writable ok 70 Setting BATS_TMPDIR is ignored ok 71 Parallel mode works on MacOS with over subscription (issue #433) ok 72 Failure in free code (see #399) ok 73 CTRL-C aborts and fails the current test ok 74 CTRL-C aborts and fails the current run ok 75 CTRL-C aborts and fails after run ok 76 CTRL-C aborts and fails the current teardown ok 77 CTRL-C aborts and fails the current setup_file ok 78 CTRL-C aborts and fails the current teardown_file ok 79 single star in output is not treated as a glob ok 80 multiple stars in output are not treated as a glob ok 81 ensure all folders are shellchecked ok 82 BATS_RUN_COMMAND: test content of variable ok 83 --print-output-on-failure works as expected ok 84 --print-output-on-failure also shows stderr (for run --separate-stderr) ok 85 --show-output-of-passing-tests works as expected ok 86 --verbose-run prints output ok 87 BATS_VERBOSE_RUN=1 also prints output ok 88 --gather-test-outputs-in gathers outputs of all tests (even succeeding!) ok 89 --gather-test-outputs-in allows directory to exist (only if empty) ok 90 --gather-test-output-in works with slashes in test names ok 91 Tell about missing flock and shlock # skip this test requires flock not to be installed ok 92 Test with a name that is waaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaay too long # skip This test should only check if the long name chokes bats' internals during execution ok 93 BATS_CODE_QUOTE_STYLE works with any two characters (even unicode) ok 94 BATS_CODE_QUOTE_STYLE=custom requires BATS_CODE_QUOTE_BEGIN/END ok 95 Warn about invalid BATS_CODE_QUOTE_STYLE ok 96 Debug trap must only override variables that are prefixed with BATS_ (issue #519) ok 97 Don't wait for disowned background jobs to finish because of open FDs (#205) ok 98 Allow for prefixing tests' names with BATS_TEST_NAME_PREFIX ok 99 Setting status in teardown* does not override exit code (see issue #575) ok 100 BATS_* variables don't contain double slashes ok 101 BATS_TEST_RETRIES allows for retrying tests ok 102 Exit code is zero after successful retry (see #660) ok 103 Error on invalid --line-reference-format ok 104 --line-reference-format switches format ok 105 Focus tests filter out other tests and override exit code for -c flag ok 106 Focus tests filter out other tests and override exit code ok 107 Focus tests with BATS_NO_FAIL_FOCUS_RUN=1 does not override exit code ok 108 Bats waits for report formatter to finish ok 109 Failing report formatter fails test run ok 110 Short opt unpacker rejects valued options ok 111 Test timing does not break when overriding date on path ok 112 dynamic test registration ok 113 IFS is preserved in all contexts ok 114 run bats_pipe with no commands ok 115 run bats_pipe with single command with no args ok 116 run bats_pipe with single command with no args with arg separator ok 117 run bats_pipe with single command with one arg ok 118 run bats_pipe with single command with two args ok 119 run bats_pipe with single command with two args with arg separator ok 120 run bats_pipe piping between two command with zero and zero args ok 121 run bats_pipe piping between two command with zero and zero args with arg separator ok 122 run bats_pipe piping between two command with zero and one args ok 123 run bats_pipe piping between two command with zero and two args ok 124 run bats_pipe piping between two command with zero and two args with arg separator ok 125 run bats_pipe piping between two command with one and zero args ok 126 run bats_pipe piping between two command with one and zero args with arg separator ok 127 run bats_pipe piping between two command with one with spaces and zero args ok 128 run bats_pipe piping between two command with one and one arg ok 129 run bats_pipe piping between two command with one with space and one arg with spaces ok 130 run bats_pipe piping between two command with one and two args ok 131 run bats_pipe piping between two command with one and two args with spaces ok 132 run bats_pipe piping between two command with two and zero args ok 133 run bats_pipe piping between two command with two and one args ok 134 run bats_pipe piping between two command with two and one args with spaces ok 135 run bats_pipe piping between two command with two and two args ok 136 run bats_pipe piping between two command with two and two args with spaces ok 137 run bats_pipe piping between three command with zero args each ok 138 run bats_pipe piping between three command with one arg each ok 139 run bats_pipe piping between three command with one arg each with arg separator ok 140 run bats_pipe piping between three command with two args each ok 141 run bats_pipe with leading | on single command ok 142 run bats_pipe with leading | on two piped commands ok 143 run bats_pipe with trailing | on single command ok 144 run bats_pipe with trailing | on two piped commands ok 145 run bats_pipe with consecutive |s after single command ok 146 run bats_pipe with consecutive |s between two piped commands ok 147 run bats_pipe with consecutive |s after two piped commands ok 148 run bats_pipe with consecutive |s between first pair of three piped commands ok 149 run bats_pipe with consecutive |s between second pair of three piped commands ok 150 run bats_pipe with consecutive |s after three piped commands ok 151 run bats_pipe with unknown arg ok 152 run bats_pipe for last error status and fail on first of two ok 153 run bats_pipe for last error status and fail on second of two ok 154 run bats_pipe for last error status and fail on both of two ok 155 run bats_pipe for last error status and fail on first of three ok 156 run bats_pipe for last error status and fail on second of three ok 157 run bats_pipe for last error status and fail on third of three ok 158 run bats_pipe for last error status and fail on first pair of three ok 159 run bats_pipe for last error status and fail on second pair of three ok 160 run bats_pipe for last error status and fail on all of three ok 161 run bats_pipe for 0th error status and fail on first of two ok 162 run bats_pipe for 0th error status and fail on first of two. using --returned-status ok 163 run bats_pipe for 0th error status and fail on first of two. using --returned-status= ok 164 run bats_pipe for 0th error status and fail on first of two. using --returned-status neg ok 165 run bats_pipe for 0th error status and fail on first of two. using --returned-status=neg ok 166 run bats_pipe for 0th error status and fail on first of two with arg separator ok 167 run bats_pipe for 0th error status and fail on first of two with arg separator. using --returned-status ok 168 run bats_pipe for 0th error status and fail on first of two with arg separator. using --returned-status= ok 169 run bats_pipe for 0th error status and fail on first of two with arg separator. using --returned-status neg ok 170 run bats_pipe for 0th error status and fail on first of two with arg separator. using --returned-status=neg ok 171 run bats_pipe for 0th error status and fail on second of two ok 172 run bats_pipe for 0th error status and fail on second of two. using --returned-status ok 173 run bats_pipe for 0th error status and fail on second of two. using --returned-status= ok 174 run bats_pipe for 0th error status and fail on second of two. using --returned-status neg ok 175 run bats_pipe for 0th error status and fail on second of two. using --returned-status=neg ok 176 run bats_pipe for 0th error status and fail on both of two ok 177 run bats_pipe for 0th error status and fail on first of three ok 178 run bats_pipe for 0th error status and fail on first of three. using --returned-status ok 179 run bats_pipe for 0th error status and fail on first of three. using --returned-status= ok 180 run bats_pipe for 0th error status and fail on first of three. using --returned-status neg ok 181 run bats_pipe for 0th error status and fail on first of three. using --returned-status=neg ok 182 run bats_pipe for 0th error status and fail on second of three ok 183 run bats_pipe for 0th error status and fail on second of three. using --returned-status ok 184 run bats_pipe for 0th error status and fail on second of three. using --returned-status= ok 185 run bats_pipe for 0th error status and fail on second of three. using --returned-status neg ok 186 run bats_pipe for 0th error status and fail on second of three. using --returned-status=neg ok 187 run bats_pipe for 0th error status and fail on third of three ok 188 run bats_pipe for 0th error status and fail on third of three. using --returned-status ok 189 run bats_pipe for 0th error status and fail on third of three. using --returned-status= ok 190 run bats_pipe for 0th error status and fail on third of three. using --returned-status neg ok 191 run bats_pipe for 0th error status and fail on third of three. using --returned-status=neg ok 192 run bats_pipe for 0th error status and fail on all of three ok 193 run bats_pipe for 0th error status and fail on all of three. using --returned-status ok 194 run bats_pipe for 0th error status and fail on all of three. using --returned-status= ok 195 run bats_pipe for 0th error status and fail on all of three. using --returned-status neg ok 196 run bats_pipe for 0th error status and fail on all of three. using --returned-status=neg ok 197 run bats_pipe for 1st error status and fail on first of two ok 198 run bats_pipe for 1st error status and fail on first of two. using --returned-status ok 199 run bats_pipe for 1st error status and fail on first of two. using --returned-status= ok 200 run bats_pipe for 1st error status and fail on first of two. using --returned-status neg ok 201 run bats_pipe for 1st error status and fail on first of two. using --returned-status=neg ok 202 run bats_pipe for 1st error status and fail on first of two with arg separator ok 203 run bats_pipe for 1st error status and fail on first of two with arg separator. using --returned-status ok 204 run bats_pipe for 1st error status and fail on first of two with arg separator. using --returned-status= ok 205 run bats_pipe for 1st error status and fail on first of two with arg separator. using --returned-status neg ok 206 run bats_pipe for 1st error status and fail on first of two with arg separator. using --returned-status=neg ok 207 run bats_pipe for 1st error status and fail on second of two ok 208 run bats_pipe for 1st error status and fail on second of two. using --returned-status ok 209 run bats_pipe for 1st error status and fail on second of two. using --returned-status= ok 210 run bats_pipe for 1st error status and fail on second of two. using --returned-status neg ok 211 run bats_pipe for 1st error status and fail on second of two. using --returned-status=neg ok 212 run bats_pipe for 1st error status and fail on both of two ok 213 run bats_pipe for 1st error status and fail on both of two. using --returned-status ok 214 run bats_pipe for 1st error status and fail on both of two. using --returned-status= ok 215 run bats_pipe for 1st error status and fail on both of two. using --returned-status neg ok 216 run bats_pipe for 1st error status and fail on both of two. using --returned-status=neg ok 217 run bats_pipe for 1st error status and fail on first of three ok 218 run bats_pipe for 1st error status and fail on first of three. using --returned-status ok 219 run bats_pipe for 1st error status and fail on first of three. using --returned-status= ok 220 run bats_pipe for 1st error status and fail on first of three. using --returned-status neg ok 221 run bats_pipe for 1st error status and fail on first of three. using --returned-status=neg ok 222 run bats_pipe for 1st error status and fail on second of three ok 223 run bats_pipe for 1st error status and fail on second of three. using --returned-status ok 224 run bats_pipe for 1st error status and fail on second of three. using --returned-status= ok 225 run bats_pipe for 1st error status and fail on second of three. using --returned-status neg ok 226 run bats_pipe for 1st error status and fail on second of three. using --returned-status=neg ok 227 run bats_pipe for 1st error status and fail on third of three ok 228 run bats_pipe for 1st error status and fail on third of three. using --returned-status ok 229 run bats_pipe for 1st error status and fail on third of three. using --returned-status= ok 230 run bats_pipe for 1st error status and fail on third of three. using --returned-status neg ok 231 run bats_pipe for 1st error status and fail on third of three. using --returned-status=neg ok 232 run bats_pipe for 1st error status and fail on all of three ok 233 run bats_pipe for 1st error status and fail on all of three. using --returned-status ok 234 run bats_pipe for 1st error status and fail on all of three. using --returned-status= ok 235 run bats_pipe for 1st error status and fail on all of three. using --returned-status neg ok 236 run bats_pipe for 1st error status and fail on all of three. using --returned-status=neg ok 237 run bats_pipe for 2nd error status and fail on first of three ok 238 run bats_pipe for 2nd error status and fail on first of three. using --returned-status ok 239 run bats_pipe for 2nd error status and fail on first of three. using --returned-status= ok 240 run bats_pipe for 2nd error status and fail on first of three. using --returned-status neg ok 241 run bats_pipe for 2nd error status and fail on first of three. using --returned-status=neg ok 242 run bats_pipe for 2nd error status and fail on first of three with arg separator ok 243 run bats_pipe for 2nd error status and fail on first of three with arg separator. using --returned-status ok 244 run bats_pipe for 2nd error status and fail on first of three with arg separator. using --returned-status= ok 245 run bats_pipe for 2nd error status and fail on first of three with arg separator. using --returned-status neg ok 246 run bats_pipe for 2nd error status and fail on first of three with arg separator. using --returned-status=neg ok 247 run bats_pipe for 2nd error status and fail on second of three ok 248 run bats_pipe for 2nd error status and fail on second of three. using --returned-status ok 249 run bats_pipe for 2nd error status and fail on second of three. using --returned-status= ok 250 run bats_pipe for 2nd error status and fail on second of three. using --returned-status neg ok 251 run bats_pipe for 2nd error status and fail on second of three. using --returned-status=neg ok 252 run bats_pipe for 2nd error status and fail on third of three ok 253 run bats_pipe for 2nd error status and fail on third of three. using --returned-status ok 254 run bats_pipe for 2nd error status and fail on third of three. using --returned-status= ok 255 run bats_pipe for 2nd error status and fail on third of three. using --returned-status neg ok 256 run bats_pipe for 2nd error status and fail on third of three. using --returned-status=neg ok 257 run bats_pipe for 2nd error status and fail on all of three ok 258 run bats_pipe for 2nd error status and fail on all of three. using --returned-status ok 259 run bats_pipe for 2nd error status and fail on all of three. using --returned-status= ok 260 run bats_pipe for 2nd error status and fail on all of three. using --returned-status neg ok 261 run bats_pipe for 2nd error status and fail on all of three. using --returned-status=neg ok 262 run bats_pipe for Nth error status too large ok 263 run bats_pipe for Nth error status too large. using --returned-status ok 264 run bats_pipe for Nth error status too large. using --returned-status= ok 265 run bats_pipe for Nth error status too large. using --returned-status neg ok 266 run bats_pipe for Nth error status too large. using --returned-status=neg ok 267 run bats_pipe with stdout as binary data ok 268 run bats_pipe with stdout as binary data with non-zero status ok 269 passing test ok 270 failing test ok 271 passing test with timing ok 272 failing test with timing ok 273 Cat formatter prints the extended tap stream ok 274 bats_version_lt ok 275 bats_require_minimum_version ok 276 bats_binary_search ok 277 bats_sort ok 278 bats_all_in ok 279 bats_any_in ok 280 bats_trim ok 281 bats_append_arrays_as_args ok 282 setup_file is run once per file ok 283 teardown_file is run once per file ok 284 setup_file is called correctly in multi file suite ok 285 teardown_file is called correctly in multi file suite ok 286 setup_file failure aborts tests for this file ok 287 teardown_file failure fails at least one test from the file ok 288 teardown_file runs even if any test in the file failed not ok 289 teardown_file should run even after user abort via CTRL-C # (in test file test/file_setup_teardown.bats, line 118) # `[[ -f "$LOG" ]]' failed # 1..1 # Failed to create BATS_FILE_TMPDIR=/tmp/bats-run-ZleEbF/file/0 # # # Received SIGINT, aborting ... # # # bats warning: Executed 0 instead of expected 1 tests # Waited: 2 seconds ok 290 setup_file runs even if all tests in the file are skipped ok 291 teardown_file runs even if all tests in the file are skipped ok 292 setup_file must not leak context between tests in the same suite ok 293 teardown_file must not leak context between tests in the same suite ok 294 halfway setup_file errors are caught and reported ok 295 halfway teardown_file errors are ignored ok 296 variables exported in setup_file are visible in tests ok 297 Don't run setup_file for files without tests ok 298 Failure in setup_file and teardown_file still prints error message ok 299 Without .bats/run-logs --filter-status failed returns an error ok 300 Without previous recording --filter-status failed runs all tests and then runs only failed and missed tests ok 301 Without previous recording --filter-status passed runs all tests and then runs only passed and missed tests ok 302 Without previous recording --filter-status missed runs all tests and then runs only missed tests ok 303 --filter-status failed gives warning on empty failed test list ok 304 --filter-status failed does not update list when run is aborted ok 305 tap passing and skipping tests ok 306 tap passing, failing and skipping tests ok 307 skipped test with parens (pretty formatter) ok 308 pretty and tap formats ok 309 pretty formatter bails on invalid tap ok 310 All formatters (except cat) implement the callback interface ok 311 absolute paths load external formatters ok 312 specifying nonexistent external formatter is an error ok 313 specifying non executable external formatter is an error ok 314 retrying tests does not mess up test names ok 315 install.sh creates a valid installation, and uninstall.sh undos it ok 316 install.sh creates a multilib valid installation, and uninstall.sh undos it ok 317 uninstall.sh works even if nothing is installed ok 318 install.sh only updates permissions for Bats files ok 319 bin/bats is resilient to symbolic links ok 320 junit formatter with skipped test does not fail ok 321 junit formatter: escapes xml special chars ok 322 junit formatter: test suites ok 323 junit formatter: test suites relative path ok 324 junit formatter: files with the same name are distinguishable ok 325 junit formatter as report formatter creates report.xml ok 326 junit does not mark tests with FD 3 output as failed (issue #360) ok 327 junit does not mark tests with FD 3 output in teardown_file as failed (issue #531) ok 328 don't choke on setup_file errors ok 329 find_in_bats_lib_path recognizes files relative to test file ok 330 find_in_bats_lib_path recognizes files in BATS_LIB_PATH ok 331 find_in_bats_lib_path returns 1 if no load path is found ok 332 find_in_bats_lib_path follows the priority of BATS_LIB_PATH ok 333 load sources scripts relative to the current test file ok 334 load sources relative scripts with filename extension ok 335 load aborts if the specified script does not exist ok 336 load sources scripts by absolute path ok 337 load aborts if the script, specified by an absolute path, does not exist ok 338 load relative script with ambiguous name ok 339 load does not use the BATS_LIB_PATH ok 340 load supports plain symbols ok 341 load doesn't support _declare_d symbols ok 342 load supports scripts on the PATH ok 343 bats_load_library supports libraries with loaders on the BATS_LIB_PATH ok 344 bats_load_library supports libraries with loaders on the BATS_LIB_PATH with multiple libraries ok 345 bats_load_library can handle whitespaces in BATS_LIB_PATH ok 346 bats_load_library errors when a library errors while sourcing ok 347 load in teardown after failure does not prevent test from being counted (see #609) not ok 348 parallel test execution with --jobs # timeout after 10s # (from function `reentrant_run' in file test/test_helper.bash, line 70, # in test file test/parallel.bats, line 51) # `reentrant_run bats --jobs $PARALLELITY "$FIXTURE_ROOT/parallel.bats"' failed due to timeout not ok 349 parallel can preserve environment variables # timeout after 10s # (from function `reentrant_run' in file test/test_helper.bash, line 70, # in test file test/parallel.bats, line 65) # `reentrant_run bats --jobs 2 "$FIXTURE_ROOT/parallel-preserve-environment.bats"' failed due to timeout not ok 350 parallel suite execution with --jobs # timeout after 10s # (from function `reentrant_run' in file test/test_helper.bash, line 70, # in test file test/parallel.bats, line 81) # `reentrant_run bash -c "bats --jobs $PARALLELITY \"${FIXTURE_ROOT}/suite/\" 2> >(grep -v '^parallel: Warning: ')"' failed due to timeout not ok 351 setup_file is not over parallelized # timeout after 10s # (from function `reentrant_run' in file test/test_helper.bash, line 70, # in test file test/parallel.bats, line 110) # `reentrant_run bats --jobs $PARALLELITY "$FIXTURE_ROOT/setup_file"' failed due to timeout not ok 352 running the same file twice runs its tests twice without errors # timeout after 10s # (from function `reentrant_run' in file test/test_helper.bash, line 70, # in test file test/parallel.bats, line 126) # `reentrant_run bats --jobs 2 "$FIXTURE_ROOT/../bats/passing.bats" "$FIXTURE_ROOT/../bats/passing.bats"' failed due to timeout not ok 353 parallelity factor is met exactly # timeout after 10s # (in test file test/parallel.bats, line 138) # `bats --jobs $PARALLELITY "$FIXTURE_ROOT/parallel_factor.bats"' failed due to timeout # 1..10 # Terminated ok 354 parallel mode correctly forwards failure return code not ok 355 --no-parallelize-across-files test file detects parallel execution # timeout after 10s # (from function `reentrant_run' in file test/test_helper.bash, line 70, # in test file test/parallel.bats, line 170) # `FILE_MARKER=$(mktemp "${BATS_RUN_TMPDIR}/file_marker.XXXXXX") \' failed due to timeout not ok 356 --no-parallelize-across-files prevents parallelization across files # timeout after 10s # (in test file test/parallel.bats, line 175) # `FILE_MARKER=$(mktemp "${BATS_RUN_TMPDIR}/file_marker.XXXXXX") \' failed due to timeout # 1..2 # Terminated not ok 357 --no-parallelize-across-files does not prevent parallelization within files # timeout after 10s # (from function `reentrant_run' in file test/test_helper.bash, line 70, # in test file test/parallel.bats, line 180) # `reentrant_run ! bats --jobs 2 --no-parallelize-across-files "$FIXTURE_ROOT/must_not_parallelize_within_file.bats"' failed due to timeout not ok 358 --no-parallelize-within-files test file detects parallel execution # timeout after 10s # (from function `reentrant_run' in file test/test_helper.bash, line 70, # in test file test/parallel.bats, line 184) # `reentrant_run ! bats --jobs 2 "$FIXTURE_ROOT/must_not_parallelize_within_file.bats"' failed due to timeout not ok 359 --no-parallelize-within-files prevents parallelization within files # timeout after 10s # (in test file test/parallel.bats, line 188) # `bats --jobs 2 --no-parallelize-within-files "$FIXTURE_ROOT/must_not_parallelize_within_file.bats"' failed due to timeout # 1..2 # Terminated not ok 360 --no-parallelize-within-files does not prevent parallelization across files # timeout after 10s # (from function `reentrant_run' in file test/test_helper.bash, line 70, # in test file test/parallel.bats, line 195) # `FILEMARKER=$(mktemp "${BATS_RUN_TMPDIR}/file_marker.XXXXXX") \' failed due to timeout not ok 361 BATS_NO_PARALLELIZE_WITHIN_FILE works from inside setup_file() # timeout after 10s # (in test file test/parallel.bats, line 200) # `DISABLE_IN_SETUP_FILE_FUNCTION=1 bats --jobs 2 "$FIXTURE_ROOT/must_not_parallelize_within_file.bats"' failed due to timeout # 1..2 # Terminated not ok 362 BATS_NO_PARALLELIZE_WITHIN_FILE works from outside all functions # timeout after 10s # (in test file test/parallel.bats, line 204) # `DISABLE_OUTSIDE_ALL_FUNCTIONS=1 bats --jobs 2 "$FIXTURE_ROOT/must_not_parallelize_within_file.bats"' failed due to timeout # File sets BATS_NO_PARALLELIZE_WITHIN_FILE=true # 1..2 # Terminated not ok 363 BATS_NO_PARALLELIZE_WITHIN_FILE does not work from inside setup() # timeout after 10s # (from function `reentrant_run' in file test/test_helper.bash, line 70, # in test file test/parallel.bats, line 208) # `DISABLE_IN_SETUP_FUNCTION=1 reentrant_run ! bats --jobs 2 "$FIXTURE_ROOT/must_not_parallelize_within_file.bats"' failed due to timeout not ok 364 BATS_NO_PARALLELIZE_WITHIN_FILE does not work from inside test function # timeout after 10s # (from function `reentrant_run' in file test/test_helper.bash, line 70, # in test file test/parallel.bats, line 212) # `DISABLE_IN_TEST_FUNCTION=1 reentrant_run ! bats --jobs 2 "$FIXTURE_ROOT/must_not_parallelize_within_file.bats"' failed due to timeout not ok 365 Negative jobs number does not run endlessly # (in test file test/parallel.bats, line 218) # `(( SECONDS < 5 ))' failed ok 366 Timing printout shows milliseconds ok 367 pretty formatter summary is colorized red on failure ok 368 pretty formatter summary is colorized green on success ok 369 Mixing timing and timeout ok 370 #113: set BATS_ROOT when /bin is a symlink to /usr/bin ok 371 set BATS_ROOT with extreme symlink resolution ok 372 set BATS_ROOT when calling from same dir ok 373 set BATS_ROOT from PATH ok 374 #182 and probably #184 as well ok 375 run --keep-empty-lines preserves leading empty lines ok 376 run --keep-empty-lines preserves inner empty lines ok 377 run --keep-empty-lines does not count trailing newline as extra line (see #708) ok 378 run --keep-empty-lines preserves trailing empty line ok 379 run --keep-empty-lines preserves non-empty trailing line ok 380 --keep-empty-lines has zero lines for empty output (see #573) ok 381 run --separate-stderr splits output ok 382 run does not change set flags ok 383 basic return-code checking ok 384 run exit code check output ok 385 run invalid exit code check error message ok 386 run is not affected by IFS ok 387 run does not change IFS ok 388 running a suite with no test files ok 389 running a suite with one test file ok 390 counting tests in a suite ok 391 aggregated output of multiple tests in a suite ok 392 a failing test in a suite results in an error exit code ok 393 running an ad-hoc suite by specifying multiple test files ok 394 extended syntax in suite ok 395 timing syntax in suite ok 396 extended timing syntax in suite ok 397 recursive support (short option) ok 398 recursive support (long option) ok 399 recursive support with symlinks ok 400 run entire suite when --filter isn't set ok 401 use --filter to run subset of test cases from across the suite ok 402 --filter can handle regular expressions that contain [_- ] ok 403 --filter can handle regular expressions that start with ^ ok 404 skip is handled correctly in setup, test, and teardown ok 405 BATS_TEST_NUMBER starts at 1 in each individual test file ok 406 Override BATS_FILE_EXTENSION with suite ok 407 Override BATS_FILE_EXTENSION with suite recursive ok 408 setup_suite.bash is picked up in toplevel folder of suite ok 409 setup_suite.bash is picked up in folder of first test file ok 410 setup_suite is not picked up from wrongly named file ok 411 setup_suite is picked up from --setup-suite-file ok 412 --setup-suite-file takes precedence over convention ok 413 passing a nonexisting file to --setup-suite-file prints an error message ok 414 setup_suite.bash without setup_suite() is an error ok 415 exported variables from setup_suite are visible in setup_file, setup and @test ok 416 syntax errors in setup_suite.bash are reported and lead to non zero exit code ok 417 errors in setup_suite.bash's free code reported correctly ok 418 errors in setup_suite reported correctly ok 419 errors in teardown_suite reported correctly ok 420 failure in setup_suite skips further setup and suite but runs teardown_suite ok 421 midway failure in teardown_suite does not fail test suite, remaining code is executed ok 422 nonzero return in teardown_suite does fails test suite ok 423 stderr from setup/teardown_suite does not overtake stdout ok 424 load is available in setup_suite ok 425 output frorm setup_suite is only visible on failure ok 426 skip in setup_file skips all tests in file ok 427 No tag filter runs all tests ok 428 Empty tag filter runs tests without tag ok 429 --filter-tags (also) selects tests that contain additional tags ok 430 --filter-tags only selects tests that match all tags (logic and) ok 431 multiple --filter-tags work as logical or ok 432 --filter-tags order of tags does not matter ok 433 exit with error on invalid tags in .bats file ok 434 --filter-tags allows for negation via ! ok 435 BATS_TEST_TAGS are set correctly ok 436 Print tags on error ok 437 passing test ok 438 failing test ok 439 passing test with timing ok 440 failing test with timing ok 441 test faster than timeout ok 442 test longer than timeout ok 443 sleep in run ok 444 no --trace doesn't show anything on failure ok 445 --trace recurses into functions but not into run ok 446 invalid warning is an error ok 447 BW01 is printed when `run`ing a (non-existent) command with exit code 127 without exit code check ok 448 BW01 is not printed when `run`ing a (non-existent) command with exit code 127 with exit code check ok 449 BW01 is not printed when `run`ing a command with exit code !=127 without exit code check ok 450 BW02 is printed when run uses parameters without guaranteed version >= 1.5.0 ok 451 BW03 is printed when a test file defines setup_suite and setup_suite is not defined ok 452 BW03 is not printed when a test file defines setup_suite but setup_suite was completed ok 453 BW03 can be suppressed by setting BATS_SETUP_SUITE_COMPLETED ==> ERROR: A failure occurred in check().  Aborting... ==> ERROR: Build failed, check /var/lib/archbuild/extra-riscv64/root26/build [?25h[?25hreceiving incremental file list bats-1.11.0-2-riscv64-check.log bats-1.11.0-2-riscv64-prepare.log sent 62 bytes received 7,816 bytes 5,252.00 bytes/sec total size is 34,816 speedup is 4.42