>>> bats-assert: Building community/bats-assert 2.1.0-r0 (using abuild 3.13.0-r5) started Sat, 21 Sep 2024 21:07:26 +0000 >>> bats-assert: Checking sanity of /home/buildozer/aports/community/bats-assert/APKBUILD... >>> bats-assert: Analyzing dependencies... >>> bats-assert: Installing for build: build-base bash bats-core bats-support (1/4) Installing bash (5.2.32-r0) Executing bash-5.2.32-r0.post-install (2/4) Installing bats-core (1.11.0-r0) (3/4) Installing bats-support (0.3.0-r0) (4/4) Installing .makedepends-bats-assert (20240921.210726) Executing busybox-1.36.1-r32.trigger OK: 370 MiB in 111 packages >>> bats-assert: Cleaning up srcdir >>> bats-assert: Cleaning up pkgdir >>> bats-assert: Cleaning up tmpdir >>> bats-assert: Fetching https://distfiles.alpinelinux.org/distfiles/edge//bats-assert-2.1.0.tar.gz >>> bats-assert: Fetching https://distfiles.alpinelinux.org/distfiles/edge//bats-assert-2.1.0.tar.gz >>> bats-assert: Checking sha512sums... bats-assert-2.1.0.tar.gz: OK >>> bats-assert: Unpacking /var/cache/distfiles/edge/bats-assert-2.1.0.tar.gz... 1..141 ok 1 assert() : returns 0 if evaluates to TRUE ok 2 assert() : returns 1 and displays if it evaluates to FALSE ok 3 assert_equal() : returns 0 if equals ok 4 assert_equal() : returns 1 and displays details if does not equal ok 5 assert_equal() : displays details in multi-line format if is longer than one line ok 6 assert_equal() : displays details in multi-line format if is longer than one line ok 7 assert_equal() : performs literal matching ok 8 assert_failure(): returns 0 if `$status' is not 0 ok 9 assert_failure(): returns 1 and displays details if `$status' is 0 ok 10 assert_failure(): displays `$output' in multi-line format if it is longer then one line ok 11 assert_failure() : returns 0 if `$status' equals ok 12 assert_failure() : returns 1 and displays details if `$status' does not equal ok 13 assert_failure() : displays `$output' in multi-line format if it is longer then one line ok 14 assert_line() : returns 0 if is a line in `${lines[@]}' ok 15 assert_line() : returns 1 and displays details if is not a line in `${lines[@]}' ok 16 assert_line() : displays `$output' in multi-line format if it is longer than one line ok 17 assert_line() : performs literal matching by default ok 18 assert_line() -p : enables partial matching ok 19 assert_line() --partial : enables partial matching ok 20 assert_line() --partial : returns 0 if is a substring in any line in `${lines[@]}' ok 21 assert_line() --partial : returns 1 and displays details if is not a substring in any lines in `${lines[@]}' ok 22 assert_line() --partial : displays `$output' in multi-line format if it is longer than one line ok 23 assert_line() -e : enables regular expression matching ok 24 assert_line() --regexp : enables regular expression matching ok 25 assert_line() --regexp : returns 0 if matches any line in `${lines[@]}' ok 26 assert_line() --regexp : returns 1 and displays details if does not match any lines in `${lines[@]}' ok 27 assert_line() --regexp : displays `$output' in multi-line format if longer than one line ok 28 assert_line() -n : matches against the -th line only ok 29 assert_line() --index : matches against the -th line only ok 30 assert_line() --index : returns 1 and displays an error message if is not an integer ok 31 assert_line() --index : returns 0 if equals `${lines[]}' ok 32 assert_line() --index : returns 1 and displays details if does not equal `${lines[]}' ok 33 assert_line() --index : performs literal matching by default ok 34 assert_line() --index -p : enables partial matching ok 35 assert_line() --index --partial : enables partial matching ok 36 assert_line() --index --partial : returns 0 if is a substring in `${lines[]}' ok 37 assert_line() --index --partial : returns 1 and displays details if is not a substring in `${lines[]}' ok 38 assert_line() --index -e : enables regular expression matching ok 39 assert_line() --index --regexp : enables regular expression matching ok 40 assert_line() --index --regexp : returns 0 if matches `${lines[]}' ok 41 assert_line() --index --regexp : returns 1 and displays details if does not match `${lines[]}' ok 42 assert_line(): `--partial' and `--regexp' are mutually exclusive ok 43 assert_line() --regexp : returns 1 and displays an error message if is not a valid extended regular expression ok 44 assert_line(): `--' stops parsing options ok 45 assert_not_equal() : returns 0 if does not equal ok 46 assert_not_equal() : returns 1 and displays details if equals ok 47 assert_not_equal() : displays details in multi-line format if and are longer than one line ok 48 assert_not_equal() : performs literal matching ok 49 assert_output() : returns 0 if equals `$output' ok 50 assert_output() : returns 1 and displays details if does not equal `$output' ok 51 assert_output(): succeeds if output is non-empty ok 52 assert_output(): fails if output is empty ok 53 assert_output() - : reads from STDIN ok 54 assert_output() --stdin : reads from STDIN ok 55 assert_output() : displays details in multi-line format if `$output' is longer than one line ok 56 assert_output() : displays details in multi-line format if is longer than one line ok 57 assert_output() : performs literal matching by default ok 58 assert_output() -p : enables partial matching ok 59 assert_output() --partial : enables partial matching ok 60 assert_output() --partial : returns 0 if is a substring in `$output' ok 61 assert_output() --partial : returns 1 and displays details if is not a substring in `$output' ok 62 assert_output() --partial : displays details in multi-line format if `$output' is longer than one line ok 63 assert_output() --partial : displays details in multi-line format if is longer than one line ok 64 assert_output() -e : enables regular expression matching ok 65 assert_output() --regexp : enables regular expression matching ok 66 assert_output() --regexp : returns 0 if matches `$output' ok 67 assert_output() --regexp : returns 1 and displays details if does not match `$output' ok 68 assert_output() --regexp : displays details in multi-line format if `$output' is longer than one line ok 69 assert_output() --regexp : displays details in multi-line format if is longer than one line ok 70 assert_output() --regexp : returns 1 and displays an error message if is not a valid extended regular expression ok 71 assert_output(): `--partial' and `--regexp' are mutually exclusive ok 72 assert_output(): `--' stops parsing options ok 73 assert_regex() : succeeds if a substring matches extended regular expression ok 74 assert_regex() : fails if no substring matches extended regular expression ok 75 assert_regex() : provides results in BASH_REMATCH ok 76 assert_regex() : matches case-insensitively when 'nocasematch' is set ok 77 assert_regex() : outputs multi-line nicely when it fails ok 78 assert_regex() : returns 1 and displays an error message if is not a valid extended regular expression ok 79 assert_success(): returns 0 if `$status' is 0 ok 80 assert_success(): returns 1 and displays details if `$status' is not 0 ok 81 assert_success(): displays `$output' in multi-line format if it is longer than one line ok 82 refute() : returns 0 if evaluates to FALSE ok 83 refute() : returns 1 and displays if it evaluates to TRUE ok 84 refute_line() : returns 0 if is not a line in `${lines[@]}' ok 85 refute_line() : returns 1 and displays details if is not a line in `${lines[@]}' ok 86 refute_line() : displays `$output' in multi-line format if it is longer than one line ok 87 refute_line() : performs literal matching by default ok 88 refute_line() -p : enables partial matching ok 89 refute_line() --partial : enables partial matching ok 90 refute_line() --partial : returns 0 if is not a substring in any line in `${lines[@]}' ok 91 refute_line() --partial : returns 1 and displays details if is a substring in any line in `${lines[@]}' ok 92 refute_line() --partial : displays `$output' in multi-line format if it is longer than one line ok 93 refute_line() -e : enables regular expression matching ok 94 refute_line() --regexp : enables regular expression matching ok 95 refute_line() --regexp : returns 0 if does not match any line in `${lines[@]}' ok 96 refute_line() --regexp : returns 1 and displays details if matches any lines in `${lines[@]}' ok 97 refute_line() --regexp : displays `$output' in multi-line format if longer than one line ok 98 refute_line() -n : matches against the -th line only ok 99 refute_line() --index : matches against the -th line only ok 100 refute_line() --index : returns 1 and displays an error message if is not an integer ok 101 refute_line() --index : returns 0 if does not equal `${lines[]}' ok 102 refute_line() --index : returns 1 and displays details if equals `${lines[]}' ok 103 refute_line() --index : performs literal matching by default ok 104 refute_line() --index -p : enables partial matching ok 105 refute_line() --index --partial : enables partial matching ok 106 refute_line() --index --partial : returns 0 if is not a substring in `${lines[]}' ok 107 refute_line() --index --partial : returns 1 and displays details if is a substring in `${lines[]}' ok 108 refute_line() --index -e : enables regular expression matching ok 109 refute_line() --index --regexp : enables regular expression matching ok 110 refute_line() --index --regexp : returns 0 if does not match `${lines[]}' ok 111 refute_line() --index --regexp : returns 1 and displays details if matches `${lines[]}' ok 112 refute_line(): `--partial' and `--regexp' are mutually exclusive ok 113 refute_line() --regexp : returns 1 and displays an error message if is not a valid extended regular expression ok 114 refute_line(): `--' stops parsing options ok 115 refute_output() : returns 0 if does not equal `$output' ok 116 refute_output() : returns 1 and displays details if equals `$output' ok 117 refute_output(): succeeds if output is empty ok 118 refute_output(): fails if output is non-empty ok 119 refute_output() - : reads from STDIN ok 120 refute_output() --stdin : reads from STDIN ok 121 refute_output() : displays details in multi-line format if necessary ok 122 refute_output() : performs literal matching by default ok 123 refute_output() -p : enables partial matching ok 124 refute_output() --partial : enables partial matching ok 125 refute_output() --partial : returns 0 if is not a substring in `$output' ok 126 refute_output() --partial : returns 1 and displays details if is a substring in `$output' ok 127 refute_output() --partial : displays details in multi-line format if necessary ok 128 refute_output() -e : enables regular expression matching ok 129 refute_output() --regexp : enables regular expression matching ok 130 refute_output() --regexp : returns 0 if does not match `$output' ok 131 refute_output() --regexp : returns 1 and displays details if matches `$output' ok 132 refute_output() --regexp : displays details in multi-line format if necessary ok 133 refute_output() --regexp : returns 1 and displays an error message if is not a valid extended regular expression ok 134 refute_output(): `--partial' and `--regexp' are mutually exclusive ok 135 refute_output(): `--' stops parsing options ok 136 refute_regex() : fails if a substring matches extended regular expression ok 137 refute_regex() : succeeds if no substring matches extended regular expression ok 138 refute_regex() : provides results in BASH_REMATCH on failure ok 139 refute_regex() : matches case-insensitively when 'nocasematch' is set ok 140 refute_regex() : outputs multi-line nicely when it fails ok 141 refute_regex() : returns 1 and displays an error message if is not a valid extended regular expression >>> bats-assert: Entering fakeroot... >>> bats-assert*: Running postcheck for bats-assert >>> bats-assert*: Preparing package bats-assert... >>> bats-assert*: Tracing dependencies... >>> bats-assert*: Package size: 96.0 KB >>> bats-assert*: Compressing data... >>> bats-assert*: Create checksum... >>> bats-assert*: Create bats-assert-2.1.0-r0.apk >>> bats-assert: Build complete at Sat, 21 Sep 2024 21:07:36 +0000 elapsed time 0h 0m 10s >>> bats-assert: Cleaning up srcdir >>> bats-assert: Cleaning up pkgdir >>> bats-assert: Uninstalling dependencies... (1/4) Purging .makedepends-bats-assert (20240921.210726) (2/4) Purging bats-support (0.3.0-r0) (3/4) Purging bats-core (1.11.0-r0) (4/4) Purging bash (5.2.32-r0) Executing bash-5.2.32-r0.pre-deinstall Executing busybox-1.36.1-r32.trigger OK: 368 MiB in 107 packages >>> bats-assert: Updating the community/s390x repository index... >>> bats-assert: Signing the index...