Mock Version: 1.2.17 Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-mox3.spec'], chrootPath='/var/lib/mock/cloud7-openstack-stein-el7-build-57109-233621/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-mox3.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-mox3-0.27.0-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-mox3.spec'], chrootPath='/var/lib/mock/cloud7-openstack-stein-el7-build-57109-233621/root'shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=86400private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-mox3.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.eqD2Hy + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf mox3-0.27.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/mox3-0.27.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd mox3-0.27.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg + rm -rf requirements.txt test-requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.uyQHk1 + umask 022 + cd /builddir/build/BUILD + cd mox3-0.27.0 + /usr/bin/python2 setup.py build running build running build_py creating build creating build/lib creating build/lib/mox3 creating build/lib/mox3/tests copying mox3/tests/test_stubout.py -> build/lib/mox3/tests copying mox3/tests/stubout_helper.py -> build/lib/mox3/tests copying mox3/tests/__init__.py -> build/lib/mox3/tests copying mox3/tests/test_mox.py -> build/lib/mox3/tests copying mox3/tests/mox_helper.py -> build/lib/mox3/tests copying mox3/stubout.py -> build/lib/mox3 copying mox3/fixture.py -> build/lib/mox3 copying mox3/mox.py -> build/lib/mox3 copying mox3/__init__.py -> build/lib/mox3 running egg_info deleting mox3.egg-info/requires.txt writing mox3.egg-info/PKG-INFO writing top-level names to mox3.egg-info/top_level.txt writing dependency_links to mox3.egg-info/dependency_links.txt [pbr] Reusing existing SOURCES.txt + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.3bpaHu + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch + cd mox3-0.27.0 + /usr/bin/python2 setup.py install --skip-build --root /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch/usr/lib/python2.7/site-packages/mox3 copying build/lib/mox3/stubout.py -> /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch/usr/lib/python2.7/site-packages/mox3 copying build/lib/mox3/fixture.py -> /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch/usr/lib/python2.7/site-packages/mox3 copying build/lib/mox3/mox.py -> /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch/usr/lib/python2.7/site-packages/mox3 copying build/lib/mox3/__init__.py -> /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch/usr/lib/python2.7/site-packages/mox3 creating /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch/usr/lib/python2.7/site-packages/mox3/tests copying build/lib/mox3/tests/test_stubout.py -> /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch/usr/lib/python2.7/site-packages/mox3/tests copying build/lib/mox3/tests/stubout_helper.py -> /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch/usr/lib/python2.7/site-packages/mox3/tests copying build/lib/mox3/tests/__init__.py -> /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch/usr/lib/python2.7/site-packages/mox3/tests copying build/lib/mox3/tests/test_mox.py -> /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch/usr/lib/python2.7/site-packages/mox3/tests copying build/lib/mox3/tests/mox_helper.py -> /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch/usr/lib/python2.7/site-packages/mox3/tests byte-compiling /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch/usr/lib/python2.7/site-packages/mox3/stubout.py to stubout.pyc byte-compiling /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch/usr/lib/python2.7/site-packages/mox3/fixture.py to fixture.pyc byte-compiling /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch/usr/lib/python2.7/site-packages/mox3/mox.py to mox.pyc byte-compiling /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch/usr/lib/python2.7/site-packages/mox3/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch/usr/lib/python2.7/site-packages/mox3/tests/test_stubout.py to test_stubout.pyc byte-compiling /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch/usr/lib/python2.7/site-packages/mox3/tests/stubout_helper.py to stubout_helper.pyc byte-compiling /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch/usr/lib/python2.7/site-packages/mox3/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch/usr/lib/python2.7/site-packages/mox3/tests/test_mox.py to test_mox.pyc byte-compiling /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch/usr/lib/python2.7/site-packages/mox3/tests/mox_helper.py to mox_helper.pyc running install_egg_info running egg_info writing mox3.egg-info/PKG-INFO writing top-level names to mox3.egg-info/top_level.txt writing dependency_links to mox3.egg-info/dependency_links.txt [pbr] Reusing existing SOURCES.txt Copying mox3.egg-info to /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch/usr/lib/python2.7/site-packages/mox3-0.27.0-py2.7.egg-info running install_scripts /usr/lib/python2.7/site-packages/pbr/packaging.py:410: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/mox3-0.27.0 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.D6VOyZ + umask 022 + cd /builddir/build/BUILD + cd mox3-0.27.0 + PYTHON=python2 + stestr run {3} mox3.tests.test_mox.MockAnythingTest.testIsCallable [0.000397s] ... ok {3} mox3.tests.test_mox.MockMethodTest.testNameAttribute [0.000258s] ... ok {3} mox3.tests.test_mox.MockObjectTest.testMockContains_ExpectedContains_NonmatchingParameter [0.001136s] ... ok {3} mox3.tests.test_mox.MockObjectTest.testMockSetItem_ExpectedSetItem_NonmatchingParameters [0.001367s] ... ok {3} mox3.tests.test_mox.SameElementsAsTest.testUnequalLists [0.000195s] ... ok {3} mox3.tests.test_mox.SameElementsAsTest.testUnhashableLists [0.000183s] ... ok {3} mox3.tests.test_mox.SameElementsAsTest.testUnsortedLists [0.000179s] ... ok {4} mox3.tests.test_mox.IsAlmostTest.testEqualityWithPlaces [0.000284s] ... ok {4} mox3.tests.test_mox.MethodCheckerTest.testTwoParameters [0.002072s] ... ok {4} mox3.tests.test_mox.MockObjectTest.testMockGetItem_ExpectedGetItem_Success [0.000738s] ... ok {4} mox3.tests.test_mox.MockObjectTest.testMockSetItem_ExpectedNoSetItem_Success [0.000838s] ... ok {4} mox3.tests.test_mox.MoxTest.testCreateObject [0.000491s] ... ok {2} mox3.tests.test_mox.MethodCheckerTest.testOneParameter [0.001111s] ... ok {2} mox3.tests.test_mox.MockAnythingTest.testEqualsInstanceFailure [0.000189s] ... ok {2} mox3.tests.test_mox.MockObjectTest.testMockGetItem_ExpectedGetItem_NonmatchingParameters [0.001121s] ... ok {2} mox3.tests.test_mox.MockObjectTest.testMockSetItem_ExpectedNoSetItem_NoSuccess [0.000499s] ... ok {2} mox3.tests.test_mox.MoxTest.testCallOnNonCallableObject [0.000651s] ... ok {2} mox3.tests.test_mox.MoxTest.testStubOutClassWrongParameters [0.001341s] ... ok {2} mox3.tests.test_mox.MoxTestBaseTest.testExpectedNotCalled [0.003998s] ... ok {1} mox3.tests.test_mox.InTest.testKeyInDict [0.000229s] ... ok {1} mox3.tests.test_mox.MockMethodTest.testWithReturningSideEffects [0.000342s] ... ok {1} mox3.tests.test_mox.MockObjectTest.testEqualsInstanceFailure [0.000420s] ... ok {1} mox3.tests.test_mox.MockObjectTest.testEqualsMockFailure [0.000669s] ... ok {1} mox3.tests.test_mox.MockObjectTest.testMockContains_ExpectedContains_Success [0.000725s] ... ok {1} mox3.tests.test_mox.MockObjectTest.testMockGetItem_ExpectedGetItem_NoSuccess [0.000857s] ... ok {1} mox3.tests.test_mox.MoxTest.testStubOutMethod_Unbound_DifferentInstance [0.001051s] ... ok {5} mox3.tests.test_mox.IsATest.testInequalityValid [0.000238s] ... ok {5} mox3.tests.test_mox.MethodCheckerTest.testArgsAndKwargs [0.000918s] ... ok {5} mox3.tests.test_mox.MockMethodTest.testWithReturningSideEffectsWithAndReturn [0.000350s] ... ok {5} mox3.tests.test_mox.MockObjectTest.testCantOverrideMethodsWithAttributes [0.000790s] ... ok {5} mox3.tests.test_mox.MockObjectTest.testFindValidMethods [0.000456s] ... ok {5} mox3.tests.test_mox.MoxTest.testMultipleTimes [0.000794s] ... ok {5} mox3.tests.test_mox.RegexTest.testFlagsPassedCorrectly [0.000329s] ... ok {0} mox3.tests.test_mox.AndTest.testClauseOneFails [0.000215s] ... ok {0} mox3.tests.test_mox.InTest.testItemNotInList [0.000160s] ... ok {0} mox3.tests.test_mox.IsTest.testEqualityInListValid [0.000159s] ... ok {0} mox3.tests.test_mox.IsTest.testEqualityValid [0.000151s] ... ok {0} mox3.tests.test_mox.MockObjectTest.testMockGetItem_WithSubClassOfNewStyleClass [0.000863s] ... ok {0} mox3.tests.test_mox.MockObjectTest.testSetupModeWithInvalidCall [0.000392s] ... ok {0} mox3.tests.test_mox.MoxTest.testCallableObjectWithBadCall [0.001317s] ... ok {7} mox3.tests.test_mox.AndTest.testAdvancedUsage [0.000270s] ... ok {7} mox3.tests.test_mox.ContainsKeyValueTest.testInvalidKey [0.000206s] ... ok {7} mox3.tests.test_mox.IsTest.testEquailtyInListInvalid [0.000202s] ... ok {7} mox3.tests.test_mox.MoxTest.testMultipleTimesMissingOne [0.001259s] ... ok {7} mox3.tests.test_mox.MoxTest.testStubOutFirstClassMethodVerifiesSignature [0.000649s] ... ok {7} mox3.tests.test_mox.MoxTest.testVerifyObjectWithIncompleteReplay [0.000653s] ... ok {4} mox3.tests.test_mox.MoxTestBaseTest.testUnexpectedCall [0.011496s] ... ok {6} mox3.tests.test_mox.MockObjectTest.testFindsSuperclassMethods [0.000778s] ... ok {4} mox3.tests.test_mox.MoxTestDontMockProperties.testExpectedNotCalledNoMocks [0.001137s] ... ok {7} mox3.tests.test_mox.StrContainsTest.testValidSubstringAtStart [0.000194s] ... ok {6} mox3.tests.test_mox.MoxTest.testMutlipleTimesUsingFunc [0.000806s] ... ok {6} mox3.tests.test_mox.MoxTest.testStubOutClassMethodVerifiesSignature [0.001618s] ... ok {6} mox3.tests.test_mox.MoxTest.testStubOutMethod_Unbound_Comparator [0.000549s] ... ok {9} mox3.tests.test_mox.ExpectedMethodCallsErrorTest.testOneError [0.000403s] ... ok {6} mox3.tests.test_mox.MoxTestBaseTest.testMixin [0.002098s] ... ok {9} mox3.tests.test_mox.InTest.testItemInTuple [0.000178s] ... ok {6} mox3.tests.test_mox.NotTest.testKeyInDict [0.000202s] ... ok {6} mox3.tests.test_mox.SameElementsAsTest.testActualIsNotASequence [0.000212s] ... ok {9} mox3.tests.test_mox.MockAnythingTest.testReplayWithExpectedCall [0.000302s] ... ok {9} mox3.tests.test_mox.MockAnythingTest.testSetupMode [0.000213s] ... ok {10} mox3.tests.test_mox.ContainsAttributeValueTest.testInvalidValue [0.000306s] ... ok {10} mox3.tests.test_mox.IsTest.testInequalityInvalid [0.000174s] ... ok {9} mox3.tests.test_mox.MockObjectTest.testInstantiationWithAdditionalAttributes [0.000573s] ... ok {10} mox3.tests.test_mox.MockAnythingTest.testReplayWithUnexpectedCall [0.000895s] ... ok {9} mox3.tests.test_mox.MockObjectTest.testMockIter_ExpectedIter_NoSuccess [0.000763s] ... ok {10} mox3.tests.test_mox.MockAnythingTest.testVerifyWithCompleteReplay [0.000269s] ... ok {9} mox3.tests.test_mox.MoxTestDontMockProperties.testUnexpectedCall [0.005814s] ... ok {10} mox3.tests.test_mox.MockObjectTest.testReplayWithInvalidCall [0.000557s] ... ok {10} mox3.tests.test_mox.MyTestCase.testMethodOverride [0.000217s] ... ok {11} mox3.tests.test_mox.InTest.testTupleNotInTupleOfTuples [0.000237s] ... ok {10} mox3.tests.test_mox.StrContainsTest.testMultipleMatches [0.000183s] ... ok {11} mox3.tests.test_mox.MethodCheckerTest.testNoParameters [0.000941s] ... ok {11} mox3.tests.test_mox.MockAnythingTest.testNonzero [0.000190s] ... ok {8} mox3.tests.test_mox.IsAlmostTest.testNonNumericTypes [0.000276s] ... ok {13} mox3.tests.test_mox.InTest.testTupleInTupleOfTuples [0.000248s] ... ok {8} mox3.tests.test_mox.MockObjectTest.testCantMockNonPublicAttributes [0.001166s] ... ok {11} mox3.tests.test_mox.MockMethodTest.testEqualityParamsNotEqual [0.000283s] ... ok {13} mox3.tests.test_mox.MockAnythingTest.testNestedMockCallsRecordedSerially [0.000395s] ... ok {8} mox3.tests.test_mox.MoxTest.testCallableObject [0.000827s] ... ok {11} mox3.tests.test_mox.MockObjectTest.testAccessClassVariables [0.000401s] ... ok {13} mox3.tests.test_mox.MockMethodTest.testEqualityNamedParamsEqual [0.000357s] ... ok {8} mox3.tests.test_mox.MoxTest.testInheritedCallableObject [0.000475s] ... ok {11} mox3.tests.test_mox.MockObjectTest.testMockSetItem_ExpectedSetItem_Success [0.000657s] ... ok {13} mox3.tests.test_mox.MockObjectTest.testMockIter_ExpectedNoIter_NoSuccess [0.000843s] ... ok {18} mox3.tests.test_mox.MethodCheckerTest.testOneDefaultValue [0.000906s] ... ok {15} mox3.tests.test_mox.ContainsKeyValueTest.testValidPair [0.000226s] ... ok {8} mox3.tests.test_mox.OrTest.testInvalidOr [0.000181s] ... ok {13} mox3.tests.test_mox.MoxTest.testCallableObjectVerifiesSignature [0.000581s] ... ok {11} mox3.tests.test_mox.MoxTest.testWarnsUserIfMockingMock [0.000527s] ... ok {12} mox3.tests.test_mox.ExpectedMethodCallsErrorTest.testManyErrors [0.000557s] ... ok {18} mox3.tests.test_mox.MockAnythingTest.testNestedMockCallsRecordedNested [0.000324s] ... ok {15} mox3.tests.test_mox.MoxTest.testMultipleTimesThreeMethods [0.000771s] ... ok {8} mox3.tests.test_mox.StrContainsTest.testInvaildSubstring [0.000162s] ... ok {13} mox3.tests.test_mox.MoxTestDontMockProperties.testMixinAgain [0.002061s] ... ok {12} mox3.tests.test_mox.MockAnythingTest.testRepr [0.000216s] ... ok {18} mox3.tests.test_mox.MockMethodTest.testStrConversion [0.000585s] ... ok {15} mox3.tests.test_mox.MoxTest.testStubOutMethod_Unbound_NamedUsingPositional_SomePositional [0.000466s] ... ok {8} mox3.tests.test_mox.ValueRememberTest.testRememberValue [0.000195s] ... ok {13} mox3.tests.test_mox.MoxTestDontMockProperties.testSuccess [0.001943s] ... ok {12} mox3.tests.test_mox.MoxTest.testSignatureMatchingWithComparatorAsFirstArg [0.000699s] ... ok {17} mox3.tests.test_mox.MockAnythingTest.testNotNone [0.000246s] ... ok {18} mox3.tests.test_mox.MockObjectTest.testMockIter_ExpectedGetItem_Success [0.000727s] ... ok {15} mox3.tests.test_mox.MoxTestBaseTest.testStubsNoMocks [0.000286s] ... ok {12} mox3.tests.test_mox.MoxTest.testStubOutMethod_Bound_NamedUsingPositional_SomePositional [0.000873s] ... ok {16} mox3.tests.test_mox.IsATest.testInequalityInvalid [0.000170s] ... ok {17} mox3.tests.test_mox.MockMethodTest.testEqualityNoParamsEqual [0.000347s] ... ok {15} mox3.tests.test_mox.RegexTest.testNonMatchPattern [0.000333s] ... ok {18} mox3.tests.test_mox.MockObjectTest.testMockSetItem_ExpectedSetItem_NoSuccess [0.000473s] ... ok {14} mox3.tests.test_mox.FuncTest.testFuncExceptionPropagation [0.000459s] ... ok {12} mox3.tests.test_mox.MoxTest.testStubOutObject [0.000569s] ... ok {16} mox3.tests.test_mox.IsTest.testEqualityInvalid [0.000141s] ... ok {15} mox3.tests.test_mox.RegexTest.testReprWithFlags [0.000323s] ... ok {19} mox3.tests.test_mox.MockMethodTest.testEqualityParamsEqual [0.000270s] ... ok {17} mox3.tests.test_mox.MockMethodTest.testEqualityNoParamsNotEqual [0.000267s] ... ok {18} mox3.tests.test_mox.MoxTestBaseTest.testStubs [0.001178s] ... ok {21} mox3.tests.test_mox.MethodCheckerTest.testTwoDefaultValues [0.001123s] ... ok {14} mox3.tests.test_mox.MockAnythingTest.testEquals [0.000257s] ... ok {12} mox3.tests.test_mox.MoxTestDontMockProperties.testFailure [0.005702s] ... ok {16} mox3.tests.test_mox.MockAnythingTest.testNotEquals [0.000142s] ... ok {22} mox3.tests.test_mox.AndTest.testValidAnd [0.000224s] ... ok {15} mox3.tests.test_stubout.StubOutForTestingTest.testSmartSetOnModule [0.000262s] ... ok {19} mox3.tests.test_mox.MockObjectTest.testMockIter_ExpectedIter_Success [0.000470s] ... ok {17} mox3.tests.test_mox.MoxTest.testStubOutClass_OldStyle [0.001047s] ... ok {18} mox3.tests.test_mox.ValueRememberTest.testValueEquals [0.000183s] ... ok {21} mox3.tests.test_mox.MockAnythingTest.testIsReprable [0.000135s] ... ok {14} mox3.tests.test_mox.MockMethodTest.testAndRaiseException [0.000550s] ... ok {16} mox3.tests.test_mox.MockMethodTest.testObjectEquality [0.000224s] ... ok {22} mox3.tests.test_mox.IsAlmostTest.testEqualityValid [0.000155s] ... ok {27} mox3.tests.test_mox.ContainsAttributeValueTest.testInvalidKey [0.000198s] ... ok {12} mox3.tests.test_mox.RegexTest.testPatternInMiddle [0.000440s] ... ok {19} mox3.tests.test_mox.MockObjectTest.testNotEquals [0.000205s] ... ok {17} mox3.tests.test_mox.MoxTest.testStubOutMethod_Bound_SpecialArgs [0.000528s] ... ok {21} mox3.tests.test_mox.MockAnythingTest.testVerifyWithIncompleteReplay [0.000228s] ... ok {14} mox3.tests.test_mox.MockMethodTest.testEqualityNamedParamsNotEqual [0.000291s] ... ok {23} mox3.tests.test_mox.AndTest.testAdvancedUsageFails [0.000189s] ... ok {25} mox3.tests.test_mox.ContainsAttributeValueTest.testValidPair [0.000229s] ... ok {22} mox3.tests.test_mox.MockMethodTest.testAndReturnNoneByDefault [0.000208s] ... ok {20} mox3.tests.test_mox.IsATest.testEqualityInvalid [0.000175s] ... ok {16} mox3.tests.test_mox.MoxTest.testMultipleTimesTwoGroupsFailure [0.000720s] ... ok {27} mox3.tests.test_mox.IsATest.testEqualityInListValid [0.000112s] ... ok {19} mox3.tests.test_mox.MoxTest.testMultipleUnorderdGroups [0.000474s] ... ok {17} mox3.tests.test_mox.MoxTestBaseTest.testMixinAgain [0.001798s] ... ok {23} mox3.tests.test_mox.ContainsKeyValueTest.testInvalidValue [0.000126s] ... ok {14} mox3.tests.test_mox.MockObjectTest.testEquals [0.000399s] ... ok {21} mox3.tests.test_mox.MoxTest.testStubOutClassWrongSignature [0.000474s] ... ok {25} mox3.tests.test_mox.MockMethodTest.testAndReturnValue [0.000182s] ... ok {22} mox3.tests.test_mox.MoxTest.testStubOuMethod_Unbound_WithOptionalParams [0.000389s] ... ok {20} mox3.tests.test_mox.MockMethodTest.testEqualityWrongType [0.000174s] ... ok {16} mox3.tests.test_mox.MoxTest.testStubOutMethod [0.000467s] ... ok {28} mox3.tests.test_mox.FuncTest.testFuncTrueFalseEvaluation [0.000163s] ... ok {27} mox3.tests.test_mox.MockObjectTest.testMockGetItem_ExpectedNoGetItem_NoSuccess [0.000613s] ... ok {19} mox3.tests.test_mox.MoxTest.testStubOutClass_NotAClass [0.000338s] ... ok {17} mox3.tests.test_mox.MoxTestDontMockProperties.testExpectedNotCalled [0.003945s] ... ok {26} mox3.tests.test_mox.IsATest.testSpecialTypes [0.000193s] ... ok {23} mox3.tests.test_mox.IsATest.testEquailtyInListInvalid [0.000144s] ... ok {14} mox3.tests.test_mox.MockObjectTest.testIsInstance [0.000335s] ... ok {25} mox3.tests.test_mox.MockObjectTest.testMockContains_ExpectedContains_NoSuccess [0.000534s] ... ok {21} mox3.tests.test_mox.MoxTest.testStubOutMethod_Unbound_SpecialArgs [0.000352s] ... ok {22} mox3.tests.test_mox.MoxTest.testVerifyObjectWithCompleteReplay [0.000393s] ... ok {20} mox3.tests.test_mox.MoxTest.testMultipleTimesTwoGroups [0.000433s] ... ok {16} mox3.tests.test_mox.ValueRememberTest.testNoValue [0.000177s] ... ok {27} mox3.tests.test_mox.MockObjectTest.testMockIter_ExpectedNoGetItem_NoSuccess [0.000573s] ... ok {28} mox3.tests.test_mox.MockAnythingTest.testEqualsMockFailure [0.000228s] ... ok {19} mox3.tests.test_mox.MoxTest.testStubOutMethod_Bound_NamedUsingPositional [0.000436s] ... ok {24} mox3.tests.test_mox.InTest.testItemInList [0.000287s] ... ok {26} mox3.tests.test_mox.IsAlmostTest.testEqualityInvalid [0.000133s] ... ok {23} mox3.tests.test_mox.MethodCheckerTest.testArgs [0.000783s] ... ok {14} mox3.tests.test_mox.StrContainsTest.testValidSubstringInMiddle [0.000197s] ... ok {29} mox3.tests.test_mox.ExpectedMethodCallsErrorTest.testAtLeastOneMethod [0.000308s] ... ok {25} mox3.tests.test_mox.MockObjectTest.testMockSetItem_WithSubClassOfNewStyleClass [0.000401s] ... ok {21} mox3.tests.test_mox.NotTest.testItemInList [0.000163s] ... ok {22} mox3.tests.test_mox.MoxTestBaseTest.testSuccessNoMocks [0.000626s] ... ok {27} mox3.tests.test_mox.MoxTest.testStubOutClass [0.000831s] ... ok {20} mox3.tests.test_mox.MoxTest.testStubOutMethod_Func_PropgatesExceptions [0.000656s] ... ok {19} mox3.tests.test_mox.MoxTest.testUnorderedGroup [0.000238s] ... ok {28} mox3.tests.test_mox.MockObjectTest.testMockGetIter_WithSubClassOfNewStyleClass [0.000498s] ... ok {24} mox3.tests.test_mox.MockAnythingTest.testSpecialClassMethod [0.000344s] ... ok {23} mox3.tests.test_mox.MoxTest.testStubOutMethod_Unbound_Subclass_Comparator [0.000544s] ... ok {26} mox3.tests.test_mox.MockAnythingTest.testCanMockStr [0.000244s] ... ok {25} mox3.tests.test_mox.MoxTest.testUnorderedGroupsInline [0.000318s] ... ok {29} mox3.tests.test_mox.MethodCheckerTest.testKwargs [0.000732s] ... ok {21} mox3.tests.test_mox.StrContainsTest.testValidSubstringAtEnd [0.000156s] ... ok {22} mox3.tests.test_mox.RegexTest.testReprWithoutFlags [0.000269s] ... ok {27} mox3.tests.test_mox.MoxTest.testStubOut_SignatureMatching_init_ [0.000322s] ... ok {20} mox3.tests.test_mox.MoxTest.testStubOutMethod_Unbound_NamedUsingPositional [0.000436s] ... ok {28} mox3.tests.test_mox.MoxTest.testEntireWorkflow [0.000333s] ... ok {24} mox3.tests.test_mox.MoxTest.testMultipleTimesUsingIsAParameter [0.000548s] ... ok {23} mox3.tests.test_mox.MoxTest.testStubOutObjectMethodVerifiesSignature [0.000967s] ... ok {26} mox3.tests.test_mox.MockMethodTest.testWithSideEffects [0.000170s] ... ok {25} mox3.tests.test_mox.MoxTestBaseMultipleInheritanceTest.testMultipleInheritance [0.000219s] ... ok {31} mox3.tests.test_mox.IsATest.testEqualityValid [0.000135s] ... ok {29} mox3.tests.test_mox.MoxTest.testMultipleUnorderdGroupsOutOfOrder [0.000659s] ... ok {27} mox3.tests.test_mox.SameElementsAsTest.testEmptyLists [0.000106s] ... ok {20} mox3.tests.test_mox.MoxTestBaseTest.testSuccess [0.001096s] ... ok {30} mox3.tests.test_mox.IsTest.testInequalityValid [0.000141s] ... ok {28} mox3.tests.test_mox.MoxTest.testWithSideEffects [0.000209s] ... ok {23} mox3.tests.test_mox.NotTest.testInvalidKeyWithNot [0.000118s] ... ok {24} mox3.tests.test_mox.MoxTest.testUnorderedGroupWithReturnValue [0.000475s] ... ok {31} mox3.tests.test_mox.MoxTest.testStubOutClassTooManyCreated [0.000546s] ... ok {26} mox3.tests.test_mox.MoxTest.testForgotReplayHelpfulMessage [0.000220s] ... ok {25} mox3.tests.test_mox.OrTest.testValidOr [0.000142s] ... ok {29} mox3.tests.test_mox.MoxTest.testStubOutMethod_Unbound_ActualInstance [0.000409s] ... ok {30} mox3.tests.test_mox.MockObjectTest.testSetupModeWithValidCall [0.000345s] ... ok {20} mox3.tests.test_mox.ResetTest.testReset [0.000309s] ... ok {28} mox3.tests.test_mox.MoxTestBaseTest.testExpectedNotCalledNoMocks [0.002580s] ... ok {31} mox3.tests.test_mox.MoxTest.testUnorderedGroupWithComparator [0.000260s] ... ok {24} mox3.tests.test_mox.MoxTestBaseMultipleInheritanceTest.testMethodOverride [0.000194s] ... ok {26} mox3.tests.test_mox.MoxTestDontMockProperties.testPropertiesArentMocked [0.000391s] ... ok {29} mox3.tests.test_mox.MoxTest.testWithSideEffectsException [0.000445s] ... ok {30} mox3.tests.test_mox.MoxTest.testStubOutClassNotEnoughCreated [0.000633s] ... ok {24} mox3.tests.test_mox.RegexTest.testIdentifyBadSyntaxDuringInit [0.000450s] ... ok {31} mox3.tests.test_mox.MoxTestDontMockProperties.testStubs [0.000908s] ... ok {28} mox3.tests.test_mox.MoxTestDontMockProperties.testSuccessNoMocks [0.000453s] ... ok {30} mox3.tests.test_mox.MoxTest.testStubOutMethod_Bound_SimpleTest [0.000319s] ... ok {29} mox3.tests.test_mox.MoxTestDontMockProperties.testMixin [0.001146s] ... ok {26} mox3.tests.test_mox.MoxTestDontMockProperties.testStubsNoMocks [0.000218s] ... ok {31} mox3.tests.test_mox.ReplayTest.testReplay [0.000225s] ... ok {24} mox3.tests.test_mox.SameElementsAsTest.testUnequalUnhashableLists [0.000225s] ... ok {30} mox3.tests.test_mox.MoxTestBaseTest.testFailure [0.003293s] ... ok {29} mox3.tests.test_mox.SameElementsAsTest.testSortedLists [0.000120s] ... ok {31} mox3.tests.test_mox.SameElementsAsTest.testOneUnhashableObjectInActual [0.000126s] ... ok {30} mox3.tests.test_mox.VerifyTest.testVerify [0.000423s] ... ok ====== Totals ====== Ran: 222 tests in 0.0000 sec. - Passed: 222 - Skipped: 0 - Expected Fail: 0 - Unexpected Success: 0 - Failed: 0 Sum of execute time for each test: 0.1414 sec. ============== Worker Balance ============== - Worker 0 (7 tests) => 0:00:00.006130 - Worker 1 (7 tests) => 0:00:00.007418 - Worker 2 (7 tests) => 0:00:00.011744 - Worker 3 (7 tests) => 0:00:00.007125 - Worker 4 (7 tests) => 0:00:00.020682 - Worker 5 (7 tests) => 0:00:00.007801 - Worker 6 (7 tests) => 0:00:00.009327 - Worker 7 (7 tests) => 0:00:00.007926 - Worker 8 (7 tests) => 0:00:00.007259 - Worker 9 (7 tests) => 0:00:00.011743 - Worker 10 (7 tests) => 0:00:00.006959 - Worker 11 (7 tests) => 0:00:00.006314 - Worker 12 (7 tests) => 0:00:00.013157 - Worker 13 (7 tests) => 0:00:00.010380 - Worker 14 (7 tests) => 0:00:00.006362 - Worker 15 (7 tests) => 0:00:00.005896 - Worker 16 (7 tests) => 0:00:00.004429 - Worker 17 (7 tests) => 0:00:00.011086 - Worker 18 (7 tests) => 0:00:00.006983 - Worker 19 (7 tests) => 0:00:00.003921 - Worker 20 (7 tests) => 0:00:00.005575 - Worker 21 (7 tests) => 0:00:00.005241 - Worker 22 (7 tests) => 0:00:00.004638 - Worker 23 (7 tests) => 0:00:00.005707 - Worker 24 (7 tests) => 0:00:00.006258 - Worker 25 (7 tests) => 0:00:00.004349 - Worker 26 (7 tests) => 0:00:00.003420 - Worker 27 (7 tests) => 0:00:00.005148 - Worker 28 (7 tests) => 0:00:00.006804 - Worker 29 (7 tests) => 0:00:00.006340 - Worker 30 (6 tests) => 0:00:00.007077 - Worker 31 (6 tests) => 0:00:00.004140 + exit 0 Processing files: python2-mox3-0.27.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.kiKkDx + umask 022 + cd /builddir/build/BUILD + cd mox3-0.27.0 + DOCDIR=/builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch/usr/share/doc/python2-mox3-0.27.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch/usr/share/doc/python2-mox3-0.27.0 + cp -pr README.rst /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch/usr/share/doc/python2-mox3-0.27.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.1Wv3I5 + umask 022 + cd /builddir/build/BUILD + cd mox3-0.27.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch/usr/share/licenses/python2-mox3-0.27.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch/usr/share/licenses/python2-mox3-0.27.0 + cp -pr COPYING.txt /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch/usr/share/licenses/python2-mox3-0.27.0 + exit 0 Provides: python-mox3 = 0.27.0-1.el7 python2-mox3 = 0.27.0-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 2.7 Obsoletes: python-mox3 < 0.27.0-1.el7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch Wrote: /builddir/build/RPMS/python2-mox3-0.27.0-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.OLpWId + umask 022 + cd /builddir/build/BUILD + cd mox3-0.27.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-mox3-0.27.0-1.el7.noarch + exit 0 Child return code was: 0