D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/apache-commons-ognl-3.0.2-11.20120313svn1102438.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.izh4pO + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf apache-commons-ognl-3.0.2 + /usr/bin/xz -dc /home/pterjan/rpmbuild/SOURCES/apache-commons-ognl-3.0.2.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd apache-commons-ognl-3.0.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_plugin com.mycila.maven-license-plugin:maven-license-plugin + /usr/bin/python3 /usr/share/java-utils/pom_editor.py pom_remove_plugin org.apache.maven.plugins:maven-clean-plugin + rm -r src/test/java/org/apache/commons/ognl/test/ArithmeticAndLogicalOperatorsTest.java src/test/java/org/apache/commons/ognl/test/ArrayElementsTest.java src/test/java/org/apache/commons/ognl/test/ASTPropertyTest.java src/test/java/org/apache/commons/ognl/test/CollectionDirectPropertyTest.java src/test/java/org/apache/commons/ognl/test/ConstantTest.java src/test/java/org/apache/commons/ognl/test/MethodTest.java src/test/java/org/apache/commons/ognl/test/PropertyArithmeticAndLogicalOperatorsTest.java src/test/java/org/apache/commons/ognl/test/PropertyTest.java src/test/java/org/apache/commons/ognl/test/enhance/TestExpressionCompiler.java + /usr/bin/python3 /usr/share/java-utils/mvn_file.py :commons-ognl commons-ognl apache-commons-ognl + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.WXpzfb + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd apache-commons-ognl-3.0.2 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/python3 /usr/share/java-utils/mvn_build.py Executing: xmvn --batch-mode --offline verify org.fedoraproject.xmvn:xmvn-mojo:install org.apache.maven.plugins:maven-javadoc-plugin:aggregate org.fedoraproject.xmvn:xmvn-mojo:builddep ['xmvn', '--batch-mode', '--offline', 'verify', 'org.fedoraproject.xmvn:xmvn-mojo:install', 'org.apache.maven.plugins:maven-javadoc-plugin:aggregate', 'org.fedoraproject.xmvn:xmvn-mojo:builddep'] [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building OGNL - Object Graph Navigation Library 4.0-incubating-SNAPSHOT [INFO] ------------------------------------------------------------------------ [WARNING] The POM for com.sun:tools:jar:any is missing, no dependency information available [INFO] [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-3) @ commons-ognl --- [INFO] [INFO] --- build-helper-maven-plugin:1.9.1:parse-version (parse-version) @ commons-ognl --- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-ognl --- [INFO] Executing tasks main: [copy] Copying 2 files to /home/pterjan/rpmbuild/BUILD/apache-commons-ognl-3.0.2/target/apidocs/META-INF [INFO] Executed tasks [INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (process-resource-bundles) @ commons-ognl --- [INFO] [INFO] --- buildnumber-maven-plugin:1.3:create (default) @ commons-ognl --- [INFO] maven is executed in offline mode, Updating project files from SCM: skipped. [INFO] Executing: /bin/sh -c cd '/home/pterjan/rpmbuild/BUILD/apache-commons-ognl-3.0.2' && 'svn' '--non-interactive' 'info' [INFO] Working directory: /home/pterjan/rpmbuild/BUILD/apache-commons-ognl-3.0.2 [WARNING] Cannot get the revision information from the scm repository, proceeding with revision of ?????? : Exception while executing SCM command. [INFO] Storing buildNumber: ?????? at timestamp: 1530510298817 [INFO] Executing: /bin/sh -c cd '/home/pterjan/rpmbuild/BUILD/apache-commons-ognl-3.0.2' && 'svn' '--non-interactive' 'info' [INFO] Working directory: /home/pterjan/rpmbuild/BUILD/apache-commons-ognl-3.0.2 [WARNING] Cannot get the branch information from the scm repository, proceeding with UNKNOWN_BRANCH : Exception while executing SCM command. [INFO] Storing buildScmBranch: UNKNOWN_BRANCH [INFO] [INFO] --- maven-resources-plugin:3.0.1:resources (default-resources) @ commons-ognl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/pterjan/rpmbuild/BUILD/apache-commons-ognl-3.0.2/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ commons-ognl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 121 source files to /home/pterjan/rpmbuild/BUILD/apache-commons-ognl-3.0.2/target/classes [INFO] /home/pterjan/rpmbuild/BUILD/apache-commons-ognl-3.0.2/src/main/java/org/apache/commons/ognl/OgnlParser.java: Some input files use unchecked or unsafe operations. [INFO] /home/pterjan/rpmbuild/BUILD/apache-commons-ognl-3.0.2/src/main/java/org/apache/commons/ognl/OgnlParser.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-bundle-plugin:3.2.0:manifest (bundle-manifest) @ commons-ognl --- [INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (compile-tests) @ commons-ognl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 115 source files to /home/pterjan/rpmbuild/BUILD/apache-commons-ognl-3.0.2/target/test-classes [INFO] /home/pterjan/rpmbuild/BUILD/apache-commons-ognl-3.0.2/src/test/java/org/apache/commons/ognl/test/objects/Root.java: Some input files use unchecked or unsafe operations. [INFO] /home/pterjan/rpmbuild/BUILD/apache-commons-ognl-3.0.2/src/test/java/org/apache/commons/ognl/test/objects/Root.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:3.0.1:testResources (default-testResources) @ commons-ognl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/pterjan/rpmbuild/BUILD/apache-commons-ognl-3.0.2/src/test/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ commons-ognl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 115 source files to /home/pterjan/rpmbuild/BUILD/apache-commons-ognl-3.0.2/target/test-classes [INFO] /home/pterjan/rpmbuild/BUILD/apache-commons-ognl-3.0.2/src/test/java/org/apache/commons/ognl/test/objects/Root.java: Some input files use unchecked or unsafe operations. [INFO] /home/pterjan/rpmbuild/BUILD/apache-commons-ognl-3.0.2/src/test/java/org/apache/commons/ognl/test/objects/Root.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ commons-ognl --- ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.commons.ognl.TestOgnlRuntime public void org.apache.commons.ognl.TestOgnlRuntime$GenericParent.save(java.lang.Object) Tests run: 19, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.235 sec <<< FAILURE! - in org.apache.commons.ognl.TestOgnlRuntime test_Class_Cache_Inspector(org.apache.commons.ognl.TestOgnlRuntime) Time elapsed: 0.155 sec <<< FAILURE! junit.framework.AssertionFailedError: expected:<1> but was:<2> at junit.framework.Assert.fail(Assert.java:57) at junit.framework.Assert.failNotEquals(Assert.java:329) at junit.framework.Assert.assertEquals(Assert.java:78) at junit.framework.Assert.assertEquals(Assert.java:234) at junit.framework.Assert.assertEquals(Assert.java:241) at junit.framework.TestCase.assertEquals(TestCase.java:409) at org.apache.commons.ognl.TestOgnlRuntime.test_Class_Cache_Inspector(TestOgnlRuntime.java:222) Running org.apache.commons.ognl.TestOgnlException Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.ognl.TestOgnlException Running org.apache.commons.ognl.InExpressionTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.ognl.InExpressionTest Running org.apache.commons.ognl.test.PropertyNotFoundTest Caught exception org.apache.commons.ognl.OgnlException: source is null for getProperty(null, "token") Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.ognl.test.PropertyNotFoundTest Running org.apache.commons.ognl.test.IndexAccessTest Caught exception org.apache.commons.ognl.NoSuchPropertyException: [Z.null Caught exception org.apache.commons.ognl.MethodFailedException: Method "size" failed for object org.apache.commons.ognl.test.objects.Root@13fee20c [java.lang.NoSuchMethodException: org.apache.commons.ognl.test.objects.Root.size()] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec - in org.apache.commons.ognl.test.IndexAccessTest Running org.apache.commons.ognl.test.NumberFormatExceptionTest Caught exception java.lang.NumberFormatException: For input string: "x10x" Caught exception java.lang.NumberFormatException: For input string: "foobar" Caught exception java.lang.NumberFormatException: For input string: "" Caught exception java.lang.NumberFormatException: For input string: "" Caught exception java.lang.NumberFormatException: Zero length BigInteger Caught exception java.lang.NumberFormatException: For input string: "foobar" Caught exception java.lang.NumberFormatException Caught exception java.lang.NumberFormatException Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.apache.commons.ognl.test.NumberFormatExceptionTest Running org.apache.commons.ognl.test.QuotingTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.commons.ognl.test.QuotingTest Running org.apache.commons.ognl.test.PrimitiveArrayTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.apache.commons.ognl.test.PrimitiveArrayTest Running org.apache.commons.ognl.test.ProtectedInnerClassTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.commons.ognl.test.ProtectedInnerClassTest Running org.apache.commons.ognl.test.NumericConversionTest Tests run: 110, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.commons.ognl.test.NumericConversionTest Running org.apache.commons.ognl.test.IndexedPropertyTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.apache.commons.ognl.test.IndexedPropertyTest Running org.apache.commons.ognl.test.accessors.ListPropertyAccessorTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.ognl.test.accessors.ListPropertyAccessorTest Running org.apache.commons.ognl.test.ClassMethodTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.commons.ognl.test.ClassMethodTest Running org.apache.commons.ognl.test.MapCreationTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.commons.ognl.test.MapCreationTest Running org.apache.commons.ognl.test.InheritedMethodsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.commons.ognl.test.InheritedMethodsTest Running org.apache.commons.ognl.test.StaticsAndConstructorsTest Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec - in org.apache.commons.ognl.test.StaticsAndConstructorsTest Running org.apache.commons.ognl.test.ConstantTreeTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec - in org.apache.commons.ognl.test.ConstantTreeTest Running org.apache.commons.ognl.test.SetterTest Caught exception org.apache.commons.ognl.NoSuchPropertyException: org.apache.commons.ognl.test.objects.Root.map [java.lang.IllegalAccessException: Class org.apache.commons.ognl.OgnlRuntime can not access a member of class org.apache.commons.ognl.test.objects.Root with modifiers "private"] Caught exception org.apache.commons.ognl.InappropriateExpressionException: Inappropriate OGNL expression: 0 Caught exception java.lang.IllegalArgumentException: Unable to convert type java.util.HashSet of [Test1] to type of java.util.List Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in org.apache.commons.ognl.test.SetterTest Running org.apache.commons.ognl.test.OperatorTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.commons.ognl.test.OperatorTest Running org.apache.commons.ognl.test.PrivateAccessorTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.ognl.test.PrivateAccessorTest Running org.apache.commons.ognl.test.LambdaExpressionTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.commons.ognl.test.LambdaExpressionTest Running org.apache.commons.ognl.test.NullStringCatenationTest Caught exception java.lang.NullPointerException: Can't add values 20.56 , null java.lang.NullPointerException: Can't add values 20.56 , null at org.apache.commons.ognl.OgnlOps.add(OgnlOps.java:855) at org.apache.commons.ognl.ASTAdd.getValueBody(ASTAdd.java:54) at org.apache.commons.ognl.ASTAdd.toGetSourceString(ASTAdd.java:277) at org.apache.commons.ognl.enhance.ExpressionCompiler.generateGetter(ExpressionCompiler.java:535) at org.apache.commons.ognl.enhance.ExpressionCompiler.compileExpression(ExpressionCompiler.java:451) at org.apache.commons.ognl.OgnlRuntime.compileExpression(OgnlRuntime.java:442) at org.apache.commons.ognl.Ognl.compileExpression(Ognl.java:130) at org.apache.commons.ognl.test.OgnlTestCase.getExpression(OgnlTestCase.java:136) at org.apache.commons.ognl.test.OgnlTestCase.runTest(OgnlTestCase.java:187) at junit.framework.TestCase.runBare(TestCase.java:141) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:129) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:99) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:136) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:109) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:291) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.commons.ognl.test.NullStringCatenationTest Running org.apache.commons.ognl.test.MemberAccessTest Caught exception org.apache.commons.ognl.MethodFailedException: Method "getRuntime" failed for object class java.lang.Runtime [java.lang.NoSuchMethodException: getRuntime()] Caught exception org.apache.commons.ognl.NoSuchPropertyException: org.apache.commons.ognl.test.objects.Simple.bigIntValue Caught exception org.apache.commons.ognl.NoSuchPropertyException: org.apache.commons.ognl.test.objects.Simple.bigIntValue Caught exception org.apache.commons.ognl.MethodFailedException: Method "getBigIntValue" failed for object org.apache.commons.ognl.test.objects.Simple@2d928643 [java.lang.NoSuchMethodException: org.apache.commons.ognl.test.objects.Simple.getBigIntValue()] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.commons.ognl.test.MemberAccessTest Running org.apache.commons.ognl.test.ArrayCreationTest Caught exception org.apache.commons.ognl.ExpressionSyntaxException: Malformed OGNL expression: new Object[4] { #root, #this } [org.apache.commons.ognl.ParseException: Encountered " "{" "{ "" at line 1, column 15. Was expecting one of: "," ... "=" ... "?" ... "||" ... "or" ... "&&" ... "and" ... "|" ... "bor" ... "^" ... "xor" ... "&" ... "band" ... "==" ... "eq" ... "!=" ... "neq" ... "<" ... "lt" ... ">" ... "gt" ... "<=" ... "lte" ... ">=" ... "gte" ... "in" ... "not" ... "<<" ... "shl" ... ">>" ... "shr" ... ">>>" ... "ushr" ... "+" ... "-" ... "*" ... "/" ... "%" ... "instanceof" ... "." ... "(" ... "[" ... ... ] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.commons.ognl.test.ArrayCreationTest Running org.apache.commons.ognl.test.SetterWithConversionTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.commons.ognl.test.SetterWithConversionTest Running org.apache.commons.ognl.test.NestedMethodTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.commons.ognl.test.NestedMethodTest Running org.apache.commons.ognl.test.objects.TestInherited1 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.ognl.test.objects.TestInherited1 Running org.apache.commons.ognl.test.objects.TestInherited2 Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.ognl.test.objects.TestInherited2 Running org.apache.commons.ognl.test.objects.TestModel Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.ognl.test.objects.TestModel Running org.apache.commons.ognl.test.objects.TestImpl Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.ognl.test.objects.TestImpl Running org.apache.commons.ognl.test.PrimitiveNullHandlingTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.ognl.test.PrimitiveNullHandlingTest Running org.apache.commons.ognl.test.SimplePropertyTreeTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.commons.ognl.test.SimplePropertyTreeTest Running org.apache.commons.ognl.test.MethodWithConversionTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.commons.ognl.test.MethodWithConversionTest Running org.apache.commons.ognl.test.ShortCircuitingExpressionTest Caught exception org.apache.commons.ognl.OgnlException: source is null for getProperty(null, "someProperty") Caught exception org.apache.commons.ognl.NoSuchPropertyException: java.lang.Integer.someProperty Caught exception java.lang.NullPointerException: target is null for method doubleValue java.lang.NullPointerException: target is null for method doubleValue at org.apache.commons.ognl.OgnlRuntime.callMethod(OgnlRuntime.java:1363) at org.apache.commons.ognl.ASTMethod.getValueBody(ASTMethod.java:109) at org.apache.commons.ognl.SimpleNode.evaluateGetValueBody(SimpleNode.java:201) at org.apache.commons.ognl.SimpleNode.getValue(SimpleNode.java:247) at org.apache.commons.ognl.ASTChain.getValueBody(ASTChain.java:130) at org.apache.commons.ognl.SimpleNode.evaluateGetValueBody(SimpleNode.java:201) at org.apache.commons.ognl.SimpleNode.getValue(SimpleNode.java:247) at org.apache.commons.ognl.ASTChain553871028224Accessor.get(ASTChain553871028224Accessor.java) at org.apache.commons.ognl.Ognl.getValue(Ognl.java:481) at org.apache.commons.ognl.Ognl.getValue(Ognl.java:447) at org.apache.commons.ognl.test.OgnlTestCase.runTest(OgnlTestCase.java:189) at junit.framework.TestCase.runBare(TestCase.java:141) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:129) at junit.framework.TestSuite.runTest(TestSuite.java:252) at junit.framework.TestSuite.run(TestSuite.java:247) at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:99) at org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:136) at org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:109) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:291) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:242) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121) Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.commons.ognl.test.ShortCircuitingExpressionTest Running org.apache.commons.ognl.test.InterfaceInheritanceTest Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec - in org.apache.commons.ognl.test.InterfaceInheritanceTest Running org.apache.commons.ognl.test.PrivateMemberTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.commons.ognl.test.PrivateMemberTest Running org.apache.commons.ognl.test.ASTChainTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.ognl.test.ASTChainTest Running org.apache.commons.ognl.test.ContextVariableTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.ognl.test.ContextVariableTest Running org.apache.commons.ognl.test.SimpleNavigationChainTreeTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.ognl.test.SimpleNavigationChainTreeTest Running org.apache.commons.ognl.test.ObjectIndexedPropertyTest Caught exception org.apache.commons.ognl.OgnlException: DynamicSubscript '[$]' not allowed for object indexed property 'attribute' Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.commons.ognl.test.ObjectIndexedPropertyTest Running org.apache.commons.ognl.test.ASTMethodTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.ognl.test.ASTMethodTest Running org.apache.commons.ognl.test.PropertySetterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.commons.ognl.test.PropertySetterTest Running org.apache.commons.ognl.test.GenericsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.commons.ognl.test.GenericsTest Running org.apache.commons.ognl.test.ProjectionSelectionTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.ognl.test.ProjectionSelectionTest Running org.apache.commons.ognl.test.NullHandlerTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.ognl.test.NullHandlerTest Running org.apache.commons.ognl.test.ObjectIndexedTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.commons.ognl.test.ObjectIndexedTest Results : Failed tests: org.apache.commons.ognl.TestOgnlRuntime#test_Class_Cache_Inspector expected:<... Tests run: 432, Failures: 1, Errors: 0, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Skipping OGNL - Object Graph Navigation Library [INFO] This project has been banned from the build due to previous failures. [INFO] ------------------------------------------------------------------------ [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 9.412 s [INFO] Finished at: 2018-07-02T05:45:06+00:00 [INFO] Final Memory: 41M/1289M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project commons-ognl: There are test failures. [ERROR] [ERROR] Please refer to /home/pterjan/rpmbuild/BUILD/apache-commons-ognl-3.0.2/target/surefire-reports for the individual test results. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException error: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.WXpzfb (%build) RPM build errors: Bad exit status from /home/pterjan/rpmbuild/tmp/rpm-tmp.WXpzfb (%build) I: [iurt_root_command] ERROR: chroot