Mock Version: 1.1.41 Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/apache-commons-jexl.spec'], False, '/var/lib/mock/sclo6-maven30-rh-el6-build-7170-9181/root/', None, 86400, True, False, 497, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/apache-commons-jexl.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} warning: Could not canonicalize hostname: c1bk.rdu2.centos.org Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/maven30-apache-commons-jexl-2.1.1-9.10.el6.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/apache-commons-jexl.spec'], False, '/var/lib/mock/sclo6-maven30-rh-el6-build-7170-9181/root/', None, 86400, True, False, 497, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/apache-commons-jexl.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.uXl9ws + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf commons-jexl-2.1.1-src + /usr/bin/gzip -dc /builddir/build/SOURCES/commons-jexl-2.1.1-src.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd commons-jexl-2.1.1-src + /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):' + /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.iLaOQq + umask 022 + cd /builddir/build/BUILD + cd commons-jexl-2.1.1-src + LANG=C + export LANG + unset DISPLAY + 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-1443817913996/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-1443817913996/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: 1443817915133 [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.UnifiedJEXLTest Oct 02, 2015 8:32:01 PM org.apache.commons.jexl2.UnifiedJEXL testBadContextNested WARNING: failed to prepare '#{${hi}+'.world'}' Oct 02, 2015 8:32:01 PM org.apache.commons.jexl2.UnifiedJEXL testMalformed WARNING: malformed expression: ${'world' Oct 02, 2015 8:32:01 PM org.apache.commons.jexl2.UnifiedJEXL testMalformedNested WARNING: failed to parse '#{${hi} world}' Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.249 sec - in org.apache.commons.jexl2.UnifiedJEXLTest Running org.apache.commons.jexl2.JexlTest Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec - in org.apache.commons.jexl2.JexlTest Running org.apache.commons.jexl2.ParseFailuresTest Oct 02, 2015 8:32:01 PM 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' Oct 02, 2015 8:32:01 PM org.apache.commons.jexl2.JexlEngine testMalformedScript2 SEVERE: org.apache.commons.jexl2.JexlException$Parsing: org.apache.commons.jexl2.ParseFailuresTest.testMalformedScript2@1:1 parsing error in '?' Oct 02, 2015 8:32:01 PM 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; ...' Oct 02, 2015 8:32:01 PM 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' Oct 02, 2015 8:32:01 PM 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.002 sec - in org.apache.commons.jexl2.ParseFailuresTest Running org.apache.commons.jexl2.IssuesTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 sec - in org.apache.commons.jexl2.IssuesTest Running org.apache.commons.jexl2.ForEachTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.commons.jexl2.ForEachTest Running org.apache.commons.jexl2.scripting.JexlScriptEngineOptionalTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.commons.jexl2.scripting.JexlScriptEngineOptionalTest Running org.apache.commons.jexl2.scripting.JexlScriptEngineTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.commons.jexl2.scripting.JexlScriptEngineTest Running org.apache.commons.jexl2.AssignTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.commons.jexl2.AssignTest Running org.apache.commons.jexl2.ClassCreatorTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.commons.jexl2.ClassCreatorTest Running org.apache.commons.jexl2.ArrayAccessTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec - in org.apache.commons.jexl2.ArrayAccessTest Running org.apache.commons.jexl2.BlockTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec - in org.apache.commons.jexl2.BlockTest Running org.apache.commons.jexl2.PublicFieldsTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.apache.commons.jexl2.PublicFieldsTest Running org.apache.commons.jexl2.VarTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec - in org.apache.commons.jexl2.VarTest Running org.apache.commons.jexl2.junit.AsserterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.jexl2.junit.AsserterTest Running org.apache.commons.jexl2.parser.ParserTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.commons.jexl2.parser.ParserTest Running org.apache.commons.jexl2.BitwiseOperatorTest Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.apache.commons.jexl2.BitwiseOperatorTest Running org.apache.commons.jexl2.ArrayLiteralTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - in org.apache.commons.jexl2.ArrayLiteralTest 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.009 sec - in org.apache.commons.jexl2.ScriptTest Running org.apache.commons.jexl2.MapLiteralTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.apache.commons.jexl2.MapLiteralTest Running org.apache.commons.jexl2.CacheTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.657 sec - in org.apache.commons.jexl2.CacheTest 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.SandboxTest Oct 02, 2015 8:32:03 PM 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 Oct 02, 2015 8:32:03 PM 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 Oct 02, 2015 8:32:03 PM 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 Oct 02, 2015 8:32:03 PM 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 Oct 02, 2015 8:32:03 PM 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 Oct 02, 2015 8:32:03 PM 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.017 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.003 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.444 sec - in org.apache.commons.jexl2.internal.introspection.MethodKeyTest Running org.apache.commons.jexl2.ScriptCallableTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.712 sec - in org.apache.commons.jexl2.ScriptCallableTest Running org.apache.commons.jexl2.ArithmeticTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec - in org.apache.commons.jexl2.ArithmeticTest Running org.apache.commons.jexl2.MethodTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec - in org.apache.commons.jexl2.MethodTest Running org.apache.commons.jexl2.examples.ArrayTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 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.WhileTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.apache.commons.jexl2.WhileTest 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: 19.635s [INFO] Finished at: Fri Oct 02 20:32:11 UTC 2015 [INFO] Final Memory: 26M/491M [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.eHwMS9 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el6.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el6.noarch ++ dirname /builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el6.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el6.noarch + cd commons-jexl-2.1.1-src + LANG=C + export LANG + unset DISPLAY + 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.el6.noarch [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 ']' + jdir=.xmvn/apidocs + '[' -d .xmvn/apidocs ']' + install -dm755 /builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el6.noarch/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.el6.noarch/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 /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/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-scl-python-bytecompile /usr/bin/python /opt/rh/maven30/root + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: maven30-apache-commons-jexl-2.1.1-9.10.el6.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.xwBWjW + 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.el6.noarch/opt/rh/maven30/root/usr/share/doc/maven30-apache-commons-jexl-2.1.1 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el6.noarch/opt/rh/maven30/root/usr/share/doc/maven30-apache-commons-jexl-2.1.1 + /bin/mkdir -p /builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el6.noarch/opt/rh/maven30/root/usr/share/doc/maven30-apache-commons-jexl-2.1.1 + cp -pr LICENSE.txt NOTICE.txt RELEASE-NOTES.txt /builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el6.noarch/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 [INFO osgi.prov] input: ['/builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el6.noarch/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.el6.noarch/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 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.el6.noarch --cachedir /builddir/build/BUILD/ --rpm-pid 16380 --scl maven30 [INFO maven.req] input: ['/builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el6.noarch/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 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.el6.noarch --cachedir /builddir/build/BUILD/ --rpm-pid 16380 --scl maven30 Provides: 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 rpmlib(VersionedDependencies) <= 3.0.3-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.el6.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.TGLLYK + 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.el6.noarch/opt/rh/maven30/root/usr/share/doc/maven30-apache-commons-jexl-javadoc-2.1.1 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el6.noarch/opt/rh/maven30/root/usr/share/doc/maven30-apache-commons-jexl-javadoc-2.1.1 + /bin/mkdir -p /builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el6.noarch/opt/rh/maven30/root/usr/share/doc/maven30-apache-commons-jexl-javadoc-2.1.1 + cp -pr LICENSE.txt NOTICE.txt /builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el6.noarch/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.el6.noarch --cachedir /builddir/build/BUILD/ --rpm-pid 16380 --scl maven30 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.el6.noarch --cachedir /builddir/build/BUILD/ --rpm-pid 16380 --scl maven30 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.el6.noarch warning: Could not canonicalize hostname: c1bk.rdu2.centos.org Wrote: /builddir/build/RPMS/maven30-apache-commons-jexl-2.1.1-9.10.el6.noarch.rpm Wrote: /builddir/build/RPMS/maven30-apache-commons-jexl-javadoc-2.1.1-9.10.el6.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.VYD7QS + umask 022 + cd /builddir/build/BUILD + cd commons-jexl-2.1.1-src + /bin/rm -rf /builddir/build/BUILDROOT/maven30-apache-commons-jexl-2.1.1-9.10.el6.noarch + exit 0 Child return code was: 0 LEAVE do -->