* Package: dev-util/bats-1.2.1 * Repository: gentoo * Maintainer: henning@hennsch.de proxy-maint@gentoo.org * USE: abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU * FEATURES: network-sandbox preserve-libs sandbox test userpriv usersandbox >>> Unpacking source... >>> Unpacking bats-1.2.1.tar.gz to /var/tmp/portage/dev-util/bats-1.2.1/work >>> Source unpacked in /var/tmp/portage/dev-util/bats-1.2.1/work >>> Preparing source in /var/tmp/portage/dev-util/bats-1.2.1/work/bats-core-1.2.1 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-util/bats-1.2.1/work/bats-core-1.2.1 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-util/bats-1.2.1/work/bats-core-1.2.1 ... >>> Source compiled. >>> Test phase: dev-util/bats-1.2.1 1..108 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 tap passing and skipping tests ok 11 summary passing and failing tests ok 12 summary passing, failing and skipping tests ok 13 tap passing, failing and skipping tests ok 14 BATS_CWD is correctly set to PWD as validated by bats_trim_filename ok 15 one failing test ok 16 one failing and one passing test ok 17 failing test with significant status ok 18 failing helper function logs the test case's line number ok 19 test environments are isolated ok 20 setup is run once before each test ok 21 teardown is run once after each test, even if it fails ok 22 setup failure ok 23 passing test with teardown failure ok 24 failing test with teardown failure ok 25 teardown failure with significant status ok 26 failing test file outside of BATS_CWD ok 27 load sources scripts relative to the current test file ok 28 load sources relative scripts with filename extension ok 29 load aborts if the specified script does not exist ok 30 load sources scripts by absolute path ok 31 load aborts if the script, specified by an absolute path, does not exist ok 32 load relative script with ambiguous name ok 33 load supports scripts on the PATH ok 34 output is discarded for passing tests and printed for failing tests ok 35 -c prints the number of tests ok 36 dash-e is not mangled on beginning of line ok 37 dos line endings are stripped before testing ok 38 test file without trailing newline ok 39 skipped tests ok 40 skipped test with parens (pretty formatter) ok 41 extended syntax ok 42 timing syntax ok 43 extended timing syntax ok 44 pretty and tap formats ok 45 pretty formatter bails on invalid tap ok 46 single-line tests ok 47 testing IFS not modified by run ok 48 expand variables in test name ok 49 handle quoted and unquoted test names ok 50 ensure compatibility with unofficial Bash strict mode ok 51 parse @test lines with various whitespace combinations ok 52 duplicate tests error and generate a warning on stderr ok 53 sourcing a nonexistent file in setup produces error output ok 54 referencing unset parameter in setup produces error output ok 55 sourcing a nonexistent file in test produces error output ok 56 referencing unset parameter in test produces error output ok 57 sourcing a nonexistent file in teardown produces error output ok 58 referencing unset parameter in teardown produces error output ok 59 execute exported function without breaking failing test output ok 60 output printed even when no final newline ok 61 run tests which consume stdin (see #197) ok 62 report correct line on unset variables ok 63 report correct line on external function calls ok 64 test count validator catches mismatch and returns non zero ok 65 setup_file is run once per file ok 66 teardown_file is run once per file ok 67 setup_file is called correctly in multi file suite ok 68 teardown_file is called correctly in multi file suite ok 69 setup_file failure aborts tests for this file ok 70 teardown_file failure fails at least one test from the file ok 71 teardown_file runs even if any test in the file failed ok 72 teardown_file should run even after user abort via CTRL-C ok 73 setup_file runs even if all tests in the file are skipped ok 74 teardown_file runs even if all tests in the file are skipped ok 75 setup_file must not leak context between tests in the same suite ok 76 teardown_file must not leak context between tests in the same suite ok 77 halfway setup_file errors are caught and reported ok 78 halfway teardown_file errors are caught and reported ok 79 variables exported in setup_file are visible in tests ok 80 install.sh creates a valid installation ok 81 install.sh only updates permissions for Bats files ok 82 bin/bats is resilient to symbolic links ok 83 junit formatter with skipped test does not fail ok 84 parallel test execution with --jobs ok 85 parallel can preserve environment variables not ok 86 parallel suite execution with --jobs # (in test file test/parallell.bats, line 59) # `[[ "$duration" -lt 12 ]] || (echo "If this fails on Travis, make sure the failure is repeatable and not due to heavy load."; false)' failed # 1..40 # ok 1 slow test 1 # ok 2 slow test 2 # ok 3 slow test 3 # ok 4 slow test 4 # ok 5 slow test 5 # ok 6 slow test 6 # ok 7 slow test 7 # ok 8 slow test 8 # ok 9 slow test 9 # ok 10 slow test 10 # ok 11 slow test 1 # ok 12 slow test 2 # ok 13 slow test 3 # ok 14 slow test 4 # ok 15 slow test 5 # ok 16 slow test 6 # ok 17 slow test 7 # ok 18 slow test 8 # ok 19 slow test 9 # ok 20 slow test 10 # ok 21 slow test 1 # ok 22 slow test 2 # ok 23 slow test 3 # ok 24 slow test 4 # ok 25 slow test 5 # ok 26 slow test 6 # ok 27 slow test 7 # ok 28 slow test 8 # ok 29 slow test 9 # ok 30 slow test 10 # ok 31 slow test 1 # ok 32 slow test 2 # ok 33 slow test 3 # ok 34 slow test 4 # ok 35 slow test 5 # ok 36 slow test 6 # ok 37 slow test 7 # ok 38 slow test 8 # ok 39 slow test 9 # ok 40 slow test 10 # Duration: 21 # If this fails on Travis, make sure the failure is repeatable and not due to heavy load. ok 87 setup_file is not over parallelized ok 88 #113: set BATS_ROOT when /bin is a symlink to /usr/bin ok 89 set BATS_ROOT with extreme symlink resolution ok 90 set BATS_ROOT when calling from same dir ok 91 set BATS_ROOT from PATH ok 92 #182 and probably #184 as well ok 93 running a suite with no test files ok 94 running a suite with one test file ok 95 counting tests in a suite ok 96 aggregated output of multiple tests in a suite ok 97 a failing test in a suite results in an error exit code ok 98 running an ad-hoc suite by specifying multiple test files ok 99 extended syntax in suite ok 100 timing syntax in suite ok 101 extended timing syntax in suite ok 102 recursive support (short option) ok 103 recursive support (long option) ok 104 run entire suite when --filter isn't set ok 105 use --filter to run subset of test cases from across the suite ok 106 --filter can handle regular expressions that contain [_- ] ok 107 --filter can handle regular expressions that start with ^ ok 108 skip is handled correctly in setup, test, and teardown * ERROR: dev-util/bats-1.2.1::gentoo failed (test phase): * Tests failed * * Call stack: * ebuild.sh, line 125: Called src_test * environment, line 477: Called die * The specific snippet of code: * bin/bats --formatter tap test || die "Tests failed" * * If you need support, post the output of `emerge --info '=dev-util/bats-1.2.1::gentoo'`, * the complete build log and the output of `emerge -pqv '=dev-util/bats-1.2.1::gentoo'`. * The complete build log is located at '/var/log/portage/dev-util:bats-1.2.1:20200729-002133.log'. * For convenience, a symlink to the build log is located at '/var/tmp/portage/dev-util/bats-1.2.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-util/bats-1.2.1/temp/environment'. * Working directory: '/var/tmp/portage/dev-util/bats-1.2.1/work/bats-core-1.2.1' * S: '/var/tmp/portage/dev-util/bats-1.2.1/work/bats-core-1.2.1'