<86>Dec 19 02:13:30 userdel[2942953]: delete user 'rooter' <86>Dec 19 02:13:30 userdel[2942953]: removed group 'rooter' owned by 'rooter' <86>Dec 19 02:13:30 userdel[2942953]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 19 02:13:30 groupadd[2942980]: group added to /etc/group: name=rooter, GID=1859 <86>Dec 19 02:13:30 groupadd[2942980]: group added to /etc/gshadow: name=rooter <86>Dec 19 02:13:30 groupadd[2942980]: new group: name=rooter, GID=1859 <86>Dec 19 02:13:30 useradd[2943010]: new user: name=rooter, UID=1859, GID=1859, home=/root, shell=/bin/bash, from=none <86>Dec 19 02:13:30 userdel[2943050]: delete user 'builder' <86>Dec 19 02:13:30 userdel[2943050]: removed group 'builder' owned by 'builder' <86>Dec 19 02:13:30 userdel[2943050]: removed shadow group 'builder' owned by 'builder' <86>Dec 19 02:13:30 groupadd[2943104]: group added to /etc/group: name=builder, GID=1860 <86>Dec 19 02:13:30 groupadd[2943104]: group added to /etc/gshadow: name=builder <86>Dec 19 02:13:30 groupadd[2943104]: new group: name=builder, GID=1860 <86>Dec 19 02:13:30 useradd[2943135]: new user: name=builder, UID=1860, GID=1860, home=/usr/src, shell=/bin/bash, from=none <13>Dec 19 02:13:35 rpmi: shellcheck-0.10.0-alt1 sisyphus+352057.100.1.1 1720006391 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/shunit2-2.1.8-alt1.nosrc.rpm (w1.gzdio) Installing shunit2-2.1.8-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.42793 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf shunit2-2.1.8 + echo 'Source #0 (shunit2-2.1.8.tar):' Source #0 (shunit2-2.1.8.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/shunit2-2.1.8.tar + cd shunit2-2.1.8 + /bin/chmod -c -Rf u+rwX,go-w . + sed -i 's!\.\./shunit2!shunit2!' examples/equality_test.sh examples/lineno_test.sh examples/math_test.sh examples/mkdir_test.sh examples/mock_file.sh examples/mock_file_test.sh examples/output_test.sh examples/party_test.sh examples/suite_test.sh + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.42793 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/shunit2-buildroot + : + /bin/rm -rf -- /usr/src/tmp/shunit2-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd shunit2-2.1.8 + install -Dp shunit2 -t /usr/src/tmp/shunit2-buildroot/usr/bin + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/shunit2-buildroot (auto) Verifying and fixing files in /usr/src/tmp/shunit2-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/shunit2-buildroot/ (default) Compressing files in /usr/src/tmp/shunit2-buildroot (auto) Verifying ELF objects in /usr/src/tmp/shunit2-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/shunit2-buildroot Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.42793 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd shunit2-2.1.8 + ./test_runner #------------------------------------------------------------------------------ # System data. # $ uname -mprsv Linux 6.6.60-6.6-alt1 #1 SMP PREEMPT_DYNAMIC Fri Nov 8 18:17:36 UTC 2024 x86_64 unknown OS Name: Linux OS Version: ALT Workstation K 11.0ALPHA (Nemorosa) ### Test run info. shells: /bin/sh ash /bin/bash /bin/dash /bin/ksh /bin/mksh /bin/zsh tests: shunit2_args_test.sh shunit2_asserts_test.sh shunit2_failures_test.sh shunit2_general_test.sh shunit2_macros_test.sh shunit2_misc_test.sh shunit2_shopt_test.sh shunit2_standalone_test.sh #------------------------------------------------------------------------------ # Running the test suite with /bin/sh. # shell name: sh shell version: 5.2.37(1)-release --- Executing the 'shunit2_args' test suite. --- custom_test testCustomTestRan Ran 2 tests. OK --- Executing the 'shunit2_asserts' test suite. --- testAssertEquals testAssertNotEquals testAssertSame testAssertNotSame testAssertContains testAssertNotContains testAssertNull testAssertNotNull testAssertTrue testAssertFalse testTooFewArguments testTooManyArguments Ran 12 tests. OK --- Executing the 'shunit2_failures' test suite. --- testFail testFailsWithArgs testTooFewArguments testTooManyArguments Ran 4 tests. OK --- Executing the 'shunit2_general' test suite. --- testSkipping testStartSkippingWithMessage testStartSkippingWithoutMessage Ran 3 tests. OK --- Executing the 'shunit2_macros' test suite. --- test:WARN ${LINENO} is not working for this shell. Tests will be skipped. testAssertEquals testAssertNotEquals testSame testNotSame testNull testNotNull testAssertTrue testAssertFalse testFail testFailNotEquals testFailSame testFailNotSame Ran 12 tests. OK (skipped=24) --- Executing the 'shunit2_misc' test suite. --- testUnboundVariable testIssue7 testIssue29 testIssue54 testIssue69 testIssue77 testIssue84 testIssue123 testPrepForSourcing testExtractTestFunctions testColors testColorsWitoutTERM testPipefail Ran 13 tests. OK --- Executing the 'shunit2_shopt' test suite. --- testNullglob Ran 1 test. OK --- Executing the 'shunit2_standalone' test suite. --- testStandalone Ran 1 test. OK #------------------------------------------------------------------------------ # Running the test suite with ash. # runner:WARN unable to run tests with the ash shell #------------------------------------------------------------------------------ # Running the test suite with /bin/bash. # shell name: bash shell version: 5.2.37(1)-release --- Executing the 'shunit2_args' test suite. --- custom_test testCustomTestRan Ran 2 tests. OK --- Executing the 'shunit2_asserts' test suite. --- testAssertEquals testAssertNotEquals testAssertSame testAssertNotSame testAssertContains testAssertNotContains testAssertNull testAssertNotNull testAssertTrue testAssertFalse testTooFewArguments testTooManyArguments Ran 12 tests. OK --- Executing the 'shunit2_failures' test suite. --- testFail testFailsWithArgs testTooFewArguments testTooManyArguments Ran 4 tests. OK --- Executing the 'shunit2_general' test suite. --- testSkipping testStartSkippingWithMessage testStartSkippingWithoutMessage Ran 3 tests. OK --- Executing the 'shunit2_macros' test suite. --- test:WARN ${LINENO} is not working for this shell. Tests will be skipped. testAssertEquals testAssertNotEquals testSame testNotSame testNull testNotNull testAssertTrue testAssertFalse testFail testFailNotEquals testFailSame testFailNotSame Ran 12 tests. OK (skipped=24) --- Executing the 'shunit2_misc' test suite. --- testUnboundVariable testIssue7 testIssue29 testIssue54 testIssue69 testIssue77 testIssue84 testIssue123 testPrepForSourcing testExtractTestFunctions testColors testColorsWitoutTERM testPipefail Ran 13 tests. OK --- Executing the 'shunit2_shopt' test suite. --- testNullglob Ran 1 test. OK --- Executing the 'shunit2_standalone' test suite. --- testStandalone Ran 1 test. OK #------------------------------------------------------------------------------ # Running the test suite with /bin/dash. # runner:WARN unable to run tests with the dash shell #------------------------------------------------------------------------------ # Running the test suite with /bin/ksh. # runner:WARN unable to run tests with the ksh shell #------------------------------------------------------------------------------ # Running the test suite with /bin/mksh. # runner:WARN unable to run tests with the mksh shell #------------------------------------------------------------------------------ # Running the test suite with /bin/zsh. # runner:WARN unable to run tests with the zsh shell + PATH=/usr/src/tmp/shunit2-buildroot/usr/bin:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cp -a examples /tmp/examples + pushd /tmp/examples /tmp/examples ~/RPM/BUILD/shunit2-2.1.8 + ./equality_test.sh testEquality Ran 1 test. OK + ./lineno_test.sh testLineNo _ASSERT_EQUALS_ macro value: eval assertEquals --lineno "${LINENO:-}" ASSERT:[8]not equal expected:<1> but was:<2> ASSERT:not equal expected:<1> but was:<2> shunit2:ERROR testLineNo() returned non-zero return code. Ran 1 test. FAILED (failures=2) + ./math_test.sh testAdding Ran 1 test. OK + ./mkdir_test.sh testMissingDirectoryCreation testExistingDirectoryCreationFails testRecursiveDirectoryCreation Ran 3 tests. OK + ./mock_file_test.sh test_root_uid_from_passed_filename test_root_uid_from_derived_filename Ran 2 tests. OK + ./output_test.sh testGenerateOutput ASSERT:the command exited with an error >>> STDOUT this output went to STDOUT <<< STDOUT >>> STDERR this output went to STDERR <<< STDERR ASSERT:STDERR message missing Ran 1 test. FAILED (failures=2) + ./party_test.sh testPartyLikeItIs1999 ASSERT:It's not 1999 :-( expected:<1999> but was:<2024> shunit2:ERROR testPartyLikeItIs1999() returned non-zero return code. Ran 1 test. FAILED (failures=1) + ./suite_test.sh suite_test_one Ran 1 test. OK + rm -rf /tmp/examples + popd ~/RPM/BUILD/shunit2-2.1.8 + shellcheck -e SC2086 shunit2 + exit 0 Processing files: shunit2-2.1.8-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.33298 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd shunit2-2.1.8 + DOCDIR=/usr/src/tmp/shunit2-buildroot/usr/share/doc/shunit2 + export DOCDIR + /bin/mkdir -p /usr/src/tmp/shunit2-buildroot/usr/share/doc/shunit2 + cp -prL CODE_OF_CONDUCT.md CONTRIBUTING.md LICENSE README.md /usr/src/tmp/shunit2-buildroot/usr/share/doc/shunit2 + chmod -R go-w /usr/src/tmp/shunit2-buildroot/usr/share/doc/shunit2 + chmod -R a+rX /usr/src/tmp/shunit2-buildroot/usr/share/doc/shunit2 + cp -prL doc/CHANGES-2.1.md doc/RELEASE_NOTES-2.1.0.txt doc/RELEASE_NOTES-2.1.1.txt doc/RELEASE_NOTES-2.1.2.txt doc/RELEASE_NOTES-2.1.3.txt doc/RELEASE_NOTES-2.1.4.txt doc/RELEASE_NOTES-2.1.5.txt doc/RELEASE_NOTES-2.1.6.txt doc/RELEASE_NOTES-2.1.7.md doc/RELEASE_NOTES-2.1.8.md doc/TODO.txt doc/contributors.md doc/design_doc.txt examples /usr/src/tmp/shunit2-buildroot/usr/share/doc/shunit2 + chmod -R go-w /usr/src/tmp/shunit2-buildroot/usr/share/doc/shunit2 + chmod -R a+rX /usr/src/tmp/shunit2-buildroot/usr/share/doc/shunit2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DcHZBi find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TyFeJX find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) shell.req: /usr/src/tmp/shunit2-buildroot/usr/bin/shunit2: noexec not found (skip) shell.req: /usr/src/tmp/shunit2-buildroot/usr/bin/shunit2: setopt not found (skip) shell.req: /usr/src/tmp/shunit2-buildroot/usr/bin/shunit2: suite not found (skip) find-requires: FINDPACKAGE-COMMANDS: cat chmod expr grep mkdir mktemp noexec oneTimeSetUp oneTimeTearDown rm sed setUp setopt suite tearDown xargs Requires: /bin/sh, coreutils, findutils, grep, sed Wrote: /usr/src/RPM/RPMS/noarch/shunit2-2.1.8-alt1.noarch.rpm (w2.lzdio) 2.82user 8.37system 0:13.18elapsed 84%CPU (0avgtext+0avgdata 96256maxresident)k 0inputs+0outputs (0major+1268087minor)pagefaults 0swaps 4.32user 2.81system 0:24.13elapsed 29%CPU (0avgtext+0avgdata 135548maxresident)k 5608inputs+0outputs (0major+191497minor)pagefaults 0swaps