Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/jmock.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-256e09f869c16890b2457b14473d3b3640b2833c/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.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=0logger=uid=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/jmock.spec'] with env {'LANG': 'en_US.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/jmock-2.8.2-2.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/jmock.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-256e09f869c16890b2457b14473d3b3640b2833c/root'shell=Falseuid=996env={'LANG': 'en_US.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=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/jmock.spec'] with env {'LANG': 'en_US.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.iCkILU + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf jmock-library-2.8.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/2.8.2.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd jmock-library-2.8.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + . /usr/share/java-utils/pom_editor.sh + pom_remove_plugin :nexus-staging-maven-plugin + set +x + . /usr/share/java-utils/pom_editor.sh + pom_remove_plugin :maven-javadoc-plugin + set +x + . /usr/share/java-utils/pom_editor.sh + pom_remove_plugin :maven-source-plugin + set +x + . /usr/share/java-utils/pom_editor.sh + pom_remove_plugin :maven-gpg-plugin testjar + set +x ++ build-classpath objectweb-asm/asm + sed -i 's|%classpath|/usr/share/java/objectweb-asm/asm.jar|' jmock/pom.xml + . /usr/share/java-utils/pom_editor.sh + pom_xpath_remove pom:build jmock-example + set +x + . /usr/share/java-utils/pom_editor.sh + pom_xpath_inject pom:project ' src/main ' jmock-example + set +x + . /usr/share/java-utils/pom_editor.sh + pom_add_dep 'org.jmock:jmock-junit3:${project.version}' jmock-example + set +x + . /usr/share/java-utils/pom_editor.sh + pom_add_dep 'org.jmock:jmock-junit4:${project.version}' jmock-example + set +x + python /usr/share/java-utils/mvn_alias.py org.jmock:jmock :jmock-script + python /usr/share/java-utils/mvn_package.py org.jmock:jmock::tests: jmock + python /usr/share/java-utils/mvn_package.py org.jmock:jmock-junit3::tests: jmock-junit3 + rm jmock-legacy/src/test/java/org/jmock/test/acceptance/MockeryFinalizationAcceptanceTests.java + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.2jIeto + umask 022 + cd /builddir/build/BUILD + cd jmock-library-2.8.2 + python /usr/share/java-utils/mvn_build.py -n jmock -s [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] jMock 2 Parent [INFO] jMock 2 Test Jar [INFO] jMock 2 Core [INFO] jmock-junit3 [INFO] jmock-junit4 [INFO] jmock-legacy [INFO] jMock Examples [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building jMock 2 Parent 2.8.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building jMock 2 Test Jar 2.8.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jmock-testjar --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builddir/build/BUILD/jmock-library-2.8.2/testjar/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jmock-testjar --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /builddir/build/BUILD/jmock-library-2.8.2/testjar/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jmock-testjar --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builddir/build/BUILD/jmock-library-2.8.2/testjar/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jmock-testjar --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ jmock-testjar --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jmock-testjar --- [INFO] Building jar: /builddir/build/BUILD/jmock-library-2.8.2/testjar/target/signed.jar [INFO] [INFO] --- maven-dependency-plugin:2.7:copy (copy) @ jmock-testjar --- [INFO] Configured Artifact: org.jmock:jmock-testjar:2.8.2:jar [INFO] Copying signed.jar to /builddir/build/BUILD/jmock-library-2.8.2/testjar/target/unsigned.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building jMock 2 Core 2.8.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jmock --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builddir/build/BUILD/jmock-library-2.8.2/jmock/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jmock --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 83 source files to /builddir/build/BUILD/jmock-library-2.8.2/jmock/target/classes [INFO] [INFO] --- exec-maven-plugin:1.2.1:exec (default) @ jmock --- Mar 05, 2017 12:43:31 PM org.jmock.ExpectationsCreator main INFO: Expections Old School method injector running Mar 05, 2017 12:43:31 PM org.jmock.ExpectationsCreator main INFO: Running in /builddir/build/BUILD/jmock-library-2.8.2/jmock [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jmock --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builddir/build/BUILD/jmock-library-2.8.2/jmock/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jmock --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 76 source files to /builddir/build/BUILD/jmock-library-2.8.2/jmock/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ jmock --- [INFO] Surefire report directory: /builddir/build/BUILD/jmock-library-2.8.2/jmock/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.jmock.test.unit.support.MethodFactoryTests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 sec - in org.jmock.test.unit.support.MethodFactoryTests Running org.jmock.test.unit.auto.internal.MockomaticTests Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 sec - in org.jmock.test.unit.auto.internal.MockomaticTests Running org.jmock.test.unit.internal.VerifyingTestCaseTests Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.jmock.test.unit.internal.VerifyingTestCaseTests Running org.jmock.test.unit.internal.InStateOrderingConstraintTests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.jmock.test.unit.internal.InStateOrderingConstraintTests Running org.jmock.test.unit.internal.InvocationDispatcherTests Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.jmock.test.unit.internal.InvocationDispatcherTests Running org.jmock.test.unit.internal.ProxiedObjectIdentityTests Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.jmock.test.unit.internal.ProxiedObjectIdentityTests Running org.jmock.test.unit.internal.InvocationExpectationTests Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.128 sec - in org.jmock.test.unit.internal.InvocationExpectationTests Running org.jmock.test.unit.internal.FormattingTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.jmock.test.unit.internal.FormattingTests Running org.jmock.test.unit.internal.ChangeStateSideEffectTests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.jmock.test.unit.internal.ChangeStateSideEffectTests Running org.jmock.test.unit.internal.CardinalityTests Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.jmock.test.unit.internal.CardinalityTests Running org.jmock.test.unit.internal.AllDeclaredFieldsTests Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.jmock.test.unit.internal.AllDeclaredFieldsTests Running org.jmock.test.unit.internal.ReturnDefaultCollectionTests Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.566 sec - in org.jmock.test.unit.internal.ReturnDefaultCollectionTests Running org.jmock.test.unit.internal.StateMachineTests Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.jmock.test.unit.internal.StateMachineTests Running org.jmock.test.unit.internal.InvocationDiverterTests Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.jmock.test.unit.internal.InvocationDiverterTests Running org.jmock.test.unit.internal.ReturnDefaultValueActionTests Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 sec - in org.jmock.test.unit.internal.ReturnDefaultValueActionTests Running org.jmock.test.unit.lib.concurrent.DeterministicSchedulerTests Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.25 sec - in org.jmock.test.unit.lib.concurrent.DeterministicSchedulerTests Running org.jmock.test.unit.lib.concurrent.BlitzerTests Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.jmock.test.unit.lib.concurrent.BlitzerTests Running org.jmock.test.unit.lib.concurrent.internal.DeltaQueueTests Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.jmock.test.unit.lib.concurrent.internal.DeltaQueueTests Running org.jmock.test.unit.lib.concurrent.DeterministicExecutorTests Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.jmock.test.unit.lib.concurrent.DeterministicExecutorTests Running org.jmock.test.unit.lib.JavaReflectionImposteriserTests Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec - in org.jmock.test.unit.lib.JavaReflectionImposteriserTests Running org.jmock.test.unit.lib.script.ScriptedActionTests Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.5 sec - in org.jmock.test.unit.lib.script.ScriptedActionTests Running org.jmock.test.unit.lib.RetroNamingSchemeTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.jmock.test.unit.lib.RetroNamingSchemeTests Running org.jmock.test.unit.lib.LastWordNamingSchemeTests Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.jmock.test.unit.lib.LastWordNamingSchemeTests Running org.jmock.test.unit.lib.IdentityExpectationErrorTranslatorTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.jmock.test.unit.lib.IdentityExpectationErrorTranslatorTests Running org.jmock.test.unit.lib.CamelCaseNamingSchemeTests Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.jmock.test.unit.lib.CamelCaseNamingSchemeTests Running org.jmock.test.unit.lib.CurrentStateMatcherTests Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.jmock.test.unit.lib.CurrentStateMatcherTests Running org.jmock.test.unit.lib.action.ReturnIteratorActionTests Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.jmock.test.unit.lib.action.ReturnIteratorActionTests Running org.jmock.test.unit.lib.action.CustomActionTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.jmock.test.unit.lib.action.CustomActionTests Running org.jmock.test.unit.lib.action.ActionSequenceTests Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.jmock.test.unit.lib.action.ActionSequenceTests Running org.jmock.test.unit.lib.action.DoAllActionTests Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.jmock.test.unit.lib.action.DoAllActionTests Running org.jmock.test.unit.lib.action.ReturnValueActionTests Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.jmock.test.unit.lib.action.ReturnValueActionTests Running org.jmock.test.unit.lib.action.ReturnEnumerationActionTests Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.jmock.test.unit.lib.action.ReturnEnumerationActionTests Running org.jmock.test.unit.lib.action.VoidActionTests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.jmock.test.unit.lib.action.VoidActionTests Running org.jmock.test.unit.lib.action.ThrowActionTests Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.jmock.test.unit.lib.action.ThrowActionTests Running org.jmock.test.unit.MockeryTests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.jmock.test.unit.MockeryTests Running org.jmock.test.unit.api.InvocationTests Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 sec - in org.jmock.test.unit.api.InvocationTests Running org.jmock.test.acceptance.ConsecutiveCallsAcceptanceTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.jmock.test.acceptance.ConsecutiveCallsAcceptanceTests Running org.jmock.test.acceptance.UnorderedExpectationsAcceptanceTests Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in org.jmock.test.acceptance.UnorderedExpectationsAcceptanceTests Running org.jmock.test.acceptance.ReturningValuesAcceptanceTests Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 sec - in org.jmock.test.acceptance.ReturningValuesAcceptanceTests Running org.jmock.test.acceptance.DefineExpectationWithinExpectationsAcceptanceTests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.jmock.test.acceptance.DefineExpectationWithinExpectationsAcceptanceTests Running org.jmock.test.acceptance.ErrorMessagesAcceptanceTests Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec - in org.jmock.test.acceptance.ErrorMessagesAcceptanceTests Running org.jmock.test.acceptance.OverrideExpectationsFromSetUpAcceptanceTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.jmock.test.acceptance.OverrideExpectationsFromSetUpAcceptanceTests Running org.jmock.test.acceptance.StatesAcceptanceTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.jmock.test.acceptance.StatesAcceptanceTest Running org.jmock.test.acceptance.ThrowingExceptionsAcceptanceTests Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec - in org.jmock.test.acceptance.ThrowingExceptionsAcceptanceTests Running org.jmock.test.acceptance.RecordingAcceptanceTests Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.jmock.test.acceptance.RecordingAcceptanceTests Running org.jmock.test.acceptance.ParameterMatchingAcceptanceTests Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec - in org.jmock.test.acceptance.ParameterMatchingAcceptanceTests Running org.jmock.test.acceptance.UniqueNamesAcceptanceTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.jmock.test.acceptance.UniqueNamesAcceptanceTest Running org.jmock.test.acceptance.ExpectationErrorCheckingAcceptanceTests Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.jmock.test.acceptance.ExpectationErrorCheckingAcceptanceTests Running org.jmock.test.acceptance.ExpectationCountsAcceptanceTests Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.jmock.test.acceptance.ExpectationCountsAcceptanceTests Running org.jmock.test.acceptance.ReturningIteratorsAcceptanceTests the Mockery is not thread-safe: use a Synchroniser to ensure thread safety Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.jmock.test.acceptance.ReturningIteratorsAcceptanceTests Running org.jmock.test.acceptance.FlexibleExpectationsAcceptanceTests Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.jmock.test.acceptance.FlexibleExpectationsAcceptanceTests Running org.jmock.test.acceptance.SequenceAcceptanceTests Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in org.jmock.test.acceptance.SequenceAcceptanceTests Running org.jmock.test.acceptance.HamcrestTypeSafetyAcceptanceTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.jmock.test.acceptance.HamcrestTypeSafetyAcceptanceTests Running org.jmock.test.acceptance.WarnAboutMultipleThreadsAcceptanceTests the Mockery is not thread-safe: use a Synchroniser to ensure thread safety Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.jmock.test.acceptance.WarnAboutMultipleThreadsAcceptanceTests Running org.jmock.test.acceptance.NewStyleParameterMatchingAcceptanceTests Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 sec - in org.jmock.test.acceptance.NewStyleParameterMatchingAcceptanceTests Running org.jmock.test.acceptance.ExpectationErrorTranslationAcceptanceTests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.jmock.test.acceptance.ExpectationErrorTranslationAcceptanceTests Running org.jmock.test.acceptance.PrimitiveParameterTypesAcceptanceTests Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.jmock.test.acceptance.PrimitiveParameterTypesAcceptanceTests Running org.jmock.test.acceptance.AnyMethodAcceptanceTests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.jmock.test.acceptance.AnyMethodAcceptanceTests Running org.jmock.test.acceptance.DoAllAcceptanceTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.jmock.test.acceptance.DoAllAcceptanceTests Running org.jmock.test.acceptance.CascadedFailuresAcceptanceTests Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec - in org.jmock.test.acceptance.CascadedFailuresAcceptanceTests Running org.jmock.test.acceptance.NullAndNonNullAcceptanceTests Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.jmock.test.acceptance.NullAndNonNullAcceptanceTests Results : Tests run: 302, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jmock --- [INFO] Building jar: /builddir/build/BUILD/jmock-library-2.8.2/jmock/target/jmock-2.8.2.jar [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ jmock --- [INFO] Building jar: /builddir/build/BUILD/jmock-library-2.8.2/jmock/target/jmock-2.8.2-tests.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building jmock-junit3 2.8.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jmock-junit3 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builddir/build/BUILD/jmock-library-2.8.2/jmock-junit3/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jmock-junit3 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /builddir/build/BUILD/jmock-library-2.8.2/jmock-junit3/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jmock-junit3 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builddir/build/BUILD/jmock-library-2.8.2/jmock-junit3/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jmock-junit3 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /builddir/build/BUILD/jmock-library-2.8.2/jmock-junit3/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ jmock-junit3 --- [INFO] Surefire report directory: /builddir/build/BUILD/jmock-library-2.8.2/jmock-junit3/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.jmock.test.unit.integration.junit3.VerifyingTestCaseTests Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 sec - in org.jmock.test.unit.integration.junit3.VerifyingTestCaseTests Running org.jmock.test.unit.integration.junit3.MockObjectTestCaseTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 sec - in org.jmock.test.unit.integration.junit3.MockObjectTestCaseTests Results : Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jmock-junit3 --- [INFO] Building jar: /builddir/build/BUILD/jmock-library-2.8.2/jmock-junit3/target/jmock-junit3-2.8.2.jar [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ jmock-junit3 --- [INFO] Building jar: /builddir/build/BUILD/jmock-library-2.8.2/jmock-junit3/target/jmock-junit3-2.8.2-tests.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building jmock-junit4 2.8.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jmock-junit4 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builddir/build/BUILD/jmock-library-2.8.2/jmock-junit4/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jmock-junit4 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /builddir/build/BUILD/jmock-library-2.8.2/jmock-junit4/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jmock-junit4 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builddir/build/BUILD/jmock-library-2.8.2/jmock-junit4/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jmock-junit4 --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 15 source files to /builddir/build/BUILD/jmock-library-2.8.2/jmock-junit4/target/test-classes [WARNING] /builddir/build/BUILD/jmock-library-2.8.2/jmock-junit4/src/test/java/testdata/jmock/acceptance/junit4/JUnit4TestThatCreatesTwoMockeries.java: Some input files use or override a deprecated API. [WARNING] /builddir/build/BUILD/jmock-library-2.8.2/jmock-junit4/src/test/java/testdata/jmock/acceptance/junit4/JUnit4TestThatCreatesTwoMockeries.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ jmock-junit4 --- [INFO] Surefire report directory: /builddir/build/BUILD/jmock-library-2.8.2/jmock-junit4/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests Exception in thread "pool-4-thread-1" Exception in thread "pool-4-thread-2" Exception in thread "pool-4-thread-3" java.lang.AssertionError: unexpected invocation: mockObject.action() expectations: expected once, never invoked: mockObject.finished(); then threads is finished states: threads has no current state what happened before this: nothing! at org.jmock.api.ExpectationError.unexpected(ExpectationError.java:23) at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:85) at org.jmock.Mockery.dispatch(Mockery.java:244) at org.jmock.Mockery.access$100(Mockery.java:29) at org.jmock.Mockery$MockObject.invoke(Mockery.java:284) at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27) at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38) at org.jmock.lib.concurrent.Synchroniser.synchroniseInvocation(Synchroniser.java:82) at org.jmock.lib.concurrent.Synchroniser.access$000(Synchroniser.java:23) at org.jmock.lib.concurrent.Synchroniser$1.invoke(Synchroniser.java:74) at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33) at com.sun.proxy.$Proxy4.action(Unknown Source) at org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests$10.run(SynchroniserTests.java:154) at org.jmock.lib.concurrent.Blitzer$1.run(Blitzer.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Exception in thread "pool-4-thread-12" java.lang.AssertionError: unexpected invocation: mockObject.action() expectations: expected once, never invoked: mockObject.finished(); then threads is finished states: threads has no current state what happened before this: nothing! at org.jmock.api.ExpectationError.unexpected(ExpectationError.java:23) at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:85) at org.jmock.Mockery.dispatch(Mockery.java:244) at org.jmock.Mockery.access$100(Mockery.java:29) at org.jmock.Mockery$MockObject.invoke(Mockery.java:284) at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27) at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38) at org.jmock.lib.concurrent.Synchroniser.synchroniseInvocation(Synchroniser.java:82) at org.jmock.lib.concurrent.Synchroniser.access$000(Synchroniser.java:23) at org.jmock.lib.concurrent.Synchroniser$1.invoke(Synchroniser.java:74) at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33) at com.sun.proxy.$Proxy4.action(Unknown Source) at org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests$10.run(SynchroniserTests.java:154) at org.jmock.lib.concurrent.Blitzer$1.run(Blitzer.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Exception in thread "pool-4-thread-11" java.lang.AssertionError: unexpected invocation: mockObject.action() expectations: expected once, never invoked: mockObject.finished(); then threads is finished states: threads has no current state what happened before this: nothing! at org.jmock.api.ExpectationError.unexpected(ExpectationError.java:23) at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:85) at org.jmock.Mockery.dispatch(Mockery.java:244) at org.jmock.Mockery.access$100(Mockery.java:29) at org.jmock.Mockery$MockObject.invoke(Mockery.java:284) at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27) at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38) at org.jmock.lib.concurrent.Synchroniser.synchroniseInvocation(Synchroniser.java:82) at org.jmock.lib.concurrent.Synchroniser.access$000(Synchroniser.java:23) at org.jmock.lib.concurrent.Synchroniser$1.invoke(Synchroniser.java:74) at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33) at com.sun.proxy.$Proxy4.action(Unknown Source) at org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests$10.run(SynchroniserTests.java:154) at org.jmock.lib.concurrent.Blitzer$1.run(Blitzer.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Exception in thread "pool-4-thread-8" java.lang.AssertionError: unexpected invocation: mockObject.action() expectations: expected once, never invoked: mockObject.finished(); then threads is finished states: threads has no current state what happened before this: nothing! at org.jmock.api.ExpectationError.unexpected(ExpectationError.java:23) at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:85) at org.jmock.Mockery.dispatch(Mockery.java:244) at org.jmock.Mockery.access$100(Mockery.java:29) at org.jmock.Mockery$MockObject.invoke(Mockery.java:284) at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27) at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38) at org.jmock.lib.concurrent.Synchroniser.synchroniseInvocation(Synchroniser.java:82) at org.jmock.lib.concurrent.Synchroniser.access$000(Synchroniser.java:23) at org.jmock.lib.concurrent.Synchroniser$1.invoke(Synchroniser.java:74) at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33) at com.sun.proxy.$Proxy4.action(Unknown Source) at org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests$10.run(SynchroniserTests.java:154) at org.jmock.lib.concurrent.Blitzer$1.run(Blitzer.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Exception in thread "pool-4-thread-7" java.lang.AssertionError: unexpected invocation: mockObject.action() expectations: expected once, never invoked: mockObject.finished(); then threads is finished states: threads has no current state what happened before this: nothing! at org.jmock.api.ExpectationError.unexpected(ExpectationError.java:23) at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:85) at org.jmock.Mockery.dispatch(Mockery.java:244) at org.jmock.Mockery.access$100(Mockery.java:29) at org.jmock.Mockery$MockObject.invoke(Mockery.java:284) at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27) at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38) at org.jmock.lib.concurrent.Synchroniser.synchroniseInvocation(Synchroniser.java:82) at org.jmock.lib.concurrent.Synchroniser.access$000(Synchroniser.java:23) at org.jmock.lib.concurrent.Synchroniser$1.invoke(Synchroniser.java:74) at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33) at com.sun.proxy.$Proxy4.action(Unknown Source) at org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests$10.run(SynchroniserTests.java:154) at org.jmock.lib.concurrent.Blitzer$1.run(Blitzer.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Exception in thread "pool-4-thread-9" Exception in thread "pool-4-thread-5" Exception in thread "pool-4-thread-4" java.lang.AssertionError: unexpected invocation: mockObject.action() expectations: expected once, never invoked: mockObject.finished(); then threads is finished states: threads has no current state what happened before this: nothing! at org.jmock.api.ExpectationError.unexpected(ExpectationError.java:23) at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:85) at org.jmock.Mockery.dispatch(Mockery.java:244) at org.jmock.Mockery.access$100(Mockery.java:29) at org.jmock.Mockery$MockObject.invoke(Mockery.java:284) at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27) at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38) at org.jmock.lib.concurrent.Synchroniser.synchroniseInvocation(Synchroniser.java:82) at org.jmock.lib.concurrent.Synchroniser.access$000(Synchroniser.java:23) at org.jmock.lib.concurrent.Synchroniser$1.invoke(Synchroniser.java:74) at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33) at com.sun.proxy.$Proxy4.action(Unknown Source) at org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests$10.run(SynchroniserTests.java:154) at org.jmock.lib.concurrent.Blitzer$1.run(Blitzer.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) java.lang.AssertionError: unexpected invocation: mockObject.action() expectations: expected once, never invoked: mockObject.finished(); then threads is finished states: threads has no current state what happened before this: nothing! at org.jmock.api.ExpectationError.unexpected(ExpectationError.java:23) at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:85) at org.jmock.Mockery.dispatch(Mockery.java:244) at org.jmock.Mockery.access$100(Mockery.java:29) at org.jmock.Mockery$MockObject.invoke(Mockery.java:284) at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27) at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38) at org.jmock.lib.concurrent.Synchroniser.synchroniseInvocation(Synchroniser.java:82) at org.jmock.lib.concurrent.Synchroniser.access$000(Synchroniser.java:23) at org.jmock.lib.concurrent.Synchroniser$1.invoke(Synchroniser.java:74) at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33) at com.sun.proxy.$Proxy4.action(Unknown Source) at org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests$10.run(SynchroniserTests.java:154) at org.jmock.lib.concurrent.Blitzer$1.run(Blitzer.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) java.lang.AssertionError: unexpected invocation: mockObject.action() expectations: expected once, never invoked: mockObject.finished(); then threads is finished states: threads has no current state what happened before this: nothing! at org.jmock.api.ExpectationError.unexpected(ExpectationError.java:23) at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:85) at org.jmock.Mockery.dispatch(Mockery.java:244) at org.jmock.Mockery.access$100(Mockery.java:29) at org.jmock.Mockery$MockObject.invoke(Mockery.java:284) at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27) at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38) at org.jmock.lib.concurrent.Synchroniser.synchroniseInvocation(Synchroniser.java:82) at org.jmock.lib.concurrent.Synchroniser.access$000(Synchroniser.java:23) at org.jmock.lib.concurrent.Synchroniser$1.invoke(Synchroniser.java:74) at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33) at com.sun.proxy.$Proxy4.action(Unknown Source) at org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests$10.run(SynchroniserTests.java:154) at org.jmock.lib.concurrent.Blitzer$1.run(Blitzer.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) java.lang.AssertionError: unexpected invocation: mockObject.action() expectations: expected once, never invoked: mockObject.finished(); then threads is finished states: threads has no current state what happened before this: nothing! at org.jmock.api.ExpectationError.unexpected(ExpectationError.java:23) at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:85) at org.jmock.Mockery.dispatch(Mockery.java:244) at org.jmock.Mockery.access$100(Mockery.java:29) at org.jmock.Mockery$MockObject.invoke(Mockery.java:284) at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27) at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38) at org.jmock.lib.concurrent.Synchroniser.synchroniseInvocation(Synchroniser.java:82) at org.jmock.lib.concurrent.Synchroniser.access$000(Synchroniser.java:23) at org.jmock.lib.concurrent.Synchroniser$1.invoke(Synchroniser.java:74) at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33) at com.sun.proxy.$Proxy4.action(Unknown Source) at org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests$10.run(SynchroniserTests.java:154) at org.jmock.lib.concurrent.Blitzer$1.run(Blitzer.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) java.lang.AssertionError: unexpected invocation: mockObject.action() expectations: expected once, never invoked: mockObject.finished(); then threads is finished states: threads has no current state what happened before this: nothing! at org.jmock.api.ExpectationError.unexpected(ExpectationError.java:23) at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:85) at org.jmock.Mockery.dispatch(Mockery.java:244) at org.jmock.Mockery.access$100(Mockery.java:29) at org.jmock.Mockery$MockObject.invoke(Mockery.java:284) at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27) at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38) at org.jmock.lib.concurrent.Synchroniser.synchroniseInvocation(Synchroniser.java:82) at org.jmock.lib.concurrent.Synchroniser.access$000(Synchroniser.java:23) at org.jmock.lib.concurrent.Synchroniser$1.invoke(Synchroniser.java:74) at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33) at com.sun.proxy.$Proxy4.action(Unknown Source) at org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests$10.run(SynchroniserTests.java:154) at org.jmock.lib.concurrent.Blitzer$1.run(Blitzer.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Exception in thread "pool-4-thread-17" java.lang.AssertionError: unexpected invocation: mockObject.action() expectations: expected once, never invoked: mockObject.finished(); then threads is finished states: threads has no current state what happened before this: nothing! at org.jmock.api.ExpectationError.unexpected(ExpectationError.java:23) at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:85) at org.jmock.Mockery.dispatch(Mockery.java:244) at org.jmock.Mockery.access$100(Mockery.java:29) at org.jmock.Mockery$MockObject.invoke(Mockery.java:284) at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27) at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38) at org.jmock.lib.concurrent.Synchroniser.synchroniseInvocation(Synchroniser.java:82) at org.jmock.lib.concurrent.Synchroniser.access$000(Synchroniser.java:23) at org.jmock.lib.concurrent.Synchroniser$1.invoke(Synchroniser.java:74) at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33) at com.sun.proxy.$Proxy4.action(Unknown Source) at org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests$10.run(SynchroniserTests.java:154) at org.jmock.lib.concurrent.Blitzer$1.run(Blitzer.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Exception in thread "pool-4-thread-13" java.lang.AssertionError: unexpected invocation: mockObject.action() expectations: expected once, never invoked: mockObject.finished(); then threads is finished states: threads has no current state what happened before this: nothing! at org.jmock.api.ExpectationError.unexpected(ExpectationError.java:23) at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:85) at org.jmock.Mockery.dispatch(Mockery.java:244) at org.jmock.Mockery.access$100(Mockery.java:29) at org.jmock.Mockery$MockObject.invoke(Mockery.java:284) at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27) at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38) at org.jmock.lib.concurrent.Synchroniser.synchroniseInvocation(Synchroniser.java:82) at org.jmock.lib.concurrent.Synchroniser.access$000(Synchroniser.java:23) at org.jmock.lib.concurrent.Synchroniser$1.invoke(Synchroniser.java:74) at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33) at com.sun.proxy.$Proxy4.action(Unknown Source) at org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests$10.run(SynchroniserTests.java:154) at org.jmock.lib.concurrent.Blitzer$1.run(Blitzer.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Exception in thread "pool-4-thread-14" Exception in thread "pool-4-thread-10" java.lang.AssertionError: unexpected invocation: mockObject.action() expectations: expected once, never invoked: mockObject.finished(); then threads is finished states: threads has no current state what happened before this: nothing! at org.jmock.api.ExpectationError.unexpected(ExpectationError.java:23) at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:85) at org.jmock.Mockery.dispatch(Mockery.java:244) at org.jmock.Mockery.access$100(Mockery.java:29) at org.jmock.Mockery$MockObject.invoke(Mockery.java:284) at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27) at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38) at org.jmock.lib.concurrent.Synchroniser.synchroniseInvocation(Synchroniser.java:82) at org.jmock.lib.concurrent.Synchroniser.access$000(Synchroniser.java:23) at org.jmock.lib.concurrent.Synchroniser$1.invoke(Synchroniser.java:74) at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33) at com.sun.proxy.$Proxy4.action(Unknown Source) at org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests$10.run(SynchroniserTests.java:154) at org.jmock.lib.concurrent.Blitzer$1.run(Blitzer.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Exception in thread "pool-4-thread-15" java.lang.AssertionError: unexpected invocation: mockObject.action() expectations: expected once, never invoked: mockObject.finished(); then threads is finished states: threads has no current state what happened before this: nothing! at org.jmock.api.ExpectationError.unexpected(ExpectationError.java:23) at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:85) at org.jmock.Mockery.dispatch(Mockery.java:244) at org.jmock.Mockery.access$100(Mockery.java:29) at org.jmock.Mockery$MockObject.invoke(Mockery.java:284) at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27) at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38) at org.jmock.lib.concurrent.Synchroniser.synchroniseInvocation(Synchroniser.java:82) at org.jmock.lib.concurrent.Synchroniser.access$000(Synchroniser.java:23) at org.jmock.lib.concurrent.Synchroniser$1.invoke(Synchroniser.java:74) at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33) at com.sun.proxy.$Proxy4.action(Unknown Source) at org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests$10.run(SynchroniserTests.java:154) at org.jmock.lib.concurrent.Blitzer$1.run(Blitzer.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Exception in thread "pool-4-thread-6" java.lang.AssertionError: unexpected invocation: mockObject.action() expectations: expected once, never invoked: mockObject.finished(); then threads is finished states: threads has no current state what happened before this: nothing! at org.jmock.api.ExpectationError.unexpected(ExpectationError.java:23) at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:85) at org.jmock.Mockery.dispatch(Mockery.java:244) at org.jmock.Mockery.access$100(Mockery.java:29) at org.jmock.Mockery$MockObject.invoke(Mockery.java:284) at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27) at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38) at org.jmock.lib.concurrent.Synchroniser.synchroniseInvocation(Synchroniser.java:82) at org.jmock.lib.concurrent.Synchroniser.access$000(Synchroniser.java:23) at org.jmock.lib.concurrent.Synchroniser$1.invoke(Synchroniser.java:74) at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33) at com.sun.proxy.$Proxy4.action(Unknown Source) at org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests$10.run(SynchroniserTests.java:154) at org.jmock.lib.concurrent.Blitzer$1.run(Blitzer.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) java.lang.AssertionError: unexpected invocation: mockObject.action() expectations: expected once, never invoked: mockObject.finished(); then threads is finished states: threads has no current state what happened before this: nothing! at org.jmock.api.ExpectationError.unexpected(ExpectationError.java:23) at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:85) at org.jmock.Mockery.dispatch(Mockery.java:244) at org.jmock.Mockery.access$100(Mockery.java:29) at org.jmock.Mockery$MockObject.invoke(Mockery.java:284) at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27) at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38) at org.jmock.lib.concurrent.Synchroniser.synchroniseInvocation(Synchroniser.java:82) at org.jmock.lib.concurrent.Synchroniser.access$000(Synchroniser.java:23) at org.jmock.lib.concurrent.Synchroniser$1.invoke(Synchroniser.java:74) at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33) at com.sun.proxy.$Proxy4.action(Unknown Source) at org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests$10.run(SynchroniserTests.java:154) at org.jmock.lib.concurrent.Blitzer$1.run(Blitzer.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Exception in thread "pool-6-thread-2" java.lang.AssertionError: unexpected invocation: mockObject.action() no expectations specified: did you... - forget to start an expectation with a cardinality clause? - call a mocked method to specify the parameter of an expectation? what happened before this: nothing! at org.jmock.api.ExpectationError.unexpected(ExpectationError.java:23) at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:85) at org.jmock.Mockery.dispatch(Mockery.java:244) at org.jmock.Mockery.access$100(Mockery.java:29) at org.jmock.Mockery$MockObject.invoke(Mockery.java:284) at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27) at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38) at org.jmock.lib.concurrent.Synchroniser.synchroniseInvocation(Synchroniser.java:82) at org.jmock.lib.concurrent.Synchroniser.access$000(Synchroniser.java:23) at org.jmock.lib.concurrent.Synchroniser$1.invoke(Synchroniser.java:74) at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33) at com.sun.proxy.$Proxy4.action(Unknown Source) at org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests$8.run(SynchroniserTests.java:124) at org.jmock.lib.concurrent.Blitzer$1.run(Blitzer.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Exception in thread "pool-6-thread-1" java.lang.AssertionError: unexpected invocation: mockObject.action() no expectations specified: did you... - forget to start an expectation with a cardinality clause? - call a mocked method to specify the parameter of an expectation? what happened before this: nothing! at org.jmock.api.ExpectationError.unexpected(ExpectationError.java:23) at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:85) at org.jmock.Mockery.dispatch(Mockery.java:244) at org.jmock.Mockery.access$100(Mockery.java:29) at org.jmock.Mockery$MockObject.invoke(Mockery.java:284) at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27) at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38) at org.jmock.lib.concurrent.Synchroniser.synchroniseInvocation(Synchroniser.java:82) at org.jmock.lib.concurrent.Synchroniser.access$000(Synchroniser.java:23) at org.jmock.lib.concurrent.Synchroniser$1.invoke(Synchroniser.java:74) at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33) at com.sun.proxy.$Proxy4.action(Unknown Source) at org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests$8.run(SynchroniserTests.java:124) at org.jmock.lib.concurrent.Blitzer$1.run(Blitzer.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Exception in thread "pool-6-thread-12" java.lang.AssertionError: unexpected invocation: mockObject.action() no expectations specified: did you... - forget to start an expectation with a cardinality clause? - call a mocked method to specify the parameter of an expectation? what happened before this: nothing! at org.jmock.api.ExpectationError.unexpected(ExpectationError.java:23) at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:85) at org.jmock.Mockery.dispatch(Mockery.java:244) at org.jmock.Mockery.access$100(Mockery.java:29) at org.jmock.Mockery$MockObject.invoke(Mockery.java:284) at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27) at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38) at org.jmock.lib.concurrent.Synchroniser.synchroniseInvocation(Synchroniser.java:82) at org.jmock.lib.concurrent.Synchroniser.access$000(Synchroniser.java:23) at org.jmock.lib.concurrent.Synchroniser$1.invoke(Synchroniser.java:74) at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33) at com.sun.proxy.$Proxy4.action(Unknown Source) at org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests$8.run(SynchroniserTests.java:124) at org.jmock.lib.concurrent.Blitzer$1.run(Blitzer.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Exception in thread "pool-6-thread-7" java.lang.AssertionError: unexpected invocation: mockObject.action() no expectations specified: did you... - forget to start an expectation with a cardinality clause? - call a mocked method to specify the parameter of an expectation? what happened before this: nothing! at org.jmock.api.ExpectationError.unexpected(ExpectationError.java:23) at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:85) at org.jmock.Mockery.dispatch(Mockery.java:244) at org.jmock.Mockery.access$100(Mockery.java:29) at org.jmock.Mockery$MockObject.invoke(Mockery.java:284) at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27) at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38) at org.jmock.lib.concurrent.Synchroniser.synchroniseInvocation(Synchroniser.java:82) at org.jmock.lib.concurrent.Synchroniser.access$000(Synchroniser.java:23) at org.jmock.lib.concurrent.Synchroniser$1.invoke(Synchroniser.java:74) at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33) at com.sun.proxy.$Proxy4.action(Unknown Source) at org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests$8.run(SynchroniserTests.java:124) at org.jmock.lib.concurrent.Blitzer$1.run(Blitzer.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Exception in thread "pool-6-thread-8" java.lang.AssertionError: unexpected invocation: mockObject.action() no expectations specified: did you... - forget to start an expectation with a cardinality clause? - call a mocked method to specify the parameter of an expectation? what happened before this: nothing! at org.jmock.api.ExpectationError.unexpected(ExpectationError.java:23) at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:85) at org.jmock.Mockery.dispatch(Mockery.java:244) at org.jmock.Mockery.access$100(Mockery.java:29) at org.jmock.Mockery$MockObject.invoke(Mockery.java:284) at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27) at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38) at org.jmock.lib.concurrent.Synchroniser.synchroniseInvocation(Synchroniser.java:82) at org.jmock.lib.concurrent.Synchroniser.access$000(Synchroniser.java:23) at org.jmock.lib.concurrent.Synchroniser$1.invoke(Synchroniser.java:74) at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33) at com.sun.proxy.$Proxy4.action(Unknown Source) at org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests$8.run(SynchroniserTests.java:124) at org.jmock.lib.concurrent.Blitzer$1.run(Blitzer.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Exception in thread "pool-6-thread-5" java.lang.AssertionError: unexpected invocation: mockObject.action() no expectations specified: did you... - forget to start an expectation with a cardinality clause? - call a mocked method to specify the parameter of an expectation? what happened before this: nothing! at org.jmock.api.ExpectationError.unexpected(ExpectationError.java:23) at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:85) at org.jmock.Mockery.dispatch(Mockery.java:244) at org.jmock.Mockery.access$100(Mockery.java:29) at org.jmock.Mockery$MockObject.invoke(Mockery.java:284) at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27) at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38) at org.jmock.lib.concurrent.Synchroniser.synchroniseInvocation(Synchroniser.java:82) at org.jmock.lib.concurrent.Synchroniser.access$000(Synchroniser.java:23) at org.jmock.lib.concurrent.Synchroniser$1.invoke(Synchroniser.java:74) at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33) at com.sun.proxy.$Proxy4.action(Unknown Source) at org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests$8.run(SynchroniserTests.java:124) at org.jmock.lib.concurrent.Blitzer$1.run(Blitzer.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Exception in thread "pool-6-thread-3" java.lang.AssertionError: unexpected invocation: mockObject.action() no expectations specified: did you... - forget to start an expectation with a cardinality clause? - call a mocked method to specify the parameter of an expectation? what happened before this: nothing! at org.jmock.api.ExpectationError.unexpected(ExpectationError.java:23) at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:85) at org.jmock.Mockery.dispatch(Mockery.java:244) at org.jmock.Mockery.access$100(Mockery.java:29) at org.jmock.Mockery$MockObject.invoke(Mockery.java:284) at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27) at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38) at org.jmock.lib.concurrent.Synchroniser.synchroniseInvocation(Synchroniser.java:82) at org.jmock.lib.concurrent.Synchroniser.access$000(Synchroniser.java:23) at org.jmock.lib.concurrent.Synchroniser$1.invoke(Synchroniser.java:74) at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33) at com.sun.proxy.$Proxy4.action(Unknown Source) at org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests$8.run(SynchroniserTests.java:124) at org.jmock.lib.concurrent.Blitzer$1.run(Blitzer.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Exception in thread "pool-6-thread-6" Exception in thread "pool-6-thread-19" Exception in thread "pool-6-thread-16" Exception in thread "pool-6-thread-10" java.lang.AssertionError: unexpected invocation: mockObject.action() no expectations specified: did you... - forget to start an expectation with a cardinality clause? - call a mocked method to specify the parameter of an expectation? what happened before this: nothing! at org.jmock.api.ExpectationError.unexpected(ExpectationError.java:23) at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:85) at org.jmock.Mockery.dispatch(Mockery.java:244) at org.jmock.Mockery.access$100(Mockery.java:29) at org.jmock.Mockery$MockObject.invoke(Mockery.java:284) at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27) at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38) at org.jmock.lib.concurrent.Synchroniser.synchroniseInvocation(Synchroniser.java:82) at org.jmock.lib.concurrent.Synchroniser.access$000(Synchroniser.java:23) at org.jmock.lib.concurrent.Synchroniser$1.invoke(Synchroniser.java:74) at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33) at com.sun.proxy.$Proxy4.action(Unknown Source) at org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests$8.run(SynchroniserTests.java:124) at org.jmock.lib.concurrent.Blitzer$1.run(Blitzer.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Exception in thread "pool-6-thread-17" Exception in thread "pool-6-thread-11" java.lang.AssertionError: unexpected invocation: mockObject.action() no expectations specified: did you... - forget to start an expectation with a cardinality clause? - call a mocked method to specify the parameter of an expectation? what happened before this: nothing! at org.jmock.api.ExpectationError.unexpected(ExpectationError.java:23) at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:85) at org.jmock.Mockery.dispatch(Mockery.java:244) at org.jmock.Mockery.access$100(Mockery.java:29) at org.jmock.Mockery$MockObject.invoke(Mockery.java:284) at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27) at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38)Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.23 sec - in org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests Running org.jmock.test.acceptance.junit4.JUnit4TestRunnerTests at org.jmock.lib.concurrent.Synchroniser.synchroniseInvocation(Synchroniser.java:82) at org.jmock.lib.concurrent.Synchroniser.access$000(Synchroniser.java:23) at org.jmock.lib.concurrent.Synchroniser$1.invoke(Synchroniser.java:74) at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33) at com.sun.proxy.$Proxy4.action(Unknown Source) at org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests$8.run(SynchroniserTests.java:124) at org.jmock.lib.concurrent.Blitzer$1.run(Blitzer.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Exception in thread "pool-6-thread-9" java.lang.AssertionError: unexpected invocation: mockObject.action() no expectations specified: did you... - forget to start an expectation with a cardinality clause? - call a mocked method to specify the parameter of an expectation? what happened before this: nothing! at org.jmock.api.ExpectationError.unexpected(ExpectationError.java:23) at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:85) at org.jmock.Mockery.dispatch(Mockery.java:244) at org.jmock.Mockery.access$100(Mockery.java:29) at org.jmock.Mockery$MockObject.invoke(Mockery.java:284) at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27) at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38) at org.jmock.lib.concurrent.Synchroniser.synchroniseInvocation(Synchroniser.java:82) at org.jmock.lib.concurrent.Synchroniser.access$000(Synchroniser.java:23) at org.jmock.lib.concurrent.Synchroniser$1.invoke(Synchroniser.java:74) at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33) at com.sun.proxy.$Proxy4.action(Unknown Source) at org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests$8.run(SynchroniserTests.java:124) at org.jmock.lib.concurrent.Blitzer$1.run(Blitzer.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Exception in thread "pool-6-thread-14" java.lang.AssertionError: unexpected invocation: mockObject.action() no expectations specified: did you... - forget to start an expectation with a cardinality clause? - call a mocked method to specify the parameter of an expectation? what happened before this: nothing! at org.jmock.api.ExpectationError.unexpected(ExpectationError.java:23) at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:85) at org.jmock.Mockery.dispatch(Mockery.java:244) at org.jmock.Mockery.access$100(Mockery.java:29) at org.jmock.Mockery$MockObject.invoke(Mockery.java:284) at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27) at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38) at org.jmock.lib.concurrent.Synchroniser.synchroniseInvocation(Synchroniser.java:82) at org.jmock.lib.concurrent.Synchroniser.access$000(Synchroniser.java:23) at org.jmock.lib.concurrent.Synchroniser$1.invoke(Synchroniser.java:74) at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33) at com.sun.proxy.$Proxy4.action(Unknown Source) at org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests$8.run(SynchroniserTests.java:124) at org.jmock.lib.concurrent.Blitzer$1.run(Blitzer.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Exception in thread "pool-6-thread-4" java.lang.AssertionError: unexpected invocation: mockObject.action() no expectations specified: did you... - forget to start an expectation with a cardinality clause? - call a mocked method to specify the parameter of an expectation? what happened before this: nothing! at org.jmock.api.ExpectationError.unexpected(ExpectationError.java:23) at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:85) at org.jmock.Mockery.dispatch(Mockery.java:244) at org.jmock.Mockery.access$100(Mockery.java:29) at org.jmock.Mockery$MockObject.invoke(Mockery.java:284) at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27) at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38) at org.jmock.lib.concurrent.Synchroniser.synchroniseInvocation(Synchroniser.java:82) at org.jmock.lib.concurrent.Synchroniser.access$000(Synchroniser.java:23) at org.jmock.lib.concurrent.Synchroniser$1.invoke(Synchroniser.java:74) at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33) at com.sun.proxy.$Proxy4.action(Unknown Source) at org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests$8.run(SynchroniserTests.java:124) at org.jmock.lib.concurrent.Blitzer$1.run(Blitzer.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) java.lang.AssertionError: unexpected invocation: mockObject.action() no expectations specified: did you... - forget to start an expectation with a cardinality clause? - call a mocked method to specify the parameter of an expectation? what happened before this: nothing! at org.jmock.api.ExpectationError.unexpected(ExpectationError.java:23) at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:85) at org.jmock.Mockery.dispatch(Mockery.java:244) at org.jmock.Mockery.access$100(Mockery.java:29) at org.jmock.Mockery$MockObject.invoke(Mockery.java:284) at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27) at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38) at org.jmock.lib.concurrent.Synchroniser.synchroniseInvocation(Synchroniser.java:82) at org.jmock.lib.concurrent.Synchroniser.access$000(Synchroniser.java:23) at org.jmock.lib.concurrent.Synchroniser$1.invoke(Synchroniser.java:74) at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33) at com.sun.proxy.$Proxy4.action(Unknown Source) at org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests$8.run(SynchroniserTests.java:124) at org.jmock.lib.concurrent.Blitzer$1.run(Blitzer.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) java.lang.AssertionError: unexpected invocation: mockObject.action() no expectations specified: did you... - forget to start an expectation with a cardinality clause? - call a mocked method to specify the parameter of an expectation? what happened before this: nothing! at org.jmock.api.ExpectationError.unexpected(ExpectationError.java:23) at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:85) at org.jmock.Mockery.dispatch(Mockery.java:244) at org.jmock.Mockery.access$100(Mockery.java:29) at org.jmock.Mockery$MockObject.invoke(Mockery.java:284) at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27) at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38) at org.jmock.lib.concurrent.Synchroniser.synchroniseInvocation(Synchroniser.java:82) at org.jmock.lib.concurrent.Synchroniser.access$000(Synchroniser.java:23) at org.jmock.lib.concurrent.Synchroniser$1.invoke(Synchroniser.java:74) at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33) at com.sun.proxy.$Proxy4.action(Unknown Source) at org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests$8.run(SynchroniserTests.java:124) at org.jmock.lib.concurrent.Blitzer$1.run(Blitzer.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) java.lang.AssertionError: unexpected invocation: mockObject.action() no expectations specified: did you... - forget to start an expectation with a cardinality clause? - call a mocked method to specify the parameter of an expectation? what happened before this: nothing! at org.jmock.api.ExpectationError.unexpected(ExpectationError.java:23) at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:85) at org.jmock.Mockery.dispatch(Mockery.java:244) at org.jmock.Mockery.access$100(Mockery.java:29) at org.jmock.Mockery$MockObject.invoke(Mockery.java:284) at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27) at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38) at org.jmock.lib.concurrent.Synchroniser.synchroniseInvocation(Synchroniser.java:82) at org.jmock.lib.concurrent.Synchroniser.access$000(Synchroniser.java:23) at org.jmock.lib.concurrent.Synchroniser$1.invoke(Synchroniser.java:74) at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33) at com.sun.proxy.$Proxy4.action(Unknown Source) at org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests$8.run(SynchroniserTests.java:124) at org.jmock.lib.concurrent.Blitzer$1.run(Blitzer.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) java.lang.AssertionError: unexpected invocation: mockObject.action() no expectations specified: did you... - forget to start an expectation with a cardinality clause? - call a mocked method to specify the parameter of an expectation? what happened before this: nothing! at org.jmock.api.ExpectationError.unexpected(ExpectationError.java:23) at org.jmock.internal.InvocationDispatcher.dispatch(InvocationDispatcher.java:85) at org.jmock.Mockery.dispatch(Mockery.java:244) at org.jmock.Mockery.access$100(Mockery.java:29) at org.jmock.Mockery$MockObject.invoke(Mockery.java:284) at org.jmock.internal.InvocationDiverter.invoke(InvocationDiverter.java:27) at org.jmock.internal.FakeObjectMethods.invoke(FakeObjectMethods.java:38) at org.jmock.lib.concurrent.Synchroniser.synchroniseInvocation(Synchroniser.java:82) at org.jmock.lib.concurrent.Synchroniser.access$000(Synchroniser.java:23) at org.jmock.lib.concurrent.Synchroniser$1.invoke(Synchroniser.java:74) at org.jmock.lib.JavaReflectionImposteriser$1.invoke(JavaReflectionImposteriser.java:33) at com.sun.proxy.$Proxy4.action(Unknown Source) at org.jmock.test.unit.lib.concurrent.internal.SynchroniserTests$8.run(SynchroniserTests.java:124) at org.jmock.lib.concurrent.Blitzer$1.run(Blitzer.java:62) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.423 sec - in org.jmock.test.acceptance.junit4.JUnit4TestRunnerTests Running org.jmock.test.acceptance.junit4.JUnit4WithRulesTestRunnerTests Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec - in org.jmock.test.acceptance.junit4.JUnit4WithRulesTestRunnerTests Results : Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jmock-junit4 --- [INFO] Building jar: /builddir/build/BUILD/jmock-library-2.8.2/jmock-junit4/target/jmock-junit4-2.8.2.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building jmock-legacy 2.8.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jmock-legacy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builddir/build/BUILD/jmock-library-2.8.2/jmock-legacy/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jmock-legacy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /builddir/build/BUILD/jmock-library-2.8.2/jmock-legacy/target/classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jmock-legacy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builddir/build/BUILD/jmock-library-2.8.2/jmock-legacy/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jmock-legacy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /builddir/build/BUILD/jmock-library-2.8.2/jmock-legacy/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ jmock-legacy --- [INFO] Surefire report directory: /builddir/build/BUILD/jmock-library-2.8.2/jmock-legacy/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.jmock.test.unit.lib.legacy.Java8Issue79UnitTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.261 sec - in org.jmock.test.unit.lib.legacy.Java8Issue79UnitTest Running org.jmock.test.unit.lib.legacy.ClassImposteriserTests Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 sec - in org.jmock.test.unit.lib.legacy.ClassImposteriserTests Running org.jmock.test.acceptance.ClassLoaderAcceptanceTests Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 sec - in org.jmock.test.acceptance.ClassLoaderAcceptanceTests Running org.jmock.test.acceptance.MockingImplementationOfGenericTypeAcceptanceTests Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 sec - in org.jmock.test.acceptance.MockingImplementationOfGenericTypeAcceptanceTests Running org.jmock.test.acceptance.RedeclaredObjectMethodsAcceptanceTests Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.317 sec - in org.jmock.test.acceptance.RedeclaredObjectMethodsAcceptanceTests Running org.jmock.test.acceptance.MockingClassesAcceptanceTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.jmock.test.acceptance.MockingClassesAcceptanceTests Running org.jmock.test.acceptance.InvocationDescriptionAcceptanceTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec - in org.jmock.test.acceptance.InvocationDescriptionAcceptanceTests Running org.jmock.test.acceptance.MockingPackageProtectedTypeAcceptanceTests Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec - in org.jmock.test.acceptance.MockingPackageProtectedTypeAcceptanceTests Running org.jmock.test.acceptance.FinalizerIsIgnoredAcceptanceTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.jmock.test.acceptance.FinalizerIsIgnoredAcceptanceTests Results : Tests run: 24, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jmock-legacy --- [INFO] Building jar: /builddir/build/BUILD/jmock-library-2.8.2/jmock-legacy/target/jmock-legacy-2.8.2.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building jMock Examples 2.8.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jmock-example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builddir/build/BUILD/jmock-library-2.8.2/jmock-example/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jmock-example --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 28 source files to /builddir/build/BUILD/jmock-library-2.8.2/jmock-example/target/classes [WARNING] /builddir/build/BUILD/jmock-library-2.8.2/jmock-example/src/main/org/jmock/example/gettingstarted/GettingStartedJUnit4.java: /builddir/build/BUILD/jmock-library-2.8.2/jmock-example/src/main/org/jmock/example/gettingstarted/GettingStartedJUnit4.java uses or overrides a deprecated API. [WARNING] /builddir/build/BUILD/jmock-library-2.8.2/jmock-example/src/main/org/jmock/example/gettingstarted/GettingStartedJUnit4.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jmock-example --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builddir/build/BUILD/jmock-library-2.8.2/jmock-example/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jmock-example --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ jmock-example --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jmock-example --- [INFO] Building jar: /builddir/build/BUILD/jmock-library-2.8.2/jmock-example/target/jmock-example-2.8.2.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building jMock 2 Parent 2.8.2 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- xmvn-mojo:1.3.0:install (default-cli) @ jmock-parent --- [INFO] [INFO] >>> maven-javadoc-plugin:2.9:aggregate (default-cli) @ jmock-parent >>> [INFO] [INFO] <<< maven-javadoc-plugin:2.9:aggregate (default-cli) @ jmock-parent <<< [INFO] [INFO] --- maven-javadoc-plugin:2.9:aggregate (default-cli) @ jmock-parent --- [INFO] Loading source file /builddir/build/BUILD/jmock-library-2.8.2/testjar/src/main/java/ClassFromOtherClassLoader.java... Loading source file /builddir/build/BUILD/jmock-library-2.8.2/testjar/src/main/java/InterfaceFromOtherClassLoader.java... Loading source files for package org.jmock.testjar... Loading source files for package org.jmock.auto.internal... Loading source files for package org.jmock.auto... Loading source files for package org.jmock... Loading source files for package org.jmock.internal... Loading source files for package org.jmock.internal.matcher... Loading source files for package org.jmock.lib... Loading source files for package org.jmock.lib.concurrent... Loading source files for package org.jmock.lib.concurrent.internal... Loading source files for package org.jmock.lib.script... Loading source files for package org.jmock.lib.action... Loading source files for package org.jmock.syntax... Loading source files for package org.jmock.api... Loading source files for package org.jmock.integration.junit3... Loading source files for package org.jmock.integration.junit4... Loading source files for package org.jmock.lib.legacy... Loading source files for package org.jmock.example.timedcache... Loading source files for package org.jmock.example.qcon... Loading source files for package org.jmock.example.sniper... Loading source files for package org.jmock.example.announcer... Loading source files for package org.jmock.example.gettingstarted... Constructing Javadoc information... Standard Doclet version 1.7.0_99 Building tree for all the packages and classes... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/ClassFromOtherClassLoader.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/InterfaceFromOtherClassLoader.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/testjar/TypeInSignedJar.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/auto/internal/Mockomatic.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/auto/Auto.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/auto/Mock.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/AbstractExpectations.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/Expectations.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/ExpectationsCreator.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/Mockery.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/Sequence.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/States.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/AllDeclaredFields.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/CaptureControl.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/Cardinality.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/ChangeStateSideEffect.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/ExpectationBuilder.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/ExpectationCapture.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/ExpectationCollector.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/FakeObjectMethods.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/Formatting.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/InStateOrderingConstraint.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/InvocationDispatcher.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/InvocationDiverter.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/InvocationExpectation.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/InvocationExpectationBuilder.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/InvocationToExpectationTranslator.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/NamedSequence.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/ObjectMethodExpectationBouncer.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/OrderingConstraint.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/ParametersMatcher.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/ProxiedObjectIdentity.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/ReturnDefaultValueAction.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/SearchingClassLoader.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/SideEffect.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/SingleThreadedPolicy.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/State.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/StateMachine.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/StatePredicate.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/matcher/AllParametersMatcher.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/matcher/MethodMatcher.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/matcher/MethodNameMatcher.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/matcher/MockObjectMatcher.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/matcher/ParametersMatcher.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/AssertionErrorTranslator.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/CamelCaseNamingScheme.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/CurrentStateMatcher.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/IdentityExpectationErrorTranslator.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/JavaReflectionImposteriser.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/LastWordNamingScheme.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/RetroNamingScheme.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/concurrent/Blitzer.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/concurrent/DeterministicExecutor.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/concurrent/DeterministicScheduler.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/concurrent/Synchroniser.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/concurrent/UnsupportedSynchronousOperationException.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/concurrent/internal/DeltaQueue.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/concurrent/internal/FixedTimeout.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/concurrent/internal/InfiniteTimeout.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/concurrent/internal/Timeout.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/script/ScriptedAction.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/action/ActionSequence.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/action/CustomAction.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/action/DoAllAction.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/action/ReturnEnumerationAction.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/action/ReturnIteratorAction.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/action/ReturnValueAction.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/action/ThrowAction.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/action/VoidAction.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/syntax/ActionClause.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/syntax/ArgumentConstraintPhrases.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/syntax/CardinalityClause.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/syntax/MethodClause.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/syntax/ParametersClause.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/syntax/ReceiverClause.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/syntax/StatesClause.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/syntax/WithClause.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/api/Action.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/api/Expectation.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/api/ExpectationError.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/api/ExpectationErrorTranslator.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/api/Imposteriser.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/api/Invocation.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/api/Invokable.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/api/MockObjectNamingScheme.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/api/ThreadingPolicy.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/integration/junit3/JUnit3ErrorTranslator.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/integration/junit3/JUnit3Mockery.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/integration/junit3/MockObjectTestCase.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/integration/junit3/VerifyingTestCase.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/integration/junit4/JMock.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/integration/junit4/JUnit4Mockery.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/integration/junit4/JUnitRuleMockery.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/legacy/ClassImposteriser.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/legacy/ClassImposteriser.ClassWithSuperclassToWorkAroundCglibBug.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/timedcache/Clock.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/timedcache/ObjectLoader.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/timedcache/ReloadPolicy.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/timedcache/TimedCache.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/timedcache/TimedCacheTests.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/qcon/DJ.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/qcon/DJTests.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/qcon/LocationAware.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/qcon/MediaControl.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/qcon/MediaTracker.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/qcon/Playlist.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/sniper/Auction.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/sniper/AuctionException.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/sniper/AuctionListener.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/sniper/AuctionSniper.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/sniper/AuctionSniperListener.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/sniper/AuctionSniperTests.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/sniper/Money.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/announcer/Announcer.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/announcer/AnnouncerTests.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/announcer/AnnouncerTests.CheckedException.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/announcer/AnnouncerTests.Listener.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/gettingstarted/GettingStartedJUnit3.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/gettingstarted/GettingStartedJUnit3Mockomatic.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/gettingstarted/GettingStartedJUnit4.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/gettingstarted/GettingStartedJUnit4Mockomatic.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/gettingstarted/GettingStartedJUnit4Rule.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/gettingstarted/GettingStartedJUnit4RuleMockomatic.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/gettingstarted/Publisher.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/gettingstarted/Subscriber.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/overview-frame.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/package-frame.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/package-summary.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/package-tree.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/package-frame.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/package-summary.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/package-tree.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/api/package-frame.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/api/package-summary.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/api/package-tree.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/auto/package-frame.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/auto/package-summary.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/auto/package-tree.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/auto/internal/package-frame.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/auto/internal/package-summary.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/auto/internal/package-tree.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/announcer/package-frame.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/announcer/package-summary.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/announcer/package-tree.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/gettingstarted/package-frame.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/gettingstarted/package-summary.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/gettingstarted/package-tree.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/qcon/package-frame.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/qcon/package-summary.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/qcon/package-tree.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/sniper/package-frame.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/sniper/package-summary.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/sniper/package-tree.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/timedcache/package-frame.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/timedcache/package-summary.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/timedcache/package-tree.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/integration/junit3/package-frame.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/integration/junit3/package-summary.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/integration/junit3/package-tree.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/integration/junit4/package-frame.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/integration/junit4/package-summary.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/integration/junit4/package-tree.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/package-frame.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/package-summary.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/package-tree.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/matcher/package-frame.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/matcher/package-summary.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/matcher/package-tree.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/package-frame.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/package-summary.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/package-tree.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/action/package-frame.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/action/package-summary.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/action/package-tree.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/concurrent/package-frame.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/concurrent/package-summary.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/concurrent/package-tree.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/concurrent/internal/package-frame.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/concurrent/internal/package-summary.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/concurrent/internal/package-tree.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/legacy/package-frame.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/legacy/package-summary.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/legacy/package-tree.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/script/package-frame.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/script/package-summary.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/script/package-tree.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/syntax/package-frame.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/syntax/package-summary.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/syntax/package-tree.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/testjar/package-frame.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/testjar/package-summary.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/testjar/package-tree.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/constant-values.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/serialized-form.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/class-use/ClassFromOtherClassLoader.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/class-use/InterfaceFromOtherClassLoader.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/testjar/class-use/TypeInSignedJar.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/auto/internal/class-use/Mockomatic.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/auto/class-use/Auto.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/auto/class-use/Mock.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/class-use/AbstractExpectations.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/class-use/Sequence.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/class-use/ExpectationsCreator.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/class-use/Expectations.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/class-use/States.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/class-use/Mockery.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/class-use/SideEffect.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/class-use/ObjectMethodExpectationBouncer.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/class-use/Formatting.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/class-use/ExpectationCapture.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/class-use/InvocationDiverter.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/class-use/ExpectationBuilder.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/class-use/NamedSequence.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/class-use/ExpectationCollector.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/class-use/SearchingClassLoader.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/class-use/InvocationExpectationBuilder.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/class-use/InvocationDispatcher.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/class-use/InvocationToExpectationTranslator.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/class-use/State.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/class-use/SingleThreadedPolicy.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/class-use/ProxiedObjectIdentity.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/class-use/InvocationExpectation.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/class-use/AllDeclaredFields.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/class-use/ReturnDefaultValueAction.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/class-use/OrderingConstraint.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/class-use/Cardinality.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/class-use/FakeObjectMethods.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/class-use/CaptureControl.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/class-use/StateMachine.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/class-use/InStateOrderingConstraint.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/class-use/ParametersMatcher.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/class-use/ChangeStateSideEffect.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/class-use/StatePredicate.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/matcher/class-use/MethodNameMatcher.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/matcher/class-use/AllParametersMatcher.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/matcher/class-use/MockObjectMatcher.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/matcher/class-use/MethodMatcher.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/matcher/class-use/ParametersMatcher.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/class-use/CamelCaseNamingScheme.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/class-use/AssertionErrorTranslator.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/class-use/RetroNamingScheme.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/class-use/JavaReflectionImposteriser.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/class-use/IdentityExpectationErrorTranslator.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/class-use/LastWordNamingScheme.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/class-use/CurrentStateMatcher.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/concurrent/class-use/UnsupportedSynchronousOperationException.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/concurrent/class-use/DeterministicExecutor.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/concurrent/class-use/DeterministicScheduler.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/concurrent/class-use/Blitzer.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/concurrent/class-use/Synchroniser.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/concurrent/internal/class-use/InfiniteTimeout.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/concurrent/internal/class-use/DeltaQueue.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/concurrent/internal/class-use/FixedTimeout.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/concurrent/internal/class-use/Timeout.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/script/class-use/ScriptedAction.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/action/class-use/DoAllAction.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/action/class-use/ThrowAction.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/action/class-use/ReturnEnumerationAction.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/action/class-use/ReturnValueAction.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/action/class-use/ReturnIteratorAction.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/action/class-use/VoidAction.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/action/class-use/CustomAction.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/action/class-use/ActionSequence.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/syntax/class-use/CardinalityClause.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/syntax/class-use/ActionClause.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/syntax/class-use/StatesClause.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/syntax/class-use/ReceiverClause.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/syntax/class-use/ParametersClause.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/syntax/class-use/ArgumentConstraintPhrases.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/syntax/class-use/MethodClause.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/syntax/class-use/WithClause.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/api/class-use/Action.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/api/class-use/ThreadingPolicy.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/api/class-use/ExpectationError.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/api/class-use/Expectation.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/api/class-use/MockObjectNamingScheme.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/api/class-use/Invocation.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/api/class-use/Imposteriser.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/api/class-use/Invokable.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/api/class-use/ExpectationErrorTranslator.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/integration/junit3/class-use/JUnit3ErrorTranslator.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/integration/junit3/class-use/VerifyingTestCase.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/integration/junit3/class-use/MockObjectTestCase.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/integration/junit3/class-use/JUnit3Mockery.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/integration/junit4/class-use/JMock.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/integration/junit4/class-use/JUnit4Mockery.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/integration/junit4/class-use/JUnitRuleMockery.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/legacy/class-use/ClassImposteriser.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/legacy/class-use/ClassImposteriser.ClassWithSuperclassToWorkAroundCglibBug.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/timedcache/class-use/ObjectLoader.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/timedcache/class-use/Clock.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/timedcache/class-use/TimedCache.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/timedcache/class-use/ReloadPolicy.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/timedcache/class-use/TimedCacheTests.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/qcon/class-use/LocationAware.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/qcon/class-use/MediaTracker.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/qcon/class-use/DJ.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/qcon/class-use/DJTests.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/qcon/class-use/MediaControl.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/qcon/class-use/Playlist.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/sniper/class-use/AuctionException.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/sniper/class-use/Auction.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/sniper/class-use/AuctionSniper.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/sniper/class-use/AuctionListener.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/sniper/class-use/AuctionSniperListener.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/sniper/class-use/Money.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/sniper/class-use/AuctionSniperTests.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/announcer/class-use/Announcer.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/announcer/class-use/AnnouncerTests.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/announcer/class-use/AnnouncerTests.CheckedException.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/announcer/class-use/AnnouncerTests.Listener.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/gettingstarted/class-use/Publisher.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/gettingstarted/class-use/Subscriber.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/gettingstarted/class-use/GettingStartedJUnit4.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/gettingstarted/class-use/GettingStartedJUnit3.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/gettingstarted/class-use/GettingStartedJUnit4RuleMockomatic.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/gettingstarted/class-use/GettingStartedJUnit3Mockomatic.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/gettingstarted/class-use/GettingStartedJUnit4Mockomatic.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/gettingstarted/class-use/GettingStartedJUnit4Rule.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/package-use.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/package-use.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/api/package-use.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/auto/package-use.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/auto/internal/package-use.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/announcer/package-use.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/gettingstarted/package-use.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/qcon/package-use.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/sniper/package-use.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/example/timedcache/package-use.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/integration/junit3/package-use.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/integration/junit4/package-use.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/package-use.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/internal/matcher/package-use.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/package-use.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/action/package-use.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/concurrent/package-use.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/concurrent/internal/package-use.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/legacy/package-use.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/lib/script/package-use.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/syntax/package-use.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/org/jmock/testjar/package-use.html... Building index for all the packages and classes... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/overview-tree.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/index-all.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/deprecated-list.html... Building index for all classes... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/allclasses-frame.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/allclasses-noframe.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/index.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/overview-summary.html... Generating /builddir/build/BUILD/jmock-library-2.8.2/target/site/apidocs/help-doc.html... 2 warnings [WARNING] Javadoc Warnings [WARNING] /builddir/build/BUILD/jmock-library-2.8.2/jmock-junit4/src/main/java/org/jmock/integration/junit4/package.html: warning - @Rule is an unknown tag. [WARNING] /builddir/build/BUILD/jmock-library-2.8.2/jmock-junit4/src/main/java/org/jmock/integration/junit4/package.html: warning - @Test is an unknown tag. [INFO] [INFO] --- xmvn-mojo:1.3.0:builddep (default-cli) @ jmock-parent --- [WARNING] Failed to resolve artifact: org.jmock:jmock-parent:pom:2.8.2 [WARNING] Failed to resolve artifact: org.jmock:jmock-testjar:jar:${project.version} [WARNING] Failed to resolve artifact: org.jmock:jmock:jar:${project.version} [WARNING] Failed to resolve artifact: org.jmock:jmock:jar:tests:${project.version} [WARNING] Failed to resolve artifact: org.jmock:jmock-junit4:jar:${project.version} [WARNING] Failed to resolve artifact: org.jmock:jmock-junit3:jar:${project.version} [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] jMock 2 Parent .................................... SUCCESS [1:19.339s] [INFO] jMock 2 Test Jar .................................. SUCCESS [21.849s] [INFO] jMock 2 Core ...................................... SUCCESS [44.552s] [INFO] jmock-junit3 ...................................... SUCCESS [3.703s] [INFO] jmock-junit4 ...................................... SUCCESS [7.501s] [INFO] jmock-legacy ...................................... SUCCESS [8.001s] [INFO] jMock Examples .................................... SUCCESS [4.089s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 2:53.378s [INFO] Finished at: Sun Mar 05 12:45:47 UTC 2017 [INFO] Final Memory: 13M/34M [INFO] ------------------------------------------------------------------------ -----BEGIN MAVEN BUILD DEPENDENCIES----- H4sIAAAAAAACA8WVTW+DMAyG7/0VGffAvo6Uatuph52qSbua4EIYJCgOXfn3C7AKtkNUFXU72n6T x7bsJN4c64od0JDUah3chbcBQyV0JlW+Dt52/Gn3st0Gm2QV33DOnltZZSzDBlXmZBKJ5ajQgMWM pR17fz0oxrlTzzXJirHJ0fWmc+RGt802S7TJQ9IKbNdgqIni6BQZdWCs3IOwvZSIN2BQ2TiauUcd Hi2qvoyk0XUcTWZPj37i/dmUtRYfnjSG+F8kAg2IAsMaDqjCpmpzqXztGXR8upGPR36neH4OZauk 9TVijF96/fm9tki2BHM5SuSVTD2Y7/iSSvTnfQhUeyBDdAkiRVBUYFV5ICkVyyAF1MK4fnsYJwl3 TTNgumVA99pgAS2FtS61h4pHFHyc8aWDffbk/QPCSUQFRHIv0ST95Ludn3mutGLDLj8uXIG0dL8B Se8bPmmu/24MRT34STOr/6u+AAi11DQSBwAA -----END MAVEN BUILD DEPENDENCIES----- + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.bUaGvS + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/jmock-2.8.2-2.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/jmock-2.8.2-2.el7.noarch ++ dirname /builddir/build/BUILDROOT/jmock-2.8.2-2.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/jmock-2.8.2-2.el7.noarch + cd jmock-library-2.8.2 + xmvn-install -R .xmvn-reactor -n jmock -d /builddir/build/BUILDROOT/jmock-2.8.2-2.el7.noarch [INFO] =============================================== [INFO] SOURCE ARTIFACT: [INFO] groupId: org.jmock [INFO] artifactId: jmock-parent [INFO] extension: pom [INFO] classifier: [INFO] version: 2.8.2 [INFO] stereotype: pom [INFO] namespace: [INFO] file: /builddir/build/BUILD/jmock-library-2.8.2/pom.xml [INFO] ----------------------------------------------- [INFO] TARGET ARTIFACT: [INFO] groupId: JPP/jmock [INFO] artifactId: jmock-parent [INFO] extension: pom [INFO] classifier: [INFO] version: SYSTEM [INFO] stereotype: pom [INFO] namespace: [INFO] file: usr/share/maven-poms/JPP.jmock-jmock-parent.pom [INFO] =============================================== [INFO] =============================================== [INFO] SOURCE ARTIFACT: [INFO] groupId: org.jmock [INFO] artifactId: jmock-testjar [INFO] extension: jar [INFO] classifier: [INFO] version: 2.8.2 [INFO] stereotype: [INFO] namespace: [INFO] file: /builddir/build/BUILD/jmock-library-2.8.2/testjar/target/signed.jar [INFO] ----------------------------------------------- [INFO] TARGET ARTIFACT: [INFO] groupId: JPP/jmock [INFO] artifactId: jmock-testjar [INFO] extension: jar [INFO] classifier: [INFO] version: SYSTEM [INFO] stereotype: [INFO] namespace: [INFO] file: usr/share/java/jmock/jmock-testjar.jar [INFO] =============================================== [INFO] =============================================== [INFO] SOURCE ARTIFACT: [INFO] groupId: org.jmock [INFO] artifactId: jmock [INFO] extension: jar [INFO] classifier: [INFO] version: 2.8.2 [INFO] stereotype: [INFO] namespace: [INFO] file: /builddir/build/BUILD/jmock-library-2.8.2/jmock/target/jmock-2.8.2.jar [INFO] ----------------------------------------------- [INFO] TARGET ARTIFACT: [INFO] groupId: JPP/jmock [INFO] artifactId: jmock [INFO] extension: jar [INFO] classifier: [INFO] version: SYSTEM [INFO] stereotype: [INFO] namespace: [INFO] file: usr/share/java/jmock/jmock.jar [INFO] =============================================== [INFO] =============================================== [INFO] SOURCE ARTIFACT: [INFO] groupId: org.jmock [INFO] artifactId: jmock [INFO] extension: jar [INFO] classifier: tests [INFO] version: 2.8.2 [INFO] stereotype: [INFO] namespace: [INFO] file: /builddir/build/BUILD/jmock-library-2.8.2/jmock/target/jmock-2.8.2-tests.jar [INFO] ----------------------------------------------- [INFO] TARGET ARTIFACT: [INFO] groupId: JPP/jmock [INFO] artifactId: jmock [INFO] extension: jar [INFO] classifier: tests [INFO] version: SYSTEM [INFO] stereotype: [INFO] namespace: [INFO] file: usr/share/java/jmock/jmock-tests.jar [INFO] =============================================== [INFO] =============================================== [INFO] SOURCE ARTIFACT: [INFO] groupId: org.jmock [INFO] artifactId: jmock-junit3 [INFO] extension: jar [INFO] classifier: [INFO] version: 2.8.2 [INFO] stereotype: [INFO] namespace: [INFO] file: /builddir/build/BUILD/jmock-library-2.8.2/jmock-junit3/target/jmock-junit3-2.8.2.jar [INFO] ----------------------------------------------- [INFO] TARGET ARTIFACT: [INFO] groupId: JPP/jmock [INFO] artifactId: jmock-junit3 [INFO] extension: jar [INFO] classifier: [INFO] version: SYSTEM [INFO] stereotype: [INFO] namespace: [INFO] file: usr/share/java/jmock/jmock-junit3.jar [INFO] =============================================== [INFO] =============================================== [INFO] SOURCE ARTIFACT: [INFO] groupId: org.jmock [INFO] artifactId: jmock-junit3 [INFO] extension: jar [INFO] classifier: tests [INFO] version: 2.8.2 [INFO] stereotype: [INFO] namespace: [INFO] file: /builddir/build/BUILD/jmock-library-2.8.2/jmock-junit3/target/jmock-junit3-2.8.2-tests.jar [INFO] ----------------------------------------------- [INFO] TARGET ARTIFACT: [INFO] groupId: JPP/jmock [INFO] artifactId: jmock-junit3 [INFO] extension: jar [INFO] classifier: tests [INFO] version: SYSTEM [INFO] stereotype: [INFO] namespace: [INFO] file: usr/share/java/jmock/jmock-junit3-tests.jar [INFO] =============================================== [INFO] =============================================== [INFO] SOURCE ARTIFACT: [INFO] groupId: org.jmock [INFO] artifactId: jmock-junit4 [INFO] extension: jar [INFO] classifier: [INFO] version: 2.8.2 [INFO] stereotype: [INFO] namespace: [INFO] file: /builddir/build/BUILD/jmock-library-2.8.2/jmock-junit4/target/jmock-junit4-2.8.2.jar [INFO] ----------------------------------------------- [INFO] TARGET ARTIFACT: [INFO] groupId: JPP/jmock [INFO] artifactId: jmock-junit4 [INFO] extension: jar [INFO] classifier: [INFO] version: SYSTEM [INFO] stereotype: [INFO] namespace: [INFO] file: usr/share/java/jmock/jmock-junit4.jar [INFO] =============================================== [INFO] =============================================== [INFO] SOURCE ARTIFACT: [INFO] groupId: org.jmock [INFO] artifactId: jmock-legacy [INFO] extension: jar [INFO] classifier: [INFO] version: 2.8.2 [INFO] stereotype: [INFO] namespace: [INFO] file: /builddir/build/BUILD/jmock-library-2.8.2/jmock-legacy/target/jmock-legacy-2.8.2.jar [INFO] ----------------------------------------------- [INFO] TARGET ARTIFACT: [INFO] groupId: JPP/jmock [INFO] artifactId: jmock-legacy [INFO] extension: jar [INFO] classifier: [INFO] version: SYSTEM [INFO] stereotype: [INFO] namespace: [INFO] file: usr/share/java/jmock/jmock-legacy.jar [INFO] =============================================== [INFO] =============================================== [INFO] SOURCE ARTIFACT: [INFO] groupId: org.jmock [INFO] artifactId: jmock-example [INFO] extension: jar [INFO] classifier: [INFO] version: 2.8.2 [INFO] stereotype: [INFO] namespace: [INFO] file: /builddir/build/BUILD/jmock-library-2.8.2/jmock-example/target/jmock-example-2.8.2.jar [INFO] ----------------------------------------------- [INFO] TARGET ARTIFACT: [INFO] groupId: JPP/jmock [INFO] artifactId: jmock-example [INFO] extension: jar [INFO] classifier: [INFO] version: SYSTEM [INFO] stereotype: [INFO] namespace: [INFO] file: usr/share/java/jmock/jmock-example.jar [INFO] =============================================== + jdir=target/site/apidocs + '[' -d target/site/apidocs ']' + install -dm755 /builddir/build/BUILDROOT/jmock-2.8.2-2.el7.noarch/usr/share/javadoc/jmock + cp -pr target/site/apidocs/ClassFromOtherClassLoader.html target/site/apidocs/InterfaceFromOtherClassLoader.html target/site/apidocs/allclasses-frame.html target/site/apidocs/allclasses-noframe.html target/site/apidocs/class-use target/site/apidocs/constant-values.html target/site/apidocs/deprecated-list.html target/site/apidocs/help-doc.html target/site/apidocs/index-all.html target/site/apidocs/index.html target/site/apidocs/org target/site/apidocs/overview-frame.html target/site/apidocs/overview-summary.html target/site/apidocs/overview-tree.html target/site/apidocs/package-frame.html target/site/apidocs/package-list target/site/apidocs/package-summary.html target/site/apidocs/package-tree.html target/site/apidocs/package-use.html target/site/apidocs/resources target/site/apidocs/serialized-form.html target/site/apidocs/stylesheet.css /builddir/build/BUILDROOT/jmock-2.8.2-2.el7.noarch/usr/share/javadoc/jmock + echo /usr/share/javadoc/jmock + /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/jmock-library-2.8.2 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. + /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 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: jmock-2.8.2-2.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.opCH82 + umask 022 + cd /builddir/build/BUILD + cd jmock-library-2.8.2 + DOCDIR=/builddir/build/BUILDROOT/jmock-2.8.2-2.el7.noarch/usr/share/doc/jmock-2.8.2 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/jmock-2.8.2-2.el7.noarch/usr/share/doc/jmock-2.8.2 + cp -pr README.DEVELOPMENT README.md /builddir/build/BUILDROOT/jmock-2.8.2-2.el7.noarch/usr/share/doc/jmock-2.8.2 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.OpGqb7 + umask 022 + cd /builddir/build/BUILD + cd jmock-library-2.8.2 + LICENSEDIR=/builddir/build/BUILDROOT/jmock-2.8.2-2.el7.noarch/usr/share/licenses/jmock-2.8.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/jmock-2.8.2-2.el7.noarch/usr/share/licenses/jmock-2.8.2 + cp -pr LICENSE.txt /builddir/build/BUILDROOT/jmock-2.8.2-2.el7.noarch/usr/share/licenses/jmock-2.8.2 + exit 0 Provides: jmock = 2.8.2-2.el7 mvn(org.jmock:jmock) = 2.8.2 mvn(org.jmock:jmock-script) = 2.8.2 mvn(org.jmock:jmock-script::tests:) = 2.8.2 mvn(org.jmock:jmock::tests:) = 2.8.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: java >= 1:1.6 jpackage-utils mvn(cglib:cglib) mvn(junit:junit) mvn(org.beanshell:bsh) mvn(org.hamcrest:hamcrest-library) mvn(org.jmock:jmock-testjar) = 2.8.2 mvn(org.ow2.asm:asm) Processing files: jmock-example-2.8.2-2.el7.noarch Provides: jmock-example = 2.8.2-2.el7 mvn(org.jmock:jmock-example) = 2.8.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: java >= 1:1.6 jpackage-utils mvn(junit:junit) mvn(org.jmock:jmock) = 2.8.2 mvn(org.jmock:jmock-junit3) = 2.8.2 mvn(org.jmock:jmock-junit4) = 2.8.2 Processing files: jmock-junit3-2.8.2-2.el7.noarch Provides: jmock-junit3 = 2.8.2-2.el7 mvn(org.jmock:jmock-junit3) = 2.8.2 mvn(org.jmock:jmock-junit3::tests:) = 2.8.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: java >= 1:1.6 jpackage-utils mvn(junit:junit) mvn(org.jmock:jmock) = 2.8.2 Processing files: jmock-junit4-2.8.2-2.el7.noarch Provides: jmock-junit4 = 2.8.2-2.el7 mvn(org.jmock:jmock-junit4) = 2.8.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: java >= 1:1.6 jpackage-utils mvn(junit:junit) mvn(org.jmock:jmock) = 2.8.2 Processing files: jmock-legacy-2.8.2-2.el7.noarch Provides: jmock-legacy = 2.8.2-2.el7 mvn(org.jmock:jmock-legacy) = 2.8.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: java >= 1:1.6 jpackage-utils mvn(org.jmock:jmock) = 2.8.2 mvn(org.objenesis:objenesis) Processing files: jmock-parent-2.8.2-2.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.nFYnyM + umask 022 + cd /builddir/build/BUILD + cd jmock-library-2.8.2 + LICENSEDIR=/builddir/build/BUILDROOT/jmock-2.8.2-2.el7.noarch/usr/share/licenses/jmock-parent-2.8.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/jmock-2.8.2-2.el7.noarch/usr/share/licenses/jmock-parent-2.8.2 + cp -pr LICENSE.txt /builddir/build/BUILDROOT/jmock-2.8.2-2.el7.noarch/usr/share/licenses/jmock-parent-2.8.2 + exit 0 Provides: jmock-parent = 2.8.2-2.el7 mvn(org.jmock:jmock-parent) = 2.8.2 mvn(org.jmock:jmock-parent:pom:) = 2.8.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: java-devel >= 1:1.6 jpackage-utils mvn(org.sonatype.oss:oss-parent) Processing files: jmock-testjar-2.8.2-2.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.XlEIGR + umask 022 + cd /builddir/build/BUILD + cd jmock-library-2.8.2 + LICENSEDIR=/builddir/build/BUILDROOT/jmock-2.8.2-2.el7.noarch/usr/share/licenses/jmock-testjar-2.8.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/jmock-2.8.2-2.el7.noarch/usr/share/licenses/jmock-testjar-2.8.2 + cp -pr LICENSE.txt /builddir/build/BUILDROOT/jmock-2.8.2-2.el7.noarch/usr/share/licenses/jmock-testjar-2.8.2 + exit 0 Provides: jmock-testjar = 2.8.2-2.el7 mvn(org.jmock:jmock-testjar) = 2.8.2 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: java >= 1:1.6 jpackage-utils Processing files: jmock-javadoc-2.8.2-2.el7.noarch Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.Tmt1AA + umask 022 + cd /builddir/build/BUILD + cd jmock-library-2.8.2 + LICENSEDIR=/builddir/build/BUILDROOT/jmock-2.8.2-2.el7.noarch/usr/share/licenses/jmock-javadoc-2.8.2 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/jmock-2.8.2-2.el7.noarch/usr/share/licenses/jmock-javadoc-2.8.2 + cp -pr LICENSE.txt /builddir/build/BUILDROOT/jmock-2.8.2-2.el7.noarch/usr/share/licenses/jmock-javadoc-2.8.2 + exit 0 Provides: jmock-javadoc = 2.8.2-2.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: jpackage-utils Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/jmock-2.8.2-2.el7.noarch Wrote: /builddir/build/RPMS/jmock-2.8.2-2.el7.noarch.rpm Wrote: /builddir/build/RPMS/jmock-example-2.8.2-2.el7.noarch.rpm Wrote: /builddir/build/RPMS/jmock-junit3-2.8.2-2.el7.noarch.rpm Wrote: /builddir/build/RPMS/jmock-junit4-2.8.2-2.el7.noarch.rpm Wrote: /builddir/build/RPMS/jmock-legacy-2.8.2-2.el7.noarch.rpm Wrote: /builddir/build/RPMS/jmock-parent-2.8.2-2.el7.noarch.rpm Wrote: /builddir/build/RPMS/jmock-testjar-2.8.2-2.el7.noarch.rpm Wrote: /builddir/build/RPMS/jmock-javadoc-2.8.2-2.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Sq6P15 + umask 022 + cd /builddir/build/BUILD + cd jmock-library-2.8.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/jmock-2.8.2-2.el7.noarch + exit 0 Child return code was: 0