Mock Version: 1.2.9 ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/apache-commons-jexl.spec'], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-10155/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=1001) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/apache-commons-jexl.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 warning: bogus date in %changelog: Thu Jun 28 2013 Orion Poplawski - 2.1.1-6 Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/maven30-apache-commons-jexl-2.1.1-9.10.el7.centos.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/apache-commons-jexl.spec '], chrootPath='/var/lib/mock/epel-7-x86_64-mockbuilder-10155/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=1001) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/apache-commons-jexl.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 warning: bogus date in %changelog: Thu Jun 28 2013 Orion Poplawski - 2.1.1-6 Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.eBmsrL + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf commons-jexl-2.1.1-src + /usr/bin/tar -xf - + /usr/bin/gzip -dc /builddir/build/SOURCES/commons-jexl-2.1.1-src.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd commons-jexl-2.1.1-src + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + scl enable maven30 - Patch #0 (001-Fix-tests.patch): + echo 'Patch #0 (001-Fix-tests.patch):' + /usr/bin/cat /builddir/build/SOURCES/001-Fix-tests.patch + /usr/bin/patch -p1 -b --suffix .test --fuzz=0 patching file src/test/java/org/apache/commons/jexl2/ArithmeticTest.java + /usr/bin/python /opt/rh/rh-java-common/root/usr/share/java-utils/pom_editor.py pom_remove_dep org.apache.bsf:bsf-api + find '(' -name '*.jar' -o -name '*.class' ')' -delete + find -name '*.txt' -exec sed -i 's/\r//' '{}' + + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.5WksEP + umask 022 + cd /builddir/build/BUILD + cd commons-jexl-2.1.1-src + scl enable maven30 - + /usr/bin/python /opt/rh/rh-java-common/root/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 Commons JEXL 2.1.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-antrun-plugin:1.7:run (javadoc.resources) @ commons-jexl --- [INFO] Executing tasks main: [copy] Copying 2 files to /builddir/build/BUILD/commons-jexl-2.1.1-src/target/apidocs/META-INF [INFO] Executed tasks [INFO] [INFO] --- javacc-maven-plugin:2.6:jjtree-javacc (jexl-jjtree) @ commons-jexl --- Java Compiler Compiler Version 5.0 (Tree Builder) (type "jjtree" with no arguments for help) Reading from file /builddir/build/BUILD/commons-jexl-2.1.1-src/src/main/java/org/apache/commons/jexl2/parser/Parser.jjt . . . File "Node.java" does not exist. Will create one. File "SimpleNode.java" does not exist. Will create one. File "ASTJexlScript.java" does not exist. Will create one. File "ASTBlock.java" does not exist. Will create one. File "ASTAmbiguous.java" does not exist. Will create one. File "ASTIfStatement.java" does not exist. Will create one. File "ASTWhileStatement.java" does not exist. Will create one. File "ASTForeachStatement.java" does not exist. Will create one. File "ASTReturnStatement.java" does not exist. Will create one. File "ASTAssignment.java" does not exist. Will create one. File "ASTVar.java" does not exist. Will create one. File "ASTReference.java" does not exist. Will create one. File "ASTTernaryNode.java" does not exist. Will create one. File "ASTOrNode.java" does not exist. Will create one. File "ASTAndNode.java" does not exist. Will create one. File "ASTBitwiseOrNode.java" does not exist. Will create one. File "ASTBitwiseXorNode.java" does not exist. Will create one. File "ASTBitwiseAndNode.java" does not exist. Will create one. File "ASTEQNode.java" does not exist. Will create one. File "ASTNENode.java" does not exist. Will create one. File "ASTLTNode.java" does not exist. Will create one. File "ASTGTNode.java" does not exist. Will create one. File "ASTLENode.java" does not exist. Will create one. File "ASTGENode.java" does not exist. Will create one. File "ASTERNode.java" does not exist. Will create one. File "ASTNRNode.java" does not exist. Will create one. File "ASTAdditiveNode.java" does not exist. Will create one. File "ASTAdditiveOperator.java" does not exist. Will create one. File "ASTMulNode.java" does not exist. Will create one. File "ASTDivNode.java" does not exist. Will create one. File "ASTModNode.java" does not exist. Will create one. File "ASTUnaryMinusNode.java" does not exist. Will create one. File "ASTBitwiseComplNode.java" does not exist. Will create one. File "ASTNotNode.java" does not exist. Will create one. File "ASTIdentifier.java" does not exist. Will create one. File "ASTNullLiteral.java" does not exist. Will create one. File "ASTTrueNode.java" does not exist. Will create one. File "ASTFalseNode.java" does not exist. Will create one. File "ASTNumberLiteral.java" does not exist. Will create one. File "ASTStringLiteral.java" does not exist. Will create one. File "ASTArrayLiteral.java" does not exist. Will create one. File "ASTMapLiteral.java" does not exist. Will create one. File "ASTMapEntry.java" does not exist. Will create one. File "ASTEmptyFunction.java" does not exist. Will create one. File "ASTSizeFunction.java" does not exist. Will create one. File "ASTFunctionNode.java" does not exist. Will create one. File "ASTMethodNode.java" does not exist. Will create one. File "ASTSizeMethod.java" does not exist. Will create one. File "ASTConstructorNode.java" does not exist. Will create one. File "ASTArrayAccess.java" does not exist. Will create one. File "ASTReferenceExpression.java" does not exist. Will create one. File "ParserTreeConstants.java" does not exist. Will create one. File "ParserVisitor.java" does not exist. Will create one. File "JJTParserState.java" does not exist. Will create one. Annotated grammar generated successfully in /builddir/build/BUILD/commons-jexl-2.1.1-src/target/javacc-1434369529987/node/Parser.jj Java Compiler Compiler Version 5.0 (Parser Generator) (type "javacc" with no arguments for help) Reading from file /builddir/build/BUILD/commons-jexl-2.1.1-src/target/javacc-1434369529987/node/Parser.jj . . . Note: UNICODE_INPUT option is specified. Please make sure you create the parser/lexer using a Reader with the correct character encoding. File "TokenMgrError.java" does not exist. Will create one. File "ParseException.java" does not exist. Will create one. File "Token.java" does not exist. Will create one. File "SimpleCharStream.java" does not exist. Will create one. Parser generated successfully. [INFO] Processed 1 grammar [INFO] [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ commons-jexl --- [INFO] [INFO] --- buildnumber-maven-plugin:1.2:create (default) @ commons-jexl --- [INFO] Checking for local modifications: skipped. [INFO] maven is executed in offline mode, Updating project files from SCM: skipped. [INFO] Executing: /bin/sh -c cd '/builddir/build/BUILD/commons-jexl-2.1.1-src' && 'svn' '--non-interactive' 'info' [INFO] Working directory: /builddir/build/BUILD/commons-jexl-2.1.1-src [WARNING] Cannot get the revision information from the scm repository, proceeding with revision of ?????? : Exception while executing SCM command. [INFO] Storing buildNumber: ?????? at timestamp: 1434369531134 [INFO] Executing: /bin/sh -c cd '/builddir/build/BUILD/commons-jexl-2.1.1-src' && 'svn' '--non-interactive' 'info' [INFO] Working directory: /builddir/build/BUILD/commons-jexl-2.1.1-src [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:2.6:resources (default-resources) @ commons-jexl --- [INFO] Using 'iso-8859-1' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ commons-jexl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 113 source files to /builddir/build/BUILD/commons-jexl-2.1.1-src/target/classes [WARNING] /builddir/build/BUILD/commons-jexl-2.1.1-src/src/main/java/org/apache/commons/jexl2/JexlEngine.java: /builddir/build/BUILD/commons-jexl-2.1.1-src/src/main/java/org/apache/commons/jexl2/JexlEngine.java uses or overrides a deprecated API. [WARNING] /builddir/build/BUILD/commons-jexl-2.1.1-src/src/main/java/org/apache/commons/jexl2/JexlEngine.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-bundle-plugin:2.3.7:manifest (bundle-manifest) @ commons-jexl --- Warning: org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized. Compiler warnings: WARNING: 'org.apache.xerces.jaxp.SAXParserImpl: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.' Warning: org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized. Compiler warnings: WARNING: 'org.apache.xerces.jaxp.SAXParserImpl: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.' Warning: org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized. Compiler warnings: WARNING: 'org.apache.xerces.jaxp.SAXParserImpl: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.' [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ commons-jexl --- [INFO] Using 'iso-8859-1' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /builddir/build/BUILD/commons-jexl-2.1.1-src/src/test/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ commons-jexl --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 36 source files to /builddir/build/BUILD/commons-jexl-2.1.1-src/target/test-classes [WARNING] /builddir/build/BUILD/commons-jexl-2.1.1-src/src/test/java/org/apache/commons/jexl2/BitwiseOperatorTest.java: /builddir/build/BUILD/commons-jexl-2.1.1-src/src/test/java/org/apache/commons/jexl2/BitwiseOperatorTest.java uses or overrides a deprecated API. [WARNING] /builddir/build/BUILD/commons-jexl-2.1.1-src/src/test/java/org/apache/commons/jexl2/BitwiseOperatorTest.java: Recompile with -Xlint:deprecation for details. [WARNING] /builddir/build/BUILD/commons-jexl-2.1.1-src/src/test/java/org/apache/commons/jexl2/JexlTestCase.java: /builddir/build/BUILD/commons-jexl-2.1.1-src/src/test/java/org/apache/commons/jexl2/JexlTestCase.java uses unchecked or unsafe operations. [WARNING] /builddir/build/BUILD/commons-jexl-2.1.1-src/src/test/java/org/apache/commons/jexl2/JexlTestCase.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:2.15:test (default-test) @ commons-jexl --- [INFO] Surefire report directory: /builddir/build/BUILD/commons-jexl-2.1.1-src/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.apache.commons.jexl2.ArithmeticTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec - in org.apache.commons.jexl2.ArithmeticTest Running org.apache.commons.jexl2.SandboxTest Jun 15, 2015 11:58:57 AM org.apache.commons.jexl2.SandboxTest testGetBlack INFO: org.apache.commons.jexl2.JexlException$Property: org.apache.commons.jexl2.SandboxTest.testGetBlack@113![0,9]: 'foo.alias;' inaccessible or unknown property foo Jun 15, 2015 11:58:57 AM org.apache.commons.jexl2.SandboxTest testMethodBlack INFO: org.apache.commons.jexl2.JexlException$Method: org.apache.commons.jexl2.SandboxTest.testMethodBlack@89![4,10]: 'foo.Quux();' unknown, ambiguous or inaccessible method Quux Jun 15, 2015 11:58:57 AM org.apache.commons.jexl2.SandboxTest testRestrict INFO: org.apache.commons.jexl2.JexlException$Method: org.apache.commons.jexl2.SandboxTest.testRestrict@237![7,13]: 'System.exit();' unknown, ambiguous or inaccessible method exit Jun 15, 2015 11:58:57 AM org.apache.commons.jexl2.SandboxTest testRestrict INFO: org.apache.commons.jexl2.JexlException$Method: org.apache.commons.jexl2.SandboxTest.testRestrict@245![0,50]: 'new ('java.io.File', '/tmp/should-not-be-created');' unknown, ambiguous or inaccessible method java.io.File Jun 15, 2015 11:58:57 AM org.apache.commons.jexl2.SandboxTest testCtorBlack INFO: org.apache.commons.jexl2.JexlException$Method: org.apache.commons.jexl2.SandboxTest.testCtorBlack@65![0,54]: 'new ('org.apache.commons.jexl2.SandboxTest$Foo', '42');' unknown, ambiguous or inaccessible method org.apache.commons.jexl2.SandboxTest$Foo Jun 15, 2015 11:58:57 AM org.apache.commons.jexl2.SandboxTest testSetBlack INFO: org.apache.commons.jexl2.JexlException$Property: org.apache.commons.jexl2.SandboxTest.testSetBlack@137![4,9]: 'foo.alias = $0;' inaccessible or unknown property alias Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in org.apache.commons.jexl2.SandboxTest Running org.apache.commons.jexl2.internal.introspection.DiscoveryTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.jexl2.internal.introspection.DiscoveryTest Running org.apache.commons.jexl2.internal.introspection.MethodKeyTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.426 sec - in org.apache.commons.jexl2.internal.introspection.MethodKeyTest Running org.apache.commons.jexl2.IssuesTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec - in org.apache.commons.jexl2.IssuesTest Running org.apache.commons.jexl2.IfTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - in org.apache.commons.jexl2.IfTest Running org.apache.commons.jexl2.BlockTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec - in org.apache.commons.jexl2.BlockTest Running org.apache.commons.jexl2.ScriptTest Starting test script The result is 7 Starting test script The result is 7 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.commons.jexl2.ScriptTest Running org.apache.commons.jexl2.WhileTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec - in org.apache.commons.jexl2.WhileTest Running org.apache.commons.jexl2.JexlTest Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec - in org.apache.commons.jexl2.JexlTest Running org.apache.commons.jexl2.VarTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.apache.commons.jexl2.VarTest Running org.apache.commons.jexl2.UnifiedJEXLTest Jun 15, 2015 11:58:58 AM org.apache.commons.jexl2.UnifiedJEXL testBadContextNested WARNING: failed to prepare '#{${hi}+'.world'}' Jun 15, 2015 11:58:58 AM org.apache.commons.jexl2.UnifiedJEXL testMalformed WARNING: malformed expression: ${'world' Jun 15, 2015 11:58:58 AM org.apache.commons.jexl2.UnifiedJEXL testMalformedNested WARNING: failed to parse '#{${hi} world}' Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec - in org.apache.commons.jexl2.UnifiedJEXLTest Running org.apache.commons.jexl2.ArrayLiteralTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.commons.jexl2.ArrayLiteralTest Running org.apache.commons.jexl2.ClassCreatorTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.jexl2.ClassCreatorTest Running org.apache.commons.jexl2.MethodTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.commons.jexl2.MethodTest Running org.apache.commons.jexl2.AssignTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.commons.jexl2.AssignTest Running org.apache.commons.jexl2.ArrayAccessTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec - in org.apache.commons.jexl2.ArrayAccessTest Running org.apache.commons.jexl2.ScriptCallableTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.713 sec - in org.apache.commons.jexl2.ScriptCallableTest Running org.apache.commons.jexl2.MapLiteralTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec - in org.apache.commons.jexl2.MapLiteralTest Running org.apache.commons.jexl2.junit.AsserterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.apache.commons.jexl2.junit.AsserterTest Running org.apache.commons.jexl2.BitwiseOperatorTest Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.apache.commons.jexl2.BitwiseOperatorTest Running org.apache.commons.jexl2.scripting.JexlScriptEngineTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.apache.commons.jexl2.scripting.JexlScriptEngineTest Running org.apache.commons.jexl2.scripting.JexlScriptEngineOptionalTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.commons.jexl2.scripting.JexlScriptEngineOptionalTest Running org.apache.commons.jexl2.ParseFailuresTest Jun 15, 2015 11:59:00 AM org.apache.commons.jexl2.JexlEngine testMalformedScript1 SEVERE: org.apache.commons.jexl2.JexlException$Parsing: org.apache.commons.jexl2.ParseFailuresTest.testMalformedScript1@1:1 parsing error in 'eq' Jun 15, 2015 11:59:00 AM org.apache.commons.jexl2.JexlEngine testMalformedScript2 SEVERE: org.apache.commons.jexl2.JexlException$Parsing: org.apache.commons.jexl2.ParseFailuresTest.testMalformedScript2@1:1 parsing error in '?' Jun 15, 2015 11:59:00 AM org.apache.commons.jexl2.JexlEngine testMalformedScript3 SEVERE: org.apache.commons.jexl2.JexlException$Parsing: org.apache.commons.jexl2.ParseFailuresTest.testMalformedScript3@1:18 parsing error near '... ?b:c:d; ...' Jun 15, 2015 11:59:00 AM org.apache.commons.jexl2.JexlEngine testMalformedExpression1 SEVERE: org.apache.commons.jexl2.JexlException$Parsing: org.apache.commons.jexl2.ParseFailuresTest.testMalformedExpression1@1:1 parsing error in 'eq' Jun 15, 2015 11:59:00 AM org.apache.commons.jexl2.JexlEngine testMalformedExpression2 SEVERE: org.apache.commons.jexl2.JexlException$Parsing: org.apache.commons.jexl2.ParseFailuresTest.testMalformedExpression2@1:1 parsing error in '?' Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.apache.commons.jexl2.ParseFailuresTest Running org.apache.commons.jexl2.examples.ArrayTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.jexl2.examples.ArrayTest Running org.apache.commons.jexl2.examples.MethodPropertyTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.jexl2.examples.MethodPropertyTest Running org.apache.commons.jexl2.parser.ParserTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.jexl2.parser.ParserTest Running org.apache.commons.jexl2.CacheTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.188 sec - in org.apache.commons.jexl2.CacheTest Running org.apache.commons.jexl2.ForEachTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.commons.jexl2.ForEachTest Running org.apache.commons.jexl2.PublicFieldsTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.commons.jexl2.PublicFieldsTest Results : Tests run: 275, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ commons-jexl --- [INFO] Building jar: /builddir/build/BUILD/commons-jexl-2.1.1-src/target/commons-jexl-2.1.1.jar [INFO] [INFO] --- maven-jar-plugin:2.4:test-jar (default) @ commons-jexl --- [INFO] Building jar: /builddir/build/BUILD/commons-jexl-2.1.1-src/target/commons-jexl-2.1.1-tests.jar [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Commons JEXL 2.1.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- xmvn-mojo:2.1.1:install (default-cli) @ commons-jexl --- SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [INFO] [INFO] >>> maven-javadoc-plugin:2.9:aggregate (default-cli) @ commons-jexl >>> [INFO] [INFO] --- maven-antrun-plugin:1.7:run (javadoc.resources) @ commons-jexl --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- javacc-maven-plugin:2.6:jjtree-javacc (jexl-jjtree) @ commons-jexl --- [INFO] Skipping - all parsers are up to date [INFO] [INFO] <<< maven-javadoc-plugin:2.9:aggregate (default-cli) @ commons-jexl <<< [INFO] [INFO] --- maven-javadoc-plugin:2.9:aggregate (default-cli) @ commons-jexl --- [INFO] [INFO] --- xmvn-mojo:2.1.1:builddep (default-cli) @ commons-jexl --- [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 25.493s [INFO] Finished at: Mon Jun 15 11:59:12 GMT 2015 [INFO] Final Memory: 32M/388M [INFO] ------------------------------------------------------------------------ -----BEGIN MAVEN BUILD DEPENDENCIES----- H4sIAAAAAAACA6WSwW7DIAxA7/0KljvJdk9TbTvlsFM1aVcXPEoFBgGJmr8fWdo1PSyKtqPtB362 XO/O1rAeQ9SOtsVT+VgwJOGkJrUt3vf8ef/atsWu2dQPnLOXThvJJHokmTGNkSkkDJBQssPAPt56 Ypxnes40G8ZuiWEMc0IF1/lWNi6oEjyII5bCWeso1tW1NpEQkv4EkXLiQnAPASnV1aw0sXhOSOMw jXe2rm7h6FDdS/zudG1jnFJ5EyuEfsh7o/UtTx3ptNDoUv/r97MtW+iRSm+6LLy062+OQ4xoD2bg 04P/GeTDwiN0sbTu5JaGhR6E4JPBmsazaDy4L+wSG1rXAgAA -----END MAVEN BUILD DEPENDENCIES----- + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.U1wDi8 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el7.centos.x86_64 + cd commons-jexl-2.1.1-src + scl enable maven30 - + xmvn-install -R .xmvn-reactor -n apache-commons-jexl -d /builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el7.centos.x86_64 [INFO] Installing artifact org.apache.commons:commons-jexl:jar:2.1.1 [INFO] Installing artifact org.apache.commons:commons-jexl:pom:2.1.1 [INFO] Installation successful + jdir=target/site/apidocs + '[' -d .xmvn/apidocs ']' /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. + jdir=.xmvn/apidocs + '[' -d .xmvn/apidocs ']' + install -dm755 /builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el7.centos.x86_64/opt/rh/maven30/root/usr/share/javadoc/apache-commons-jexl + cp -pr .xmvn/apidocs/allclasses-frame.html .xmvn/apidocs/allclasses-noframe.html .xmvn/apidocs/constant-values.html .xmvn/apidocs/deprecated-list.html .xmvn/apidocs/help-doc.html .xmvn/apidocs/index-all.html .xmvn/apidocs/index.html .xmvn/apidocs/org .xmvn/apidocs/overview-frame.html .xmvn/apidocs/overview-summary.html .xmvn/apidocs/overview-tree.html .xmvn/apidocs/package-list .xmvn/apidocs/resources .xmvn/apidocs/serialized-form.html .xmvn/apidocs/stylesheet.css /builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el7.centos.x86_64/opt/rh/maven30/root/usr/share/javadoc/apache-commons-jexl + echo /opt/rh/maven30/root/usr/share/javadoc/apache-commons-jexl + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/commons-jexl-2.1.1-src + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-scl-compress /opt/rh/maven30/root + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-scl-python-bytecompile /usr/bin/python 1 /opt/rh/maven30/root + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: maven30-apache-commons-jexl-2.1.1-9.10.el7.centos.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.cJ0aFB + umask 022 + cd /builddir/build/BUILD + cd commons-jexl-2.1.1-src + DOCDIR=/builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el7.centos.x86_64/opt/rh/maven30/root/usr/share/doc/maven30-apache-commons-jexl-2.1.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el7.centos.x86_64/opt/rh/maven30/root/usr/share/doc/maven30-apache-commons-jexl-2.1.1 + cp -pr LICENSE.txt /builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el7.centos.x86_64/opt/rh/maven30/root/usr/share/doc/maven30-apache-commons-jexl-2.1.1 + cp -pr NOTICE.txt /builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el7.centos.x86_64/opt/rh/maven30/root/usr/share/doc/maven30-apache-commons-jexl-2.1.1 + cp -pr RELEASE-NOTES.txt /builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el7.centos.x86_64/opt/rh/maven30/root/usr/share/doc/maven30-apache-commons-jexl-2.1.1 + exit 0 warning: File listed twice: /opt/rh/maven30/root/usr/share/java/apache-commons-jexl/commons-jexl.jar Finding Provides: scl enable maven30 -- /usr/lib/rpm/rh-java-common-javapackages-provides-wrapper /builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el7.centos.x86_64 --cachedir /builddir/build/BUILD/ --rpm-pid 11056 --scl maven30 [INFO osgi.prov] input: ['/builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el7.centos.x86_64/opt/rh/maven30/root/usr/share/java/apache-commons-jexl/commons-jexl.jar'] [INFO osgi.prov] maven30-osgi(org.apache.commons.jexl) = 2.1.1 [INFO maven.prov] input: ['/builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el7.centos.x86_64/opt/rh/maven30/root/usr/share/maven-metadata/apache-commons-jexl.xml'] [INFO maven.prov] maven30-mvn(org.apache.commons:commons-jexl) = 2.1.1, maven30-mvn(org.apache.commons:commons-jexl:pom:) = 2.1.1 Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: scl enable maven30 -- /usr/lib/rpm/rh-java-common-javapackages-requires-wrapper /builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el7.centos.x86_64 --cachedir /builddir/build/BUILD/ --rpm-pid 11056 --scl maven30 [INFO maven.req] input: ['/builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el7.centos.x86_64/opt/rh/maven30/root/usr/share/maven-metadata/apache-commons-jexl.xml'] [INFO maven.req] maven30-runtime, rh-java-common-mvn(commons-logging:commons-logging), java Provides: maven30-apache-commons-jexl = 2.1.1-9.10.el7.centos maven30-osgi(org.apache.commons.jexl) = 2.1.1 maven30-mvn(org.apache.commons:commons-jexl) = 2.1.1 maven30-mvn(org.apache.commons:commons-jexl:pom:) = 2.1.1 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: maven30-runtime rh-java-common-mvn(commons-logging:commons-logging) java Processing files: maven30-apache-commons-jexl-javadoc-2.1.1-9.10.el7.centos.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.L2ctn7 + umask 022 + cd /builddir/build/BUILD + cd commons-jexl-2.1.1-src + DOCDIR=/builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el7.centos.x86_64/opt/rh/maven30/root/usr/share/doc/maven30-apache-commons-jexl-javadoc-2.1.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el7.centos.x86_64/opt/rh/maven30/root/usr/share/doc/maven30-apache-commons-jexl-javadoc-2.1.1 + cp -pr LICENSE.txt /builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el7.centos.x86_64/opt/rh/maven30/root/usr/share/doc/maven30-apache-commons-jexl-javadoc-2.1.1 + cp -pr NOTICE.txt /builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el7.centos.x86_64/opt/rh/maven30/root/usr/share/doc/maven30-apache-commons-jexl-javadoc-2.1.1 + exit 0 Finding Provides: scl enable maven30 -- /usr/lib/rpm/rh-java-common-javapackages-provides-wrapper /builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el7.centos.x86_64 --cachedir /builddir/build/BUILD/ --rpm-pid 11056 --scl maven30 Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: scl enable maven30 -- /usr/lib/rpm/rh-java-common-javapackages-requires-wrapper /builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el7.centos.x86_64 --cachedir /builddir/build/BUILD/ --rpm-pid 11056 --scl maven30 Provides: maven30-apache-commons-jexl-javadoc = 2.1.1-9.10.el7.centos Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Requires: maven30-runtime Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el7.centos.x86_64 Wrote: /builddir/build/RPMS/maven30-apache-commons-jexl-2.1.1-9.10.el7.centos.noarch.rpm Wrote: /builddir/build/RPMS/maven30-apache-commons-jexl-javadoc-2.1.1-9.10.el7.centos.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.VukGui + umask 022 + cd /builddir/build/BUILD + cd commons-jexl-2.1.1-src + /usr/bin/rm -rf /builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el7.centos.x86_64 + exit 0 Child return code was: 0 LEAVE do -->